/* SOLEIL HOTEL — Ivory × Gold × Deep Noir */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@300;400;500&display=swap');

:root {
  --bg:    #0a0907;
  --bg1:   #0f0d0b;
  --bg2:   #141210;
  --card:  #111009;
  --gold:  #c9a84c;
  --gold2: #a88930;
  --ivory: #f5f0e8;
  --cream: #e8e0d0;
  --text:  #ede8df;
  --muted: #7a7060;
  --line:  rgba(201,168,76,0.12);
  --glow:  0 0 80px rgba(201,168,76,0.05);
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Skip Link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--gold);
  color: var(--bg);
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 500;
  z-index: 200;
}
.skip-link:focus {
  top: 0;
}

/* subtle warm grain */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

/* ───── HEADER ───── */
header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0 3.5rem;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(10,9,7,0.55);
  backdrop-filter: blur(28px) saturate(1.3);
  border-bottom: 1px solid var(--line);
  transition: background 0.5s;
}
header.scrolled { background: rgba(10,9,7,0.94); }

.logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}
.logo-main {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.55rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
}
.logo-sub {
  font-size: 0.55rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 2px;
}

nav { display: flex; align-items: center; gap: 2.5rem; }
nav a {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s;
}
nav a:hover, nav a.active { color: var(--cream); }

.btn-nav {
  padding: 0.45rem 1.5rem;
  border: 1px solid rgba(201,168,76,0.4);
  color: var(--gold) !important;
  transition: background 0.3s, border-color 0.3s !important;
}
.btn-nav:hover {
  background: rgba(201,168,76,0.08) !important;
  border-color: var(--gold) !important;
}

.menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.menu-btn span { display: block; width: 22px; height: 1px; background: var(--cream); transition: 0.3s; }

/* ───── HERO ───── */
.hero {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem 4rem 6rem 3.5rem;
  border-right: 1px solid var(--line);
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2.5rem;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(3rem, 5vw, 5.5rem);
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 2rem;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

.hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
  max-width: 380px;
  margin-bottom: 3.5rem;
  border-left: 1px solid var(--line);
  padding-left: 1.25rem;
}

.hero-btns { display: flex; gap: 1.25rem; flex-wrap: wrap; }

.hero-right {
  position: relative;
  background: var(--bg1);
  overflow: hidden;
}
.hero-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 60%, rgba(201,168,76,0.07) 0%, transparent 60%);
  z-index: 1;
}

/* hero image mosaic */
.hero-mosaic {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  z-index: 0;
}
.hero-mosaic > div {
  background: var(--bg2);
  overflow: hidden;
  position: relative;
}
.hero-mosaic > div:first-child { grid-row: span 2; }
.hero-mosaic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  filter: sepia(0.15) contrast(0.9);
  transition: opacity 0.5s, transform 0.6s;
}
.hero-mosaic > div:hover img { opacity: 0.75; transform: scale(1.03); }

/* scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 3.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  z-index: 2;
}
.scroll-line {
  width: 36px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
  animation: scroll-h 2.5s ease-in-out infinite;
}
@keyframes scroll-h {
  0%,100% { transform: scaleX(0.4); opacity: 0.4; }
  50%      { transform: scaleX(1);   opacity: 1; }
}

/* ───── BUTTONS ───── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 2.4rem;
  background: var(--gold);
  color: var(--bg);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.3s, transform 0.3s;
}
.btn-primary:hover { opacity: 0.85; transform: translateY(-2px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 2.4rem;
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 0.3s, background 0.3s;
}
.btn-ghost:hover {
  border-color: var(--gold);
  background: rgba(201,168,76,0.05);
}

/* ───── SECTIONS ───── */
section { position: relative; z-index: 1; }
.section { padding: 7rem 2rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.62rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
  flex-shrink: 0;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: 0.03em;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.section-title em { font-style: italic; color: var(--gold); }

.section-sub {
  font-size: 0.9rem;
  color: var(--muted);
  max-width: 500px;
  line-height: 1.85;
  margin-bottom: 3.5rem;
}

/* ───── STATS STRIP ───── */
.strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: var(--bg1);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative; z-index:1;
}
.strip-item {
  flex: 1;
  text-align: center;
  padding: 2.5rem 1rem;
  border-right: 1px solid var(--line);
}
.strip-item:last-child { border-right: none; }
.strip-num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.strip-label {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ───── ROOMS GRID ───── */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.room-card {
  background: var(--bg);
  overflow: hidden;
  transition: background 0.3s;
}
.room-card:hover { background: var(--card); }

.room-img {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: var(--bg2);
}
.room-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  filter: sepia(0.1) contrast(0.9);
  transition: transform 0.6s, opacity 0.4s;
  z-index: 0;
}
.room-card:hover .room-img img { transform: scale(1.05); opacity: 0.8; }
.room-img::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60%;
  background: linear-gradient(transparent, rgba(10,9,7,0.7));
  z-index: 1;
}

