/* ============================================================
   SADEL | سادل — Stylesheet
   هوية بصرية: بترولي داكن + ذهبي شامبانيا + عاجي دافئ
   مصدر الألوان: دليل الهوية البصرية الرسمي لسادل (2026)
   ============================================================ */

:root {
  /* الألوان المعتمدة رسميًا من دليل الهوية البصرية */
  --color-petrol: #0F3D3E;
  --color-petrol-deep: #0A2C2D;
  --color-petrol-soft: #16504F;
  --color-gold: #C8A263;
  --color-gold-soft: #E3D2B3;
  --color-ivory: #F2E8DC;
  --color-stone: #E7E1D6;
  --color-charcoal: #1A1A1A;
  --color-white: #FFFFFF;

  --color-text: var(--color-charcoal);
  --color-text-muted: #5B5750;
  --color-bg: var(--color-ivory);

  /* خطوط */
  --font-ar: 'IBM Plex Sans Arabic', 'Tahoma', sans-serif;
  --font-en: 'Cormorant Garamond', 'Georgia', serif;
  /* ملاحظة: خط الهوية الرسمي "DIN Next Arabic" غير متاح مجانًا عبر Google Fonts،
     تم استبداله بـ IBM Plex Sans Arabic كأقرب بديل عربي حديث ونظيف. */

  --radius-s: 4px;
  --radius-m: 10px;
  --radius-l: 22px;

  --shadow-card: 0 10px 30px -12px rgba(15, 61, 62, 0.18);
  --shadow-header: 0 4px 20px -8px rgba(15, 61, 62, 0.15);

  --container-w: 1200px;
  --transition: 240ms ease;
}

/* ============================================================
   إعادة ضبط أساسية
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

body {
  margin: 0;
  font-family: var(--font-ar);
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; color: var(--color-petrol); line-height: 1.3; }
p { margin: 0; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; }

.container {
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: 20px;
}

@media (min-width: 640px) {
  .container { padding-inline: 32px; }
}

/* وصول: زر تخطي */
.skip-link {
  position: absolute;
  right: -999px;
  top: 0;
  background: var(--color-petrol);
  color: var(--color-white);
  padding: 12px 20px;
  border-radius: 0 0 var(--radius-s) var(--radius-s);
  z-index: 1000;
}
.skip-link:focus {
  right: 12px;
}

:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 3px;
}

/* ============================================================
   الأزرار
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1.5px solid transparent;
  transition: var(--transition);
  white-space: nowrap;
}
.btn-primary {
  background: var(--color-gold);
  color: var(--color-petrol-deep);
}
.btn-primary:hover { background: var(--color-gold-soft); transform: translateY(-2px); }

.btn-outline {
  background: transparent;
  color: var(--color-petrol);
  border-color: var(--color-petrol);
}
.btn-outline:hover { background: var(--color-petrol); color: var(--color-white); }

.btn-outline-light {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-gold);
}
.btn-outline-light:hover { background: var(--color-gold); color: var(--color-petrol-deep); }

.btn-ghost {
  background: transparent;
  color: var(--color-petrol);
  border-color: var(--color-stone);
}
.btn-ghost:hover { border-color: var(--color-petrol); }

.btn-sm { padding: 10px 20px; font-size: 0.85rem; }
.btn-full { width: 100%; }

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(15, 61, 62, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(242, 232, 220, 0.08);
  transition: box-shadow var(--transition), background var(--transition);
}
.site-header.is-scrolled {
  box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.5);
  background: var(--color-petrol);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
}

/* ---- شعار سادل الرسمي: نسخة مسطحة عالية الوضوح مهيأة للخلفية البترولية ---- */
.sadel-logo {
  display: block;
  width: 136px;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

@media (min-width: 1100px) {
  .sadel-logo { width: 148px; }
}

@media (max-width: 640px) {
  .header-inner { min-height: 78px; padding-block: 8px; }
  .sadel-logo { width: 98px; }
  .brand { min-width: 98px; }
}

.footer-logo { width: 132px; }
@media (max-width: 640px) { .footer-logo { width: 104px; } }

/* حالة تعذّر تحميل ملف الشعار: لا نعيد بناء الشعار كنص، فقط نضمن وضوح alt المعروض تلقائيًا من المتصفح */
.sadel-logo--missing {
  min-width: 100px;
  min-height: 60px;
  color: var(--color-white);
  font-family: var(--font-en);
  letter-spacing: 0.1em;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav a {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(242, 232, 220, 0.88);
  position: relative;
  padding-bottom: 4px;
}
.main-nav a::after {
  content: '';
  position: absolute;
  right: 0; bottom: 0;
  width: 0; height: 1.5px;
  background: var(--color-gold);
  transition: width var(--transition);
}
.main-nav a:hover,
.main-nav a.is-active { color: var(--color-white); }
.main-nav a:hover::after,
.main-nav a.is-active::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 14px; }
.btn-cta-order { display: none; }
@media (min-width: 900px) { .btn-cta-order { display: inline-flex; } }

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  padding: 0;
}
.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--color-white);
  border-radius: 2px;
  transition: var(--transition);
}
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (min-width: 900px) {
  .hamburger { display: none; }
}

