/* ============================================================
   ALPINE RESORTS - GOLD TOP AREA REDESIGN CSS START
   Paste this at the end of the active theme CSS, or enqueue it
   as a separate stylesheet after style.css.
   ============================================================ */

/* ===== ALPINE GOLD THEME VARIABLES START ===== */
body.home{
  --ar-gold:#d4af37;
  --ar-gold-light:#f0d47a;
  --ar-gold-soft:rgba(212,175,55,.16);
  --ar-forest:#0f2318;
  --ar-forest-mid:#1a3326;
  --ar-forest-deep:#08120c;
  --ar-cream:#f8f3ea;
  --ar-cream-dark:#ede5d4;
  --ar-white:#fff;
  --ar-muted:rgba(248,243,234,.64);
  --ar-text:#213326;
  --ar-green-text:#4a5e52;
}
/* ===== ALPINE GOLD THEME VARIABLES END ===== */

/* ===== WORDPRESS GENERATED HEADER + MENU GOLD SKIN START ===== */
body.home .header{
  position:fixed !important;
  top:0;
  left:0;
  right:0;
  z-index:999999 !important;
  width:100%;
  min-height:84px;
  background:linear-gradient(180deg,rgba(8,18,12,.76) 0%,rgba(8,18,12,0) 100%) !important;
  box-shadow:none;
  transition:background .45s ease,box-shadow .45s ease,min-height .35s ease;
}

body.home .header.ar-gold-scrolled{
  min-height:68px;
  background:rgba(9,20,14,.96) !important;
  box-shadow:0 1px 0 rgba(212,175,55,.22),0 18px 40px rgba(0,0,0,.18);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

body.home .header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent 0%,rgba(212,175,55,.42) 30%,rgba(212,175,55,.42) 70%,transparent 100%);
  opacity:0;
  transition:opacity .45s ease;
}

body.home .header.ar-gold-scrolled::after{opacity:1}

body.home .header .header-inner{
  width:calc(100% - 90px) !important;
  max-width:1320px;
  min-height:84px;
  margin:0 auto !important;
  padding:0 !important;
  display:flex;
  align-items:center;
  gap:30px;
  transition:min-height .35s ease;
}

body.home .header.ar-gold-scrolled .header-inner{min-height:68px}

body.home .header .header-inner .logo{
  position:static !important;
  float:none !important;
  flex:0 0 auto;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  z-index:2;
}

body.home .header .header-inner .logo a{
  display:flex;
  align-items:center;
  color:var(--ar-white) !important;
}

body.home .header .header-inner .logo img{
  display:block;
  width:auto !important;
  height:62px !important;
  max-width:190px;
  object-fit:contain;
  padding:0 !important;
  margin:0 !important;
  transition:height .35s ease;
}

body.home .header.ar-gold-scrolled .header-inner .logo img{height:48px !important}

body.home .header .header-inner .nav{
  display:flex !important;
  float:none !important;
  flex:1 1 auto;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:0 !important;
}

body.home .header .header-inner .nav ul,
body.home .header .header-inner .nav ul.menu{
  float:none !important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  margin:0 !important;
  padding:0 !important;
  list-style:none;
  font-family:'Roboto Condensed',Arial,sans-serif;
}

body.home .header .header-inner .nav ul li{
  position:relative;
  display:flex !important;
  align-items:center;
  margin:0 !important;
  padding:0 !important;
  text-align:center;
}

body.home .header .header-inner .nav ul li + li::before{
  content:"";
  width:3px;
  height:3px;
  margin:0 3px;
  border-radius:50%;
  background:rgba(212,175,55,.34);
  flex:0 0 auto;
}

body.home .header .header-inner .nav ul li a{
  position:relative;
  display:block !important;
  min-height:auto;
  padding:9px 14px !important;
  color:rgba(255,255,255,.74) !important;
  font:600 11px/1.2 'Roboto Condensed',Arial,sans-serif !important;
  letter-spacing:.16em;
  text-transform:uppercase;
  text-decoration:none !important;
  white-space:nowrap;
  transition:color .28s ease;
}