.room-body { padding: 1.75rem; }
.room-tag {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.room-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}
.room-desc {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.room-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.room-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--gold);
}
.room-price span {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  margin-left: 3px;
}
.room-size {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
}

/* ───── EXPERIENCE ───── */
.exp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.exp-visual {
  position: relative;
  height: 540px;
  background: var(--bg1);
  overflow: hidden;
  border: 1px solid var(--line);
}
.exp-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  filter: sepia(0.1);
  z-index: 0;
}
.exp-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.07) 0%, transparent 60%);
  z-index: 1;
}
.exp-badge {
  position: absolute;
  bottom: 2rem; right: 2rem;
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 1.25rem 1.5rem;
  z-index: 2;
  text-align: center;
}
.exp-badge-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: var(--gold);
  line-height: 1;
  display: block;
}
.exp-badge-label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.25rem;
}

.exp-text blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.55rem;
  font-weight: 300;
  color: var(--cream);
  line-height: 1.55;
  margin: 2rem 0;
  border-left: 1px solid var(--gold);
  padding-left: 1.5rem;
  opacity: 0.9;
}
.exp-text p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 1.25rem;
}
.exp-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 2rem;
}
.exp-feat {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.exp-feat::before {
  content: '✦';
  color: var(--gold);
  font-size: 0.6rem;
  opacity: 0.7;
  flex-shrink: 0;
}

/* ───── AMENITIES ───── */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.amenity-item {
  background: var(--bg1);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: background 0.3s;
}
.amenity-item:hover { background: var(--card); }
.amenity-icon {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--gold);
  opacity: 0.5;
  margin-bottom: 0.75rem;
  display: block;
  font-style: italic;
}
.amenity-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 0.4rem;
  font-weight: 400;
}
.amenity-desc {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ───── TESTIMONIALS ───── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
}
.testi-item {
  padding: 2.5rem 2rem;
  border-right: 1px solid var(--line);
}
.testi-item:last-child { border-right: none; }
.testi-stars {
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
.testi-text {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.testi-name {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
}
.testi-country {
  font-size: 0.65rem;
  color: var(--gold);
  opacity: 0.6;
  margin-top: 2px;
}

/* ───── CTA ───── */
.cta-block {
  text-align: center;
  padding: 6rem 2rem;
  position: relative;
  border: 1px solid var(--line);
  background: var(--bg1);
  overflow: hidden;
}
.cta-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(201,168,76,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.cta-ornament {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 4rem;
  color: var(--gold);
  opacity: 0.12;
  position: absolute;
  top: 1rem; left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  letter-spacing: 0.5em;
}
.cta-block h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--text);
  margin-bottom: 1rem;
  position: relative;
}
.cta-block h2 em { font-style: italic; color: var(--gold); }
.cta-block p {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 2.75rem;
  position: relative;
  line-height: 1.8;
}

/* ───── FOOTER ───── */
footer {
  position: relative; z-index: 1;
  background: var(--bg1);
  border-top: 1px solid var(--line);
  padding: 5rem 3.5rem 2.5rem;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2rem;
}
.footer-brand .logo { margin-bottom: 1.25rem; }
.footer-brand p {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.8;
  max-width: 240px;
}
.footer-col h4 {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  opacity: 0.8;
}
.footer-col a {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 0.65rem;
  letter-spacing: 0.03em;
  transition: color 0.25s;
}
.footer-col a:hover { color: var(--cream); }
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.06em;
}

/* ───── PAGE HERO ───── */
.page-hero {
  position: relative; z-index: 1;
  padding: 11rem 3.5rem 6rem;
  background: linear-gradient(180deg, var(--bg1) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(201,168,76,0.05) 0%, transparent 60%);
}
.page-hero .eyebrow { position: relative; }
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--text);
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  position: relative;
  max-width: 720px;
}
.page-hero h1 em { font-style: italic; color: var(--gold); }
.page-hero p {
  font-size: 0.9rem;
  color: var(--muted);
  max-width: 500px;
  line-height: 1.85;
  position: relative;
}

