/* =============================================
   AL REEDAN CORPORATE
   Premium Arabic Gum Trading Theme
   Light Cream & Gold Edition
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Outfit:wght@300;400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:  #faf8f4;
  --dark:   #f2ede3;
  --dark2:  #ede7d9;
  --dark3:  #e6dece;
  --dark4:  #ddd5c2;
  --gold:   #b8922e;
  --gold2:  #c9a84c;
  --gold3:  #dfc06a;
  --forest: #e8e2d4;
  --sage:   #2a5a2a;
  --leaf:   #3a7a3a;
  --light:  #3a3228;
  --muted:  #7a6e60;
  --white:  #ffffff;
  --nav-h:  82px;
  --text-primary: #1e1a14;
  --text-secondary: #5a5248;
  --border: rgba(180,155,100,.2);
  --card-bg: #ffffff;
  --card-hover: #fdf9f3;
}

html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: var(--black); color: var(--text-primary); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }

/* ── TOPBAR ────────────────────────────── */
.ar-topbar { background: #1e1a14; border-bottom: 1px solid rgba(201,168,76,.15); padding: 8px 70px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; letter-spacing: .04em; color: rgba(255,255,255,.6); }
.ar-topbar a { color: rgba(255,255,255,.6); transition: color .2s; display: inline-flex; align-items: center; gap: 6px; }
.ar-topbar a:hover { color: var(--gold2); }
.ar-topbar-links { display: flex; gap: 28px; }

/* ── NAV ───────────────────────────────── */
#masthead { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); height: var(--nav-h); display: flex; align-items: center; padding: 0 70px; border-bottom: 1px solid rgba(180,155,100,.2); justify-content: space-between; transition: all .3s; box-shadow: 0 2px 20px rgba(0,0,0,.06); }
#masthead.scrolled { box-shadow: 0 8px 48px rgba(0,0,0,.12); border-bottom-color: rgba(180,155,100,.35); }

.ar-logo { display: flex; align-items: center; gap: 14px; font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 600; color: var(--text-primary); letter-spacing: .05em; }
.ar-logo-icon { width: 44px; height: 44px; background: linear-gradient(135deg, var(--gold) 0%, var(--gold2) 100%); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 16px rgba(201,168,76,.3); }
.ar-logo-icon svg { width: 22px; height: 22px; fill: #ffffff; }
.ar-logo-text span { color: var(--gold); }
.site-branding img { max-height: 52px; width: auto; }

#primary-menu { display: flex; align-items: center; }
#primary-menu li { position: relative; }
#primary-menu > li > a { display: block; padding: 0 18px; line-height: var(--nav-h); font-size: 14px; font-weight: 500; color: var(--text-secondary); letter-spacing: .02em; transition: color .2s; white-space: nowrap; }
#primary-menu > li > a:hover { color: var(--gold); }
#primary-menu > li.current-menu-item > a { color: var(--gold); }

#primary-menu ul { position: absolute; top: calc(var(--nav-h) - 1px); left: 0; min-width: 230px; background: #ffffff; border: 1px solid rgba(180,155,100,.2); border-top: 2px solid var(--gold); box-shadow: 0 20px 60px rgba(0,0,0,.1); padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .25s ease; z-index: 1000; }
#primary-menu li:hover > ul { opacity: 1; visibility: visible; transform: translateY(0); }
#primary-menu ul li a { display: block; padding: 11px 24px; font-size: 13.5px; color: var(--text-secondary); transition: all .15s; }
#primary-menu ul li a:hover { background: rgba(180,155,100,.06); color: var(--gold); padding-left: 30px; }

.menu-item-cta > a { background: var(--gold) !important; color: #ffffff !important; padding: 10px 24px !important; border-radius: 6px; line-height: 1 !important; margin-left: 14px; font-size: 13px !important; font-weight: 700 !important; letter-spacing: .04em !important; transition: background .2s, transform .15s !important; }
.menu-item-cta > a:hover { background: var(--gold2) !important; transform: translateY(-1px); }
.menu-toggle { display: none; background: none; border: 1px solid rgba(180,155,100,.4); border-radius: 6px; padding: 8px 12px; cursor: pointer; font-size: 20px; color: var(--gold); line-height: 1; }

/* ── HERO SLIDER ────────────────────────── */
.ar-hero { position: relative; height: 100vh; min-height: 620px; overflow: hidden; }
.ar-slides { width: 100%; height: 100%; position: relative; }
.ar-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; display: flex; align-items: center; }
.ar-slide.active { opacity: 1; }
.ar-slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.06); transition: transform 8s ease; }
.ar-slide.active .ar-slide-bg { transform: scale(1); }
.ar-slide-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(10,8,4,.75) 0%, rgba(10,8,4,.42) 55%, rgba(10,8,4,.1) 100%); }