body.home .header .header-inner .nav ul li a::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:2px;
  height:1px;
  background:var(--ar-gold);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .28s cubic-bezier(.4,0,.2,1);
}

body.home .header .header-inner .nav ul li a:hover,
body.home .header .header-inner .nav ul li.current-menu-item > a,
body.home .header .header-inner .nav ul li.current_page_item > a{
  color:var(--ar-gold-light) !important;
}

body.home .header .header-inner .nav ul li a:hover::after,
body.home .header .header-inner .nav ul li.current-menu-item > a::after,
body.home .header .header-inner .nav ul li.current_page_item > a::after{
  transform:scaleX(1);
}

body.home .header .toggle{display:none !important}

body.home .header .toggle a{
  width:auto !important;
  min-width:44px;
  min-height:44px;
  margin:0 !important;
  padding:0 15px !important;
  border:1px solid rgba(212,175,55,.42);
  background:rgba(15,35,24,.72) !important;
  color:var(--ar-gold-light) !important;
  font:700 12px/44px 'Roboto Condensed',Arial,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
}

body.home .header .ar-gold-header-book{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-height:42px;
  padding:0 22px;
  border:1px solid rgba(212,175,55,.52);
  color:var(--ar-gold-light) !important;
  background:rgba(15,35,24,.22);
  font:700 11px/1 'Roboto Condensed',Arial,sans-serif;
  letter-spacing:.16em;
  text-transform:uppercase;
  text-decoration:none !important;
  transition:background .25s ease,color .25s ease,border-color .25s ease;
}

body.home .header .ar-gold-header-book:hover{
  color:var(--ar-forest) !important;
  background:var(--ar-gold-light);
  border-color:var(--ar-gold-light);
}

@media(max-width:980px){
  body.home .header,
  body.home .header.ar-gold-scrolled{min-height:72px}

  body.home .header .header-inner,
  body.home .header.ar-gold-scrolled .header-inner{
    width:calc(100% - 30px) !important;
    min-height:72px;
    justify-content:space-between;
  }

  body.home .header .header-inner .logo img,
  body.home .header.ar-gold-scrolled .header-inner .logo img{
    height:54px !important;
    max-width:150px;
  }

  body.home .header .toggle{
    display:block !important;
    order:3;
  }

  body.home .header .ar-gold-header-book{display:none}

  body.home .header .header-inner .nav{
    display:none !important;
    position:absolute;
    left:15px;
    right:15px;
    top:76px;
    padding:14px !important;
    background:rgba(9,20,14,.98);
    border:1px solid rgba(212,175,55,.22);
    box-shadow:0 18px 38px rgba(0,0,0,.28);
  }

  body.home .header .header-inner .nav[style*="block"],
  body.home .header .header-inner .nav.toggled-on,
  body.home .header .header-inner .nav.active{
    display:block !important;
  }

  body.home .header .header-inner .nav ul,
  body.home .header .header-inner .nav ul.menu{
    display:block;
    width:100%;
  }

  body.home .header .header-inner .nav ul li{
    display:block !important;
    width:100%;
  }

  body.home .header .header-inner .nav ul li + li::before{display:none}

  body.home .header .header-inner .nav ul li a{
    display:block !important;
    padding:13px 12px !important;
    border-bottom:1px solid rgba(255,255,255,.08);
    text-align:left;
  }

  body.home .header .header-inner .nav ul li:last-child a{border-bottom:0}
}
/* ===== WORDPRESS GENERATED HEADER + MENU GOLD SKIN END ===== */

/* ===== ALPINE GOLD BLOCK SHARED STYLES START ===== */
.ar-gold-top,
.ar-gold-top *,
.ar-gold-top *::before,
.ar-gold-top *::after{box-sizing:border-box}

