:root {
  --ink: #241f18;
  --muted: #786b57;
  --paper: #fffdf8;
  --soft: #f7efe1;
  --champagne: #fbf5ea;
  --gold: #c69a3c;
  --gold-light: #efd9a2;
  --gold-dark: #8f651e;
  --line: rgba(143, 101, 30, 0.16);
  --glass: rgba(255, 255, 255, 0.76);
  --shadow: 0 22px 55px rgba(111, 76, 18, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html[lang="ar"] body {
  font-family: Tahoma, Arial, sans-serif;
}

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

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

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  padding: 10px 12px;
  color: var(--ink);
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(36, 31, 24, 0.12);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}

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

.brand-logo {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(198, 154, 60, 0.34);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(143, 101, 30, 0.14);
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 16px;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  font-size: 14px;
  font-weight: 600;
}

.main-nav a,
.header-action {
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.main-nav a:hover,
.header-action:hover {
  color: var(--gold-dark);
  opacity: 1;
  transform: translateY(-1px);
}

.header-action {
  min-width: 122px;
  padding: 11px 18px;
  border: 1px solid rgba(198, 154, 60, 0.24);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  box-shadow: 0 10px 24px rgba(143, 101, 30, 0.2);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  backdrop-filter: blur(14px);
}

.header-tools {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.language-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(198, 154, 60, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
}

.language-toggle button {
  min-width: 38px;
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.language-toggle button.active {
  color: #fff;
  background: var(--gold-dark);
}

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  color: #fff;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(239, 217, 162, 0.18), rgba(239, 217, 162, 0) 30%),
    linear-gradient(90deg, rgba(19, 14, 13, 0.8) 0%, rgba(19, 14, 13, 0.48) 42%, rgba(19, 14, 13, 0.12) 100%),
    linear-gradient(0deg, rgba(19, 14, 13, 0.28) 0%, rgba(19, 14, 13, 0) 42%);
}

html[dir="rtl"] .hero-overlay {
  background:
    linear-gradient(270deg, rgba(19, 14, 13, 0.83) 0%, rgba(19, 14, 13, 0.47) 43%, rgba(19, 14, 13, 0.08) 100%),
    linear-gradient(0deg, rgba(19, 14, 13, 0.38) 0%, rgba(19, 14, 13, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  min-height: 92vh;
  padding: 112px clamp(22px, 7vw, 92px) 74px;
}

html[dir="rtl"] .hero-content {
  margin-left: 0;
  margin-right: auto;
  text-align: right;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.02;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(48px, 8vw, 94px);
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

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

.primary-button,
.secondary-button,
.inquiry-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.primary-button,
.inquiry-form button {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  box-shadow: 0 12px 28px rgba(143, 101, 30, 0.25);
}

.secondary-button {
  border: 1px solid rgba(239, 217, 162, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.primary-button:hover,
.secondary-button:hover,
.inquiry-form button:hover {
  transform: translateY(-2px);
}

.section {
  padding: clamp(50px, 6vw, 84px) clamp(20px, 5vw, 74px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.7fr);
  gap: clamp(24px, 5vw, 70px);
  max-width: 1200px;
  margin: 0 auto 28px;
}

.section-heading h2,
.contact-card h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 64px);
}

.section-heading p:not(.eyebrow),
.contact-card p,
.process-grid p,
.service-card p {
  color: var(--muted);
  line-height: 1.7;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.section-heading.compact {
  display: block;
  max-width: 760px;
  margin-bottom: 24px;
  text-align: center;
}

.section-heading.compact .eyebrow {
  margin-bottom: 8px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 245, 234, 0.62));
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 45px rgba(111, 76, 18, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  border-color: rgba(198, 154, 60, 0.34);
  box-shadow: 0 24px 60px rgba(111, 76, 18, 0.13);
  transform: translateY(-4px);
}

.service-card::after {
  position: absolute;
  right: -52px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  content: "";
  opacity: 0.1;
}

.service-card span {
  color: var(--gold);
  font-weight: 800;
}

.service-card h3 {
  margin: 28px 0 16px;
  font-size: 24px;
}

.service-card p {
  margin-bottom: 18px;
}

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

.service-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.service-card li::before {
  grid-column: 1;
}

html[dir="rtl"] .service-card li {
  grid-template-columns: 1fr 18px;
}

html[dir="rtl"] .service-card li::before {
  grid-column: 2;
}

.service-card li::before {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.wedding::after,
.engagement::after {
  background: var(--gold-light);
}

.birthday::after,
.graduation::after {
  background: var(--gold);
}

.reveal::after,
.opening::after {
  background: var(--gold-dark);
}

.process-section {
  background: var(--champagne);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.process-grid div {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 38px rgba(111, 76, 18, 0.08);
}

.process-grid span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  font-weight: 800;
}

.process-grid h3 {
  margin-bottom: 10px;
}

.contact-section {
  padding: clamp(50px, 6vw, 84px) clamp(20px, 5vw, 74px);
  background:
    linear-gradient(rgba(255, 250, 244, 0.88), rgba(255, 250, 244, 0.88)),
    url("assets/hero-event.png") center / cover fixed;
}

.booking-cta {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  padding: clamp(28px, 4vw, 44px) clamp(20px, 5vw, 74px);
  color: #fff;
  background:
    radial-gradient(circle at 85% 0%, rgba(255, 255, 255, 0.28), transparent 32%),
    linear-gradient(135deg, #8f651e, #c69a3c);
}

.booking-cta h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.03;
}

.booking-cta p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
}

.booking-cta .eyebrow {
  color: #f4d08d;
}

.booking-cta .primary-button {
  min-width: 210px;
  background: #fff;
  color: var(--gold-dark);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.contact-card {
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(198, 154, 60, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.contact-actions {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-actions a {
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border: 1px solid rgba(143, 101, 30, 0.18);
  border-radius: 16px;
  background: rgba(251, 245, 234, 0.76);
  color: var(--ink);
  font-weight: 800;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-actions a:hover {
  border-color: rgba(198, 154, 60, 0.42);
  box-shadow: 0 16px 36px rgba(111, 76, 18, 0.1);
  transform: translateY(-2px);
}

.contact-actions span {
  color: var(--gold-dark);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.form-heading,
.checkbox-group,
.scheduler {
  grid-column: 1 / -1;
}

.form-heading {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.form-heading h3 {
  margin-bottom: 6px;
  font-size: 26px;
}

.form-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.screening-survey > label:last-of-type {
  grid-column: 1 / -1;
}

.file-field {
  grid-column: 1 / -1;
}

.file-field span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(143, 101, 30, 0.18);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  padding: 12px 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  outline: none;
  border-color: rgba(198, 154, 60, 0.72);
  box-shadow: 0 0 0 4px rgba(239, 217, 162, 0.34);
}

.inquiry-form input[type="file"] {
  min-height: auto;
  padding: 14px;
  border-style: dashed;
  background: rgba(245, 235, 224, 0.45);
  cursor: pointer;
}

.checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(143, 101, 30, 0.18);
  border-radius: 16px;
  background: rgba(251, 245, 234, 0.7);
}

.scheduler {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(143, 101, 30, 0.18);
  border-radius: 16px;
  background: rgba(251, 245, 234, 0.7);
}

.scheduler-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
  gap: 22px;
  align-items: start;
}

.calendar-panel,
.availability-panel {
  border: 1px solid rgba(143, 101, 30, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  padding: 18px;
}

.availability-panel {
  display: grid;
  gap: 12px;
}

.availability-panel > span {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.availability-panel > strong {
  font-size: 18px;
}

.scheduler legend {
  padding: 0 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.scheduler-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.scheduler-header strong {
  font-size: 20px;
  letter-spacing: 0;
}

.calendar-nav {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(143, 101, 30, 0.18);
  border-radius: 50%;
  color: var(--gold-dark);
  background: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.calendar-weekdays span {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  padding: 10px 0 2px;
}

.calendar-day {
  min-height: 54px;
  border: 1px solid rgba(143, 101, 30, 0.18);
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(111, 76, 18, 0.05);
}

.calendar-day:hover,
.calendar-day.selected {
  border-color: var(--gold);
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  box-shadow: 0 14px 28px rgba(143, 101, 30, 0.22);
}

.calendar-day:disabled {
  cursor: not-allowed;
  color: rgba(120, 107, 87, 0.45);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.calendar-blank {
  min-height: 48px;
}

.time-slots {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.time-slot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(143, 101, 30, 0.18);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.time-slot:hover,
.time-slot.selected {
  border-color: var(--gold);
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
}

.time-slot:disabled {
  cursor: not-allowed;
  color: rgba(120, 107, 87, 0.54);
  background: rgba(255, 255, 255, 0.58);
}

.time-slot.booked {
  text-decoration: line-through;
}

.time-slot small {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scheduler-status {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.checkbox-group legend {
  padding: 0 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.checkbox-group input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--gold-dark);
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form button {
  justify-self: start;
  cursor: pointer;
}

.form-status {
  align-self: center;
  margin: 0;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 74px);
  color: #fff;
  background: #241f18;
}

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

.footer-brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.footer-brand span {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .hero-content {
    min-height: 760px;
  }

  .service-grid,
  .process-grid,
  .booking-cta,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    min-width: auto;
  }

  .brand small,
  .brand strong {
    display: none;
  }

  .header-tools {
    gap: 8px;
  }

  .header-action {
    display: none;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
  }

  .hero,
  .hero-content {
    min-height: 720px;
  }

  h1 {
    font-size: 46px;
  }

  .hero-copy {
    font-size: 16px;
  }

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

  .inquiry-form,
  .checkbox-group,
  .scheduler-layout {
    grid-template-columns: 1fr;
  }

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