.ar-slide-content { position: relative; z-index: 2; padding: 0 70px; max-width: 720px; }
.ar-slide-tag { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(201,168,76,.5); border-radius: 100px; padding: 6px 18px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold2); margin-bottom: 28px; opacity: 0; transform: translateY(20px); transition: all .9s .2s ease; }
.ar-slide.active .ar-slide-tag { opacity: 1; transform: translateY(0); }
.ar-slide-tag-dot { width: 5px; height: 5px; background: var(--gold2); border-radius: 50%; flex-shrink: 0; }

.ar-slide-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(46px, 5.5vw, 76px); font-weight: 500; line-height: 1.06; color: #ffffff; margin-bottom: 24px; opacity: 0; transform: translateY(30px); transition: all .9s .35s ease; }
.ar-slide.active .ar-slide-title { opacity: 1; transform: translateY(0); }
.ar-slide-title em { font-style: italic; color: var(--gold2); }

.ar-slide-desc { font-size: 17px; color: rgba(255,255,255,.8); line-height: 1.75; max-width: 500px; margin-bottom: 44px; opacity: 0; transform: translateY(20px); transition: all .9s .5s ease; }
.ar-slide.active .ar-slide-desc { opacity: 1; transform: translateY(0); }

.ar-slide-btns { display: flex; gap: 16px; flex-wrap: wrap; opacity: 0; transform: translateY(20px); transition: all .9s .65s ease; }
.ar-slide.active .ar-slide-btns { opacity: 1; transform: translateY(0); }

.ar-btn-gold { background: var(--gold); color: #ffffff; padding: 15px 36px; border-radius: 6px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; transition: background .2s, transform .15s, box-shadow .2s; box-shadow: 0 4px 20px rgba(201,168,76,.4); }
.ar-btn-gold:hover { background: var(--gold2); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,168,76,.5); color: #ffffff; }
.ar-btn-outline { border: 1px solid rgba(255,255,255,.5); color: #ffffff; padding: 15px 36px; border-radius: 6px; font-size: 13px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; transition: all .2s; }
.ar-btn-outline:hover { border-color: var(--gold2); color: var(--gold2); background: rgba(201,168,76,.1); }

.ar-slider-dots { position: absolute; bottom: 44px; left: 70px; display: flex; gap: 10px; z-index: 10; }
.ar-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; transition: all .35s; border: none; padding: 0; }
.ar-dot.active { background: var(--gold2); width: 32px; border-radius: 4px; }
.ar-slider-arrows { position: absolute; bottom: 34px; right: 70px; display: flex; gap: 12px; z-index: 10; }
.ar-arrow { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.08); color: #ffffff; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.ar-arrow:hover { border-color: var(--gold2); color: var(--gold2); background: rgba(201,168,76,.1); }
.ar-slide-counter { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); font-family: 'Cormorant Garamond', serif; font-size: 13px; color: rgba(255,255,255,.45); letter-spacing: .1em; z-index: 10; }

/* ── MARQUEE ─────────────────────────────── */
.ar-marquee { background: var(--sage); padding: 15px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid rgba(201,168,76,.2); border-bottom: 1px solid rgba(201,168,76,.2); }
.ar-marquee-track { display: inline-block; animation: arMarquee 35s linear infinite; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: rgba(255,255,255,.9); }
.ar-marquee-track span { margin: 0 36px; }
.ar-marquee-track .dot { color: var(--gold2); }

