:root {
  --white: #fff;
  --ink: #0b0b0c;
  --red: #8a1022;
  --plum: #35152f;
  --blue: #204de8;
  --acid: #d5ff32;
  --gold: #c39a50;
  --mist: #eef0f4;
  --line: rgba(11, 11, 12, 0.18);
  --serif: "Gloock", serif;
  --display: "Archivo Black", sans-serif;
  --sans: "DM Sans", sans-serif;
  --ar-serif: "Noto Naskh Arabic", serif;
  --ar-sans: "Noto Kufi Arabic", sans-serif;
  --wrap: min(1240px, calc(100vw - 48px));
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.wrap {
  width: var(--wrap);
  margin: auto;
}
.ar {
  font-family: var(--ar-sans);
}
html[lang="en"] .ar {
  display: none !important;
}
html[lang="ar"] .en {
  display: none !important;
}
html[lang="ar"] body {
  direction: rtl;
}
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4 {
  font-family: var(--ar-serif) !important;
}
.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ink);
}
.header-in {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.brand-type {
  font-family: var(--display);
  font-size: 17px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.brand-type span {
  color: var(--red);
}
.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.nav a {
  border-bottom: 1px solid transparent;
}
.nav a:hover {
  border-color: var(--ink);
}
.nav-cta {
  background: var(--ink);
  color: white;
  padding: 11px 16px;
}
.lang {
  display: flex;
  border: 1px solid var(--ink);
}
.lang button {
  border: 0;
  background: white;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}
.lang button.active {
  background: var(--blue);
  color: #fff;
}
.menu {
  display: none;
  border: 1px solid var(--ink);
  background: white;
  padding: 8px 12px;
}
.hero {
  min-height: 100vh;
  padding: 132px 0 56px;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  right: -12vw;
  top: 6vh;
  width: 46vw;
  height: 46vw;
  border: 1px solid var(--ink);
  border-radius: 50%;
}
.hero:after {
  content: "";
  position: absolute;
  right: 4vw;
  top: 18vh;
  width: 23vw;
  height: 23vw;
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  gap: 36px;
  align-items: end;
  position: relative;
  z-index: 2;
}
.hero-kicker {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(66px, 10.5vw, 164px);
  line-height: 0.8;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  margin: 0;
}
.hero h1 .red {
  color: var(--red);
}
.hero-copy {
  max-width: 620px;
  margin-top: 34px;
  font-family: var(--serif);
  font-size: clamp(21px, 2.1vw, 31px);
  line-height: 1.35;
}
.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  background: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-dark {
  background: var(--ink);
  color: #fff;
}
.btn-acid {
  background: var(--acid);
}
.hero-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hero-side img {
  width: min(460px, 100%);
  mix-blend-mode: multiply;
}
.hero-note {
  max-width: 390px;
  font-size: 13px;
  border-top: 1px solid var(--ink);
  padding-top: 14px;
  margin-top: 16px;
}
.ticker {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
  background: var(--acid);
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: scroll 24s linear infinite;
}
.ticker span {
  font-family: var(--display);
  font-size: 27px;
  text-transform: uppercase;
  padding: 14px 28px;
  white-space: nowrap;
}
.ticker i {
  font-family: var(--serif);
  font-weight: 400;
}
.ticker b {
  color: var(--red);
}
@keyframes scroll {
  to {
    transform: translateX(-50%);
  }
}
.manifesto {
  background: var(--ink);
  color: white;
  padding: 112px 0;
}
.manifesto-grid {
  display: grid;
  grid-template-columns: 0.35fr 1.65fr;
  gap: 48px;
}
.label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
}
.manifesto h2,
.section-title {
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  margin: 0;
}
.manifesto p {
  max-width: 820px;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.73);
  margin: 28px 0 0;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.split article {
  min-height: 470px;
  padding: 64px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.split .circus {
  background: var(--red);
  color: white;
}
.split .monk {
  background: var(--blue);
  color: white;
}
.split h3 {
  font-family: var(--display);
  font-size: clamp(52px, 7vw, 100px);
  line-height: 0.85;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin: 0;
}
.split p {
  font-family: var(--serif);
  font-size: 24px;
  max-width: 560px;
  margin: 0;
}
.split .micro {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.worlds-intro {
  padding: 110px 0 60px;
}
.worlds-intro-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 40px;
}
.worlds-intro p {
  font-size: 18px;
  max-width: 760px;
}
.world-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.world-link {
  padding: 28px 24px;
  min-height: 165px;
  border-right: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.25s;
}
.world-link:last-child {
  border-right: 0;
}
.world-link:hover {
  background: var(--ink);
  color: white;
}
.world-link .n {
  font-size: 10px;
  letter-spacing: 0.16em;
}
.world-link h3 {
  font-family: var(--display);
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
}
.world-link span:last-child {
  font-family: var(--serif);
  font-size: 18px;
}
.service {
  padding: 100px 0;
  border-bottom: 1px solid var(--ink);
}
.service:nth-of-type(even) {
  background: var(--mist);
}
.service-head {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 40px;
  margin-bottom: 44px;
}
.service-title {
  font-family: var(--display);
  font-size: clamp(54px, 8vw, 118px);
  line-height: 0.82;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  margin: 0;
}
.service-copy {
  font-family: var(--serif);
  font-size: 24px;
  max-width: 750px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.tier {
  padding: 28px;
  border-right: 1px solid var(--ink);
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
.tier:last-child {
  border-right: 0;
}
.tier .index {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.tier h4 {
  font-family: var(--serif);
  font-size: 35px;
  line-height: 1.05;
  margin: 54px 0 12px;
}
.tier p {
  font-size: 15px;
  color: #4f4f50;
}
.tier .delivery {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 8px;
}
.tier .price {
  font-family: var(--display);
  font-size: 28px;
  margin-top: auto;
}
.tier button {
  margin-top: 15px;
  width: 100%;
}
.service-note {
  font-size: 13px;
  margin-top: 17px;
}
.audience {
  padding: 110px 0;
  background: var(--plum);
  color: white;
}
.audience-head {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 35px;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.audience article {
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 325px;
}
.audience article:last-child {
  border-right: 0;
}
.audience h3 {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.05;
  margin: 55px 0 14px;
}
.audience p {
  color: rgba(255, 255, 255, 0.7);
}
.about {
  padding: 110px 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}
.about-visual {
  position: sticky;
  top: 120px;
}
.about-visual img {
  width: 100%;
  mix-blend-mode: multiply;
}
.about-copy h2 {
  font-family: var(--display);
  font-size: clamp(54px, 7vw, 102px);
  line-height: 0.84;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  margin: 0 0 28px;
}
.about-copy .lead {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.3;
}
.about-copy p {
  font-size: 17px;
  color: #4e4b49;
}
.about-copy a {
  color: var(--red);
  font-weight: 700;
  border-bottom: 1px solid;
}
.credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}
.credentials div {
  border-top: 1px solid var(--ink);
  padding-top: 14px;
  font-size: 13px;
}
.quote {
  font-family: var(--serif);
  font-size: 30px;
  border-left: 4px solid var(--blue);
  padding-left: 20px;
  margin-top: 34px;
}
.faq {
  padding: 100px 0;
  background: var(--mist);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-top: 45px;
}
.faq article {
  border-top: 1px solid var(--ink);
  padding: 23px 0;
}
.faq h3 {
  font-family: var(--serif);
  font-size: 28px;
  margin: 0 0 8px;
}
.faq p {
  margin: 0;
  color: #555;
}
.booking {
  padding: 110px 0;
  background: var(--blue);
  color: white;
}
.booking-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 55px;
}
.booking h2 {
  font-family: var(--display);
  font-size: clamp(56px, 7vw, 104px);
  line-height: 0.84;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.booking-copy p {
  color: rgba(255, 255, 255, 0.78);
}
.booking-steps {
  margin-top: 38px;
}
.booking-steps div {
  display: grid;
  grid-template-columns: 42px 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  padding: 15px 0;
}
.form {
  background: white;
  color: var(--ink);
  padding: 32px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  padding: 10px 0;
  outline: 0;
  border-radius: 0;
  text-transform: none;
  letter-spacing: 0;
}
.form textarea {
  min-height: 105px;
  resize: vertical;
}
.calendar {
  border: 1px solid var(--ink);
  padding: 14px;
  margin: 10px 0 18px;
}
.cal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cal-title {
  font-family: var(--serif);
  font-size: 24px;
}
.cal-nav {
  width: 36px;
  height: 36px;
  border: 1px solid var(--ink);
  background: white;
  cursor: pointer;
}
.cal-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  table-layout: fixed;
}
.cal-table th {
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cal-table td {
  height: 38px;
}
.day {
  width: 100%;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}
.day:hover:not(:disabled) {
  background: var(--acid);
}
.day:disabled {
  color: #b9b9b9;
  text-decoration: line-through;
  cursor: not-allowed;
}
.day.selected {
  background: var(--ink);
  color: white;
}
.day.today {
  outline: 1px solid var(--blue);
}
.selected-date {
  font-size: 12px;
  margin: 9px 0 0;
}
.consent {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}
.consent input {
  width: auto;
  margin-top: 4px;
}
.honeypot {
  display: none !important;
}
.status {
  font-size: 13px;
  margin: 10px 0 0;
}
.disclaimer {
  padding: 24px 0;
  font-size: 12px;
  background: var(--acid);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.footer {
  background: var(--ink);
  color: white;
  padding: 58px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 42px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.footer-brand strong {
  font-family: var(--display);
  font-size: 20px;
  text-transform: uppercase;
}
.footer p {
  color: rgba(255, 255, 255, 0.65);
}
.footer h4 {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--acid);
}
.footer-links {
  display: grid;
  gap: 8px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 36px;
  padding-top: 18px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 980px) {
  .nav {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid var(--ink);
    padding: 25px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav.open {
    display: flex;
  }
  .menu {
    display: block;
  }
  .hero-grid,
  .manifesto-grid,
  .worlds-intro-grid,
  .service-head,
  .audience-head,
  .about-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }
  .hero-side {
    align-items: flex-start;
  }
  .hero-side img {
    max-width: 440px;
  }
  .world-nav {
    grid-template-columns: 1fr 1fr;
  }
  .world-link:nth-child(2) {
    border-right: 0;
  }
  .world-link:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ink);
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .tier {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
    min-height: 280px;
  }
  .tier:last-child {
    border-bottom: 0;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .audience-grid {
    grid-template-columns: 1fr;
  }
  .audience article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .audience article:last-child {
    border-bottom: 0;
  }
  .about-visual {
    position: relative;
    top: auto;
    max-width: 500px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 650px) {
  :root {
    --wrap: min(100% - 28px, 1240px);
  }
  .header-in {
    height: 68px;
  }
  .brand img {
    width: 38px;
    height: 38px;
  }
  .brand-type {
    font-size: 14px;
  }
  .hero {
    padding-top: 108px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero:before {
    width: 90vw;
    height: 90vw;
    right: -50vw;
  }
  .hero-side img {
    width: 90%;
  }
  .ticker span {
    font-size: 21px;
  }
  .manifesto,
  .worlds-intro,
  .service,
  .audience,
  .about,
  .faq,
  .booking {
    padding: 75px 0;
  }
  .world-nav {
    grid-template-columns: 1fr;
  }
  .world-link {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }
  .world-link:last-child {
    border-bottom: 0;
  }
  .split article {
    min-height: 370px;
    padding: 45px 24px;
  }
  .service-title {
    font-size: 58px;
  }
  .service-copy {
    font-size: 21px;
  }
  .audience-grid,
  .faq-grid,
  .credentials,
  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .faq-grid {
    gap: 0;
  }
  .form {
    padding: 20px;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
  .hero-actions .btn {
    width: 100%;
  }
}

/* One shared service-heading grid: titles and copy never collide. */
@media (min-width: 981px) {
  .service-head {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 48px !important;
    align-items: end;
  }
  .service-title {
    font-size: clamp(54px, 6vw, 92px) !important;
    line-height: 0.85 !important;
    max-width: 100% !important;
  }
}

/* Keep the complete first hero line visible on desktop. */
@media (min-width: 1101px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr) !important;
    gap: 28px !important;
  }
  .hero h1 {
    max-width: none !important;
    font-size: clamp(52px, 5.2vw, 80px) !important;
    padding-right: 0.16em !important;
    overflow: visible !important;
  }
  .hero h1 .hero-desktop {
    white-space: nowrap !important;
  }
}

/* Exact Arabic presentation for Act II’s four doors. */
html[lang="ar"] .world-link > .n {
  font-size: 0 !important;
}
html[lang="ar"] .world-link > .n::after {
  font-size: 10px;
  letter-spacing: 0.16em;
}
html[lang="ar"] .world-link:nth-child(1) > .n::after {
  content: "٠١";
}
html[lang="ar"] .world-link:nth-child(2) > .n::after {
  content: "٠٢";
}
html[lang="ar"] .world-link:nth-child(3) > .n::after {
  content: "٠٣";
}
html[lang="ar"] .world-link:nth-child(4) > .n::after {
  content: "٠٤";
}
html[lang="ar"] .world-link[href="#mind"] > span:last-child > .ar {
  font-size: 0 !important;
}
html[lang="ar"] .world-link[href="#mind"] > span:last-child > .ar::after {
  content: "أعد البرمجة";
  font-family: var(--ar-serif);
  font-size: 18px;
  line-height: inherit;
}

/* Prevent the end of the desktop hero line from being optically clipped. */
@media (min-width: 1101px) {
  .hero h1 .hero-desktop {
    padding-right: 0.1em;
    overflow: visible;
  }
  .hero-grid > div:first-child {
    overflow: visible;
  }
}

/* Refined visual language */
.brand img,
.footer-brand img {
  border-radius: 0 !important;
  object-fit: contain !important;
}
.hero {
  background: #f6f3ed;
}
.hero:before,
.hero:after {
  display: none;
}
.hero-grid {
  align-items: center;
}
.hero-side img {
  width: min(470px, 100%);
  mix-blend-mode: multiply;
  filter: contrast(1.05);
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(54px, 7.8vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: none;
}
.hero-copy {
  font-size: clamp(23px, 2.5vw, 37px);
  margin: 24px 0 0;
}
.hero .intro-detail {
  max-width: 530px;
  margin: 15px 0 0;
  color: #514e4a;
  font-size: 16px;
}
.split article {
  position: relative;
  overflow: hidden;
}
.split .glyph {
  width: 78px;
  height: 78px;
  border: 3px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 32px;
}
.split .monk .glyph:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: currentColor;
}
.split .circus .glyph:after {
  content: "SATURN";
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.split .micro {
  display: none;
}
.split h3 {
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 74px);
  text-transform: none;
  letter-spacing: -0.05em;
}
.split .circus {
  background: #8a1022;
}
.split .monk {
  background: #204de8;
}
.split .symbol-note {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.78;
}
.about-visual {
  background: #272525;
  padding: 16px;
}
.about-visual img {
  mix-blend-mode: normal;
  width: 100%;
}
.worlds-intro p {
  font-family: var(--serif);
  font-size: 23px;
}
.world-link h3 {
  font-size: 29px;
}
.footer p {
  font-family: var(--serif);
  font-size: 20px;
}

/* Keep the source site's sharp graphic character */
.hero {
  background: var(--white);
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(66px, 10.5vw, 164px);
  line-height: 0.8;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}
.hero-copy {
  font-family: var(--serif);
  font-size: clamp(21px, 2.1vw, 31px);
  line-height: 1.35;
}
.hero .intro-detail {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
}
.hero-side img {
  filter: none;
  width: min(460px, 100%);
}
.split h3 {
  font-family: var(--display);
  font-size: clamp(52px, 7vw, 100px);
  line-height: 0.85;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.split .glyph {
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
}
.about-visual {
  background: transparent;
  padding: 0;
}

/* Final responsive containment and consistent Circus Monk wordmark. */
.brand-type {
  font-family: var(--display) !important;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.85;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.hero-grid > *,
.about-grid > *,
.booking-grid > *,
.footer-grid > *,
.service-head > *,
.worlds-intro-grid > * {
  min-width: 0;
}
.hero-side img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.footer a {
  overflow-wrap: anywhere;
}
@media (max-width: 1100px) {
  .hero {
    background: #fff;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
  }
  .hero-grid > div:first-child {
    padding-right: 0;
  }
  .hero-side {
    width: 100%;
    min-height: 440px;
    overflow: hidden;
    border-left: 0;
    border-top: 1px solid var(--ink);
  }
  .hero-side img {
    width: min(100%, 500px);
    max-height: 520px;
    object-fit: contain;
    transform: none !important;
  }
}
@media (max-width: 650px) {
  .header-in {
    gap: 10px;
  }
  .brand {
    min-width: 0;
  }
  .brand-type {
    font-size: 15px;
    white-space: nowrap;
  }
  .hero {
    padding-top: 96px;
  }
  .hero h1 {
    font-size: clamp(52px, 16vw, 70px);
    line-height: 0.86;
    letter-spacing: -0.06em;
  }
  .hero-copy {
    font-size: 21px;
  }
  .hero-grid {
    gap: 16px;
  }
  .hero-side {
    min-height: 340px;
  }
  .hero-side:before {
    inset: 12px;
  }
  .hero-side img {
    width: 100%;
    max-height: 390px;
    padding: 8px 16px 0;
  }
  .hero-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    font-size: 12px;
  }
  .about-visual,
  .about-visual img {
    max-width: 100%;
    width: 100%;
  }
  .booking,
  .footer {
    overflow: hidden;
  }
  .form {
    width: 100%;
    min-width: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }
  .footer-grid > div:first-child {
    grid-column: auto !important;
  }
}

/* Final hero art direction */
.hero {
  min-height: calc(100vh - 0px);
  padding-top: 118px;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 61%,
    #eef0f4 61%,
    #eef0f4 100%
  );
}
.hero-grid {
  grid-template-columns: 1.12fr 0.88fr;
  gap: 0;
  min-height: calc(100vh - 174px);
}
.hero-grid > div:first-child {
  align-self: center;
  padding: 40px 44px 48px 0;
}
.hero h1 {
  max-width: 880px;
  font-size: clamp(69px, 9.3vw, 142px);
  position: relative;
  z-index: 1;
}
.hero-copy {
  max-width: 520px;
  font-size: clamp(21px, 2vw, 29px);
}
.hero-side {
  height: 100%;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-left: 1px solid var(--ink);
  background: var(--mist);
}
.hero-side:before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(11, 11, 12, 0.18);
  pointer-events: none;
}
.hero-side img {
  width: 100%;
  max-width: 525px;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
  transform: translateY(14px);
}
.hero-note {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: var(--acid);
  padding: 12px 14px;
  border: 1px solid var(--ink);
  font-weight: 700;
}
.split .circus .glyph:after {
  content: "";
}
@media (max-width: 980px) {
  .hero {
    background: #fff;
  }
  .hero-grid {
    min-height: auto;
  }
  .hero-grid > div:first-child {
    padding-right: 0;
  }
  .hero-side {
    min-height: 500px;
    border-left: 0;
    border-top: 1px solid var(--ink);
  }
  .hero-side img {
    max-height: 540px;
    width: auto;
  }
  .hero-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
}

/* Agreed hero, logo, and glyph treatment */
.brand img,
.footer-brand img {
  border-radius: 0 !important;
  object-fit: contain !important;
}
.hero {
  padding-bottom: 42px;
}
.hero:before,
.hero:after {
  display: none;
}
.hero-grid {
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: center;
}
.hero-grid > div:first-child {
  padding: 26px 0;
}
.hero h1 {
  font-size: clamp(66px, 9vw, 140px);
  max-width: 760px;
}
.hero-copy {
  max-width: 530px;
  margin-top: 28px;
}
.hero-side {
  align-items: center;
  justify-content: center;
  min-height: 690px;
}
.hero-side img {
  width: 100%;
  max-width: 540px;
  max-height: 76vh;
  object-fit: contain;
  mix-blend-mode: normal !important;
  filter: none !important;
}
.hero-note {
  max-width: 420px;
}
.split article {
  position: relative;
}
.split .glyph {
  width: 64px;
  height: 64px;
  border: 3px solid currentColor;
  border-radius: 50%;
  margin-bottom: 28px;
}
.split .circus .glyph:after,
.split .monk .glyph:after {
  display: none !important;
}
.split .monk .glyph {
  width: 13px;
  height: 13px;
  border: 0;
  background: currentColor;
}
.split .micro {
  display: none;
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-side {
    min-height: auto;
    align-items: center;
  }
  .hero-side img {
    max-height: none;
    width: min(500px, 100%);
  }
  .hero-grid > div:first-child {
    padding: 0;
  }
}

/* Softer editorial hierarchy and balanced hero */
:root {
  --display: "DM Sans", sans-serif;
}
.brand-type {
  color: var(--blue);
}
.brand-type span {
  color: var(--red);
}
.hero-grid {
  grid-template-columns: 1.13fr 0.87fr;
  gap: 42px;
  align-items: center;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(61px, 7.8vw, 116px);
  line-height: 0.86;
  letter-spacing: -0.055em;
  text-transform: none;
  max-width: 690px;
}
.hero-copy {
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.32;
  max-width: 530px;
}
.hero-side {
  min-height: 650px;
  justify-content: center;
  align-items: center;
}
.hero-side img {
  width: min(100%, 460px);
  max-height: 650px;
  object-fit: contain;
  transform: none !important;
}
.hero-note {
  max-width: 390px;
}
.about-copy h2 a {
  border-bottom: 0 !important;
  display: inline-block;
  padding-bottom: 8px;
  line-height: 0.96;
}
.quote {
  border-left-color: var(--red);
}
.footer-brand strong {
  color: #fff;
}
.footer-brand img {
  filter: none !important;
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hero-side {
    min-height: auto;
  }
  .hero-side img {
    max-height: none;
    width: min(100%, 480px);
  }
}

/* Arabic refinement and calmer hero composition */
:root {
  --ar-serif: "Noto Naskh Arabic", serif;
  --ar-sans: "Noto Naskh Arabic", serif;
}
.hero-side:before,
.hero-note {
  display: none !important;
}
.hero-side {
  min-height: 610px;
}
.hero-side img {
  width: min(100%, 425px);
  max-height: 610px;
}
.hero-grid {
  grid-template-columns: 1.15fr 0.85fr;
}
.hero h1 {
  font-size: clamp(60px, 7.2vw, 108px);
}
html[lang="ar"] .hero h1 {
  font-size: clamp(51px, 6.6vw, 92px);
  letter-spacing: 0;
  line-height: 1.05;
}
html[lang="ar"] .hero-copy {
  font-size: clamp(21px, 1.8vw, 27px);
  line-height: 1.6;
}
html[lang="ar"] .nav {
  font-family: var(--ar-sans);
}
@media (max-width: 980px) {
  .hero-side {
    min-height: auto;
  }
  .hero-side img {
    max-height: none;
    width: min(100%, 450px);
  }
}

/* Complete the original page with one calm visual language. */
.hero {
  padding: 122px 0 48px;
  background: #fff;
}
.hero-grid {
  grid-template-columns: 1.18fr 0.82fr;
  gap: 54px;
  min-height: calc(100vh - 170px);
}
.hero-grid > div:first-child {
  align-self: center;
}
.hero-side {
  min-height: 0;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  border: 0 !important;
}
.hero-side img {
  width: min(100%, 410px);
  max-height: 640px;
  object-fit: contain;
}
.hero-actions {
  margin-top: 32px;
}
.hero-actions .btn {
  min-width: 190px;
}
.hero h1 {
  font-size: clamp(62px, 7.4vw, 112px);
}
.hero-copy {
  font-size: clamp(21px, 1.9vw, 28px);
  max-width: 500px;
}
.footer-brand img {
  width: 46px;
  height: 46px;
}
.footer-links {
  gap: 10px;
}
.footer-links a {
  font-size: 12px;
}
.footer-grid {
  grid-template-columns: 1.3fr 1fr 0.7fr;
}
.footer-grid > div:last-child p:last-child {
  display: none;
}
html[lang="ar"] .hero-grid {
  direction: rtl;
}
html[lang="ar"] .hero-actions {
  justify-content: flex-start;
}
html[lang="ar"] .footer {
  font-family: var(--ar-sans);
}
@media (max-width: 980px) {
  .hero {
    padding-top: 102px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 18px;
  }
  .hero-side img {
    width: min(100%, 430px);
    max-height: none;
  }
  .hero-actions .btn {
    min-width: 0;
  }
}

/* Final alignment and line control */
.hero-grid {
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
}
.hero h1 {
  font-size: clamp(54px, 6.5vw, 96px);
  max-width: 740px;
  line-height: 0.9;
}
.hero h1 .hero-line {
  white-space: nowrap;
}
.hero-copy {
  max-width: 500px;
}
.hero-side img {
  width: min(100%, 440px);
  max-height: 630px;
}
.audience .section-title {
  max-width: 900px;
  font-size: clamp(48px, 5.9vw, 82px);
  line-height: 1.02;
}
.tier {
  display: flex;
}
.tier .delivery {
  margin-top: auto;
  min-height: 18px;
  display: flex;
  align-items: flex-end;
}
.tier .price {
  min-height: 42px;
  display: flex;
  align-items: flex-end;
}
.tier button {
  margin-top: 15px;
}
@media (max-width: 650px) {
  .hero h1 {
    font-size: 54px;
  }
  .hero h1 .hero-line {
    white-space: normal;
  }
}

/* Audience alignment and calmer card rhythm */
.audience-head {
  align-items: start;
}
.audience .section-title {
  max-width: 960px;
}
.audience-grid article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 350px;
}
.audience h3 {
  margin: 42px 0 16px;
}
.audience p {
  margin: 0;
  max-width: 34ch;
}
.audience-grid article > div:first-child {
  font-size: 11px;
  letter-spacing: 0.14em;
}
@media (max-width: 980px) {
  .audience-grid article {
    min-height: auto;
  }
  .audience p {
    max-width: none;
  }
}

/* Final service and FAQ interaction refinement. */
.faq article {
  padding: 0;
}
.faq h3 {
  position: relative;
  margin: 0;
  padding: 23px 34px 23px 0;
  cursor: pointer;
}
.faq h3::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 50%;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-54%);
}
.faq article.open h3::after {
  content: "−";
}
.faq article p {
  display: none;
  padding: 0 34px 23px 0;
}
.faq article.open p {
  display: block;
}
html[lang="ar"] .faq h3 {
  padding: 23px 0 23px 34px;
}
html[lang="ar"] .faq h3::after {
  right: auto;
  left: 2px;
}
html[lang="ar"] .faq article p {
  padding: 0 0 23px 34px;
}

/* Service-card rhythm: every outcome and delivery starts on the same line. */
#audience {
  background: #8a1022;
}
@media (min-width: 981px) {
  #reiki .tier p,
  #astrology .tier p {
    min-height: 10.2em;
  }
  #audience .audience-grid article:nth-child(3) p {
    font-size: 15px;
    line-height: 1.45;
  }
}