/* ───── ROOMS FULL (odalar sayfası) ───── */
.room-full-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-bottom: 5rem;
}
.room-full-item {
  background: var(--bg);
  display: grid;
  grid-template-columns: 400px 1fr;
  min-height: 280px;
  transition: background 0.3s;
}
.room-full-item:hover { background: var(--card); }
.room-full-img {
  position: relative;
  overflow: hidden;
  background: var(--bg2);
}
.room-full-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  filter: sepia(0.1);
  transition: transform 0.6s, opacity 0.4s;
  z-index: 0;
}
.room-full-item:hover .room-full-img img { transform: scale(1.04); opacity: 0.75; }
.room-full-img::after { z-index: 1; }
.room-full-body {
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid var(--line);
}
.room-full-top { flex: 1; }
.room-full-tag {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.room-full-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 0.75rem;
}
.room-full-desc {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  max-width: 480px;
}
.room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.feat-tag {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 0.25rem 0.7rem;
}
.room-full-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.room-full-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--gold);
}
.room-full-price span {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.1em;
}

/* ───── RESERVATION ───── */
.res-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 5rem;
  align-items: start;
}
.res-info .section-title { font-size: 1.8rem; margin-bottom: 1rem; }
.res-info p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 2.5rem;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}
.info-icon {
  width: 38px; height: 38px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-style: italic;
}
.info-label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
  margin-bottom: 0.3rem;
}
.info-val { font-size: 0.875rem; color: var(--text); line-height: 1.6; }

.form-card {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 3.5rem;
}
.form-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 2.5rem;
  letter-spacing: 0.03em;
}
.form-card h3 em { font-style: italic; color: var(--gold); }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.form-group { margin-bottom: 1.5rem; }
.form-group label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.75;
  margin-bottom: 0.55rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  padding: 0.75rem 0;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { min-height: 100px; resize: vertical; }
.form-group select { appearance: none; cursor: pointer; }

/* ───── BTN ALIASES ───── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 2.4rem;
  background: var(--gold);
  color: var(--bg);
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.3s, transform 0.3s;
  cursor: pointer;
  border: none;
}
.btn:hover { opacity: 0.85; transform: translateY(-2px); }
.btn.btn-ghost {
  background: transparent;
  border: 1px solid rgba(201,168,76,0.35);
  color: var(--gold);
}
.btn.btn-ghost:hover { background: rgba(201,168,76,0.06); border-color: var(--gold); transform: translateY(-2px); opacity: 1; }
.btn-sm { padding: 0.55rem 1.4rem; font-size: 0.65rem; }
.btn-lg { padding: 1.15rem 3rem; font-size: 0.78rem; }
.btn-full { width: 100%; justify-content: center; }

/* ───── HERO HTML ALIASES ───── */
.hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(3rem, 5vw, 5.5rem);
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 2rem;
}
.hero-title em { font-style: italic; color: var(--gold); font-weight: 400; }
.hero-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
  max-width: 380px;
  margin-bottom: 3.5rem;
  border-left: 1px solid var(--line);
  padding-left: 1.25rem;
}
.hero-actions { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.hero-scroll { margin-top: 4rem; display: flex; align-items: center; gap: 0.75rem; }
.scroll-line-h {
  width: 36px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
  animation: scroll-h 2.5s ease-in-out infinite;
  display: block;
}
.mosaic-item { position: relative; overflow: hidden; background: var(--bg2); }
.mosaic-item.mosaic-tall { grid-row: span 2; }
.mosaic-item img { position: absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0.6; filter:sepia(0.15) contrast(0.9); transition:0.6s; z-index:0; }
.mosaic-item:hover img { opacity:0.75; transform:scale(1.03); }
.mosaic-overlay { position:absolute; inset:0; z-index:1; background:rgba(10,9,7,0.15); }

/* ───── SECTION HEAD ───── */
.section-head { margin-bottom: 3.5rem; max-width: 1200px; margin-left: auto; margin-right: auto; }
.section-title-text {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: 0.03em;
  color: var(--text);
  line-height: 1.15;
}
.section-title-text em { font-style: italic; color: var(--gold); }
.section-cta { text-align: center; margin-top: 3rem; }
.rooms-grid { max-width: 1200px; margin: 0 auto; }

/* ───── ROOM CARD HTML ALIASES ───── */
.room-info { padding: 1.75rem; }
.room-cat {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.room-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}
.room-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.7; margin-bottom: 1.25rem; }
.room-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.room-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--gold);
}
.room-price em { font-family: 'Inter', sans-serif; font-size: 0.65rem; color: var(--muted); letter-spacing: 0.1em; font-style: normal; margin-left: 2px; }
.room-img-overlay { position:absolute; inset:0; z-index:1; }