/* ── SECTIONS ────────────────────────────── */
.ar-section { padding: 110px 70px; }
.ar-label { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.ar-label::before { content: ''; display: block; width: 30px; height: 1px; background: var(--gold); }
.ar-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4vw, 56px); font-weight: 500; line-height: 1.12; color: var(--text-primary); }
.ar-title em { font-style: italic; color: var(--gold); }
.ar-desc { font-size: 17px; color: var(--text-secondary); line-height: 1.8; max-width: 560px; margin-top: 20px; }
.ar-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; flex-wrap: wrap; gap: 28px; }
.ar-btn-dark { background: none; border: 1px solid rgba(180,155,100,.5); color: var(--gold); padding: 13px 30px; border-radius: 6px; font-size: 13px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; transition: all .2s; white-space: nowrap; }
.ar-btn-dark:hover { background: var(--gold); color: #ffffff; }

/* ── ABOUT ───────────────────────────────── */
.ar-about { background: var(--dark); }
.ar-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.ar-about-img { position: relative; }
.ar-about-img-main { width: 100%; aspect-ratio: 3/4; border-radius: 16px; overflow: hidden; background: linear-gradient(160deg, var(--dark3), var(--dark2)); display: flex; align-items: center; justify-content: center; }
.ar-about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.ar-about-badge { position: absolute; bottom: -28px; right: -32px; background: linear-gradient(135deg, var(--gold), var(--gold2)); border-radius: 14px; padding: 26px 28px; border: 6px solid var(--dark); text-align: center; min-width: 160px; box-shadow: 0 12px 40px rgba(201,168,76,.25); }
.ar-about-badge strong { font-family: 'Cormorant Garamond', serif; font-size: 52px; color: #ffffff; display: block; line-height: 1; font-weight: 600; }
.ar-about-badge span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.8); margin-top: 6px; display: block; font-weight: 600; }
.ar-about-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; }
.ar-feat { padding: 22px; background: var(--card-bg); border-radius: 10px; border-left: 2px solid var(--gold); transition: all .2s; box-shadow: 0 2px 12px rgba(0,0,0,.05); }
.ar-feat:hover { background: var(--card-hover); box-shadow: 0 6px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
.ar-feat h4 { font-weight: 600; font-size: 14px; margin-bottom: 8px; color: var(--text-primary); }
.ar-feat p { font-size: 13px; color: var(--text-secondary); line-height: 1.65; }

/* ── PRODUCTS ────────────────────────────── */
.ar-products { background: var(--black); }
.ar-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ar-product-card { background: var(--card-bg); border: 1px solid rgba(180,155,100,.15); border-radius: 14px; overflow: hidden; transition: transform .3s, border-color .3s, box-shadow .3s; }
.ar-product-card:hover { transform: translateY(-8px); border-color: rgba(180,155,100,.4); box-shadow: 0 24px 60px rgba(0,0,0,.12); }
.ar-product-img { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: var(--dark2); display: flex; align-items: center; justify-content: center; }
.ar-product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ar-product-card:hover .ar-product-img img { transform: scale(1.07); }
.ar-product-body { padding: 26px; }
.ar-product-tag { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: var(--gold); font-weight: 600; margin-bottom: 8px; }
.ar-product-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 500; color: var(--text-primary); margin-bottom: 10px; line-height: 1.2; }
.ar-product-card p { font-size: 13.5px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 20px; }
.ar-product-link { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.ar-product-card:hover .ar-product-link { gap: 10px; }

/* ── STATS ───────────────────────────────── */
.ar-stats { background: #1e1a14; padding: 90px 70px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; text-align: center; border-top: 1px solid rgba(201,168,76,.15); border-bottom: 1px solid rgba(201,168,76,.15); position: relative; overflow: hidden; }
.ar-stats::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,.06) 0%, transparent 70%); pointer-events: none; }
.ar-stat-item { position: relative; }
.ar-stat-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 60px; width: 1px; background: rgba(201,168,76,.15); }
.ar-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 500; color: var(--gold2); line-height: 1; }
.ar-stat-lbl { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.5); margin-top: 12px; }

