/* سيرين الدولية — Serene International */
:root {
  --navy: #1a2b44;
  --gold: #c5a059;
  --ivory: #f9f9f9;
  --navy-soft: #243a5c;
  --gold-soft: #d4b36f;
  --text: #1a2b44;
  --text-muted: #4a5d78;
  --white: #ffffff;
  --shadow: 0 12px 40px rgba(26, 43, 68, 0.08);
  --radius: 12px;
  --max: 1120px;
  --header-h: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Tajawal", sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text);
  background-color: var(--ivory);
  overflow-x: hidden;
}

html[lang="en"] body {
  font-family: "Montserrat", "Segoe UI", system-ui, sans-serif;
}

html[lang="ar"] .i18n-en,
html[lang="en"] .i18n-ar {
  display: none !important;
}

.i18n-block {
  display: block;
}

html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3 {
  font-family: "Playfair Display", "Georgia", serif;
}

html[lang="en"] .ar-heading {
  font-family: "Playfair Display", "Georgia", serif;
}

html[lang="en"] .map-placeholder-title {
  font-family: "Playfair Display", "Georgia", serif;
}

/* خيط زخرفي في الخلفية */
.thread-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.06;
  background-image: repeating-linear-gradient(
    135deg,
    var(--navy) 0,
    var(--navy) 1px,
    transparent 1px,
    transparent 14px
  );
}

.page-wrap {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
.en-serif {
  font-family: "Playfair Display", "Cairo", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ar-heading {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: clamp(2rem, 5vw, 2.85rem);
  line-height: 1.2;
  margin: 0 0 1rem;
  color: var(--navy);
}

h2 {
  font-size: clamp(1.65rem, 3.5vw, 2.1rem);
  margin: 0 0 0.75rem;
  color: var(--navy);
}

h3 {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
  color: var(--navy);
}

p {
  margin: 0 0 1rem;
  color: var(--text-muted);
}

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--navy);
}

/* ——— Header ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(249, 249, 249, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--navy);
}

.brand-mark-img {
  height: 52px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.brand-name-ar {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
}

.brand-name-en {
  font-family: "Playfair Display", serif;
  font-size: 0.8rem;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.lang-toggle {
  padding: 0.48rem 1rem;
  font-family: "Tajawal", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--navy);
  background: var(--white);
  border: 1.5px solid rgba(26, 43, 68, 0.35);
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.lang-toggle:hover {
  border-color: var(--gold);
  background: var(--ivory);
}

html[lang="en"] .lang-toggle {
  font-family: "Montserrat", sans-serif;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
}

.nav-desktop a {
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--navy);
}

.nav-desktop a:hover {
  color: var(--gold);
}

.btn-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1.45rem;
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  color: var(--navy);
  background: linear-gradient(165deg, var(--gold-soft) 0%, var(--gold) 45%, #b8924a 100%);
  border: 2px solid rgba(197, 160, 89, 0.95);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(26, 43, 68, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease,
    transform 0.18s ease;
}

.btn-nav:hover {
  color: var(--gold);
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 6px 22px rgba(26, 43, 68, 0.28);
  transform: translateY(-1px);
}

.btn-nav:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(26, 43, 68, 0.2);
}

.btn-nav-text {
  line-height: 1.2;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 2px solid var(--navy);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--navy);
  transition: transform 0.2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  position: absolute;
  top: var(--header-h);
  left: 0;
  right: 0;
  background: var(--white);
  border-bottom: 1px solid rgba(197, 160, 89, 0.25);
  padding: 1rem 1.5rem 1.5rem;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: var(--shadow);
}

.mobile-nav.is-open {
  display: flex;
}

.mobile-nav a {
  font-weight: 500;
  color: var(--navy);
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(26, 43, 68, 0.08);
}

.mobile-nav .btn-nav {
  margin-top: 0.5rem;
  text-align: center;
}

@media (max-width: 900px) {
  .nav-desktop {
    display: none;
  }

  .header-tools .btn-nav {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }
}

/* ——— Sections common ——— */
section {
  padding: clamp(3.5rem, 8vw, 5.5rem) 1.5rem;
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.section-label {
  font-family: "Playfair Display", serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
  text-align: center;
}

.section-head {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  text-align: center;
}

.thread-rule {
  height: 24px;
  margin: 2rem 0 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='24' viewBox='0 0 120 24' fill='none'%3E%3Cpath d='M0 12 Q30 4 60 12 T120 12' stroke='%23C5A059' stroke-width='1.2' fill='none' opacity='0.45'/%3E%3C/svg%3E")
    repeat-x;
  background-size: 120px 24px;
  opacity: 0.9;
}

/* ——— Hero / Landing ——— */
.hero {
  background: linear-gradient(
    165deg,
    var(--white) 0%,
    var(--ivory) 45%,
    rgba(197, 160, 89, 0.1) 100%
  );
}

.hero.landing {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - var(--header-h));
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.landing-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-logo {
  width: auto;
  max-width: min(78vw, 300px);
  max-height: clamp(120px, 22vh, 220px);
  height: auto;
  object-fit: contain;
  margin: 0 0 0.75rem;
  filter: drop-shadow(0 18px 36px rgba(26, 43, 68, 0.12));
}

.landing-tagline {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 160, 89, 0.45);
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  color: var(--navy-soft);
  margin-bottom: 1.25rem;
}