@media (max-width: 899px) {
  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    background: var(--color-petrol);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    overflow-y: auto;
  }
  .main-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .main-nav ul { flex-direction: column; align-items: flex-start; gap: 0; padding: 10px 24px 30px; }
  .main-nav li { width: 100%; border-bottom: 1px solid rgba(242,232,220,0.1); }
  .main-nav a { display: block; padding: 16px 4px; font-size: 1.05rem; }
}

/* ============================================================
   عناصر مشتركة للأقسام
   ============================================================ */
.section { padding: 80px 0; }
@media (max-width: 900px) { .section { padding: 56px 0; } }
@media (max-width: 480px) { .section { padding: 44px 0; } }

.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  color: var(--color-gold);
  font-weight: 600;
  margin-bottom: 14px;
}

.section-head { max-width: 640px; margin-bottom: 50px; }
@media (max-width: 480px) { .section-head { margin-bottom: 32px; } }
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 14px; }
.section-intro { color: var(--color-text-muted); font-size: 1.05rem; }
.section-head-light .eyebrow,
.section-head-light h2 { color: var(--color-white); }
.section-head-light { margin-inline: auto; text-align: center; max-width: 560px; }

.link-cta {
  display: inline-block;
  margin-top: 24px;
  font-weight: 600;
  color: var(--color-petrol);
  border-bottom: 1.5px solid var(--color-gold);
  padding-bottom: 3px;
  transition: var(--transition);
}
.link-cta:hover { color: var(--color-gold); }

/* ---- إطار صورة عام: يحمل <img> فعليًا، ويتحول لِـ Placeholder تلقائيًا عبر JS عند فشل التحميل ---- */
.media-frame {
  margin: 0;
  border-radius: var(--radius-m);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--color-stone);
}
.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.media-frame--placeholder {
  background: linear-gradient(135deg, var(--color-stone), var(--color-ivory));
  border: 1px dashed rgba(15, 61, 62, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.media-frame-note {
  color: var(--color-text-muted);
  font-size: 0.8rem;
  text-align: center;
}

/* حركة ظهور تدريجي عند التمرير */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   Hero — صورة خلفية كاملة مع تدرج داكن لضمان وضوح النص
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-color: var(--color-petrol-deep);
  padding-top: 60px;
  padding-bottom: 60px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}
.hero-bg.media-frame--placeholder {
  border: none;
  border-radius: 0;
  background: linear-gradient(135deg, var(--color-petrol-deep), var(--color-petrol));
}
.hero-bg .media-frame-note { color: rgba(242,232,220,0.7); }

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to left,
    rgba(10, 28, 29, 0.94) 0%,
    rgba(10, 28, 29, 0.82) 32%,
    rgba(10, 28, 29, 0.35) 62%,
    rgba(10, 28, 29, 0.15) 100%
  );
}
[dir="rtl"] .hero-overlay {
  background: linear-gradient(
    to right,
    rgba(10, 28, 29, 0.94) 0%,
    rgba(10, 28, 29, 0.82) 32%,
    rgba(10, 28, 29, 0.35) 62%,
    rgba(10, 28, 29, 0.15) 100%
  );
}

