:root {
  --bg: #100d0c;
  --surface: rgba(35, 29, 26, .82);
  --surface-strong: #241e1b;
  --text: #fff9f3;
  --muted: #bdb0a8;
  --orange: #e36f35;
  --amber: #f0ae3f;
  --navy: #23395f;
  --line: rgba(255,255,255,.11);
  --shadow: 0 32px 70px rgba(0,0,0,.36);
  --ease: cubic-bezier(.22,1,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: "Cairo", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 1000;
  padding: 10px 16px;
  color: #111;
  background: #fff;
  border-radius: 10px;
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }

.ambient { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.orb { position: absolute; width: 28rem; aspect-ratio: 1; border-radius: 50%; filter: blur(95px); opacity: .17; animation: drift 14s var(--ease) infinite alternate; }
.orb-one { top: -14rem; right: -9rem; background: var(--orange); }
.orb-two { bottom: -16rem; left: -8rem; background: var(--amber); animation-delay: -5s; }
.orb-three { top: 45%; left: 45%; width: 18rem; background: #6c3e28; opacity: .11; animation-delay: -9s; }
.grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 80%); }

.shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; padding: max(56px, env(safe-area-inset-top)) 0 max(32px, env(safe-area-inset-bottom)); }
.page-header { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #efb18e; font-size: .82rem; font-weight: 700; letter-spacing: .08em; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.page-header h1 { margin: 10px 0 12px; font-size: clamp(2.15rem, 7vw, 4.2rem); line-height: 1.12; letter-spacing: -.055em; text-wrap: balance; }
.page-header p { max-width: 560px; margin: 0 auto; color: var(--muted); font-size: clamp(1rem, 2vw, 1.13rem); text-wrap: balance; }

.brand-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.brand-card {
  --accent: var(--orange);
  position: relative;
  isolation: isolate;
  min-width: 0;
  padding: clamp(24px, 4vw, 40px);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(42,34,30,.93), rgba(27,23,21,.93));
  border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
  border-radius: 32px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  transition: transform .28s var(--ease), border-color .28s ease, box-shadow .28s ease;
}
.brand-card.gifts { --accent: var(--amber); }
.brand-card::before { content: ""; position: absolute; top: 0; right: 12%; left: 12%; height: 1px; background: linear-gradient(90deg, transparent, var(--accent), transparent); opacity: .9; }
.card-glow { position: absolute; z-index: -1; width: 280px; aspect-ratio: 1; top: -140px; left: -80px; border-radius: 50%; background: var(--accent); filter: blur(80px); opacity: .08; transition: opacity .3s ease, transform .6s var(--ease); }
.brand-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--accent) 58%, transparent); box-shadow: 0 38px 90px rgba(0,0,0,.46); }
.brand-card:hover .card-glow { opacity: .17; transform: translate(25px, 25px) scale(1.1); }
.card-header { display: grid; grid-template-columns: 120px minmax(0, 1fr); align-items: center; gap: 24px; }
.logo-frame { position: relative; display: grid; width: 120px; aspect-ratio: 1; place-items: center; }
.logo-frame::before { content: ""; position: absolute; inset: 9px; background: #fff; border-radius: 29px; box-shadow: 0 16px 30px rgba(0,0,0,.24); }
.logo-frame img { position: relative; z-index: 2; width: 88px; height: 88px; object-fit: contain; }
.logo-orbit { position: absolute; z-index: 3; inset: -3px; pointer-events: none; border: 2px solid var(--accent); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; box-shadow: 0 0 12px color-mix(in srgb, var(--accent) 15%, transparent); animation: orbit 8s linear infinite; will-change: transform; }
.logo-orbit::after { content: ""; position: absolute; top: -4px; left: 50%; width: 7px; height: 7px; background: var(--accent); border: 2px solid var(--surface-strong); border-radius: 50%; box-shadow: 0 0 12px var(--accent); transform: translateX(-50%); }
.brand-heading { min-width: 0; }
.brand-number { float: left; color: color-mix(in srgb, var(--accent) 65%, #fff); font-size: .72rem; letter-spacing: .12em; direction: ltr; }
.brand-label { margin: 0 0 3px; color: var(--accent); font-size: .7rem; font-weight: 700; letter-spacing: .14em; direction: ltr; text-align: right; }
.brand-heading h2 { margin: 0; font-size: clamp(1.38rem, 3vw, 2rem); line-height: 1.25; letter-spacing: -.03em; text-wrap: balance; }
.brand-description { margin: 9px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.6; }

.primary-link { display: flex; min-height: 76px; align-items: center; gap: 14px; margin-top: 34px; padding: 14px 16px; color: var(--text); text-decoration: none; background: rgba(255,255,255,.045); border: 1px solid var(--line); border-radius: 19px; transition: background .22s ease, border-color .22s ease, transform .22s ease; }
.primary-link:hover { background: color-mix(in srgb, var(--accent) 10%, rgba(255,255,255,.04)); border-color: color-mix(in srgb, var(--accent) 48%, transparent); transform: translateY(-2px); }
.primary-link .icon { display: grid; flex: 0 0 44px; height: 44px; color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, transparent); border-radius: 13px; place-items: center; }
.primary-link .icon svg { width: 22px; }
.primary-link > span:nth-child(2) { min-width: 0; flex: 1; }
.primary-link small, .primary-link strong { display: block; }
.primary-link small { color: var(--muted); font-size: .75rem; }
.primary-link strong { overflow-wrap: anywhere; font-size: .96rem; direction: ltr; text-align: right; }
.arrow { width: 20px; color: var(--muted); transform: rotate(180deg); }

.contact-link { display: flex; min-height: 58px; align-items: center; gap: 12px; margin-top: 12px; padding: 10px 16px; color: var(--text); text-decoration: none; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 16px; transition: background .22s ease, border-color .22s ease, transform .22s ease; }
.contact-link:hover { background: rgba(49, 173, 97, .12); border-color: rgba(79, 211, 130, .55); transform: translateY(-2px); }
.contact-link > svg:first-child { flex: 0 0 22px; width: 22px; color: #55d98a; }
.location-link > svg:first-child { color: #72a7ff; }
.location-link:hover { background: rgba(63, 126, 224, .12); border-color: rgba(114, 167, 255, .55); }
.contact-link > span { min-width: 0; flex: 1; }
.contact-link small, .contact-link strong { display: block; }
.contact-link small { color: var(--muted); font-size: .72rem; line-height: 1.35; }
.contact-link strong { font-size: .92rem; }

.social-section { margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--line); }
.social-section > p { margin: 0 0 10px; color: var(--muted); font-size: .76rem; font-weight: 600; }
.social-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.social-links a { display: flex; text-decoration: none; cursor: pointer; min-width: 0; min-height: 58px; align-items: center; justify-content: center; gap: 7px; padding: 8px; color: #c9bdb6; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 14px; font: inherit; font-size: .875rem; font-weight: 600; }
.social-links a svg { flex: 0 0 18px; width: 18px; }
.social-links a:hover { color: var(--accent); border-color: var(--accent); }
.social-links a:active { transform: scale(.97); }
.social-links-store { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.social-links .fill-dot { fill: currentColor; stroke: none; }
.coming-soon { display: block; margin-top: 9px; color: #8f817a; font-size: .66rem; }

.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.action-button, .copy-button, .close-button { cursor: pointer; }
.action-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; color: var(--text); background: transparent; border: 1px solid var(--line); border-radius: 15px; font-weight: 700; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .12s ease; }
.action-button svg { width: 20px; }
.action-button:hover { color: #17110e; background: var(--accent); border-color: var(--accent); }
.action-button:active, .copy-button:active, .close-button:active { transform: scale(.97); }

.page-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; padding: 0 4px; color: #94867f; font-size: .76rem; }
.page-footer p { margin: 0; }
.footer-mark { display: flex; gap: 5px; }
.footer-mark span { display: block; width: 22px; height: 4px; border-radius: 9px; background: var(--orange); }
.footer-mark span:last-child { width: 9px; background: var(--amber); }

.dialog-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; padding: 20px; background: rgba(8,6,5,.78); backdrop-filter: blur(14px); place-items: center; opacity: 0; transition: opacity .2s ease; }
.dialog-backdrop[hidden] { display: none; }
.dialog-backdrop.open { opacity: 1; }
.dialog { position: relative; width: min(100%, 380px); padding: 34px 28px 28px; color: var(--text); background: #241e1b; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: 0 32px 90px rgba(0,0,0,.58); text-align: center; transform: translateY(14px) scale(.97); transition: transform .3s var(--ease); }
.dialog-backdrop.open .dialog { transform: translateY(0) scale(1); }
.dialog-kicker { margin: 0 0 4px; color: var(--amber); font-size: .76rem; font-weight: 700; letter-spacing: .05em; }
.dialog h2 { margin: 0 0 22px; font-size: 1.45rem; }
.close-button { position: absolute; top: 14px; left: 14px; display: grid; width: 44px; height: 44px; color: var(--muted); background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 50%; place-items: center; }
.close-button svg { width: 20px; }
.qr-frame { display: grid; width: min(100%, 248px); aspect-ratio: 1; margin: auto; padding: 16px; background: #fff; border: 7px solid #f2a13e; border-radius: 22px; place-items: center; }
#qr-code { width: 100%; height: 100%; }
#qr-code img, #qr-code canvas { display: block; width: 100% !important; height: 100% !important; }
.qr-hint { margin: 16px 0; color: var(--muted); font-size: .84rem; }
.copy-button { display: inline-flex; width: 100%; min-height: 50px; align-items: center; justify-content: center; gap: 8px; color: #17110e; background: var(--amber); border: 0; border-radius: 14px; font-weight: 800; }
.copy-button svg { width: 19px; }
.toast { position: fixed; z-index: 150; right: 50%; bottom: max(22px, env(safe-area-inset-bottom)); min-width: 190px; padding: 12px 18px; color: #1a120e; background: #fff7ec; border-radius: 14px; box-shadow: 0 16px 44px rgba(0,0,0,.34); text-align: center; font-size: .88rem; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(50%, 16px); transition: opacity .2s ease, transform .25s var(--ease); }
.toast.show { opacity: 1; transform: translate(50%, 0); }

.reveal { opacity: 0; transform: translateY(24px); animation: reveal .8s var(--ease) forwards; }
.brand-card:nth-child(1) { animation-delay: .12s; }
.brand-card:nth-child(2) { animation-delay: .22s; }
.page-footer { animation-delay: .32s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes drift { to { transform: translate(55px, 35px) scale(1.12); } }
@keyframes orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

:focus-visible { outline: 3px solid #ffbf69; outline-offset: 3px; }
body.dialog-open { overflow: hidden; }

@media (max-width: 760px) {
  .shell { width: min(100% - 24px, 540px); padding-top: max(36px, env(safe-area-inset-top)); }
  .page-header { margin-bottom: 28px; }
  .brand-grid { grid-template-columns: 1fr; gap: 16px; }
  .brand-card { border-radius: 26px; }
  .page-footer { flex-wrap: wrap; justify-content: center; text-align: center; }
  .page-footer p { width: 100%; order: -1; }
}

@media (max-width: 420px) {
  .card-header { grid-template-columns: 92px minmax(0, 1fr); gap: 16px; }
  .logo-frame { width: 92px; }
  .logo-frame::before { inset: 7px; border-radius: 22px; }
  .logo-frame img { width: 69px; height: 69px; }
  .brand-number { display: none; }
  .brand-heading h2 { font-size: 1.27rem; }
  .brand-description { font-size: .84rem; }
  .primary-link { margin-top: 26px; }
}

@media (max-width: 350px) {
  .card-header { grid-template-columns: 1fr; text-align: center; }
  .logo-frame { margin-inline: auto; }
  .brand-label, .primary-link strong { text-align: center; }
  .card-actions { grid-template-columns: 1fr; }
  .social-links button { min-height: 52px; }
  .social-links button span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@supports not (backdrop-filter: blur(1px)) {
  .brand-card { background: var(--surface-strong); }
}

/* This small, explicitly requested animation has its own visible pause control. */
.logo-orbit { animation-duration: 8s !important; animation-iteration-count: infinite !important; }
body.orbits-paused .logo-orbit { animation-play-state: paused; }
.motion-toggle { display: block; margin: 20px auto 0; min-height: 44px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-strong); color: var(--text); cursor: pointer; font-size: .875rem; }
.whatsapp-link > svg.whatsapp-icon { width: 28px; flex-basis: 28px; height: 28px; fill: currentColor; stroke: none; }