.hero.landing h1 {
  margin-left: auto;
  margin-right: auto;
}

.hero-lead {
  font-size: 1.1rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.thread-rule--landing {
  width: 100%;
  max-width: 420px;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.landing-scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem 0.25rem;
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.landing-scroll:hover {
  color: var(--navy);
}

.landing-scroll-text {
  font-family: "Tajawal", sans-serif;
}

.landing-scroll-icon {
  width: 22px;
  height: 22px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg);
  margin-top: -4px;
  opacity: 0.85;
}

@media (prefers-reduced-motion: no-preference) {
  .landing-scroll-icon {
    animation: landing-bounce 2.2s ease-in-out infinite;
  }
}

@keyframes landing-bounce {
  0%,
  100% {
    transform: rotate(45deg) translateY(0);
  }
  50% {
    transform: rotate(45deg) translateY(6px);
  }
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  font-family: "Tajawal", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--gold);
  background: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-primary:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.6rem;
  font-family: "Tajawal", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--navy);
  background: transparent;
  border: 2px solid var(--navy);
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-outline:hover {
  background: var(--navy);
  color: var(--gold);
}

/* ——— About ——— */
.about {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: stretch;
}

.about-photo {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(197, 160, 89, 0.35);
  box-shadow: var(--shadow);
  background: var(--ivory);
  min-height: 260px;
}

.about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}

.about-copy {
  text-align: start;
}

.about-copy h3:first-of-type {
  margin-top: 0;
}

.about-stats {
  margin-top: clamp(2rem, 4vw, 2.75rem);
}

@media (max-width: 800px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-photo img {
    max-height: 320px;
  }
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 600px) {
  .stat-row {
    grid-template-columns: 1fr;
  }
}

.stat-card {
  padding: 1.25rem 1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(197, 160, 89, 0.25);
  background: var(--ivory);
  text-align: center;
}

.stat-card strong {
  display: block;
  font-family: "Cairo", sans-serif;
  font-size: 1.5rem;
  color: var(--gold);
  margin-bottom: 0.25rem;
}

.stat-card span {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ——— Fields ——— */
.fields {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--white) 100%);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 900px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

.card {
  padding: 2rem 1.75rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(26, 43, 68, 0.08);
  box-shadow: var(--shadow);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.card:hover {
  border-color: rgba(197, 160, 89, 0.5);
  transform: translateY(-3px);
}

.card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.25rem;
  color: var(--gold);
}

.card h3 {
  font-family: "Cairo", sans-serif;
}

/* ——— شريط صور متحرك تحت مجالاتنا ——— */
.photo-strip {
  padding: clamp(1.35rem, 3vw, 2.15rem) 0;
  background: linear-gradient(180deg, var(--white) 0%, var(--ivory) 100%);
  border-top: 1px solid rgba(197, 160, 89, 0.22);
  border-bottom: 1px solid rgba(197, 160, 89, 0.22);
}

.photo-strip-viewport {
  overflow: hidden;
  width: 100%;
  direction: ltr;
  padding-block: 0.25rem;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.photo-strip-track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.85rem;
  width: max-content;
  will-change: transform;
}

@media (prefers-reduced-motion: no-preference) {
  .photo-strip-track {
    animation: photo-marquee 48s linear infinite;
  }

  .photo-strip-viewport:hover .photo-strip-track {
    animation-play-state: paused;
  }
}

@keyframes photo-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .photo-strip-viewport {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
    padding-inline: 1.5rem;
    scrollbar-color: rgba(197, 160, 89, 0.55) var(--ivory);
  }

  .photo-strip-track {
    animation: none;
    padding-inline-end: 1.5rem;
  }

  .photo-strip-set[aria-hidden="true"] {
    display: none;
  }
}

.photo-strip-set {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.85rem;
}

.photo-strip-set img {
  flex: 0 0 auto;
  width: clamp(220px, 38vw, 340px);
  height: clamp(210px, 34vw, 280px);
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(197, 160, 89, 0.35);
  box-shadow: 0 8px 24px rgba(26, 43, 68, 0.08);
}

/* ——— Services ——— */
.services {
  background: var(--navy);
  color: var(--ivory);
}

.services .section-label {
  color: var(--gold-soft);
}