/* Final interaction and hierarchy treatment. */
.footer-grid > div:last-child p:last-child {
  display: block;
}
#about .about-copy h2 a {
  color: var(--acid);
}
.world-link:hover {
  background: var(--acid);
  color: var(--ink);
}
.world-link:hover h3,
.world-link:hover span {
  color: var(--ink);
}
.choose:hover,
.choose:focus-visible {
  background: var(--acid);
  color: var(--ink);
}
.hero h1 .en,
.hero h1 .ar {
  display: inline-block;
}
.hero h1 .en {
  text-align: left;
}
.hero h1 .ar {
  direction: rtl;
  text-align: right;
}
html[lang="ar"] .hero h1 {
  text-align: right;
}

/* One clean desktop alignment system. It changes placement only, never font or text size. */
@media (min-width: 981px) {
  .service-grid .tier {
    display: grid;
    grid-template-rows: 20px 78px 138px 22px 36px 48px;
    gap: 0;
  }
  .service-grid .tier .index {
    align-self: start;
  }
  .service-grid .tier h4 {
    margin: 0;
    align-self: end;
  }
  .service-grid .tier p {
    margin: 0;
    align-self: start;
  }
  .service-grid .tier .delivery {
    margin: 0;
    align-self: start;
  }
  .service-grid .tier .price {
    margin: 0;
    align-self: start;
  }
  .service-grid .tier button {
    margin: 0;
    align-self: end;
  }
}
.hero h1 {
  text-align: left;
}
.hero h1 .en {
  display: block;
  text-align: left;
  direction: ltr;
}
.hero h1 .ar {
  display: block;
  text-align: right;
  direction: rtl;
}
html[lang="ar"] .hero h1 {
  text-align: right;
}

