﻿:root {
  --obsidian: #0d0d0d;
  --gold: #d4af37;
  --sandstone: #f4efe5;
  --ink-soft: #b9ad8a;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--sandstone);
  background:
    radial-gradient(circle at 15% 10%, rgba(212, 175, 55, 0.1), transparent 35%),
    radial-gradient(circle at 85% 5%, rgba(212, 175, 55, 0.08), transparent 30%),
    linear-gradient(165deg, #0a0a0a 0%, #111 42%, #0f0f0f 100%);
  line-height: 1.55;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% -15%, rgba(212, 175, 55, 0.2), transparent 45%),
    radial-gradient(circle at 70% 120%, rgba(212, 175, 55, 0.08), transparent 40%);
  z-index: -1;
}

.background-glyphs {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background: url("img/background-image.png") center/cover no-repeat;
}

img,
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.container {
  width: min(var(--max), calc(100% - 2.4rem));
  margin: 0 auto;
}

.section {
  padding: 4.2rem 0;
  position: relative;
  isolation: isolate;
  opacity: 0;
  transform: translateY(22px);
  animation: museumReveal 900ms ease forwards;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0.85rem;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.08);
  pointer-events: none;
}

.section::after {
  content: "";
  position: absolute;
  inset: 0.85rem;
  border-radius: 16px;
  background:
    linear-gradient(#d4af37, #d4af37) top 14px left 14px / 34px 1px no-repeat,
    linear-gradient(#d4af37, #d4af37) top 14px left 14px / 1px 34px no-repeat,
    linear-gradient(#d4af37, #d4af37) top 14px right 14px / 34px 1px no-repeat,
    linear-gradient(#d4af37, #d4af37) top 14px right 14px / 1px 34px no-repeat,
    linear-gradient(#d4af37, #d4af37) bottom 14px left 14px / 34px 1px no-repeat,
    linear-gradient(#d4af37, #d4af37) bottom 14px left 14px / 1px 34px no-repeat,
    linear-gradient(#d4af37, #d4af37) bottom 14px right 14px / 34px 1px no-repeat,
    linear-gradient(#d4af37, #d4af37) bottom 14px right 14px / 1px 34px no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.section > * {
  position: relative;
  z-index: 1;
}

.section:nth-of-type(1) { animation-delay: 90ms; }
.section:nth-of-type(2) { animation-delay: 160ms; }
.section:nth-of-type(3) { animation-delay: 230ms; }
.section:nth-of-type(4) { animation-delay: 300ms; }
.section:nth-of-type(5) { animation-delay: 370ms; }
.section:nth-of-type(6) { animation-delay: 440ms; }
.section:nth-of-type(7) { animation-delay: 510ms; }
.section:nth-of-type(8) { animation-delay: 580ms; }
.section:nth-of-type(9) { animation-delay: 650ms; }
.section:nth-of-type(10) { animation-delay: 720ms; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0.92), rgba(8, 8, 8, 0.5));
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 74px;
}

.brand {
  text-decoration: none;
  color: var(--sandstone);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nav-meta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.language-switcher {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 0.25rem;
}

.lang-btn {
  background: none;
  border: none;
  color: rgba(212, 175, 55, 0.7);
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 666px;
  transition: all 200ms ease;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lang-btn:hover {
  color: var(--sandstone);
  background: rgba(212, 175, 55, 0.12);
}

.lang-btn.lang-active {
  color: var(--sandstone);
  background: rgba(212, 175, 55, 0.2);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.15);
}

.price-chip {
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: #f2db97;
  padding: 0.35rem 0.78rem;
  font-weight: 700;
  background: rgba(212, 175, 55, 0.08);
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.1;
  margin: 0 0 0.9rem;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(2rem, 4.8vw, 4rem);
}

h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
}

h3 {
  font-size: 1.35rem;
}

p {
  margin: 0;
  font-size: 1.06rem;
  color: #efe8d8;
}

.kicker {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1.25rem;
  margin-bottom: 0.9rem;
}

.subhead {
  max-width: 60ch;
  margin-bottom: 1.2rem;
  color: #ddd1b4;
}

.micro {
  margin-top: 0.5rem;
  color: #cdbf9c;
  font-size: 0.92rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.82rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #c79f22 0%, #d4af37 45%, #e4c35a 100%);
  color: #111;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 220ms ease;
  box-shadow: 0 8px 26px rgba(212, 175, 55, 0.28);
  position: relative;
  overflow: hidden;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(212, 175, 55, 0.34);
}

.btn::after {
  content: "";
  position: absolute;
  top: -110%;
  left: -40%;
  width: 36%;
  height: 280%;
  background: linear-gradient(to right, transparent, rgba(255, 245, 210, 0.58), transparent);
  transform: rotate(20deg);
  animation: buttonShine 4.8s ease-in-out infinite;
  pointer-events: none;
}

.btn-outline {
  background: transparent;
  color: #f2db97;
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: none;
}

.btn-small {
  font-size: 0.88rem;
  padding: 0.62rem 1.05rem;
}

.flag-icon-btn {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.hero {
  padding-top: 5rem;
}

.hero-grid,
.split-grid,
.story-layout,
.checkout-wrap {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: 1.02fr 1fr;
  align-items: center;
}

.hero-cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.hero-visual,
.panel-visual,
.video-placeholder {
  margin: 0;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
}

.hero-visual img {
  animation: museumZoom 7s ease-out both;
}

.story,
.trust,
.proof,
.checkout {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.66), rgba(11, 11, 11, 0.92));
}

.personalization,
.gift,
.faq,
.legal {
  background: linear-gradient(145deg, rgba(17, 17, 17, 0.95), rgba(11, 11, 11, 0.95));
}

.copy-block p {
  color: #ded2b8;
  max-width: 62ch;
}

.receive-list > span {
  display: inline-block;
  margin-bottom: 0.2rem;
}

.gold-check {
  color: var(--gold);
  font-weight: 800;
  margin-inline-end: 0.42rem;
}

.video-placeholder {
  background: rgba(10, 10, 10, 0.85);
  padding: 0.9rem;
}

.video-frame {
  width: 100%;
  height: 100%;
  min-height: 402px;
  border: 0;
  border-radius: 12px;
}

.pharaoh-divider {
  margin-top: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.glyph-chip {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.09);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.glyph-chip--word {
  width: auto;
  height: auto;
  min-width: 280px;
  min-height: 72px;
  padding: 0.5rem 1.35rem;
  border-radius: 999px;
}

.glyph-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #f2db97;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.glyph-mark {
  color: #f2db97;
  font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", "Segoe UI Symbol", "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  line-height: 1;
}

.glyph-chip--word .glyph-mark {
  white-space: nowrap;
}

.engrave-box {
  margin-top: 1.1rem;
  padding: 1rem;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.05);
}

.engrave-box label {
  display: block;
  margin-bottom: 0.45rem;
  font-weight: 600;
}

input,
textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(16, 16, 16, 0.84);
  color: var(--sandstone);
  padding: 0.65rem 0.75rem;
  font: inherit;
}

.engrave-preview {
  margin-top: 0.65rem;
  border-radius: 10px;
  padding: 0.75rem;
  border: 1px dashed rgba(212, 175, 55, 0.45);
  font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", "Segoe UI Symbol", "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.2vw, 1.9rem);
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-align: center;
  color: #f2db97;
  background: rgba(8, 8, 8, 0.65);
}

.scarcity {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.94), rgba(9, 9, 9, 0.97));
}

