/* =====================================================
   Eastparc Hotel Yogyakarta — Garden-Themed 5-Star Resort
   Token system:
   Color   : --forest #1F3D2B (taman/kebun), --forest-deep #142A1D, --gold #B8925A
             (aksen mewah), --cream #FAF7F0, --cream-2 #F0EAD8, --ink #22281F, --grey #5F6B5C
   Type    : Display = "Spectral" (serif hospitality mewah), Body = "Manrope"
   Shape   : rounded besar, garis emas tipis, banyak whitespace ala resort bintang 5
   ===================================================== */

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

:root{
  --forest:#1F3D2B;
  --forest-deep:#142A1D;
  --forest-soft:#E9EFE7;
  --gold:#B8925A;
  --cream:#FAF7F0;
  --cream-2:#F0EAD8;
  --ink:#22281F;
  --grey:#5F6B5C;
  --maxw:1180px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0; background:var(--cream); color:var(--ink);
  font-family:'Manrope',system-ui,sans-serif; font-size:16px; line-height:1.75;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:'Spectral',serif; font-weight:600; line-height:1.25; margin:0 0 .5em; color:var(--forest-deep);}
p{margin:0 0 1em; color:var(--grey);}
a{color:var(--forest); text-decoration:none;}
a:hover{color:var(--gold);}
img,svg{max-width:100%; display:block;}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px;}
.skip-link{position:absolute; left:-999px; top:0; background:var(--forest-deep); color:var(--cream); padding:10px 16px; z-index:999;}
.skip-link:focus{left:16px; top:16px;}

/* ===== Gold line divider (signature) ===== */
.gold-divider{display:flex; align-items:center; justify-content:center; gap:16px; padding:8px 0 40px;}
.gold-divider .line{height:1px; background:var(--gold); flex:1; max-width:180px; opacity:.7;}
.gold-divider .dot{width:6px; height:6px; border-radius:50%; background:var(--gold);}

/* ===== Header ===== */
header.site-header{background:var(--cream); border-bottom:1px solid var(--cream-2); position:sticky; top:0; z-index:50;}
.nav{display:flex; align-items:center; justify-content:space-between; padding:18px 0;}
.logo{display:flex; align-items:center; gap:12px; font-family:'Spectral',serif; font-weight:700; font-size:21px; color:var(--forest-deep); letter-spacing:.01em;}
.logo:hover{color:var(--forest-deep);}
.nav-links{display:flex; gap:26px; align-items:center;}
.nav-links a{font-size:13.5px; font-weight:600; color:var(--ink); text-transform:uppercase; letter-spacing:.03em;}
.nav-links a:hover{color:var(--gold);}
.btn{
  display:inline-flex; align-items:center; gap:8px; background:var(--forest); color:var(--cream);
  padding:13px 26px; font-weight:600; font-size:13.5px; border:1px solid var(--forest); border-radius:3px;
  transition:.15s ease; text-transform:uppercase; letter-spacing:.03em;
}
.btn:hover{background:var(--gold); border-color:var(--gold); color:var(--forest-deep);}
.btn-outline{background:transparent; color:var(--forest-deep); border:1px solid var(--forest-deep);}
.btn-outline:hover{background:var(--forest-deep); color:var(--cream);}

/* ===== Hero ===== */
.hero{padding:64px 0 56px; position:relative;}
.hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:52px; align-items:center;}
.eyebrow{display:inline-flex; align-items:center; gap:8px; font-size:12.5px; letter-spacing:.12em; text-transform:uppercase; color:var(--gold); font-weight:700; margin-bottom:20px;}
.hero h1{font-size:42px; max-width:560px;}
.hero .lede{font-size:16px; max-width:500px; margin:16px 0 30px;}
.hero-cta{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:32px;}
.hero-stats{display:flex; gap:32px; flex-wrap:wrap;}
.hstat b{display:block; font-family:'Spectral',serif; font-size:24px; color:var(--forest-deep);}
.hstat span{font-size:11.5px; color:var(--grey); text-transform:uppercase; letter-spacing:.03em;}
.hero-visual{border-radius:16px; overflow:hidden; box-shadow:0 24px 50px -28px rgba(20,42,29,.35);}

/* ===== Sections ===== */
section{padding:60px 0;}
.section-head{max-width:640px; margin-bottom:38px;}
.section-head h2{font-size:30px;}
.section-head .eyebrow{margin-bottom:14px;}
.section-head.center{max-width:640px; margin-left:auto; margin-right:auto; text-align:center;}