/* ── WHY US ──────────────────────────────── */
.ar-why { background: var(--dark); }
.ar-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ar-why-card { padding: 40px 30px; background: var(--card-bg); border-radius: 14px; border: 1px solid rgba(180,155,100,.12); text-align: center; transition: all .3s; box-shadow: 0 2px 12px rgba(0,0,0,.04); }
.ar-why-card:hover { border-color: rgba(180,155,100,.35); background: var(--card-hover); transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.1); }
.ar-why-icon { width: 72px; height: 72px; border-radius: 50%; background: rgba(180,155,100,.08); border: 1px solid rgba(180,155,100,.2); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; transition: all .3s; }
.ar-why-card:hover .ar-why-icon { background: rgba(180,155,100,.15); border-color: rgba(180,155,100,.4); }
.ar-why-icon svg { width: 30px; fill: #b8922e !important; }
.ar-why-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--text-primary); margin-bottom: 12px; }
.ar-why-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.75; }

/* ── CONTACT ─────────────────────────────── */
.ar-contact { background: var(--black); }
.ar-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.ar-contact-detail { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 32px; }
.ar-contact-detail-icon { width: 48px; height: 48px; background: rgba(180,155,100,.1); border: 1px solid rgba(180,155,100,.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ar-contact-detail-icon svg { width: 22px; fill: #b8922e !important; }
.ar-contact-detail h4 { font-weight: 600; font-size: 12px; color: var(--text-primary); margin-bottom: 5px; text-transform: uppercase; letter-spacing: .08em; }
.ar-contact-detail p, .ar-contact-detail a { font-size: 14px; color: var(--text-secondary); line-height: 1.6; transition: color .2s; }
.ar-contact-detail a:hover { color: var(--gold); }

.ar-form { background: var(--card-bg); border: 1px solid rgba(180,155,100,.15); border-radius: 16px; padding: 44px; box-shadow: 0 8px 40px rgba(0,0,0,.07); }
.ar-form h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 500; color: var(--text-primary); margin-bottom: 28px; }
.ar-form-group { margin-bottom: 20px; }
.ar-form-group label { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--text-secondary); display: block; margin-bottom: 8px; font-weight: 600; }
.ar-form-group input, .ar-form-group textarea, .ar-form-group select { width: 100%; background: var(--dark3); border: 1px solid rgba(180,155,100,.2); border-radius: 8px; padding: 13px 18px; color: var(--text-primary); font-family: 'Outfit', sans-serif; font-size: 14px; outline: none; transition: border-color .2s; }
.ar-form-group input:focus, .ar-form-group textarea:focus, .ar-form-group select:focus { border-color: var(--gold); background: #ffffff; }
.ar-form-group input::placeholder, .ar-form-group textarea::placeholder { color: rgba(90,82,72,.4); }
.ar-form-group textarea { resize: vertical; min-height: 130px; }
.ar-form-group select { appearance: none; cursor: pointer; color: var(--text-primary); }
.ar-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ar-submit { background: var(--gold); color: #ffffff; border: none; border-radius: 8px; padding: 15px 36px; font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; width: 100%; margin-top: 6px; transition: background .2s, box-shadow .2s; box-shadow: 0 4px 20px rgba(180,155,100,.3); }
.ar-submit:hover { background: var(--gold2); box-shadow: 0 6px 28px rgba(180,155,100,.45); }

/* ── WHATSAPP ─────────────────────────────── */
.ar-whatsapp { position: fixed; bottom: 30px; right: 30px; z-index: 9999; width: 60px; height: 60px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 28px rgba(37,211,102,.45); transition: transform .2s, box-shadow .2s; }
.ar-whatsapp:hover { transform: scale(1.12); box-shadow: 0 8px 36px rgba(37,211,102,.55); }
.ar-whatsapp svg { width: 32px; fill: white; }
.ar-whatsapp-tooltip { position: absolute; right: 72px; background: var(--text-primary); color: #ffffff; padding: 8px 16px; border-radius: 8px; font-size: 13px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s; }
.ar-whatsapp:hover .ar-whatsapp-tooltip { opacity: 1; }

/* ── CTA BAND ────────────────────────────── */
.ar-cta { background: linear-gradient(135deg, #1e1a14 0%, #2a3d1e 100%); padding: 110px 70px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; border-top: 1px solid rgba(201,168,76,.15); border-bottom: 1px solid rgba(201,168,76,.15); position: relative; overflow: hidden; }
.ar-cta::before { content: ''; position: absolute; right: -150px; top: 50%; transform: translateY(-50%); width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,.08) 0%, transparent 70%); pointer-events: none; }
.ar-cta h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 3.5vw, 52px); color: #ffffff; font-weight: 400; line-height: 1.2; }
.ar-cta h2 em { font-style: italic; color: var(--gold2); }
.ar-cta p { font-size: 16px; color: rgba(255,255,255,.6); margin-top: 16px; max-width: 500px; line-height: 1.75; }
.ar-btn-cta { background: var(--gold2); color: #ffffff; padding: 18px 48px; border-radius: 6px; font-weight: 700; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; transition: background .2s, transform .15s; display: inline-block; box-shadow: 0 6px 24px rgba(201,168,76,.35); }
.ar-btn-cta:hover { background: var(--gold3); transform: translateY(-2px); color: #1e1a14; }

/* ── FOOTER ──────────────────────────────── */
#colophon { background: #1e1a14; border-top: 1px solid rgba(201,168,76,.1); padding: 90px 70px 44px; }
.ar-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 64px; padding-bottom: 64px; border-bottom: 1px solid rgba(255,255,255,.07); }
.ar-footer-brand p { font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.8; margin: 20px 0 28px; max-width: 300px; }
.ar-footer-social { display: flex; gap: 10px; }
.ar-footer-social a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: rgba(255,255,255,.45); transition: all .2s; }
.ar-footer-social a:hover { border-color: var(--gold2); color: var(--gold2); background: rgba(201,168,76,.08); }
.ar-footer-col h4 { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: #ffffff; margin-bottom: 22px; font-weight: 600; }
.ar-footer-col ul li { margin-bottom: 12px; }
.ar-footer-col ul li a { color: rgba(255,255,255,.45); font-size: 14px; transition: color .2s; display: flex; align-items: center; gap: 6px; }
.ar-footer-col ul li a:hover { color: var(--gold2); }
.ar-footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; font-size: 13px; color: rgba(255,255,255,.35); flex-wrap: wrap; gap: 14px; }
.ar-footer-legal a { color: rgba(255,255,255,.25); margin-left: 22px; font-size: 13px; transition: color .2s; }
.ar-footer-legal a:hover { color: var(--gold2); }

/* ── INNER PAGES ─────────────────────────── */
.ar-page-hero { background: linear-gradient(to bottom, var(--dark), var(--black)); padding: 110px 70px 90px; text-align: center; border-bottom: 1px solid rgba(180,155,100,.15); }
.ar-page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 5vw, 68px); font-weight: 500; color: var(--text-primary); }
.ar-page-hero h1 em { font-style: italic; color: var(--gold); }
.ar-page-hero p { font-size: 18px; color: var(--text-secondary); margin-top: 18px; }
.ar-content-wrap { max-width: 880px; margin: 0 auto; padding: 90px 40px; }
.ar-content-wrap h1, .ar-content-wrap h2 { font-family: 'Cormorant Garamond', serif; color: var(--text-primary); margin-bottom: 22px; }
.ar-content-wrap p { margin-bottom: 22px; color: var(--text-secondary); line-height: 1.85; }
.ar-content-wrap img { border-radius: 12px; margin: 32px 0; }
.ar-content-wrap a { color: var(--gold); }

/* Blog */
.ar-blog-wrap { padding: 90px 70px; background: var(--black); }
.ar-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.ar-post-card { background: var(--card-bg); border: 1px solid rgba(180,155,100,.12); border-radius: 14px; overflow: hidden; transition: transform .3s, border-color .3s, box-shadow .3s; }
.ar-post-card:hover { transform: translateY(-6px); border-color: rgba(180,155,100,.3); box-shadow: 0 16px 48px rgba(0,0,0,.1); }
.ar-post-thumb { width: 100%; aspect-ratio: 16/10; overflow: hidden; background: var(--dark2); }
.ar-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ar-post-card:hover .ar-post-thumb img { transform: scale(1.05); }
.ar-post-body { padding: 28px; }
.ar-post-cat { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: var(--gold); font-weight: 600; margin-bottom: 10px; }
.ar-post-card h2 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; line-height: 1.3; color: var(--text-primary); margin-bottom: 12px; }
.ar-post-card h2 a { color: inherit; transition: color .2s; }
.ar-post-card h2 a:hover { color: var(--gold); }
.ar-post-excerpt { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }
.ar-post-meta { display: flex; justify-content: space-between; font-size: 12px; color: var(--text-secondary); margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(180,155,100,.12); }
.ar-read-more { color: var(--gold); font-weight: 600; }

