:root {
  --ink: #121817;
  --muted: #5b605d;
  --gold: #c59035;
  --gold-dark: #a8751e;
  --cream: #f8f3ea;
  --line: rgba(192, 144, 53, 0.32);
  --shadow: 0 18px 50px rgba(58, 44, 25, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fffaf3;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 116px;
  padding: 20px 46px 18px;
  background: rgba(255, 252, 246, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(54, 38, 17, 0.08);
}

.brand img {
  display: block;
  width: 238px;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 48px);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding: 12px 0;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: 180ms ease;
}

.main-nav a:hover::after,
.main-nav .active::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.lang-toggle {
  min-width: 68px;
  min-height: 42px;
  border: 1px solid rgba(197, 144, 53, 0.42);
  border-radius: 5px;
  background: rgba(255, 250, 243, 0.82);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.appointment-btn,
.gold-btn,
.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 46px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.appointment-btn,
.gold-btn {
  background: linear-gradient(180deg, #d4a64e, #b98224);
  color: #111;
  box-shadow: 0 10px 24px rgba(170, 119, 34, 0.2);
}

.appointment-btn {
  min-width: 214px;
  padding: 0 22px;
}

.appointment-btn svg,
.gold-btn svg,
.outline-btn svg {
  width: 18px;
  height: 18px;
}

.hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #141817;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
  z-index: 0;
  opacity: 1;
}

.hero-video.is-playing {
  opacity: 1;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  background: linear-gradient(0deg, #fffaf3 0%, rgba(255, 250, 243, 0.85) 38%, rgba(255, 250, 243, 0) 100%);
  content: "";
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.94) 0%, rgba(255, 250, 243, 0.82) 30%, rgba(255, 250, 243, 0.24) 52%, rgba(255, 250, 243, 0.03) 100%),
    linear-gradient(180deg, rgba(255, 250, 243, 0) 68%, rgba(255, 250, 243, 0.82) 100%),
    radial-gradient(circle at 16% 42%, rgba(255, 250, 243, 0.56), transparent 26%);
  opacity: 1;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 48px));
  margin-right: auto;
  margin-left: 0;
  padding: 104px 0 126px 46px;
}

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

.hero h1 {
  margin: 0;
  color: #080a09;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
}

.hero h1 em {
  display: block;
  margin-top: 14px;
  color: var(--gold);
  font-style: normal;
}

.ornament,
.title-ornament {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
  color: var(--gold);
}

.ornament span,
.title-ornament span {
  display: block;
  width: 132px;
  height: 2px;
  background: currentColor;
}

.ornament svg {
  width: 45px;
  height: 22px;
  fill: currentColor;
  stroke: none;
}

.hero-copy {
  max-width: 470px;
  margin: 0 0 38px;
  color: #242a27;
  font-size: 17px;
  line-height: 1.55;
}

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

.gold-btn,
.outline-btn {
  min-width: 222px;
  padding: 0 25px;
}

.outline-btn {
  border: 1px solid var(--gold);
  background: rgba(255, 250, 243, 0.78);
  color: #141817;
}

.service-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, minmax(138px, 1fr));
  gap: 16px;
  margin: -58px auto 0;
  padding: 0 46px;
}

.service-card {
  min-height: 190px;
  padding: 22px 18px 20px;
  border: 1px solid rgba(117, 84, 36, 0.15);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: var(--shadow);
  text-align: center;
}

.service-card svg {
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
  color: var(--gold);
}

.service-card h2 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card p {
  margin: 0 auto;
  max-width: 180px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.content-section {
  padding: 78px 46px;
  background: #fffaf3;
}

.section-heading {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2,
.appointment-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 400;
  line-height: 1.12;
}

.section-heading p:not(.eyebrow),
.appointment-section p,
.section-note {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.text-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 34px;
  max-width: 1160px;
  margin: 0 auto;
}

.text-columns p {
  margin: 0;
  color: #2b302e;
  font-size: 17px;
  line-height: 1.72;
}

.services-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0), #f4ebdc 100%),
    #fffaf3;
}

.list-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 1180px;
  margin: 0 auto;
}

.list-grid span,
.resource-grid span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: #1f2422;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.section-note {
  max-width: 900px;
  margin: 28px auto 0;
  text-align: center;
}

.why {
  padding: 62px 42px 42px;
  background: #fffaf3;
  text-align: center;
}

.why h2,
.conditions h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.1vw, 48px);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.title-ornament {
  justify-content: center;
  margin: 14px 0 28px;
}

.title-ornament span {
  width: 140px;
  height: 1px;
}

.title-ornament b {
  width: 32px;
  height: 14px;
  border-top: 2px solid var(--gold);
  border-radius: 50%;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
  max-width: 1380px;
  margin: 0 auto;
}

.why-grid article {
  min-width: 0;
}

.why-grid svg {
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  color: var(--gold);
}

.why-grid h3 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.why-grid p {
  margin: 0 auto;
  max-width: 170px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.conditions {
  padding: 62px 46px 74px;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0), #f4ebdc 100%),
    #fffaf3;
}

.conditions-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.conditions .eyebrow {
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.conditions h2 {
  max-width: 780px;
  text-transform: none;
}

.conditions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.conditions-grid span {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #1f2422;
  font-size: 15px;
  font-weight: 700;
}

.resources-section {
  background: #fffaf3;
}

.appointment-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: 34px;
  align-items: center;
  padding: 72px 46px;
  background:
    linear-gradient(135deg, rgba(20, 24, 23, 0.96), rgba(43, 39, 30, 0.94)),
    #141817;
  color: #fffaf3;
}

.appointment-section > div:first-child {
  max-width: 820px;
}

.appointment-section .eyebrow {
  color: #d7a44b;
}

