/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #f5f3ef;
  --cream-dark: #ede9e2;
  --black: #1a1714;
  --brown: #4a3728;
  --gold: #c9a96e;
  --gold-light: #e8d5b0;
  --green: #2d5a3d;
  --green-light: #e8f2ec;
  --red: #8b2a2a;
  --red-light: #f5e8e8;
  --gray: #8a8580;
  --gray-light: #d4d0ca;
  --white: #ffffff;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Jost', sans-serif;

  --max-w: 1280px;
  --section-pad: 6rem 1.5rem;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--black);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 2rem;
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3 { font-family: var(--font-serif); font-weight: 400; line-height: 1.15; }
h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
em { font-style: italic; color: var(--brown); }

.label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}

/* ===== NAV ===== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 2.5rem;
  transition: all 0.4s ease;
}
.nav.scrolled {
  background: rgba(245,243,239,0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--gray-light);
  padding: 0.9rem 2.5rem;
}
.nav-logo {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: var(--white);
  transition: color 0.4s;
}
.nav.scrolled .nav-logo { color: var(--black); }
.nav-links {
  display: flex; align-items: center; gap: 2.5rem;
  list-style: none;
}
.nav-links a {
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.85); transition: color 0.3s;
}
.nav.scrolled .nav-links a { color: var(--black); }
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  border: 1px solid rgba(255,255,255,0.5) !important;
  padding: 0.5rem 1.25rem !important;
  color: white !important;
  transition: all 0.3s !important;
}
.nav.scrolled .nav-cta {
  border-color: var(--brown) !important;
  color: var(--brown) !important;
}
.nav-cta:hover {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: white !important;
}
.nav-burger { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: white; }
.nav.scrolled .nav-burger { color: var(--black); }

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  padding: 6rem 2rem 4rem;
  overflow: hidden;
  text-align: center;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: 
    linear-gradient(to bottom, rgba(10,8,6,0.55) 0%, rgba(20,15,10,0.72) 50%, rgba(10,8,6,0.88) 100%),
    url('img/photos/foto_exterieur_ulice.jpg') center 30%/cover no-repeat;
}

/* ── Centered logo block ── */
.hero-center {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  flex: 1;
}
.hero-logo-block {
  display: flex; flex-direction: column;
  align-items: center; gap: 0;
  max-width: 680px;
}
.hero-logo-ornament {
  color: var(--gold);
  font-size: 0.6rem;
  letter-spacing: 0.5em;
  margin-bottom: 1.2rem;
  opacity: 0.8;
}
.hero-logo-pre {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
  margin-bottom: 1rem;
}
.hero-logo-title {
  font-family: var(--font-serif);
  font-weight: 300;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 1.4rem;
  gap: 0;
}
.hero-logo-dum {
  font-size: clamp(1.2rem, 3vw, 2rem);
  letter-spacing: 0.55em;
  font-weight: 300;
  display: block;
  margin-bottom: 0.1em;
}
.hero-logo-u {
  font-size: clamp(0.8rem, 1.5vw, 1.1rem);
  letter-spacing: 0.4em;
  font-style: italic;
  color: var(--gold-light);
  display: block;
  margin-bottom: 0.05em;
}
.hero-logo-name {
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  letter-spacing: 0.12em;
  font-weight: 300;
  display: block;
  line-height: 0.95;
}
.hero-logo-rule {
  display: flex; align-items: center; gap: 1rem;
  width: 100%; margin-bottom: 2.2rem;
}
.hero-logo-rule span:first-child,
.hero-logo-rule span:last-child {
  flex: 1; height: 1px; background: rgba(201,169,110,0.4);
}
.hero-logo-addr {
  font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); white-space: nowrap;
  font-family: var(--font-sans);
}
.hero-actions-center { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn-primary {
  display: inline-block;
  background: var(--green);
  color: white;
  padding: 0.9rem 2.2rem;
  font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase;
  font-family: var(--font-sans); font-weight: 500;
  transition: all 0.3s;
  border: 2px solid var(--green);
}
.btn-primary:hover { background: var(--gold); border-color: var(--gold); }

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: white;
  padding: 0.9rem 2.2rem;
  font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase;
  font-family: var(--font-sans); font-weight: 400;
  border: 2px solid rgba(255,255,255,0.4);
  transition: all 0.3s;
}
.btn-secondary:hover { border-color: white; }

.hero-badges {
  position: absolute; bottom: 3rem; left: 0; right: 0; z-index: 1;
  display: flex; gap: 1rem; padding: 0 2.5rem;
  flex-wrap: wrap;
}
.hero-badges span {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  color: white; padding: 0.45rem 1rem;
  font-size: 0.72rem; letter-spacing: 0.1em;
}

