@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

@font-face {
  font-family: "Yekan Bakh";
  src: url("fonts/YekanBakh-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url("fonts/YekanBakh-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url("fonts/YekanBakh-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url("fonts/YekanBakh-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url("fonts/YekanBakh-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

:root {
  --ink: #123f40;
  --muted: #6e7f7b;
  --gold: #b3863b;
  --gold-light: #e7cf94;
  --bg: #f6f1e7;
  --card: #fffdf8;
  --green: #04494b;
  --line: rgba(179, 134, 59, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 280px;
  color: var(--ink);
  background-color: #04494b;
  background-image:
    radial-gradient(circle at 2px 2px, rgba(231,207,148,.22) 1.2px, transparent 1.3px),
    linear-gradient(135deg, transparent 0 46%, rgba(255,255,255,.035) 46% 48%, transparent 48% 100%);
  background-size: 28px 28px, 56px 56px;
  font-family: "Roboto", "Yekan Bakh", Tahoma, sans-serif;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.mobile-shell {
  position: relative;
  width: min(100%, 430px);
  min-height: 100vh;
  margin-inline: auto;
  overflow: hidden;
  background: #f8f4ec;
  box-shadow: 0 0 70px rgba(53, 43, 26, .16);
}
.ambient {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(179,134,59,.18);
  border-radius: 50%;
  pointer-events: none;
}
.ambient-one { top: -145px; right: -85px; }
.ambient-two { top: 570px; left: -205px; }

.hero { position: relative; padding: 42px 24px 18px; text-align: center; }
.eyebrow {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font: 600 9px/1.2 Georgia, serif;
  letter-spacing: 4px;
}
.qr-frame {
  width: 184px;
  height: 184px;
  margin: 0 auto 25px;
  background: transparent;
  filter: drop-shadow(0 12px 24px rgba(4,73,75,.13));
}
.qr-frame img { display: block; width: 100%; height: 100%; object-fit: contain; }
h1 { margin: 0; font-size: 29px; font-weight: 700; letter-spacing: -.6px; }
.subtitle { margin: 6px 0 16px; color: var(--gold); font-size: 13px; }
.gold-line { display: flex; align-items: center; justify-content: center; height: 12px; }
.gold-line::before, .gold-line::after { content: ""; width: 44px; height: 1px; background: var(--line); }
.gold-line i { width: 6px; height: 6px; margin: 0 8px; border: 1px solid var(--gold); transform: rotate(45deg); }
.about {
  max-width: 356px;
  margin: 13px auto 0;
  color: #526b68;
  font-size: 12px;
  line-height: 2.05;
  text-align: justify;
  text-align-last: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 14px 20px 35px;
}
.contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  padding: 0 15px;
  border: 1px solid rgba(4,73,75,.1);
  background: rgba(255,255,255,.55);
  box-shadow: 0 5px 18px rgba(4,73,75,.035);
  transition: .25s ease;
}
.contact-link:last-child { grid-column: auto; }
.contact-link:hover { border-color: var(--gold); transform: translateY(-2px); background: #fffdf8; }
.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35px;
  height: 35px;
  margin-left: 14px;
  color: var(--gold);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
.contact-icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: invert(57%) sepia(65%) saturate(525%) hue-rotate(359deg) brightness(88%) contrast(88%);
}
.contact-link > span:last-child { display: flex; align-items: center; flex: 1; min-width: 0; height: 100%; text-align: left; }
.contact-link strong { display: block; max-width: none; margin: 0; font-size: 13px; line-height: 1; direction: ltr; text-align: left; overflow-wrap: anywhere; transform: none; }
.contact-link[data-type="address"] strong { direction: rtl; text-align: left; }
.contact-link[data-type="bale"] .contact-icon img { display: none; }
.contact-link[data-type="bale"] .contact-icon::before {
  content: "";
  width: 21px;
  height: 21px;
  background: var(--gold);
  -webkit-mask: url("images/bale.svg") center / contain no-repeat;
  mask: url("images/bale.svg") center / contain no-repeat;
}

.gold-rate {
  position: relative;
  margin: 0 20px 35px;
  padding: 20px;
  overflow: hidden;
  color: #fffdf8;
  background:
    radial-gradient(circle at 100% 0, rgba(231,207,148,.18), transparent 38%),
    var(--green);
  box-shadow: 0 15px 32px rgba(4,73,75,.15);
}
.gold-rate::after {
  content: "";
  position: absolute;
  left: -38px;
  bottom: -58px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(231,207,148,.2);
  border-radius: 50%;
}
.gold-rate-top { display: flex; align-items: flex-start; justify-content: space-between; }
.rate-kicker { color: var(--gold-light); font-size: 9px; }
.gold-rate h2 { margin: 4px 0 0; font-size: 16px; }
.rate-refresh {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: var(--gold-light);
  border: 1px solid rgba(231,207,148,.4);
  background: transparent;
  border-radius: 50%;
  background: rgba(231,207,148,.06);
  box-shadow: inset 0 0 0 1px rgba(4,73,75,.18);
  font-size: 0;
  line-height: 1;
  cursor: pointer;
}
.rate-refresh::before {
  content: "↻";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: var(--gold-light);
  font: 400 17px/1 "Roboto", sans-serif;
  transform: translate(-50%, -50%);
}
.rate-refresh:hover { color: var(--green); background: var(--gold-light); border-color: var(--gold-light); }
.rate-refresh:hover::before { color: var(--green); }
.rate-refresh:disabled { opacity: .5; }
.gold-rate-value { display: flex; align-items: baseline; gap: 7px; margin: 21px 0; padding-bottom: 21px; border-bottom: 1px solid rgba(255,255,255,.14); direction: rtl; }
.gold-rate-value strong { color: var(--gold-light); font-size: 27px; line-height: 1; }
.gold-rate-value span { color: #b9d0c9; font-size: 9px; }
.gold-rate-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; direction: ltr; }
.gold-rate-meta > * { direction: rtl; }
.gold-rate-meta .up { color: #9fe0b5; }
.gold-rate-meta .down { color: #ffaaa0; }
.gold-rate-meta .flat { color: #d5ddd8; }
.rate-note { position: relative; z-index: 1; margin: 13px 0 0; color: #a9c3bd; font-size: 8.5px; line-height: 1.8; }

.section { padding: 34px 20px; border-top: 1px solid rgba(4,73,75,.09); }
.products-section { background: linear-gradient(180deg, rgba(179,134,59,.08), transparent 28%); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 18px; }
.section-heading span { color: var(--gold); font-size: 9px; letter-spacing: .3px; }
.section-heading h2 { margin: 3px 0 0; font-size: 21px; }
.slider-arrows { display: flex; direction: ltr; gap: 6px; }
.round-btn, .refresh-captcha {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--gold);
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  line-height: 1;
}
.round-btn:hover, .refresh-captcha:hover { background: var(--green); color: #fff; border-color: var(--green); }
.round-btn {
  position: relative;
  padding: 0;
  font-size: 0;
}
.round-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font: 400 16px/1 "Roboto", sans-serif;
  transform: translate(-50%, -50%);
}
#next-product::before { content: "←"; }
#prev-product::before { content: "→"; }
.refresh-captcha {
  position: relative;
  padding: 0;
  font-size: 0;
}
.refresh-captcha::before {
  content: "↻";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: currentColor;
  font: 400 17px/1 "Roboto", sans-serif;
  transform: translate(-50%, -50%);
}
.slider { overflow: hidden; touch-action: pan-y; }
.slides { display: flex; direction: ltr; transition: transform .55s cubic-bezier(.22,.75,.27,1); }
.product-card { flex: 0 0 100%; min-width: 0; direction: rtl; border: 1px solid rgba(4,73,75,.1); background: var(--card); box-shadow: 0 14px 35px rgba(4,73,75,.08); }
.product-image { position: relative; aspect-ratio: 1; overflow: hidden; background: #2b241d; }
.product-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .8s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(11,8,6,.72)); }
.product-number { position: absolute; z-index: 2; top: 14px; right: 14px; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; padding: 0; color: #1b130a; background: var(--gold-light); font: 700 10px/1 Georgia, serif; }
.shine { position: absolute; z-index: 2; left: 20px; bottom: 20px; width: 8px; height: 8px; background: white; border-radius: 50%; box-shadow: 0 0 20px 6px rgba(244,219,159,.75); }
.product-content { padding: 18px; }
.product-label { margin: 0 0 4px; color: var(--gold); font-size: 9px; }
.product-content h3 { margin: 0 0 16px; font-size: 18px; }
.product-specs { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 16px; padding: 12px 0; border-block: 1px solid rgba(4,73,75,.09); }
.product-specs div { text-align: center; border-left: 1px solid rgba(4,73,75,.09); }
.product-specs div:last-child { border: 0; }
.product-specs span, .product-specs b { display: block; }
.product-specs span { margin-bottom: 4px; color: #7a8b87; font-size: 9px; }
.product-specs b { font-size: 11px; font-weight: 400; }
.order-btn, .submit-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 49px;
  padding: 0 18px;
  color: #fffdf8;
  border: 0;
  background: linear-gradient(105deg, #033d3f, #075b5e 52%, #033d3f);
  box-shadow: inset 0 0 0 1px rgba(231,207,148,.35);
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}
.order-btn i, .submit-btn i {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  padding: 0;
  font-style: normal;
  font-size: 0;
  line-height: 1;
  transform: translateY(-50%);
  transition: left .2s ease;
}
.order-btn i::before, .submit-btn i::before { content: "←"; font: 400 17px/1 "Roboto", sans-serif; }
.order-btn:hover i, .submit-btn:hover i { left: 13px; }
.products-more { margin-top: 17px; padding: 14px; text-align: center; border: 1px solid rgba(4,73,75,.1); background: rgba(255,255,255,.62); }
.products-more p { margin: 0 0 10px; color: #57716d; font-size: 10px; line-height: 1.8; }
.products-more p { margin-bottom: 0; }

.contact-section { padding-bottom: 44px; background: #eee7da; }
.form-heading { align-items: center; }
.form-seal {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  font: italic 20px Georgia, serif !important;
}
.field { margin-bottom: 14px; }
.field label { display: block; margin-bottom: 6px; color: #365e5d; font-size: 10px; }
.field input, .field textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  border: 1px solid rgba(4,73,75,.13);
  border-radius: 0;
  outline: 0;
  background: rgba(255,253,248,.86);
  font-size: 12px;
  resize: vertical;
  transition: border-color .2s;
}
#phone { direction: rtl; text-align: right; }
.field input:focus, .field textarea:focus { border-color: var(--gold); }
.field input::placeholder, .field textarea::placeholder { color: #9aa7a2; }
.captcha-row { display: grid; grid-template-columns: 1fr 110px 44px; gap: 7px; direction: rtl; }
.captcha-code {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  border: 1px dashed rgba(179,134,59,.32);
  background: repeating-linear-gradient(-45deg, #fffaf2, #fffaf2 7px, #f8f1e5 7px, #f8f1e5 14px);
  font: 700 16px/1 Georgia, serif;
  letter-spacing: 3px;
  direction: ltr;
  user-select: none;
}
.refresh-captcha { width: 44px; height: 44px; align-self: center; border-radius: 0; }
.honey { position: absolute !important; left: -9999px !important; }
.submit-btn:disabled { opacity: .55; cursor: wait; }
.form-status { min-height: 22px; margin: 10px 0 0; font-size: 11px; text-align: center; }
.form-status.error { color: #a23d32; }
.form-status.success { color: #23705c; }

footer { position: relative; z-index: 1; padding: 35px 20px 40px; text-align: center; border-top: 1px solid var(--line); background: linear-gradient(90deg, #023537 0%, var(--green) 24%, var(--green) 76%, #023537 100%); color: #fffdf8; box-shadow: -20px 0 30px -24px rgba(0,0,0,.95), 20px 0 30px -24px rgba(0,0,0,.95); }
.footer-mark { display: inline-grid; place-items: center; width: 35px; height: 35px; margin-bottom: 9px; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font: italic 17px Georgia, serif; }
footer p { margin: 0 0 3px; font-size: 12px; }
footer small { color: #b9d0c9; font-size: 9px; }
.designer-credit { margin-top: 17px; padding-top: 14px; color: #91b4ab; border-top: 1px solid rgba(231,207,148,.18); font: 9px/1.4 Arial, sans-serif; direction: ltr; }
.designer-credit a { color: var(--gold-light); font-weight: 700; }

@media (max-width: 350px) {
  .hero { padding-inline: 17px; }
  .qr-frame { width: 158px; height: 158px; }
  h1 { font-size: 25px; }
  .contact-grid, .section { padding-inline: 14px; }
  .contact-link { padding-inline: 8px; }
  .contact-link strong { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