.scarcity-wrap {
  max-width: 860px;
  text-align: center;
}

.status-pill {
  margin: 1.4rem auto 0;
  display: inline-flex;
  padding: 0.62rem 1.02rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.54);
  background: rgba(212, 175, 55, 0.08);
  font-weight: 700;
  color: #f2db97;
}

.pyramid-silhouette {
  margin-top: 2rem;
  width: min(860px, calc(100% - 2.4rem));
  margin-left: auto;
  margin-right: auto;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: linear-gradient(to top, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0.02));
}

.pyramid-text {
  color: #f2db97;
  font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", "Segoe UI Symbol", "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  line-height: 1;
  white-space: nowrap;
}

.gallery h2,
.trust h2,
.proof h2,
.faq h2 {
  text-align: center;
}

.gallery-grid,
.proof-grid,
.ugc-grid,
.reviews-grid,
.feature-grid,
.legal-grid {
  margin-top: 1.2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.gallery-grid figure,
.ugc-grid img,
.proof-item > img {
  margin: 0;
  min-height: 220px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 12px;
  overflow: hidden;
}


.proof-item {
  display: grid;
  gap: 0.8rem;
}

.proof-item .review-card {
  margin: 0;
}

figcaption {
  background: rgba(10, 10, 10, 0.85);
  color: #f2db97;
  padding: 0.45rem 0.7rem;
  font-size: 0.9rem;
}

.trust-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem;
  background: rgba(246, 239, 224, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.logos span {
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #f5e9c6;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.badge {
  white-space: nowrap;
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: var(--gold);
  padding: 0.52rem 0.78rem;
  border-radius: 999px;
  font-weight: 700;
}

.feature-card,
.review-card,
.legal-grid article,
.buy-summary,
.order-form,
.faq-list details {
  background: linear-gradient(160deg, rgba(33, 33, 33, 0.9), rgba(23, 23, 23, 0.9));
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.26);
  padding: 1.1rem;
}

.review-card span {
  color: #f2db97;
  display: block;
  margin-top: 0.4rem;
}

.faq-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.checkout-wrap {
  align-items: start;
}

.buy-summary ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.buy-summary li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(212, 175, 55, 0.24);
  padding: 0.5rem 0;
}