/* ===== HISTORY ===== */
.section-history {
  padding: var(--section-pad);
  background: var(--white);
}
.history-header {
  max-width: 680px;
  margin-bottom: 4rem;
}
.history-intro {
  margin-top: 1.5rem;
  color: var(--gray);
  font-size: 1.05rem;
  line-height: 1.8;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--gray-light);
  padding-top: 3rem;
}
.timeline-item {
  padding: 0 2rem 0 0;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
  animation-delay: calc(var(--d) * 0.15s + 0.3s);
}
.timeline-year {
  font-family: var(--font-serif);
  font-size: 1.4rem; color: var(--gold);
  margin-bottom: 1rem;
}
.timeline-dot {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  margin-bottom: 1rem;
}
.timeline-text { font-size: 0.9rem; color: var(--gray); line-height: 1.7; }

/* ===== FEATURES ===== */
.section-features {
  padding: var(--section-pad);
  background: var(--cream);
}
.section-features h2 { margin-bottom: 3.5rem; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gray-light);
  border: 1px solid var(--gray-light);
}
.feature-card {
  background: var(--cream);
  padding: 2.5rem;
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 0.5s ease forwards;
  animation-delay: calc(var(--d) * 0.1s + 0.2s);
  transition: background 0.3s;
}
.feature-card:hover { background: var(--white); }
.feature-icon {
  font-size: 1.2rem; margin-bottom: 1.2rem;
  color: var(--gold);
}
.feature-card h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem; margin-bottom: 0.8rem;
}
.feature-card p { font-size: 0.9rem; color: var(--gray); line-height: 1.7; }

/* ===== GALLERY ===== */
.section-gallery {
  padding: var(--section-pad);
  background: var(--black);
}
.section-gallery .label { color: var(--gold); }
.section-gallery h2 { color: var(--white); margin-bottom: 3rem; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 4px;
  margin-bottom: 2rem;
}
.gallery-item { aspect-ratio: 4/3; overflow: hidden; }
.gallery-item.g-large { grid-column: span 2; }
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.04); }

/* ===== FLOORPLAN CTA ===== */
.section-floorplan-cta {
  padding: var(--section-pad);
  background: var(--cream-dark);
}
.floorplan-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.floorplan-cta-text h2 { margin-bottom: 1.5rem; }
.floorplan-cta-text p { color: var(--gray); margin-bottom: 2rem; line-height: 1.8; }

.mini-floor {
  position: relative;
  background: white;
  border: 2px solid var(--gray-light);
  height: 320px;
  overflow: hidden;
}
.mini-room {
  position: absolute;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 500;
  border: 2px solid;
  cursor: pointer;
  transition: all 0.3s;
}
.mini-room.free {
  background: rgba(45,90,61,0.12);
  border-color: var(--green);
  color: var(--green);
}
.mini-room.occupied {
  background: rgba(139,42,42,0.1);
  border-color: var(--red);
  color: var(--red);
}
.mini-legend {
  display: flex; gap: 1.5rem; margin-top: 1rem;
  font-size: 0.78rem;
}
.ml-free { color: var(--green); }
.ml-occ { color: var(--red); }
.ml-free::before { content: '■ '; }
.ml-occ::before { content: '■ '; }

/* ===== CONTACT ===== */
.section-contact {
  padding: var(--section-pad);
  background: var(--white);
}
.section-contact h2 { margin-bottom: 3rem; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}
.contact-item {
  display: flex; flex-direction: column;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gray-light);
}
.contact-label {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.4rem;
}
.contact-value { font-size: 1.05rem; }
.contact-value:hover { color: var(--brown); }
.contact-map iframe { border: none; }