/* Shared editorial rhythm: services and Audience use the same body treatment. */
.tier p,
.audience p {
  font-size: 16px;
  line-height: 1.45;
}
.tier h4 {
  margin-bottom: 0;
}
.tier h4 + p {
  margin-top: 14px;
}
.hero h1 .en {
  display: block;
  text-align: left;
}
.hero h1 .ar {
  display: block;
  text-align: right;
  direction: rtl;
}

@media (min-width: 981px) {
  .service-grid .tier {
    grid-template-rows: 20px 78px 176px 22px 36px 48px;
  }
  .service-grid .tier h4 {
    align-self: end;
    margin: 0;
  }
  .service-grid .tier p {
    align-self: start;
    margin: 0;
    padding-top: 14px;
  }
}
@media (max-width: 980px) {
  .tier h4 {
    margin: 42px 0 0;
  }
  .tier p {
    margin: 14px 0 0;
  }
}

/* Requested Arabic separators. */
html[lang="ar"] .world-link:nth-child(3),
html[lang="ar"] #audience .audience-grid article:nth-child(2) {
  border-left: 1px solid currentColor;
}
.hero h1 .hero-desktop {
  display: block;
}
.hero h1 .hero-mobile {
  display: none;
}
@media (max-width: 650px) {
  html[lang="ar"] .world-link:nth-child(3),
  html[lang="ar"] #audience .audience-grid article:nth-child(2) {
    border-left: 0;
    border-bottom: 1px solid currentColor;
  }
  .hero h1 .hero-desktop {
    display: none;
  }
  .hero h1 .hero-mobile {
    display: block;
  }
}