.ar-gold-top{
  color:var(--ar-text);
  font-family:'Roboto',Arial,sans-serif;
}

.ar-gold-top a{text-decoration:none}

.ar-gold-serif{
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  letter-spacing:-.01em;
}

.ar-gold-btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:0 30px;
  border:0;
  color:var(--ar-forest) !important;
  background:linear-gradient(135deg,var(--ar-gold-light),var(--ar-gold));
  clip-path:polygon(0 0,calc(100% - 11px) 0,100% 100%,11px 100%);
  font:800 13px/1 'Roboto Condensed',Arial,sans-serif;
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .22s ease,filter .22s ease;
}

.ar-gold-btn-primary:hover{
  color:var(--ar-forest) !important;
  transform:translateY(-2px);
  filter:brightness(1.06);
}

.ar-gold-icon{display:block;flex:0 0 auto}
/* ===== ALPINE GOLD BLOCK SHARED STYLES END ===== */

/* ===== TOP SLIDER BLOCK CSS START ===== */
.ar-gold-hero{
  position:relative;
  min-height:100vh;
  height:100vh;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:var(--ar-forest);
}

.ar-gold-hero-slides{
  position:absolute;
  inset:0;
  z-index:0;
}

.ar-gold-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transform:scale(1.06);
  transition:opacity 1.15s cubic-bezier(.4,0,.2,1),transform 7s ease;
}

.ar-gold-slide.is-active{
  opacity:1;
  transform:scale(1);
  z-index:1;
}

.ar-gold-slide img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.ar-gold-hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(105deg,rgba(8,18,12,.88) 0%,rgba(8,18,12,.38) 56%,rgba(8,18,12,.10) 100%),
    linear-gradient(0deg,rgba(8,18,12,.66) 0%,rgba(8,18,12,0) 42%);
}

.ar-gold-hero-overlay::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,transparent 49.8%,rgba(212,175,55,.13) 49.9%,transparent 51%);
  pointer-events:none;
}

.ar-gold-hero-content{
  position:relative;
  z-index:2;
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:780px;
  padding:96px 7% 150px;
}

.ar-gold-eyebrow,
.ar-gold-section-eyebrow{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:20px;
  animation:arGoldFadeUp .9s .18s both;
}

.ar-gold-eyebrow-line,
.ar-gold-section-eyebrow-line{
  width:36px;
  height:1px;
  background:var(--ar-gold);
}

.ar-gold-eyebrow-text,
.ar-gold-section-eyebrow-text{
  color:var(--ar-gold-light);
  font:700 11px/1.2 'Roboto Condensed',Arial,sans-serif;
  letter-spacing:.23em;
  text-transform:uppercase;
}

.ar-gold-hero-title{
  margin:0;
  color:var(--ar-white);
  font-size:clamp(58px,8vw,110px);
  line-height:.92;
  animation:arGoldFadeUp .9s .32s both;
}

.ar-gold-hero-title em{
  color:var(--ar-gold-light);
  font-style:italic;
}

.ar-gold-hero-subtitle{
  max-width:460px;
  margin:26px 0 0;
  color:var(--ar-muted);
  font-size:16px;
  font-weight:300;
  line-height:1.75;
  animation:arGoldFadeUp .9s .46s both;
}

.ar-gold-hero-ctas{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
  margin-top:42px;
  animation:arGoldFadeUp .9s .6s both;
}

.ar-gold-btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:0 28px;
  border:1px solid rgba(255,255,255,.35);
  color:var(--ar-white) !important;
  background:rgba(255,255,255,.03);
  font:700 13px/1 'Roboto Condensed',Arial,sans-serif;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:border-color .25s ease,color .25s ease,background .25s ease;
}

.ar-gold-btn-ghost:hover{
  color:var(--ar-gold-light) !important;
  border-color:var(--ar-gold);
  background:rgba(212,175,55,.08);
}