/* ===== Family facilities grid ===== */
.grid-4{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
.fac-card{background:var(--cream); border:1px solid var(--cream-2); border-radius:12px; padding:26px; text-align:center; transition:.15s;}
.fac-card:hover{border-color:var(--gold); box-shadow:0 16px 32px -22px rgba(31,61,43,.25);}
.fac-card .icon{width:48px; height:48px; margin:0 auto 16px; background:var(--forest-soft); border-radius:50%; display:flex; align-items:center; justify-content:center;}
.fac-card h3{font-size:16px; margin-bottom:8px;}
.fac-card p{font-size:13px; margin:0;}

/* ===== Room cards ===== */
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
.room-card{background:var(--cream); border-radius:14px; overflow:hidden; box-shadow:0 12px 28px -20px rgba(31,61,43,.25);}
.room-visual{aspect-ratio:4/3; background:var(--forest-soft); display:flex; align-items:center; justify-content:center; position:relative;}
.room-visual svg{width:48%;}
.room-visual .badge{position:absolute; top:14px; left:14px; background:var(--gold); color:var(--forest-deep); font-size:11px; font-weight:700; padding:5px 14px; border-radius:999px; text-transform:uppercase;}
.room-body{padding:22px;}
.room-body h3{font-size:19px; margin-bottom:8px;}
.room-body p{font-size:13.5px; margin-bottom:14px;}
.room-meta{display:flex; gap:16px; font-size:12px; color:var(--grey); border-top:1px solid var(--cream-2); padding-top:14px;}

/* ===== Sustainability split ===== */
.split{display:grid; grid-template-columns:.9fr 1.1fr; gap:48px; align-items:center;}
.split-visual{aspect-ratio:4/3; background:var(--forest-soft); border-radius:16px; display:flex; align-items:center; justify-content:center;}
.split-visual svg{width:52%;}

/* ===== Location ===== */
.loc-list{list-style:none; margin:0; padding:0;}
.loc-list li{display:flex; gap:14px; padding:12px 0; border-bottom:1px dashed var(--cream-2); align-items:center;}
.loc-list li:last-child{border-bottom:none;}
.loc-list .dist{font-family:'Spectral',serif; font-weight:700; color:var(--forest); flex-shrink:0; width:80px;}

/* ===== Gallery ===== */
.gallery-grid{display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:140px; gap:14px;}
.gallery-tile{border-radius:12px; overflow:hidden; display:flex; align-items:center; justify-content:center;}
.gallery-tile.big{grid-column:span 2; grid-row:span 2;}
.gallery-tile svg{width:40%;}

/* ===== Testimonials ===== */
.testi-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.testi-card{background:var(--cream); border:1px solid var(--cream-2); border-radius:12px; padding:26px;}
.testi-card .stars{color:var(--gold); margin-bottom:12px; letter-spacing:2px;}
.testi-card p{font-style:italic; color:var(--ink); font-size:14px; margin-bottom:16px;}
.testi-who b{font-size:13.5px; display:block; color:var(--forest-deep);}
.testi-who span{font-size:12px; color:var(--grey);}

/* ===== CTA band ===== */
.cta-band{background:var(--forest-deep); border-radius:18px; padding:52px; text-align:center;}
.cta-band h2{color:var(--cream); font-size:28px;}
.cta-band p{color:#B9C7BC;}
.cta-band .btn{background:var(--gold); border-color:var(--gold); color:var(--forest-deep);}
.cta-band .btn:hover{background:var(--cream); border-color:var(--cream);}

/* ===== Footer ===== */
footer{background:var(--forest-deep); color:#9FB0A3; padding:52px 0 26px; margin-top:20px;}
.footer-grid{display:grid; grid-template-columns:2fr 1fr 1fr; gap:40px; margin-bottom:38px;}
.footer-grid .logo{color:var(--cream);}
.footer-grid h5{font-family:'Spectral',serif; font-size:15px; color:var(--cream); margin-bottom:14px;}
.footer-grid a{display:block; font-size:13.5px; color:#9FB0A3; margin-bottom:10px;}
.footer-grid a:hover{color:var(--gold);}
.footer-bottom{display:flex; justify-content:space-between; align-items:center; font-size:12px; color:#6C7D70; border-top:1px solid #223729; padding-top:22px; flex-wrap:wrap; gap:10px;}

/* ===== Responsive ===== */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;}
  .hero h1{font-size:31px;}
  .grid-4{grid-template-columns:repeat(2,1fr);}
  .grid-3{grid-template-columns:1fr;}
  .split{grid-template-columns:1fr;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);}
  .testi-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr; gap:24px;}
  .nav-links{display:none;}
}

a:focus-visible, button:focus-visible, .btn:focus-visible{outline:2px solid var(--gold); outline-offset:2px;}
@media (prefers-reduced-motion: reduce){ *{transition:none !important; scroll-behavior:auto !important;} }