.hero-inner {
  position: relative;
  z-index: 2;
}
.hero-copy { max-width: 560px; }
.hero-copy h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin: 0 0 22px;
  color: var(--color-white);
}
.hero-copy h1 span { color: var(--color-gold); }
.hero-text {
  font-size: 1.05rem;
  color: rgba(242, 232, 220, 0.88);
  max-width: 46ch;
  margin-bottom: 34px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }

@media (max-width: 640px) {
  .hero {
    min-height: 460px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-bg { position: absolute; inset: 0; }
  .hero-bg img { object-position: center 55%; }
  .hero-copy { max-width: 100%; }
  .hero-text { margin-bottom: 26px; }
}

/* ============================================================
   المنتجات
   ============================================================ */
.product-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.product-card {
  background: var(--color-white);
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition);
}
.product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px -14px rgba(15,61,62,0.28); }
.product-media { aspect-ratio: 4/3; overflow: hidden; }
.product-media .media-frame { border-radius: 0; aspect-ratio: auto; height: 100%; }
.product-media .media-frame--placeholder { border: none; }
.product-body { padding: 26px; }
.product-body h3 { font-size: 1.25rem; margin-bottom: 10px; }
.product-body p { color: var(--color-text-muted); margin-bottom: 14px; }
.product-meta {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 0.88rem;
  color: var(--color-petrol);
  font-weight: 600;
}
.product-meta li { background: var(--color-stone); padding: 5px 12px; border-radius: 999px; }
.product-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ============================================================
   Experience (أكثر من مجرد حلوى) — خلفية بترولية داكنة
   ============================================================ */
.experience {
  background: var(--color-petrol);
  background-image: radial-gradient(circle at 15% 20%, rgba(200,162,99,0.08), transparent 45%);
}
.experience-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.experience-item {
  text-align: center;
  color: var(--color-white);
  padding: 10px;
}
.exp-icon {
  width: 46px; height: 46px;
  margin: 0 auto 20px;
  color: var(--color-gold);
}
.experience-item h3 { color: var(--color-white); font-size: 1.1rem; margin-bottom: 10px; }
.experience-item p { color: rgba(242,232,220,0.75); font-size: 0.95rem; }

/* ============================================================
   منصات الطلب — قسم صغير جدًا، بلا سيطرة بصرية
   ============================================================ */