/* ───── EXPERIENCE SECTION ───── */
.exp-section { position:relative; z-index:1; padding: 7rem 3.5rem; background: var(--bg1); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.exp-content { max-width: 560px; }
.exp-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.exp-title em { font-style: italic; color: var(--gold); }
.exp-text { font-size: 0.875rem; color: var(--muted); line-height: 1.9; margin-bottom: 2rem; }
.exp-features { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 2.5rem; }
.exp-features li { display: flex; align-items: flex-start; gap: 0.85rem; }
.feat-icon { color: var(--gold); font-size: 0.65rem; margin-top: 4px; flex-shrink: 0; }
.exp-features li strong { display: block; font-size: 0.82rem; color: var(--cream); letter-spacing: 0.05em; margin-bottom: 0.2rem; }
.exp-features li p { font-size: 0.78rem; color: var(--muted); line-height: 1.6; }
.exp-visual-overlay { position:absolute; inset:0; z-index:1; background: linear-gradient(135deg, rgba(201,168,76,0.07) 0%, transparent 60%); }
.badge-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: var(--gold);
  line-height: 1;
  display: block;
}
.badge-text { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-top: 0.25rem; }

/* ───── TESTIMONIALS ───── */
.testi-section { background: var(--bg1); }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--line); max-width: 1200px; margin: 0 auto; }
.testi-card {
  padding: 2.5rem 2rem;
  border-right: 1px solid var(--line);
}
.testi-card:last-child { border-right: none; }
.testi-text {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.testi-author { display: flex; flex-direction: column; gap: 3px; }
.author-name { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); }
.author-detail { font-size: 0.65rem; color: var(--gold); opacity: 0.6; }

/* ───── CTA INNER ───── */
.cta-inner { position: relative; max-width: 700px; margin: 0 auto; }
.cta-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--text);
  margin-bottom: 1rem;
  position: relative;
}
.cta-title em { font-style: italic; color: var(--gold); }
.cta-sub { font-size: 0.9rem; color: var(--muted); margin-bottom: 2.75rem; position: relative; line-height: 1.8; }

/* ───── FOOTER HTML ───── */
.footer {
  position: relative; z-index: 1;
  background: var(--bg1);
  border-top: 1px solid var(--line);
  padding: 5rem 3.5rem 2.5rem;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  gap: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer-brand { display: flex; flex-direction: column; gap: 0.25rem; }
.footer-tagline { font-size: 0.82rem; color: var(--muted); line-height: 1.8; margin-top: 1rem; max-width: 240px; }
.footer-nav { display: flex; gap: 4rem; }
.fnav-col { display: flex; flex-direction: column; gap: 0.65rem; }
.fnav-head { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; opacity: 0.8; }
.fnav-col a { font-size: 0.82rem; color: var(--muted); text-decoration: none; letter-spacing: 0.03em; transition: color 0.25s; }
.fnav-col a:hover { color: var(--cream); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  max-width: 1200px;
  margin: 0 auto;
}

/* ───── PAGE HERO ALIASES ───── */
.page-hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--text);
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  position: relative;
  max-width: 720px;
}
.page-hero-title em { font-style: italic; color: var(--gold); }
.page-hero-sub { font-size: 0.9rem; color: var(--muted); max-width: 500px; line-height: 1.85; position: relative; }