.ar-gold-arrow-btn{
  position:absolute;
  z-index:3;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.22);
  color:var(--ar-white);
  background:rgba(15,35,24,.55);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  cursor:pointer;
  transition:border-color .25s ease,background .25s ease,color .25s ease;
}

.ar-gold-arrow-btn:hover{
  color:var(--ar-gold-light);
  border-color:var(--ar-gold);
  background:rgba(212,175,55,.14);
}

.ar-gold-hero .ar-gold-prev{left:40px}
.ar-gold-hero .ar-gold-next{right:40px}

.ar-gold-hero-nav{
  position:absolute;
  z-index:3;
  right:7%;
  bottom:130px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:16px;
  animation:arGoldFadeIn 1s .8s both;
}

.ar-gold-slide-counter{
  color:var(--ar-muted);
  font:400 14px/1 Georgia,'Times New Roman',serif;
  letter-spacing:.12em;
}

.ar-gold-slide-counter span{
  color:var(--ar-gold-light);
  font-size:19px;
}

.ar-gold-dots{
  display:flex;
  align-items:center;
  gap:8px;
}

.ar-gold-dot{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.28);
  cursor:pointer;
  transition:background .25s ease,transform .25s ease,width .25s ease;
}

.ar-gold-dot.is-active{
  width:22px;
  border-radius:999px;
  background:var(--ar-gold);
  transform:scale(1.05);
}

.ar-gold-booking-bar{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:4;
  display:flex;
  align-items:stretch;
  height:74px;
  padding:0 7%;
  background:rgba(10,22,16,.90);
  border-top:1px solid rgba(212,175,55,.28);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  animation:arGoldSlideUp .8s .75s both;
}

.ar-gold-booking-field{
  flex:1 1 auto;
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  padding:0 24px;
  border-right:1px solid rgba(255,255,255,.08);
  color:var(--ar-cream);
}

.ar-gold-booking-field:first-child{padding-left:0}
.ar-gold-booking-field svg{color:var(--ar-gold-light)}

.ar-gold-field-label{
  display:block;
  margin-bottom:3px;
  color:rgba(248,243,234,.45);
  font:700 10px/1 'Roboto Condensed',Arial,sans-serif;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.ar-gold-field-value{
  display:block;
  color:var(--ar-cream);
  font-size:13px;
  line-height:1.2;
  white-space:nowrap;
}

.ar-gold-booking-submit{
  flex:0 0 auto;
  min-height:74px;
  clip-path:none;
  padding:0 32px;
}
/* ===== TOP SLIDER BLOCK CSS END ===== */

/* ===== FOLLOW + CONTACT BLOCK CSS START ===== */
.ar-gold-contact-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:58px;
  padding:0 7%;
  background:var(--ar-forest-mid);
  border-bottom:1px solid rgba(212,175,55,.18);
  color:var(--ar-white);
}

.ar-gold-social-group,
.ar-gold-contact-links{
  display:flex;
  align-items:center;
  gap:10px;
}

.ar-gold-social-label{
  color:rgba(255,255,255,.40);
  font:700 11px/1 'Roboto Condensed',Arial,sans-serif;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.ar-gold-social-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  color:rgba(255,255,255,.66) !important;
  transition:border-color .25s ease,color .25s ease,background .25s ease;
}

.ar-gold-social-btn:hover{
  color:var(--ar-gold-light) !important;
  border-color:var(--ar-gold);
  background:rgba(212,175,55,.08);
}