/* Keep the desktop hero’s intended three-line composition intact. */
@media (min-width: 651px) {
  .hero h1 .hero-desktop {
    white-space: nowrap;
  }
}

/* Arabic dividers between tier 02 and tier 03 in each requested service. */
html[lang="ar"] #reiki .tier:nth-child(2),
html[lang="ar"] #tarot .tier:nth-child(2),
html[lang="ar"] #mind .tier:nth-child(2),
html[lang="ar"] #astrology .tier:nth-child(2) {
  border-left: 1px solid var(--ink);
}
@media (max-width: 980px) {
  html[lang="ar"] #reiki .tier:nth-child(2),
  html[lang="ar"] #tarot .tier:nth-child(2),
  html[lang="ar"] #mind .tier:nth-child(2),
  html[lang="ar"] #astrology .tier:nth-child(2) {
    border-left: 0;
    border-bottom: 1px solid var(--ink);
  }
}

/* Final requested edge rules and Arabic divider cleanup. */
#reiki,
#astrology {
  border-bottom: 1px solid var(--ink);
}
html[lang="ar"] .world-link:first-child,
html[lang="ar"] #reiki .tier:first-child,
html[lang="ar"] #tarot .tier:first-child,
html[lang="ar"] #mind .tier:first-child,
html[lang="ar"] #astrology .tier:first-child,
html[lang="ar"] #audience .audience-grid article:first-child {
  border-right: 0;
}
@media (max-width: 650px) {
  html[lang="ar"] .world-link:not(:last-child) {
    border-bottom: 1px solid var(--ink) !important;
  }
}