/* ───── ROOMS FULL PAGE ───── */
.rooms-full { padding: 5rem 3.5rem; }
.room-full-item {
  display: grid;
  grid-template-columns: 420px 1fr;
  min-height: 320px;
  background: var(--bg);
  border: 1px solid var(--line);
  margin-bottom: 1px;
  transition: background 0.3s;
}
.room-full-item:hover { background: var(--card); }
.rfi-img { position: relative; overflow: hidden; background: var(--bg2); }
.rfi-img img { position: absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0.65; filter:sepia(0.1); transition:0.6s; z-index:0; }
.room-full-item:hover .rfi-img img { transform: scale(1.04); opacity: 0.75; }
.rfi-img-overlay { position:absolute; inset:0; z-index:1; background: linear-gradient(to right, transparent, rgba(10,9,7,0.3)); }
.rfi-content {
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid var(--line);
}
.rfi-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}
.rfi-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.5rem; max-width: 480px; }
.rfi-amenities { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; margin-bottom: 2rem; }
.rfi-amenities li {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  padding-left: 1rem;
  position: relative;
}
.rfi-amenities li::before { content: '✦'; position:absolute; left:0; color:var(--gold); font-size:0.5rem; top:2px; opacity:0.6; }
.rfi-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.rfi-price { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--gold); }
.rfi-per { font-size: 0.7rem; color: var(--muted); letter-spacing: 0.1em; margin-left: 4px; }

/* ───── ABOUT PAGE ───── */
.about-story { padding: 6rem 3.5rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; max-width: 1200px; margin: 0 auto; }
.about-visual { position: relative; height: 520px; overflow: hidden; border: 1px solid var(--line); }
.about-visual img { position: absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0.65; filter:sepia(0.1); z-index:0; }
.about-visual-overlay { position:absolute; inset:0; z-index:1; background: linear-gradient(135deg, rgba(201,168,76,0.07) 0%, transparent 60%); }
.about-year-badge {
  position: absolute; bottom: 2rem; right: 2rem;
  background: var(--bg); border: 1px solid var(--line);
  padding: 1rem 1.5rem; z-index: 2;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem; color: var(--gold);
}
.about-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  color: var(--text); line-height: 1.2; margin-bottom: 1.5rem;
}
.about-title em { font-style: italic; color: var(--gold); }
.about-text p { font-size: 0.875rem; color: var(--muted); line-height: 1.9; }

.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); max-width: 1200px; margin: 0 auto; }
.value-card { background: var(--bg); padding: 2.5rem 2rem; }
.val-icon { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.6rem; color: var(--gold); opacity: 0.5; display: block; margin-bottom: 1rem; }
.value-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 400; color: var(--text); margin-bottom: 0.75rem; }
.value-card p { font-size: 0.82rem; color: var(--muted); line-height: 1.8; }

.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); max-width: 1200px; margin: 0 auto; }
.team-card { background: var(--bg); overflow: hidden; }
.team-img { position: relative; height: 280px; overflow: hidden; background: var(--bg2); }
.team-img img { position: absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0.7; filter:sepia(0.1) grayscale(0.3); transition:0.5s; z-index:0; }
.team-card:hover .team-img img { opacity:0.85; transform: scale(1.04); }
.team-img-overlay { position:absolute; inset:0; z-index:1; background: linear-gradient(transparent 60%, rgba(10,9,7,0.7)); }
.team-info { padding: 1.25rem 1.5rem; }
.team-name { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 400; color: var(--text); margin-bottom: 0.25rem; }
.team-role { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

.awards-section { position:relative; z-index:1; padding: 7rem 3.5rem; background: var(--bg1); border-top: 1px solid var(--line); }
.awards-inner { max-width: 1200px; margin: 0 auto; }
.awards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--line); margin-top: 3rem; }
.award-item { padding: 2rem 2.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.award-item:nth-child(3n) { border-right: none; }
.award-item:nth-last-child(-n+3) { border-bottom: none; }
.award-year { font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); opacity: 0.7; display: block; margin-bottom: 0.5rem; }
.award-name { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--text); display: block; margin-bottom: 0.35rem; }
.award-org { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.08em; }