.ar-gold-official-badge{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 18px;
  border:1px solid rgba(212,175,55,.36);
  border-radius:2px;
  color:var(--ar-gold-light);
  background:rgba(212,175,55,.11);
  font:700 11px/1.2 'Roboto Condensed',Arial,sans-serif;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.ar-gold-contact-pill{
  display:flex;
  align-items:center;
  gap:7px;
  padding:8px 16px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:2px;
  color:rgba(255,255,255,.72) !important;
  font:700 12px/1 'Roboto Condensed',Arial,sans-serif;
  letter-spacing:.05em;
  transition:border-color .25s ease,color .25s ease,background .25s ease;
}

.ar-gold-contact-pill:hover{
  color:var(--ar-gold-light) !important;
  border-color:var(--ar-gold);
  background:rgba(212,175,55,.07);
}

.ar-gold-contact-pill--whatsapp{
  color:rgba(37,211,102,.88) !important;
  border-color:rgba(37,211,102,.30);
}
/* ===== FOLLOW + CONTACT BLOCK CSS END ===== */

/* ===== TWO PROPERTY FEATURE BLOCK CSS START ===== */
.ar-gold-properties{
  padding:86px 7% 96px;
  background:
    radial-gradient(circle at 10% 0,rgba(212,175,55,.10),transparent 28%),
    linear-gradient(180deg,var(--ar-cream) 0%,var(--ar-cream-dark) 100%);
}

.ar-gold-properties-head{
  max-width:900px;
  margin:0 auto 44px;
  text-align:center;
}

.ar-gold-properties-head .ar-gold-section-eyebrow{
  justify-content:center;
  margin-bottom:18px;
}

.ar-gold-properties-title{
  margin:0;
  color:var(--ar-forest);
  font-size:clamp(42px,5vw,72px);
  line-height:.98;
}

.ar-gold-properties-title em{
  color:#8d6f1c;
  font-style:italic;
}

.ar-gold-properties-lead{
  max-width:680px;
  margin:22px auto 0;
  color:var(--ar-green-text);
  font-size:16px;
  font-weight:300;
  line-height:1.75;
}

.ar-gold-property-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  max-width:1180px;
  margin:0 auto;
}

.ar-gold-property-card{
  position:relative;
  min-height:560px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  color:var(--ar-white);
  background:var(--ar-forest);
  box-shadow:0 24px 60px rgba(15,35,24,.18);
}

.ar-gold-property-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
  transition:transform 6s ease;
}

.ar-gold-property-card:hover img{transform:scale(1.07)}

.ar-gold-property-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(0deg,rgba(8,18,12,.88) 0%,rgba(8,18,12,.52) 46%,rgba(8,18,12,.08) 100%),
    linear-gradient(135deg,rgba(212,175,55,.14),transparent 46%);
  z-index:1;
}

.ar-gold-property-content{
  position:relative;
  z-index:2;
  width:100%;
  padding:34px;
}

.ar-gold-property-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
  color:var(--ar-gold-light);
  font:700 11px/1 'Roboto Condensed',Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.ar-gold-property-kicker::before{
  content:"";
  width:28px;
  height:1px;
  background:var(--ar-gold);
}

.ar-gold-property-content h3{
  margin:0;
  color:var(--ar-white);
  font-size:clamp(32px,3.2vw,48px);
  line-height:1;
}

.ar-gold-property-content p{
  max-width:500px;
  margin:18px 0 0;
  color:rgba(255,255,255,.76);
  font-size:15px;
  font-weight:300;
  line-height:1.7;
}

.ar-gold-property-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}

.ar-gold-property-tags span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.76);
  background:rgba(255,255,255,.06);
  font:700 10px/1 'Roboto Condensed',Arial,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ar-gold-property-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.ar-gold-property-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:0 20px;
  border:1px solid rgba(255,255,255,.34);
  color:var(--ar-white) !important;
  background:rgba(255,255,255,.04);
  font:800 12px/1 'Roboto Condensed',Arial,sans-serif;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:border-color .25s ease,color .25s ease,background .25s ease;
}

.ar-gold-property-link:hover{
  color:var(--ar-gold-light) !important;
  border-color:var(--ar-gold);
  background:rgba(212,175,55,.10);
}
/* ===== TWO PROPERTY FEATURE BLOCK CSS END ===== */