@media (max-width: 980px) {
  html[lang="ar"] #audience .audience-grid article:nth-child(2) {
    border-left: 0 !important;
  }
}
@media (max-width: 650px) {
  html[lang="ar"] .world-link:nth-child(1),
  html[lang="ar"] .world-link:nth-child(2),
  html[lang="ar"] .world-link:nth-child(3) {
    border-bottom: 1px solid var(--ink) !important;
  }
}

@media (max-width: 980px) {
  html[lang="ar"] .world-link:nth-child(1),
  html[lang="ar"] .world-link:nth-child(2) {
    border-bottom: 1px solid var(--ink) !important;
  }
}

/* Match the English four-card grid in Arabic while keeping RTL order. */
html[lang="ar"] .world-link h3 {
  font-family: var(--ar-sans) !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 651px) and (max-width: 980px) {
  html[lang="ar"] .world-link:nth-child(1),
  html[lang="ar"] .world-link:nth-child(3) {
    border-right: 0;
  }
  html[lang="ar"] .world-link:nth-child(2),
  html[lang="ar"] .world-link:nth-child(4) {
    border-right: 1px solid var(--ink);
  }
}
@media (max-width: 650px) {
  html[lang="ar"] .world-link {
    border-right: 0 !important;
  }
}

/* One clean divider per edge: Arabic mirrors the English 2×2 grid. */
@media (min-width: 651px) and (max-width: 980px) {
  html[lang="ar"] .world-link {
    border: 0 !important;
  }
  html[lang="ar"] .world-link:nth-child(2),
  html[lang="ar"] .world-link:nth-child(4) {
    border-right: 1px solid var(--ink) !important;
  }
  html[lang="ar"] .world-link:nth-child(1),
  html[lang="ar"] .world-link:nth-child(2) {
    border-bottom: 1px solid var(--ink) !important;
  }
}
@media (max-width: 650px) {
  html[lang="ar"] .world-link {
    border: 0 !important;
  }
  html[lang="ar"] .world-link:not(:last-child) {
    border-bottom: 1px solid var(--ink) !important;
  }
}

