/*
Theme Name: Golden Ride Luxury
Theme URI: https://goldenrideluxurycar.com
Author: Golden Ride Luxury Car Transport L.L.C
Author URI: https://goldenrideluxurycar.com
Description: A premium, ultra-fast, SEO-optimized WordPress theme built exclusively for Golden Ride Luxury Car Transport L.L.C — a Dubai chauffeur, airport transfer & VIP transportation company. Includes a built-in booking system that generates a PDF confirmation and hands the customer off to WhatsApp automatically. No page builder or extra plugins required.
Version: 1.0.0
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: golden-ride
*/

/* =====================================================
   1. CSS VARIABLES / DESIGN SYSTEM
===================================================== */
:root{
  --gr-black:#0d0d0d;
  --gr-black-soft:#141414;
  --gr-charcoal:#1e1e1e;
  --gr-gold:#c9971f;
  --gr-gold-light:#e8c15a;
  --gr-gold-dark:#8a6508;
  --gr-cream:#faf7f0;
  --gr-white:#ffffff;
  --gr-grey-50:#f7f6f4;
  --gr-grey-100:#efece6;
  --gr-grey-300:#d8d3c8;
  --gr-grey-500:#8a857a;
  --gr-grey-700:#4a473f;
  --gr-text:#1a1a1a;
  --gr-success:#1e7e34;
  --gr-radius:6px;
  --gr-radius-lg:14px;
  --gr-shadow-sm:0 2px 10px rgba(0,0,0,.06);
  --gr-shadow-md:0 10px 30px rgba(0,0,0,.10);
  --gr-shadow-lg:0 20px 60px rgba(0,0,0,.18);
  --gr-font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --gr-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --gr-container: 1240px;
  --gr-header-h: 104px;
  --gr-header-h-mobile: 74px;
  --gr-transition: .25s ease;
}