/* ===== FOOTER ===== */
.footer {
  background: var(--black);
  color: rgba(255,255,255,0.6);
  padding: 3rem 0 1.5rem;
}
.footer-inner {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-logo {
  font-family: var(--font-serif);
  font-size: 1.4rem; color: white; margin-bottom: 0.5rem;
}
.footer-brand p:last-child { font-size: 0.82rem; line-height: 1.7; }
.footer-links {
  display: flex; flex-direction: column; gap: 0.5rem;
  align-items: flex-end;
}
.footer-links a { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { font-size: 0.75rem; text-align: center; }

/* ===== ANIMATIONS ===== */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.g-large { grid-column: span 2; }
  .floorplan-cta-inner { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; inset: 0; top: 60px;
    background: var(--cream); z-index: 99;
    padding: 2rem; gap: 1.5rem;
  }
  .nav-links.open a { color: var(--black) !important; font-size: 1.1rem; }
  .hero { padding: 7rem 1.5rem 5rem; }
  .timeline { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { flex-direction: column; gap: 2rem; }
  .footer-links { align-items: flex-start; }
}

/* ===== PŮDORYSY PAGE ===== */
.floorplan-page {
  min-height: 100vh;
  background: var(--cream);
  padding-top: 5rem;
}
.floorplan-header {
  text-align: center;
  padding: 3rem 2rem 2rem;
  border-bottom: 1px solid var(--gray-light);
  background: white;
}
.floorplan-header h1 { font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: 0.5rem; }
.floorplan-header p { color: var(--gray); font-size: 0.95rem; }

.floorplan-layout {
  display: grid;
  grid-template-columns: 1fr 380px 1fr;
  gap: 2rem;
  padding: 2rem;
  max-width: 1600px;
  margin: 0 auto;
  align-items: start;
}

.floor-section { position: relative; }
.floor-title {
  font-family: var(--font-serif);
  font-size: 1.8rem; text-align: center;
  margin-bottom: 1rem; color: var(--black);
}

.floor-plan {
  position: relative;
  background: white;
  border: 1px solid var(--gray-light);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.floor-plan svg { display: block; width: 100%; height: auto; }

/* Room states */
.room-zone {
  cursor: pointer;
  transition: all 0.2s;
}
.room-zone.free rect, .room-zone.free polygon, .room-zone.free path {
  fill: rgba(45,90,61,0.15);
  stroke: var(--green);
  stroke-width: 2;
}
.room-zone.occupied rect, .room-zone.occupied polygon, .room-zone.occupied path {
  fill: rgba(139,42,42,0.15);
  stroke: var(--red);
  stroke-width: 2;
}
.room-zone.common rect, .room-zone.common polygon {
  fill: rgba(138,133,128,0.15);
  stroke: var(--gray);
  stroke-width: 1.5;
  cursor: default;
}
.room-zone.selected rect, .room-zone.selected polygon {
  fill: rgba(45,90,61,0.35);
  stroke: var(--green);
  stroke-width: 3;
}
.room-zone.free:hover rect, .room-zone.free:hover polygon {
  fill: rgba(45,90,61,0.28);
}
.room-label { pointer-events: none; user-select: none; }
.room-num { font-weight: 600; font-size: 13px; fill: var(--black); }
.room-area { font-size: 11px; fill: var(--gray); }

/* Sidebar */
.floorplan-sidebar {
  position: sticky;
  top: 5.5rem;
  background: white;
  border: 1px solid var(--gray-light);
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.sidebar-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
}
.sidebar-address {
  font-size: 0.82rem; color: var(--gray);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gray-light);
}
.sidebar-instruction {
  font-size: 0.85rem; color: var(--gray);
  margin-bottom: 1.5rem; line-height: 1.6;
}

.legend {
  display: flex; flex-direction: column; gap: 0.7rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gray-light);
}
.legend-item { display: flex; align-items: center; gap: 0.75rem; }
.legend-box {
  width: 20px; height: 20px;
  border: 2px solid;
  flex-shrink: 0;
}
.legend-box.free { background: rgba(45,90,61,0.15); border-color: var(--green); }
.legend-box.occupied { background: rgba(139,42,42,0.1); border-color: var(--red); }
.legend-box.common { background: rgba(138,133,128,0.15); border-color: var(--gray); }
.legend-text { font-size: 0.85rem; }
.legend-text strong { display: block; font-weight: 500; }
.legend-text span { color: var(--gray); font-size: 0.78rem; }

.selected-rooms {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gray-light);
}
.selected-rooms h4 {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
}
.selected-list { min-height: 60px; }
.selected-empty { font-size: 0.85rem; color: var(--gray); font-style: italic; }
.selected-tag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--green-light);
  border: 1px solid var(--green);
  color: var(--green);
  padding: 0.3rem 0.7rem;
  font-size: 0.78rem; margin: 0.2rem;
  cursor: pointer;
}
.selected-tag:hover { background: rgba(139,42,42,0.1); border-color: var(--red); color: var(--red); }
.selected-total {
  margin-top: 0.8rem;
  font-size: 0.85rem; color: var(--gray);
}
.selected-total strong { color: var(--black); }

/* Form */
.inquiry-form h4 {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
}
.form-field { margin-bottom: 0.8rem; }
.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--gray-light);
  background: var(--cream);
  padding: 0.7rem 0.9rem;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  color: var(--black);
  outline: none;
  transition: border-color 0.2s;
  resize: none;
}
.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--green);
  background: white;
}
.form-field textarea { height: 80px; }