/* Success message */
.ar-success { background: rgba(184,146,46,.1); border: 1px solid rgba(184,146,46,.25); border-radius: 10px; padding: 16px 20px; margin-bottom: 24px; color: var(--gold); font-size: 14px; }

/* ── ELEMENTOR PAGES ─────────────────────── */
.elementor-page-wrap { width: 100%; }
.elementor-page-wrap .e-con, .elementor-page-wrap .elementor-section { max-width: 100%; }

/* ── ANIMATIONS ──────────────────────────── */
@keyframes arMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ar-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.ar-reveal.is-visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ──────────────────────────── */
@media (max-width: 1200px) {
  .ar-about-grid { gap: 70px; }
  .ar-section { padding: 90px 50px; }
  #masthead { padding: 0 50px; }
  .ar-topbar { padding: 8px 50px; }
}
@media (max-width: 1024px) {
  .ar-about-grid { grid-template-columns: 1fr; gap: 60px; }
  .ar-about-badge { display: none; }
  .ar-contact-grid { grid-template-columns: 1fr; }
  .ar-stats { grid-template-columns: repeat(2, 1fr); }
  .ar-why-grid { grid-template-columns: 1fr 1fr; }
  .ar-products-grid { grid-template-columns: 1fr 1fr; }
  .ar-section { padding: 80px 40px; }
  #masthead { padding: 0 36px; }
  .ar-topbar { padding: 8px 36px; }
  .ar-cta { grid-template-columns: 1fr; gap: 40px; }
  .ar-footer-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .ar-slide-content { padding: 0 40px; }
  .ar-slider-dots { left: 40px; }
  .ar-slider-arrows { right: 40px; }
}
@media (max-width: 768px) {
  .menu-toggle { display: flex; align-items: center; justify-content: center; }
  #primary-menu { display: none; flex-direction: column; align-items: stretch; }
  #primary-menu.toggled-on { display: flex; position: absolute; top: var(--nav-h); left: 0; right: 0; background: #ffffff; padding: 12px 0; box-shadow: 0 20px 40px rgba(0,0,0,.1); border-top: 1px solid rgba(180,155,100,.2); }
  #primary-menu > li > a { line-height: 1.4; padding: 14px 28px; }
  #primary-menu ul { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 4px 0 4px 24px; }
  .ar-topbar-links { display: none; }
  .ar-about-feats { grid-template-columns: 1fr; }
  .ar-form-grid { grid-template-columns: 1fr; }
  .ar-blog-grid { grid-template-columns: 1fr; }
  .ar-hero { min-height: 560px; }
}
@media (max-width: 480px) {
  .ar-products-grid { grid-template-columns: 1fr; }
  .ar-why-grid { grid-template-columns: 1fr; }
  .ar-stats { grid-template-columns: 1fr 1fr; padding: 70px 28px; }
  .ar-footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .ar-section { padding: 70px 24px; }
  #masthead { padding: 0 24px; }
  .ar-topbar { padding: 8px 24px; }
  .ar-slide-content { padding: 0 24px; }
  .ar-slider-dots { left: 24px; bottom: 28px; }
  .ar-slider-arrows { right: 24px; bottom: 20px; }
}
/* Force gold on Why Us icons */
.ar-why-icon {
  background: rgba(180, 155, 100, .08) !important;
  border-color: rgba(180, 155, 100, .2) !important;
}
.ar-why-icon svg {
  fill: var(--gold) !important;
}
.ar-why-card:hover .ar-why-icon {
  background: rgba(180, 155, 100, .15) !important;
  border-color: rgba(180, 155, 100, .4) !important;
}
.ar-why-icon {
  background: rgba(180,155,100,.08) !important;
  border: 1px solid rgba(180,155,100,.2) !important;
}