/* =====================================================
   2. RESET
===================================================== */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{margin:0;font-family:var(--gr-font-body);color:var(--gr-text);background:var(--gr-white);line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
h1,h2,h3,h4,h5,h6{font-family:var(--gr-font-heading);font-weight:700;line-height:1.2;margin:0 0 .5em;color:var(--gr-black);}
p{margin:0 0 1em;}
a{color:inherit;text-decoration:none;transition:color var(--gr-transition);}
img{max-width:100%;height:auto;display:block;}
ul{margin:0;padding:0;list-style:none;}
button{font-family:inherit;cursor:pointer;}
input,textarea,select{font-family:inherit;font-size:1rem;}
figure{margin:0;}
svg{display:block;}
.gr-container{max-width:var(--gr-container);margin:0 auto;padding:0 24px;}
.screen-reader-text{position:absolute!important;left:-9999px;top:-9999px;}
::selection{background:var(--gr-gold);color:#fff;}

/* =====================================================
   3. UTILITIES
===================================================== */
.gr-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gr-gold-dark);margin-bottom:14px;}
.gr-eyebrow::before{content:"";width:28px;height:2px;background:var(--gr-gold);display:inline-block;}
.gr-section{padding:96px 0;}
.gr-section--tight{padding:64px 0;}
.gr-section--dark{background:var(--gr-black);color:#efece6;}
.gr-section--dark h2,.gr-section--dark h3{color:#fff;}
.gr-section--grey{background:var(--gr-grey-50);}
.gr-title{font-size:clamp(1.9rem,3.4vw,2.75rem);margin-bottom:16px;}
.gr-subtitle{color:var(--gr-grey-700);max-width:640px;font-size:1.06rem;}
.gr-head{margin-bottom:52px;}
.gr-head.gr-center{text-align:center;margin-left:auto;margin-right:auto;}
.gr-head.gr-center .gr-subtitle{margin-left:auto;margin-right:auto;}
.gr-grid{display:grid;gap:32px;}
.gr-grid-2{grid-template-columns:repeat(2,1fr);}
.gr-grid-3{grid-template-columns:repeat(3,1fr);}
.gr-grid-4{grid-template-columns:repeat(4,1fr);}
.gr-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(201,151,31,.12);color:var(--gr-gold-dark);border:1px solid rgba(201,151,31,.35);padding:6px 14px;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.03em;}

/* Buttons */
.gr-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 30px;border-radius:999px;font-weight:700;font-size:.95rem;letter-spacing:.02em;border:2px solid transparent;transition:all var(--gr-transition);white-space:nowrap;}
.gr-btn-gold{background:linear-gradient(135deg,var(--gr-gold-light),var(--gr-gold) 60%,var(--gr-gold-dark));color:#1a1200;box-shadow:0 8px 24px rgba(201,151,31,.35);}
.gr-btn-gold:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(201,151,31,.45);}
.gr-btn-outline{border-color:rgba(255,255,255,.5);color:#fff;background:transparent;}
.gr-btn-outline:hover{border-color:var(--gr-gold);color:var(--gr-gold);}
.gr-btn-dark{background:var(--gr-black);color:#fff;}
.gr-btn-dark:hover{background:var(--gr-gold-dark);}
.gr-btn-block{width:100%;}
.gr-btn svg{width:18px;height:18px;flex:none;}

/* =====================================================
   4. HEADER
===================================================== */
.gr-topbar{background:var(--gr-black);color:#cfcabd;font-size:.82rem;padding:8px 0;}
.gr-topbar .gr-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;}
.gr-topbar a{color:#cfcabd;}
.gr-topbar a:hover{color:var(--gr-gold);}
.gr-topbar-links{display:flex;gap:22px;flex-wrap:wrap;}
.gr-topbar-links span{display:inline-flex;align-items:center;gap:6px;}
.gr-topbar-social{display:flex;gap:12px;}
.gr-topbar-social a{width:26px;height:26px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;}
.gr-topbar-social a:hover{border-color:var(--gr-gold);}
.gr-topbar-social svg{width:13px;height:13px;}

.gr-header{position:sticky;top:0;left:0;right:0;z-index:999;background:rgba(13,13,13,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,151,31,.18);transition:padding var(--gr-transition),background var(--gr-transition);}
.gr-header.is-scrolled{background:rgba(13,13,13,.98);box-shadow:0 6px 24px rgba(0,0,0,.35);}
.gr-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0;min-height:var(--gr-header-h);}
.gr-logo{display:flex;align-items:center;gap:12px;flex:none;}
.gr-logo img{height:84px;width:auto;transition:height var(--gr-transition);}
.gr-header.is-scrolled .gr-logo img{height:64px;}
.gr-logo-text{display:flex;flex-direction:column;line-height:1.15;}
.gr-logo-text strong{font-family:var(--gr-font-heading);font-size:1.05rem;color:#fff;letter-spacing:.02em;}
.gr-logo-text span{font-size:.68rem;letter-spacing:.14em;color:var(--gr-gold);text-transform:uppercase;}

.gr-nav{display:flex;align-items:center;gap:36px;}
.gr-nav ul{display:flex;gap:32px;}
.gr-nav a{color:#eeeae0;font-weight:600;font-size:.95rem;position:relative;padding:6px 0;}
.gr-nav a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--gr-gold);transition:width var(--gr-transition);}
.gr-nav a:hover::after,.gr-nav .current-menu-item a::after{width:100%;}
.gr-nav a:hover{color:var(--gr-gold-light);}

.gr-header-actions{display:flex;align-items:center;gap:14px;}
.gr-icon-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);flex:none;}
.gr-icon-btn svg{width:19px;height:19px;color:#fff;}
.gr-icon-btn:hover{background:var(--gr-gold);border-color:var(--gr-gold);}
.gr-icon-btn.whatsapp:hover{background:#25D366;border-color:#25D366;}
.gr-header-actions .gr-btn{padding:13px 26px;}

.gr-burger{display:none;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:50%;flex:none;}
.gr-burger span{width:18px;height:2px;background:#fff;display:block;transition:var(--gr-transition);}
.gr-burger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.gr-burger.is-active span:nth-child(2){opacity:0;}
.gr-burger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

.gr-mobile-nav{position:fixed;top:0;right:-100%;width:82%;max-width:360px;height:100%;background:var(--gr-black-soft);z-index:1100;transition:right .35s ease;padding:28px 26px;overflow-y:auto;}
.gr-mobile-nav.is-open{right:0;}
.gr-mobile-nav-close{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;margin-left:auto;margin-bottom:26px;}
.gr-mobile-nav-close svg{width:16px;height:16px;color:#fff;}
.gr-mobile-nav ul{display:flex;flex-direction:column;gap:4px;}
.gr-mobile-nav a{display:block;padding:14px 4px;color:#f3efe6;font-weight:600;font-size:1.05rem;border-bottom:1px solid rgba(255,255,255,.08);}
.gr-mobile-nav a:hover{color:var(--gr-gold);}
.gr-mobile-nav-cta{margin-top:24px;display:flex;flex-direction:column;gap:12px;}
.gr-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:1050;opacity:0;visibility:hidden;transition:var(--gr-transition);}
.gr-overlay.is-open{opacity:1;visibility:visible;}

/* =====================================================
   5. HERO
===================================================== */
.gr-hero{position:relative;background:radial-gradient(120% 120% at 80% 0%,#2a2210 0%,#0d0d0d 55%),linear-gradient(160deg,#111 0%,#000 100%);color:#fff;overflow:hidden;padding:120px 0 100px;}
.gr-hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(201,151,31,.25) 1px,transparent 1px);background-size:26px 26px;opacity:.18;pointer-events:none;}
.gr-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;}
.gr-hero h1{font-size:clamp(2.4rem,4.6vw,3.75rem);color:#fff;margin-bottom:20px;}
.gr-hero h1 em{font-style:normal;color:var(--gr-gold);}
.gr-hero p.lead{font-size:1.15rem;color:#d8d3c4;max-width:560px;margin-bottom:34px;}
.gr-hero-cta{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:44px;}
.gr-hero-stats{display:flex;gap:36px;flex-wrap:wrap;}
.gr-hero-stats div strong{display:block;font-family:var(--gr-font-heading);font-size:1.9rem;color:var(--gr-gold);}
.gr-hero-stats div span{font-size:.82rem;color:#c9c4b6;letter-spacing:.03em;}

.gr-hero-emblem{position:relative;display:flex;align-items:center;justify-content:center;}
.gr-hero-emblem .ring{position:absolute;width:120%;height:120%;border:1px solid rgba(201,151,31,.25);border-radius:50%;animation:gr-spin 40s linear infinite;}
.gr-hero-emblem .ring2{position:absolute;width:95%;height:95%;border:1px dashed rgba(201,151,31,.35);border-radius:50%;animation:gr-spin 60s linear infinite reverse;}
.gr-hero-emblem img{position:relative;z-index:2;width:78%;max-width:420px;filter:drop-shadow(0 25px 45px rgba(0,0,0,.55));}
@keyframes gr-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}
.gr-hero-card{position:absolute;bottom:-10px;left:-10px;background:rgba(20,20,20,.85);border:1px solid rgba(201,151,31,.3);border-radius:var(--gr-radius-lg);padding:16px 20px;backdrop-filter:blur(6px);display:flex;align-items:center;gap:12px;z-index:3;}
.gr-hero-card svg{width:26px;height:26px;color:var(--gr-gold);flex:none;}
.gr-hero-card strong{display:block;font-size:.9rem;color:#fff;}
.gr-hero-card span{font-size:.75rem;color:#c9c4b6;}

/* Marquee trust strip */
.gr-marquee{background:var(--gr-grey-50);border-top:1px solid var(--gr-grey-100);border-bottom:1px solid var(--gr-grey-100);padding:22px 0;}
.gr-marquee .gr-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px;}
.gr-marquee-item{display:flex;align-items:center;gap:10px;color:var(--gr-grey-700);font-weight:600;font-size:.88rem;}
.gr-marquee-item svg{width:20px;height:20px;color:var(--gr-gold);}

/* =====================================================
   6. SERVICE CARDS
===================================================== */
.gr-service-card{background:#fff;border:1px solid var(--gr-grey-100);border-radius:var(--gr-radius-lg);padding:36px 30px;transition:var(--gr-transition);height:100%;}
.gr-service-card:hover{box-shadow:var(--gr-shadow-md);transform:translateY(-6px);border-color:transparent;}
.gr-service-icon{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,var(--gr-gold-light),var(--gr-gold-dark));display:flex;align-items:center;justify-content:center;margin-bottom:22px;}
.gr-service-icon svg{width:28px;height:28px;color:#1a1200;}
.gr-service-card h3{font-size:1.2rem;margin-bottom:10px;}
.gr-service-card p{color:var(--gr-grey-700);font-size:.94rem;margin-bottom:16px;}
.gr-service-card a.gr-link{color:var(--gr-gold-dark);font-weight:700;font-size:.86rem;display:inline-flex;align-items:center;gap:6px;}
.gr-service-card a.gr-link svg{width:14px;height:14px;transition:transform var(--gr-transition);}
.gr-service-card a.gr-link:hover svg{transform:translateX(4px);}

/* Intro / about split */
.gr-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.gr-split-media{position:relative;}
.gr-split-media .frame{background:linear-gradient(150deg,#151515,#000);border-radius:var(--gr-radius-lg);padding:50px;display:flex;align-items:center;justify-content:center;box-shadow:var(--gr-shadow-lg);}
.gr-split-media img{width:70%;filter:drop-shadow(0 20px 30px rgba(0,0,0,.5));}
.gr-split-media .badge-float{position:absolute;bottom:-22px;right:-14px;background:#fff;border-radius:var(--gr-radius-lg);box-shadow:var(--gr-shadow-md);padding:18px 22px;display:flex;align-items:center;gap:14px;}
.gr-split-media .badge-float svg{width:34px;height:34px;color:var(--gr-gold-dark);}
.gr-split-media .badge-float strong{display:block;font-size:1.35rem;font-family:var(--gr-font-heading);}
.gr-split-media .badge-float span{font-size:.76rem;color:var(--gr-grey-700);}
.gr-check-list{margin-top:22px;display:grid;gap:12px;}
.gr-check-list li{display:flex;align-items:flex-start;gap:12px;font-weight:600;font-size:.95rem;color:var(--gr-text);}
.gr-check-list svg{width:20px;height:20px;color:var(--gr-success);flex:none;margin-top:2px;}

/* =====================================================
   7. WHY CHOOSE US
===================================================== */
.gr-feature{display:flex;gap:18px;padding:26px 0;border-bottom:1px solid rgba(255,255,255,.1);}
.gr-feature:last-child{border-bottom:none;}
.gr-feature .num{font-family:var(--gr-font-heading);font-size:1.6rem;color:var(--gr-gold);flex:none;width:44px;}
.gr-feature h4{color:#fff;font-size:1.05rem;margin-bottom:6px;}
.gr-feature p{color:#bdb8aa;font-size:.9rem;margin:0;}

/* =====================================================
   8. TESTIMONIALS
===================================================== */
.gr-testi-card{background:#fff;border-radius:var(--gr-radius-lg);padding:32px;border:1px solid var(--gr-grey-100);height:100%;display:flex;flex-direction:column;}
.gr-testi-stars{display:flex;gap:4px;margin-bottom:16px;}
.gr-testi-stars svg{width:16px;height:16px;color:var(--gr-gold);}
.gr-testi-card p.quote{font-style:italic;color:var(--gr-grey-700);flex:1;margin-bottom:20px;}
.gr-testi-person{display:flex;align-items:center;gap:12px;}
.gr-testi-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--gr-gold-light),var(--gr-gold-dark));display:flex;align-items:center;justify-content:center;color:#1a1200;font-weight:700;font-family:var(--gr-font-heading);flex:none;}
.gr-testi-person strong{display:block;font-size:.92rem;}
.gr-testi-person span{font-size:.78rem;color:var(--gr-grey-500);}

/* =====================================================
   9. BOOKING FORM
===================================================== */
.gr-booking{position:relative;background:var(--gr-black);color:#fff;}
.gr-booking-wrap{background:linear-gradient(160deg,#161616,#050505);border:1px solid rgba(201,151,31,.25);border-radius:var(--gr-radius-lg);padding:48px;box-shadow:var(--gr-shadow-lg);}
.gr-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px;}
.gr-field{display:flex;flex-direction:column;gap:8px;}
.gr-field.full{grid-column:1/-1;}
.gr-field label{font-size:.82rem;font-weight:600;letter-spacing:.03em;color:#d8d3c4;}
.gr-field label .req{color:var(--gr-gold);}
.gr-field input,.gr-field select,.gr-field textarea{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);border-radius:var(--gr-radius);padding:13px 15px;color:#fff;width:100%;transition:var(--gr-transition);}
.gr-field input::placeholder,.gr-field textarea::placeholder{color:#8a8577;}
.gr-field input:focus,.gr-field select:focus,.gr-field textarea:focus{outline:none;border-color:var(--gr-gold);background:rgba(255,255,255,.09);}
.gr-field select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9'><path d='M1 1l6 6 6-6' stroke='%23c9971f' stroke-width='2' fill='none'/></svg>");background-repeat:no-repeat;background-position:right 15px center;}
.gr-field textarea{resize:vertical;min-height:110px;}
.gr-field .error-msg{font-size:.76rem;color:#ff8a8a;min-height:14px;}
.gr-field.has-error input,.gr-field.has-error select,.gr-field.has-error textarea{border-color:#ff5a5a;}
.gr-form-note{font-size:.78rem;color:#a8a394;margin-top:6px;display:flex;gap:8px;align-items:flex-start;}
.gr-form-note svg{width:16px;height:16px;flex:none;color:var(--gr-gold);}
.gr-form-foot{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:8px;}
.gr-form-status{margin-top:18px;padding:14px 18px;border-radius:var(--gr-radius);font-size:.9rem;display:none;}
.gr-form-status.is-visible{display:block;}
.gr-form-status.success{background:rgba(30,126,52,.15);border:1px solid rgba(30,126,52,.4);color:#7fe39a;}
.gr-form-status.error{background:rgba(255,90,90,.12);border:1px solid rgba(255,90,90,.4);color:#ff9d9d;}
.gr-btn.is-loading{opacity:.7;pointer-events:none;}
.gr-spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.25);border-top-color:#1a1200;border-radius:50%;animation:gr-rotate .7s linear infinite;display:none;}
.gr-btn.is-loading .gr-spinner{display:inline-block;}
@keyframes gr-rotate{to{transform:rotate(360deg)}}

/* Success modal */
.gr-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:1200;display:none;align-items:center;justify-content:center;padding:20px;}
.gr-modal-overlay.is-open{display:flex;}
.gr-modal{background:#fff;border-radius:var(--gr-radius-lg);max-width:440px;width:100%;padding:40px 34px;text-align:center;position:relative;}
.gr-modal-icon{width:70px;height:70px;border-radius:50%;background:rgba(30,126,52,.12);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}
.gr-modal-icon svg{width:34px;height:34px;color:var(--gr-success);}
.gr-modal h3{margin-bottom:10px;}
.gr-modal p{color:var(--gr-grey-700);font-size:.92rem;}
.gr-modal-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:50%;background:var(--gr-grey-50);display:flex;align-items:center;justify-content:center;}
.gr-modal-close svg{width:14px;height:14px;}
.gr-modal-actions{margin-top:22px;display:flex;flex-direction:column;gap:10px;}

/* =====================================================
   10. CTA BANNER
===================================================== */
.gr-cta{background:linear-gradient(120deg,#151515,#000);position:relative;overflow:hidden;padding:70px 0;}
.gr-cta::after{content:"";position:absolute;right:-80px;top:-80px;width:320px;height:320px;background:radial-gradient(circle,rgba(201,151,31,.3),transparent 70%);}
.gr-cta-inner{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;}
.gr-cta h2{color:#fff;margin-bottom:8px;font-size:1.9rem;}
.gr-cta p{color:#c9c4b6;margin:0;}
.gr-cta-actions{display:flex;gap:14px;flex-wrap:wrap;}

/* =====================================================
   11. PAGE HERO (About / Contact)
===================================================== */
.gr-page-hero{background:linear-gradient(160deg,#111 0%,#000 100%);color:#fff;padding:70px 0 60px;text-align:center;position:relative;}
.gr-page-hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(201,151,31,.22) 1px,transparent 1px);background-size:24px 24px;opacity:.15;}
.gr-page-hero .gr-container{position:relative;z-index:2;}
.gr-breadcrumb{display:flex;justify-content:center;gap:8px;font-size:.84rem;color:#c9c4b6;margin-bottom:16px;}
.gr-breadcrumb a{color:#c9c4b6;}
.gr-breadcrumb a:hover{color:var(--gr-gold);}
.gr-page-hero h1{color:#fff;margin-bottom:12px;}
.gr-page-hero p{color:#c9c4b6;max-width:600px;margin:0 auto;}

/* =====================================================
   12. ABOUT PAGE EXTRAS
===================================================== */
.gr-mission-card{background:#fff;border:1px solid var(--gr-grey-100);border-radius:var(--gr-radius-lg);padding:34px;height:100%;}
.gr-mission-card svg{width:36px;height:36px;color:var(--gr-gold-dark);margin-bottom:16px;}
.gr-mission-card h3{margin-bottom:10px;}
.gr-mission-card p{color:var(--gr-grey-700);margin:0;}
.gr-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.gr-why-item{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--gr-grey-100);border-radius:var(--gr-radius);padding:16px 18px;font-weight:600;font-size:.92rem;}
.gr-why-item svg{width:20px;height:20px;color:var(--gr-success);flex:none;}

/* =====================================================
   13. CONTACT PAGE
===================================================== */
.gr-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:start;}
.gr-contact-info{display:flex;flex-direction:column;gap:18px;}
.gr-contact-card{background:#fff;border:1px solid var(--gr-grey-100);border-radius:var(--gr-radius-lg);padding:24px;display:flex;gap:16px;align-items:flex-start;}
.gr-contact-card .ic{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--gr-gold-light),var(--gr-gold-dark));display:flex;align-items:center;justify-content:center;flex:none;}
.gr-contact-card .ic svg{width:22px;height:22px;color:#1a1200;}
.gr-contact-card h4{font-size:.98rem;margin-bottom:4px;}
.gr-contact-card p, .gr-contact-card a{color:var(--gr-grey-700);font-size:.9rem;margin:0;}
.gr-contact-card a:hover{color:var(--gr-gold-dark);}
.gr-map-wrap{border-radius:var(--gr-radius-lg);overflow:hidden;border:1px solid var(--gr-grey-100);box-shadow:var(--gr-shadow-sm);}
.gr-map-wrap iframe{width:100%;height:320px;border:0;display:block;}
.gr-map-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;background:var(--gr-black);color:#fff;padding:18px 22px;}
.gr-map-cta span{font-size:.88rem;color:#c9c4b6;}
.gr-contact-form-card{background:var(--gr-grey-50);border-radius:var(--gr-radius-lg);padding:40px;border:1px solid var(--gr-grey-100);}
.gr-contact-form-card .gr-field input,.gr-contact-form-card .gr-field select,.gr-contact-form-card .gr-field textarea{background:#fff;border:1px solid var(--gr-grey-300);color:var(--gr-text);}
.gr-contact-form-card .gr-field label{color:var(--gr-text);}
.gr-contact-form-card .gr-field input:focus,.gr-contact-form-card .gr-field select:focus,.gr-contact-form-card .gr-field textarea:focus{border-color:var(--gr-gold-dark);background:#fff;}
.gr-contact-form-card .gr-field select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9'><path d='M1 1l6 6 6-6' stroke='%238a6508' stroke-width='2' fill='none'/></svg>");background-repeat:no-repeat;background-position:right 15px center;}

/* =====================================================
   14. FOOTER
===================================================== */
.gr-footer{background:#0a0a0a;color:#bdb8aa;padding-top:80px;}
.gr-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.08);}
.gr-footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:18px;}
.gr-footer-logo img{height:60px;width:auto;}
.gr-footer-col h4{color:#fff;font-size:1rem;margin-bottom:20px;font-family:var(--gr-font-heading);}
.gr-footer-col p{font-size:.9rem;line-height:1.75;}
.gr-footer-col ul{display:flex;flex-direction:column;gap:12px;}
.gr-footer-col a{font-size:.9rem;color:#bdb8aa;}
.gr-footer-col a:hover{color:var(--gr-gold);}
.gr-footer-contact li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;}
.gr-footer-contact svg{width:17px;height:17px;color:var(--gr-gold);flex:none;margin-top:3px;}
.gr-footer-social{display:flex;gap:10px;margin-top:20px;}
.gr-footer-social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;}
.gr-footer-social a:hover{background:var(--gr-gold);border-color:var(--gr-gold);}
.gr-footer-social svg{width:15px;height:15px;}
.gr-footer-bottom{padding:22px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:.82rem;color:#7d786c;}
.gr-footer-bottom a{color:#7d786c;}
.gr-footer-bottom a:hover{color:var(--gr-gold);}
.gr-back-top{position:fixed;bottom:28px;right:28px;width:48px;height:48px;border-radius:50%;background:var(--gr-gold);display:flex;align-items:center;justify-content:center;box-shadow:var(--gr-shadow-md);z-index:900;opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--gr-transition);}
.gr-back-top.is-visible{opacity:1;visibility:visible;transform:translateY(0);}
.gr-back-top svg{width:18px;height:18px;color:#1a1200;}
.gr-float-whatsapp{position:fixed;bottom:28px;left:28px;width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(37,211,102,.5);z-index:900;animation:gr-pulse 2.4s infinite;}
.gr-float-whatsapp svg{width:26px;height:26px;color:#fff;}
@keyframes gr-pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.55)}70%{box-shadow:0 0 0 14px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}

/* =====================================================
   15. GENERIC PAGE / 404
===================================================== */
.gr-content-page{padding:90px 0;}
.gr-content-page .entry-content{max-width:820px;margin:0 auto;}
.gr-content-page .entry-content h2{margin-top:1.4em;}
.gr-404{text-align:center;padding:140px 0;}
.gr-404 h1{font-size:6rem;color:var(--gr-gold);margin-bottom:0;}

/* =====================================================
   16. RESPONSIVE
===================================================== */
@media (max-width:1080px){
  .gr-hero-grid{grid-template-columns:1fr;}
  .gr-hero-emblem{max-width:340px;margin:0 auto;}
  .gr-split{grid-template-columns:1fr;}
  .gr-contact-grid{grid-template-columns:1fr;}
  .gr-footer-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:900px){
  .gr-nav{display:none;}
  .gr-header-actions .gr-btn span.long{display:none;}
  .gr-burger{display:flex;}
  :root{--gr-header-h:var(--gr-header-h-mobile);}
  .gr-logo img{height:56px;}
  .gr-header.is-scrolled .gr-logo img{height:48px;}
  .gr-hero{padding:60px 0 70px;}
  .gr-section{padding:64px 0;}
  .gr-grid-2,.gr-grid-3,.gr-grid-4{grid-template-columns:1fr 1fr;}
  .gr-form-grid{grid-template-columns:1fr;}
  .gr-booking-wrap{padding:26px;}
  .gr-why-grid{grid-template-columns:1fr;}
  .gr-topbar .gr-container{justify-content:center;text-align:center;}
}
@media (max-width:640px){
  .gr-container{padding:0 18px;}
  .gr-grid-2,.gr-grid-3,.gr-grid-4{grid-template-columns:1fr;}
  .gr-hero h1{font-size:2.15rem;}
  .gr-hero-stats{gap:22px;}
  .gr-footer-grid{grid-template-columns:1fr;padding-bottom:36px;}
  .gr-cta-inner{text-align:center;justify-content:center;}
  .gr-back-top{right:16px;bottom:16px;width:42px;height:42px;}
  .gr-float-whatsapp{left:16px;bottom:16px;width:50px;height:50px;}
  .gr-topbar-links{justify-content:center;}
  .gr-page-hero{padding:50px 0 40px;}
  .gr-contact-form-card{padding:24px;}
  .gr-404 h1{font-size:4rem;}
}


/* ============================================================
   PREMIUM REFRESH v2 — logo lockup + eyebrow/badge contrast
   ============================================================ */

.gr-logo img,
.gr-footer-logo img{
	border-radius:50%;
	box-shadow:0 0 0 1px rgba(201,151,31,.4), 0 6px 18px rgba(0,0,0,.35);
}
.gr-logo-text strong{
	font-size:1.15rem;
	letter-spacing:.03em;
}
.gr-footer-logo{ align-items:center; }
.gr-footer-logo .gr-logo-text strong{ font-size:1.05rem; }
.gr-footer-logo .gr-logo-text span{ font-size:.62rem; }

/* Eyebrow label — richer on light sections, high-contrast on dark sections */
.gr-eyebrow{
	color:var(--gr-gold-dark);
	font-weight:700;
}
.gr-section--dark .gr-eyebrow,
.gr-hero .gr-eyebrow{
	color:var(--gr-gold-light);
}
.gr-section--dark .gr-eyebrow::before,
.gr-hero .gr-eyebrow::before{
	background:var(--gr-gold-light);
}

/* Hero badge pill — better contrast, premium gradient + glow */
.gr-badge{
	background:linear-gradient(135deg, rgba(232,193,90,.22), rgba(201,151,31,.10));
	color:var(--gr-gold-light);
	border:1px solid rgba(232,193,90,.55);
	box-shadow:0 4px 16px rgba(0,0,0,.30);
	font-weight:700;
	backdrop-filter:blur(2px);
}
.badge-float strong{ color:var(--gr-text); }