.platforms {
  background: var(--color-ivory);
  padding: 34px 0;
  border-top: 1px solid rgba(15,61,62,0.06);
  border-bottom: 1px solid rgba(15,61,62,0.06);
}
.platforms-inner { text-align: center; }
.platforms-title {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  color: var(--color-text-muted);
  margin-bottom: 16px;
}
.platforms-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
}
.platforms-list li {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-petrol);
  background: var(--color-white);
  border: 1px solid var(--color-stone);
  border-radius: 999px;
  padding: 8px 18px;
}
.platforms-note {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

/* ============================================================
   B2B
   ============================================================ */
.b2b {
  background: var(--color-petrol-deep);
  color: var(--color-white);
}
.b2b-inner {
  display: grid;
  gap: 36px;
  align-items: center;
}
@media (min-width: 800px) {
  .b2b-inner { grid-template-columns: 0.85fr 1.15fr; text-align: right; }
}
.b2b-media .media-frame {
  border-radius: var(--radius-m);
  aspect-ratio: 16/10;
}
.b2b-copy { text-align: center; }
@media (min-width: 800px) { .b2b-copy { text-align: right; } }
.b2b h2 { color: var(--color-white); font-size: clamp(1.7rem, 3vw, 2.2rem); margin-bottom: 16px; }
.b2b p { color: rgba(242,232,220,0.78); margin-bottom: 30px; max-width: 48ch; }
@media (min-width: 800px) { .b2b p { margin-inline: 0; } }

/* ============================================================
   طلبك من سادل
   ============================================================ */
.steps {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 42px;
}
.step {
  padding: 28px 22px;
  border: 1px solid var(--color-stone);
  border-radius: var(--radius-m);
  text-align: center;
  background: var(--color-white);
}
.step-num {
  display: block;
  font-family: var(--font-en);
  font-size: 1.6rem;
  color: var(--color-gold);
  font-weight: 600;
  margin-bottom: 12px;
}
.step h3 { font-size: 1rem; }
.how-to-order-cta { text-align: center; }

/* ============================================================
   Testimonials
   ============================================================ */
.testimonials-placeholder {
  border: 1px dashed rgba(15,61,62,0.25);
  border-radius: var(--radius-m);
  padding: 50px 24px;
  text-align: center;
  color: var(--color-text-muted);
  background: var(--color-white);
}

/* ============================================================
   تواصل معنا
   ============================================================ */
.contact { background: var(--color-stone); }
.contact-inner {
  display: grid;
  gap: 48px;
}
@media (min-width: 900px) {
  .contact-inner { grid-template-columns: 0.85fr 1.15fr; }
}
.contact-list { margin-top: 26px; display: flex; flex-direction: column; gap: 18px; }
.contact-list li { display: flex; flex-direction: column; gap: 4px; }
.contact-label { font-size: 0.78rem; color: var(--color-text-muted); letter-spacing: 0.05em; }
.contact-list a { font-weight: 600; color: var(--color-petrol); }
.contact-list a:hover { color: var(--color-gold); }

.contact-form {
  background: var(--color-white);
  border-radius: var(--radius-l);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--shadow-card);
}
.form-row { display: flex; flex-direction: column; gap: 8px; }
.form-row label { font-size: 0.88rem; font-weight: 600; color: var(--color-petrol); }
.form-row input,
.form-row select,
.form-row textarea {
  border: 1.5px solid var(--color-stone);
  border-radius: var(--radius-s);
  padding: 12px 14px;
  font-size: 0.95rem;
  background: var(--color-ivory);
  color: var(--color-text);
  transition: border-color var(--transition);
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--color-gold);
  outline: none;
}
.form-row textarea { resize: vertical; min-height: 100px; }

/* ============================================================
   زر واتساب العائم
   ============================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 22px;
  left: 22px;
  width: 56px;
  height: 56px;
  background: var(--color-petrol);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px -8px rgba(15,61,62,0.55);
  z-index: 400;
  transition: var(--transition);
}
.whatsapp-float:hover { background: var(--color-gold); color: var(--color-petrol-deep); transform: translateY(-3px); }
.whatsapp-float svg { width: 26px; height: 26px; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  position: relative;
  background: var(--color-petrol-deep);
  color: var(--color-stone);
  padding-top: 60px;
  overflow: hidden;
}
.footer-pattern {
  position: absolute;
  inset: auto -40px -60px auto;
  width: 360px;
  opacity: 0.12;
  pointer-events: none;
}
[dir="rtl"] .footer-pattern { inset: auto auto -60px -40px; }

.footer-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(242,232,220,0.12);
}
.footer-brand p { color: rgba(242,232,220,0.7); font-size: 0.92rem; margin-top: 12px; }

.footer-nav { display: flex; flex-wrap: wrap; gap: 18px 26px; align-content: flex-start; }
.footer-nav a { font-size: 0.92rem; color: rgba(242,232,220,0.85); }
.footer-nav a:hover { color: var(--color-gold); }

.footer-social { display: flex; gap: 18px; align-content: flex-start; }
.footer-social a { font-size: 0.92rem; color: rgba(242,232,220,0.85); }
.footer-social a:hover { color: var(--color-gold); }

.footer-bottom {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 0.82rem;
  color: rgba(242,232,220,0.55);
}

/* ============================================================
   حالات عامة: إخفاء أقسام / روابط غير مفعّلة بعد
   ============================================================ */