.ar-gold-section-eyebrow{animation:none}

/* ===== ALPINE GOLD RESPONSIVE CSS START ===== */
@media(max-width:1100px){
  .ar-gold-booking-field{padding:0 16px}
  .ar-gold-field-value{font-size:12px}
}

@media(max-width:900px){
  .ar-gold-hero{
    height:auto;
    min-height:720px;
  }

  .ar-gold-hero-content{
    padding:118px 24px 250px;
  }

  .ar-gold-hero-title{font-size:clamp(54px,17vw,78px)}
  .ar-gold-hero-subtitle{font-size:15px}

  .ar-gold-hero .ar-gold-arrow-btn{display:none}

  .ar-gold-hero-nav{
    right:24px;
    bottom:190px;
  }

  .ar-gold-booking-bar{
    height:auto;
    padding:18px 24px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1px;
  }

  .ar-gold-booking-field{
    min-height:62px;
    padding:0 14px !important;
    border-right:0;
    background:rgba(255,255,255,.045);
  }

  .ar-gold-booking-submit{
    grid-column:1/-1;
    min-height:54px;
    justify-content:center;
  }

  .ar-gold-contact-bar{
    flex-direction:column;
    gap:16px;
    padding:18px 24px;
  }

  .ar-gold-official-badge{
    order:-1;
    justify-content:center;
    width:100%;
    text-align:center;
  }

  .ar-gold-social-group,
  .ar-gold-contact-links{
    justify-content:center;
    flex-wrap:wrap;
  }

  .ar-gold-properties{
    padding:70px 24px 76px;
  }

  .ar-gold-property-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .ar-gold-property-card{
    min-height:520px;
  }

  .ar-gold-section-eyebrow{justify-content:center}
}

@media(max-width:520px){
  .ar-gold-hero{min-height:760px}
  .ar-gold-hero-content{padding:112px 18px 300px}

  .ar-gold-hero-ctas{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

  .ar-gold-btn-primary,
  .ar-gold-btn-ghost{width:100%}

  .ar-gold-hero-nav{
    left:18px;
    right:18px;
    bottom:238px;
    align-items:center;
  }

  .ar-gold-booking-bar{
    grid-template-columns:1fr;
    padding:16px 18px;
  }

  .ar-gold-booking-field{min-height:52px}

  .ar-gold-contact-links{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
  }

  .ar-gold-contact-pill{
    justify-content:center;
    min-height:40px;
  }

  .ar-gold-contact-pill--whatsapp{grid-column:1/-1}

  .ar-gold-properties{
    padding:58px 18px 66px;
  }

  .ar-gold-properties-title{
    font-size:42px;
  }

  .ar-gold-properties-lead{
    font-size:15px;
  }

  .ar-gold-property-card{
    min-height:500px;
  }

  .ar-gold-property-content{
    padding:26px 22px;
  }

  .ar-gold-property-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .ar-gold-property-link,
  .ar-gold-property-actions .ar-gold-btn-primary{
    width:100%;
  }

}

@media(prefers-reduced-motion:reduce){
  .ar-gold-top *,
  .ar-gold-top *::before,
  .ar-gold-top *::after,
  body.home .header,
  body.home .header *{
    animation:none !important;
    transition:none !important;
  }
}
/* ===== ALPINE GOLD RESPONSIVE CSS END ===== */

/* ===== ALPINE GOLD ANIMATIONS START ===== */
@keyframes arGoldFadeUp{
  from{opacity:0;transform:translateY(28px)}
  to{opacity:1;transform:translateY(0)}
}

@keyframes arGoldFadeIn{
  from{opacity:0}
  to{opacity:1}
}

@keyframes arGoldSlideUp{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:translateY(0)}
}
/* ===== ALPINE GOLD ANIMATIONS END ===== */

/* ============================================================
   ALPINE RESORTS - GOLD TOP AREA REDESIGN CSS END
   ============================================================ */