.total {
  margin: 0.85rem 0 1rem;
  font-size: 1.08rem;
}

.form-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr 1fr;
}

label {
  display: block;
  font-size: 0.94rem;
}

.full {
  grid-column: 1 / -1;
}

fieldset {
  margin: 0.8rem 0;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 10px;
  padding: 0.65rem;
}

fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-right: 1rem;
}

fieldset input[type="radio"] {
  width: auto;
}

.form-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.follow-us {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.follow-us p {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a1a1a1;
    margin: 0;
}

.instagram-link {
    color: #d4af37; /* لون ذهبي ليناسب فكرة خوفو ساند */
    transition: transform 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.instagram-link:hover {
    transform: scale(1.2); /* تكبير بسيط عند الوقوف بالماوس */
    color: #fff;
}

.payment-email {
  margin-top: 0.7rem;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  border: 1px dashed rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.08);
  color: #f2db97;
  font-weight: 600;
}

.site-footer {
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(5, 5, 5, 0.78);
  padding: 1rem 0;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer-links {
  display: flex;
  gap: 0.8rem;
}

.footer-links a {
  color: #f2db97;
  text-decoration: none;
}

.mobile-sticky-buy {
  position: fixed;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 60;
  display: none;
}

@keyframes museumReveal {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes museumZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

@keyframes buttonShine {
  0%, 68% { transform: translateX(-320%) rotate(20deg); }
  85% { transform: translateX(420%) rotate(20deg); }
  100% { transform: translateX(420%) rotate(20deg); }
}

@media (max-width: 1024px) {
  .hero-grid,
  .split-grid,
  .story-layout,
  .checkout-wrap,
  .form-grid,
  .gallery-grid,
  .proof-grid,
  .ugc-grid,
  .reviews-grid,
  .feature-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .panel-visual,
  .video-placeholder {
    min-height: 300px;
  }

  .video-frame {
    min-height: 282px;
  }

  .pyramid-silhouette {
    height: 72px;
  }

  .trust-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 740px) {
  .section {
    padding: 3.4rem 0;
  }

  .section::before,
  .section::after {
    inset: 0.55rem;
  }

  .nav-wrap {
    min-height: 68px;
  }

  .brand {
    font-size: 0.8rem;
    max-width: 42%;
  }

  .nav-meta .btn {
    display: none;
  }

  .gallery-grid,
  .proof-grid,
  .reviews-grid,
  .ugc-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(85%, 320px);
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.4rem;
  }

  .gallery-grid > *,
  .proof-grid > *,
  .reviews-grid > *,
  .ugc-grid > * {
    scroll-snap-align: start;
  }

  .btn {
    width: 92%;
    text-align: center;
  }

  .btn-small {
    width: auto;
  }

  .glyph-chip {
    width: 36px;
    height: 36px;
  }

  .glyph-chip--word {
    width: auto;
    height: auto;
    min-width: 240px;
    min-height: 64px;
  }

  .mobile-sticky-buy {
    display: none;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 4.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section,
  .hero-visual img,
  .btn::after {
    animation: none;
    transform: none;
    opacity: 1;
  }
}