.services h2,
.services h3 {
  color: var(--white);
}

.services p {
  color: rgba(249, 249, 249, 0.82);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (max-width: 700px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-item {
  display: flex;
  gap: 1.25rem;
  padding: 1.75rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(197, 160, 89, 0.25);
}

.service-item svg {
  flex-shrink: 0;
  color: var(--gold);
}

/* ——— Values ——— */
.values {
  background: var(--white);
}

.section-head--wide {
  max-width: none;
  text-align: center;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
}

@media (max-width: 900px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}

.value-card {
  padding: 2rem 1.5rem;
  border-radius: var(--radius);
  background: var(--ivory);
  border: 1px solid rgba(197, 160, 89, 0.28);
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.value-card:hover {
  border-color: rgba(197, 160, 89, 0.55);
  box-shadow: var(--shadow);
}

.value-card p {
  margin-bottom: 0;
}

.value-num {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  color: var(--gold);
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
}

.value-card h3 {
  margin-bottom: 0.65rem;
}

/* ——— Collaboration ——— */
.collaboration {
  background: linear-gradient(180deg, var(--white) 0%, var(--ivory) 55%, var(--white) 100%);
  border-top: 1px solid rgba(197, 160, 89, 0.2);
}

.collab-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 900px) {
  .collab-grid {
    grid-template-columns: 1fr;
  }
}

.collab-card {
  padding: 2rem 1.75rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(26, 43, 68, 0.08);
  box-shadow: var(--shadow);
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.collab-card:hover {
  border-color: rgba(197, 160, 89, 0.45);
  transform: translateY(-2px);
}

.collab-card p {
  margin-bottom: 0;
}

.collab-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 1.15rem;
  color: var(--gold);
}

.collab-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  background: var(--navy);
  border: 1px solid rgba(197, 160, 89, 0.35);
}

.collab-cta-text {
  margin: 0;
  color: rgba(249, 249, 249, 0.92);
  font-weight: 500;
  text-align: center;
}

.collab-cta .btn-primary {
  flex-shrink: 0;
}

/* ——— Contact ——— */
.contact {
  background: linear-gradient(180deg, var(--ivory) 0%, rgba(197, 160, 89, 0.12) 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (max-width: 800px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-card {
  padding: 2rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(197, 160, 89, 0.3);
  box-shadow: var(--shadow);
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-row:last-child {
  margin-bottom: 0;
}

.contact-row svg {
  flex-shrink: 0;
  color: var(--gold);
  margin-top: 0.2rem;
}

.contact-row strong {
  display: block;
  color: var(--navy);
  font-family: "Cairo", sans-serif;
  margin-bottom: 0.25rem;
}

html[lang="en"] .contact-row strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.contact-row-text {
  margin: 0;
  color: var(--text-muted);
}

.map-placeholder {
  min-height: 260px;
  border-radius: var(--radius);
  background: linear-gradient(155deg, var(--navy-soft) 0%, var(--navy) 55%, #141f33 100%);
  color: rgba(255, 255, 255, 0.92);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(197, 160, 89, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.map-placeholder-icon {
  color: var(--gold);
  margin-bottom: 1rem;
  opacity: 0.95;
}

.map-placeholder-title {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  color: var(--white);
}

.map-placeholder-text {
  margin: 0;
  max-width: 22rem;
  color: rgba(249, 249, 249, 0.88);
  font-size: 0.98rem;
  line-height: 1.65;
}

/* ——— Footer ——— */
.site-footer {
  padding: clamp(2.25rem, 5vw, 3rem) 1.5rem;
  background: linear-gradient(180deg, #152238 0%, var(--navy) 40%, #121c2e 100%);
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-size: 0.92rem;
  border-top: 1px solid rgba(197, 160, 89, 0.28);
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.footer-top {
  margin-bottom: 1.25rem;
}

.footer-brand {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--white);
  margin: 0 0 0.2rem;
  letter-spacing: 0.02em;
}

html[lang="en"] .footer-brand {
  font-family: "Playfair Display", Georgia, serif;
}

.footer-brand-sub {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.footer-desc {
  margin: 0 auto;
  max-width: 26rem;
  color: rgba(249, 249, 249, 0.72);
  font-size: 0.9rem;
  line-height: 1.65;
}

.footer-divider {
  width: min(200px, 45vw);
  height: 1px;
  margin: 0 auto 1.35rem;
  background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.55), transparent);
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
  margin-bottom: 1.35rem;
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--gold-soft);
  border: 1px solid rgba(197, 160, 89, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.footer-contact-link:hover {
  color: var(--white);
  border-color: rgba(197, 160, 89, 0.65);
  background: rgba(255, 255, 255, 0.08);
}

.footer-copy {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.52);
  letter-spacing: 0.02em;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