.brand-type {
  font-family: var(--display) !important;
  font-weight: 900 !important;
  letter-spacing: -0.05em !important;
  line-height: 0.85 !important;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.hero-grid > *,
.about-grid > *,
.booking-grid > *,
.footer-grid > *,
.service-head > *,
.worlds-intro-grid > * {
  min-width: 0;
}
.footer a {
  overflow-wrap: anywhere;
}
@media (max-width: 1100px) {
  .hero {
    background: #fff !important;
  }
  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    min-height: auto !important;
  }
  .hero-grid > div:first-child {
    padding-right: 0 !important;
  }
  .hero-side {
    width: 100% !important;
    min-height: 440px !important;
    overflow: hidden !important;
    border-left: 0 !important;
    border-top: 1px solid var(--ink) !important;
  }
  .hero-side img {
    width: min(100%, 500px) !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 520px !important;
    object-fit: contain !important;
    transform: none !important;
  }
}
@media (max-width: 650px) {
  .header-in {
    gap: 10px !important;
  }
  .brand {
    min-width: 0;
  }
  .brand-type {
    font-size: 15px !important;
    white-space: nowrap;
  }
  .hero {
    padding-top: 96px !important;
  }
  .hero h1 {
    font-size: clamp(52px, 16vw, 70px) !important;
    line-height: 0.86 !important;
    letter-spacing: -0.06em !important;
  }
  .hero-copy {
    font-size: 21px !important;
  }
  .hero-grid {
    gap: 16px !important;
  }
  .hero-side {
    min-height: 340px !important;
  }
  .hero-side:before {
    inset: 12px !important;
  }
  .hero-side img {
    width: 100% !important;
    max-height: 390px !important;
    padding: 8px 16px 0 !important;
  }
  .hero-note {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    width: auto !important;
    font-size: 12px !important;
  }
  .about-visual,
  .about-visual img {
    max-width: 100% !important;
    width: 100% !important;
  }
  .booking,
  .footer {
    overflow: hidden !important;
  }
  .form {
    width: 100% !important;
    min-width: 0 !important;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .footer-grid > div:first-child {
    grid-column: auto !important;
  }
}

@media (min-width: 1101px) {
  .hero h1 .hero-desktop {
    padding-right: 0.1em !important;
    overflow: visible !important;
  }
  .hero-grid > div:first-child {
    overflow: visible !important;
  }
}