.is-hidden { display: none !important; }

.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.social-pending {
  display: inline-block;
  font-size: 0.85rem;
  color: var(--color-text-muted);
  border: 1px dashed rgba(15,61,62,0.3);
  border-radius: 999px;
  padding: 6px 16px;
}
.footer-social .social-pending,
#contact-instagram-pending {
  color: rgba(242,232,220,0.65);
  border-color: rgba(242,232,220,0.3);
}

/* ============================================================
   نموذج التواصل — رسائل الخطأ وحالة عدم الصلاحية
   ============================================================ */
.field-error {
  min-height: 1.1em;
  font-size: 0.8rem;
  color: #B3261E;
}
.form-row input[aria-invalid="true"],
.form-row textarea[aria-invalid="true"] {
  border-color: #B3261E;
}
.form-hint {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  text-align: center;
  margin-top: -6px;
}

/* ============================================================
   Product Details Modal
   ============================================================ */
body.modal-open { overflow: hidden; }

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 28, 29, 0.55);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 900;
}
.modal-overlay[hidden] { display: none; }

.modal {
  background: var(--color-white);
  border-radius: var(--radius-l);
  max-width: 720px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  display: grid;
  box-shadow: 0 30px 60px -20px rgba(10,28,29,0.5);
}
@media (min-width: 700px) {
  .modal { grid-template-columns: 1fr 1fr; }
}
.modal:focus { outline: none; }

.modal-media {
  margin: 0;
  aspect-ratio: 4 / 3;
  background: var(--color-stone);
  overflow: hidden;
}
@media (min-width: 700px) { .modal-media { aspect-ratio: auto; height: 100%; } }
.modal-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.modal-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal-body h3 { font-size: 1.4rem; }
.modal-body p { color: var(--color-text-muted); }
.modal-meta {
  display: inline-block;
  color: var(--color-petrol) !important;
  font-weight: 600;
  background: var(--color-stone);
  padding: 6px 14px;
  border-radius: 999px;
  width: fit-content;
  font-size: 0.85rem;
}
.modal-actions {
  margin-top: 10px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.modal-close {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: var(--color-ivory);
  color: var(--color-petrol);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: var(--transition);
}
[dir="rtl"] .modal-close { left: 14px; right: auto; }
.modal-close:hover { background: var(--color-gold); color: var(--color-petrol-deep); }
.modal-close svg { width: 18px; height: 18px; }


/* ===== Final visual refinements: clearer logo, tighter mobile hero, sharper media ===== */
.hero{min-height:520px;padding-top:52px;padding-bottom:52px}
.hero-bg img{object-position:center 48%}
.hero-overlay{background:linear-gradient(to right,rgba(7,25,26,.92) 0%,rgba(7,25,26,.76) 34%,rgba(7,25,26,.24) 66%,rgba(7,25,26,.08) 100%)}
.hero-copy{max-width:520px}
.product-media{aspect-ratio:4/3}
.product-media img{width:100%;height:100%;object-fit:cover}
@media(max-width:640px){
  .hamburger{width:34px;height:34px}
  .hero{min-height:390px;padding-top:32px;padding-bottom:34px}
  .hero-bg img{object-position:58% center}
  .hero-overlay{background:linear-gradient(to top,rgba(7,25,26,.92) 0%,rgba(7,25,26,.72) 48%,rgba(7,25,26,.18) 100%)}
  .hero-copy{padding-top:88px}
  .hero-copy h1{font-size:clamp(2rem,10vw,2.8rem);margin-bottom:14px}
  .hero-text{font-size:.96rem;line-height:1.8;margin-bottom:20px;max-width:32ch}
  .hero-actions{gap:10px}
  .hero-actions .btn{padding:12px 18px}
  .section{padding:38px 0}
  .section-head{margin-bottom:26px}
  .product-grid{gap:20px}
  .product-body{padding:20px}
  .product-media{aspect-ratio:4/3}
}