.btn-submit {
  width: 100%;
  background: var(--green);
  color: white;
  border: none;
  padding: 1rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 0.5rem;
}
.btn-submit:hover { background: var(--brown); }
.btn-submit:disabled { background: var(--gray); cursor: default; }

.form-note {
  font-size: 0.72rem; color: var(--gray);
  text-align: center; margin-top: 0.8rem; line-height: 1.5;
}
.form-success {
  text-align: center; padding: 2rem;
  background: var(--green-light);
  border: 1px solid var(--green);
  margin-top: 1rem;
  display: none;
}
.form-success h3 { font-family: var(--font-serif); color: var(--green); margin-bottom: 0.5rem; }
.form-success p { font-size: 0.85rem; color: var(--gray); }

.floor-note {
  text-align: center;
  font-size: 0.72rem; color: var(--gray);
  margin-top: 0.75rem;
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
}

/* ===== ADMIN ===== */
.admin-body { background: #1a1714; color: white; min-height: 100vh; }
.admin-login {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
}
.admin-login-box {
  background: #2a2520;
  padding: 3rem; width: 100%; max-width: 380px;
  border: 1px solid #3a3028;
}
.admin-login-box h1 {
  font-family: var(--font-serif); font-size: 2rem;
  color: var(--gold); margin-bottom: 0.5rem;
}
.admin-login-box p { color: rgba(255,255,255,0.5); font-size: 0.85rem; margin-bottom: 2rem; }
.admin-input {
  width: 100%; background: #1a1714; border: 1px solid #3a3028;
  color: white; padding: 0.9rem 1rem;
  font-family: var(--font-sans); font-size: 0.9rem;
  outline: none; margin-bottom: 1rem;
}
.admin-input:focus { border-color: var(--gold); }
.admin-btn {
  width: 100%; background: var(--gold); color: #1a1714;
  border: none; padding: 0.9rem;
  font-family: var(--font-sans);
  font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase;
  cursor: pointer; transition: background 0.3s;
}
.admin-btn:hover { background: var(--gold-light); }
.admin-error { color: var(--red-light); font-size: 0.82rem; margin-top: 0.5rem; display: none; }

.admin-panel { padding: 2rem; max-width: 1100px; margin: 0 auto; }
.admin-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 2rem; padding-bottom: 1.5rem;
  border-bottom: 1px solid #3a3028;
}
.admin-header h1 {
  font-family: var(--font-serif); font-size: 2rem; color: var(--gold);
}
.admin-logout {
  background: none; border: 1px solid #3a3028; color: rgba(255,255,255,0.5);
  padding: 0.5rem 1.2rem; cursor: pointer;
  font-family: var(--font-sans); font-size: 0.78rem; letter-spacing: 0.1em;
  transition: all 0.3s;
}
.admin-logout:hover { border-color: var(--red); color: var(--red); }

.admin-floor-title {
  font-family: var(--font-serif);
  font-size: 1.4rem; color: var(--gold-light);
  margin: 2rem 0 1rem;
}
.admin-rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.admin-room-card {
  background: #2a2520;
  border: 2px solid #3a3028;
  padding: 1.5rem;
  transition: border-color 0.3s;
}
.admin-room-card.is-free { border-color: var(--green); }
.admin-room-card.is-occupied { border-color: var(--red); }
.admin-room-id {
  font-family: var(--font-serif);
  font-size: 1.5rem; color: white; margin-bottom: 0.3rem;
}
.admin-room-area { font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-bottom: 1rem; }
.admin-toggle {
  width: 100%;
  padding: 0.6rem;
  border: none; cursor: pointer;
  font-family: var(--font-sans);
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  transition: all 0.2s;
}
.admin-room-card.is-free .admin-toggle {
  background: var(--green); color: white;
}
.admin-room-card.is-occupied .admin-toggle {
  background: var(--red); color: white;
}
.admin-save-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: #2a2520; border-top: 1px solid #3a3028;
  padding: 1rem 2rem;
  display: flex; justify-content: space-between; align-items: center;
}
.admin-save-bar p { font-size: 0.85rem; color: rgba(255,255,255,0.5); }
.admin-save-btn {
  background: var(--gold); color: #1a1714;
  border: none; padding: 0.8rem 2.5rem;
  font-family: var(--font-sans);
  font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase;
  cursor: pointer; transition: background 0.3s;
}
.admin-save-btn:hover { background: var(--gold-light); }
.admin-saved { color: var(--gold); font-size: 0.82rem; display: none; }