/* ───── RESERVATION PAGE ───── */
.res-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 5rem; align-items: start; max-width: 1200px; margin: 0 auto; }
.res-info-block { margin-bottom: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.res-info-block:last-child { border-bottom: none; }
.res-contact-item { margin-bottom: 1.25rem; }
.rc-label { font-size: 0.58rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); opacity: 0.7; display: block; margin-bottom: 0.3rem; }
.rc-val { font-size: 0.875rem; color: var(--text); line-height: 1.6; }
.policy-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.policy-list li { font-size: 0.82rem; color: var(--muted); display: flex; align-items: center; gap: 0.75rem; }
.pol-tag { font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.2rem 0.6rem; flex-shrink: 0; }
.pol-free { background: rgba(46,204,141,0.15); color: #2ecc8d; }
.pol-partial { background: rgba(201,168,76,0.15); color: var(--gold); }
.pol-full { background: rgba(200,80,80,0.15); color: #e05555; }
.perks-list { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.perks-list li { font-size: 0.82rem; color: var(--muted); }
.perks-list li { color: var(--cream); }

.res-form-wrap { background: var(--card); border: 1px solid var(--line); padding: 3.5rem; }
.res-form-title { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 400; color: var(--text); margin-bottom: 2.5rem; letter-spacing: 0.03em; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); opacity: 0.75; margin-bottom: 0.55rem; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  padding: 0.75rem 0;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { min-height: 90px; resize: vertical; }
.form-group select { appearance: none; cursor: pointer; }
.form-group select option { background: var(--bg1); }
.form-note { font-size: 0.75rem; color: var(--muted); text-align: center; margin-top: 1rem; line-height: 1.7; }
.success-msg {
  display: none;
  text-align: center;
  padding: 4rem 2rem;
}
.success-icon { font-size: 2rem; color: var(--gold); margin-bottom: 1.5rem; display: block; }
.success-msg h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 400; color: var(--text); margin-bottom: 1rem; }
.success-msg p { font-size: 0.875rem; color: var(--muted); line-height: 1.8; max-width: 420px; margin: 0 auto; }

.info-band { display: flex; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg1); position:relative; z-index:1; }
.info-band-item { flex: 1; padding: 2rem 1.5rem; text-align: center; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; gap: 0.4rem; }
.info-band-item:last-child { border-right: none; }
.ib-icon { color: var(--gold); font-size: 0.7rem; }
.info-band-item strong { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--cream); }
.info-band-item span:last-child { font-size: 0.78rem; color: var(--muted); }

/* ───── REVEAL ───── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
.revealed { opacity: 1; transform: translateY(0); }

/* ───── RESPONSIVE ───── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { height: 50vw; min-height: 300px; }
  .hero-left { padding: 8rem 2rem 4rem; border-right: none; border-bottom: 1px solid var(--line); }
  .exp-grid { grid-template-columns: 1fr; gap: 3rem; }
  .exp-section { padding: 5rem 2rem; }
  .exp-visual { height: 400px; }
  .exp-features { grid-template-columns: 1fr; }
  .rooms-grid { grid-template-columns: 1fr 1fr; }
  .amenities-grid { grid-template-columns: repeat(2,1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .room-full-item { grid-template-columns: 1fr; }
  .rfi-img { height: 240px; }
  .rfi-content { border-left: none; border-top: 1px solid var(--line); }
  .res-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-visual { height: 360px; }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .awards-grid { grid-template-columns: repeat(2,1fr); }
  .awards-grid .award-item:nth-child(2n) { border-right: none; }
  .testi-grid { grid-template-columns: 1fr; }
  .testi-card { border-right: none; border-bottom: 1px solid var(--line); }
  .testi-card:last-child { border-bottom: none; }
  .rooms-full { padding: 4rem 2rem; }
  .about-story { padding: 4rem 2rem; }
  .awards-section { padding: 5rem 2rem; }
}
@media (max-width: 640px) {
  header { padding: 0 1.5rem; }
  nav { display: none; }
  nav.open { display: flex; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0; background: var(--bg1); border-bottom: 1px solid var(--line); padding: 1.5rem 2rem; gap: 1.25rem; z-index: 99; }
  .menu-btn { display: flex; }
  .rooms-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .testi-item { border-right: none; border-bottom: 1px solid var(--line); }
  .testi-item:last-child { border-bottom: none; }
  .amenities-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer { padding: 4rem 1.5rem 2rem; }
  .footer-nav { flex-direction: column; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .form-card { padding: 2rem 1.5rem; }
  .res-form-wrap { padding: 2rem 1.5rem; }
  .page-hero { padding: 9rem 1.5rem 4rem; }
  .strip { flex-wrap: wrap; }
  .strip-item { flex: 0 0 50%; border-bottom: 1px solid var(--line); }
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .awards-grid { grid-template-columns: 1fr; }
  .award-item { border-right: none !important; }
  .info-band { flex-direction: column; }
  .info-band-item { border-right: none; border-bottom: 1px solid var(--line); }
  .info-band-item:last-child { border-bottom: none; }
}

/* WhatsApp FAB */
.wa-fab {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
.wa-fab.visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