.appointment-section p {
  color: rgba(255, 250, 243, 0.78);
}

.appointment-card,
.appointment-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(213, 164, 75, 0.34);
  border-radius: 10px;
  background: rgba(255, 250, 243, 0.08);
}

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

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

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  border: 1px solid rgba(213, 164, 75, 0.36);
  border-radius: 6px;
  background: rgba(255, 250, 243, 0.94);
  color: #171c1a;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.appointment-form input,
.appointment-form select {
  min-height: 46px;
  padding: 0 12px;
}

.appointment-form textarea {
  resize: vertical;
  padding: 12px;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  border-color: #d7a44b;
  box-shadow: 0 0 0 3px rgba(213, 164, 75, 0.18);
}

.form-wide {
  grid-column: 1 / -1;
}

.appointment-card .outline-btn,
.appointment-form .outline-btn {
  background: transparent;
  color: #fffaf3;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(420px, 1.25fr);
  gap: 34px;
  align-items: stretch;
  padding: 70px 46px;
  background: #141817;
  color: #fffaf3;
}

.contact-content {
  align-self: center;
  max-width: 620px;
  justify-self: end;
}

.contact-section .eyebrow {
  color: #d7a44b;
}

.contact-section h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.6vw, 54px);
  font-weight: 400;
  line-height: 1.1;
}

.contact-section address {
  margin: 0 0 28px;
  color: rgba(255, 250, 243, 0.86);
  font-size: 19px;
  font-style: normal;
  line-height: 1.8;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.contact-section .outline-btn {
  border-color: rgba(213, 164, 75, 0.72);
  background: transparent;
  color: #fffaf3;
}

.map-panel {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(213, 164, 75, 0.42);
  border-radius: 10px;
  background: #f4ebdc;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
}

.contact-section a {
  color: inherit;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(180px, 0.6fr) minmax(220px, 0.7fr);
  gap: 34px;
  padding: 48px 46px 26px;
  background: #fffaf3;
  border-top: 1px solid rgba(117, 84, 36, 0.14);
}

.footer-brand img {
  display: block;
  width: 210px;
  margin-bottom: 14px;
}

.footer-brand p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-links h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 14px;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

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

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  margin: 14px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(117, 84, 36, 0.12);
  color: var(--muted);
  font-size: 13px;
}

.designer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}

.designer-link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.designer-link:hover {
  color: var(--gold-dark);
}

.is-arabic {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.is-arabic .main-nav {
  text-transform: none;
}

.is-arabic .eyebrow,
.is-arabic .appointment-btn,
.is-arabic .gold-btn,
.is-arabic .outline-btn,
.is-arabic .service-card h2,
.is-arabic .why-grid h3 {
  text-transform: none;
}

.is-arabic .hero-content {
  margin-right: auto;
  margin-left: 0;
  padding-right: 0;
  padding-left: 46px;
  text-align: right;
}

.is-arabic .hero-actions,
.is-arabic .contact-actions {
  justify-content: flex-start;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 210px 1fr;
  }

  .brand img {
    width: 210px;
  }

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .appointment-btn {
    justify-self: end;
  }

  .service-strip,
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .appointment-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .contact-content {
    justify-self: stretch;
    max-width: none;
  }

  .contact-actions {
    justify-content: flex-end;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding: 14px 18px;
  }

  .brand img {
    width: 192px;
  }

  .appointment-btn {
    justify-self: start;
    min-width: 190px;
  }

  .main-nav {
    gap: 20px;
    font-size: 12px;
  }

  .hero {
    min-height: clamp(620px, calc(100svh - 96px), 760px);
  }

  .hero-video {
    object-position: 58% 50%;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(255, 250, 243, 0.96) 0%, rgba(255, 250, 243, 0.86) 48%, rgba(255, 250, 243, 0.28) 74%, rgba(255, 250, 243, 0.04) 100%),
      linear-gradient(180deg, rgba(255, 250, 243, 0) 60%, rgba(255, 250, 243, 0.84) 100%);
    opacity: 1;
  }

  .hero-content {
    width: min(620px, calc(100% - 36px));
    margin-right: auto;
    margin-left: 0;
    padding: 58px 0 110px 18px;
  }

  .eyebrow {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 0.98;
  }

  .hero-copy {
    max-width: 335px;
    margin-bottom: 26px;
    font-size: 14.5px;
    line-height: 1.52;
  }

  .hero-actions {
    flex-wrap: nowrap;
    gap: 10px;
    max-width: 335px;
  }

  .ornament span {
    width: 72px;
  }

  .hero-actions .gold-btn,
  .hero-actions .outline-btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 0 10px;
    font-size: 11px;
    gap: 8px;
  }

  .appointment-section .gold-btn,
  .appointment-section .outline-btn,
  .contact-actions .gold-btn,
  .contact-actions .outline-btn {
    width: 100%;
  }

  .service-strip,
  .why-grid,
  .conditions-grid,
  .list-grid,
  .resource-grid,
  .text-columns {
    grid-template-columns: 1fr;
  }

  .service-strip {
    margin-top: -78px;
    padding: 0 20px;
  }

  .why,
  .conditions,
  .content-section,
  .appointment-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .header-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .is-arabic .hero-content {
    padding-right: 18px;
    padding-left: 0;
  }

  .contact-section {
    padding: 52px 22px;
  }

  .contact-section address {
    font-size: 16px;
  }

  .contact-actions {
    justify-content: stretch;
  }

  .contact-actions .gold-btn,
  .contact-actions .outline-btn {
    width: 100%;
  }

  .appointment-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-right: 22px;
    padding-left: 22px;
  }

  .map-panel,
  .map-panel iframe {
    min-height: 330px;
  }
}
