:root {
  --bg: #eee1d0;
  --bg-soft: #f6eadb;
  --bg-card: rgba(252, 246, 238, 0.92);
  --bg-card-strong: rgba(255, 250, 244, 0.97);
  --text: #181410;
  --text-soft: #3c3228;
  --muted: #2a221b;
  --gold: #c59b46;
  --gold-deep: #9f7320;
  --gold-soft: #e2c98e;
  --gold-pale: #f1dfb4;
  --line: rgba(197, 155, 70, 0.28);
  --line-strong: rgba(159, 115, 32, 0.24);
  --dark: #090806;
  --dark-soft: #14110d;
  --shadow: 0 20px 60px rgba(63, 43, 20, 0.08);
  --shadow-dark: 0 22px 70px rgba(9, 8, 6, 0.34);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1200px;
  --gold-gradient: linear-gradient(135deg, #8f651d 0%, #c59b46 46%, #ecd9a9 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.36), transparent 28%),
    radial-gradient(circle at bottom right, rgba(197,155,70,0.15), transparent 22%),
    var(--bg);
  color: var(--text);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(11,9,7,0.97) 0%, rgba(16,12,9,0.96) 100%);
  border-bottom: 1px solid rgba(197, 155, 70, 0.18);
  box-shadow: 0 14px 36px rgba(9, 8, 6, 0.18);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
}

.logo-link img {
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.18));
}

.logo-link img {
  width: clamp(148px, 14vw, 210px);
}

.header-panel {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-nav,
.header-actions,
.lang-switcher,
.hero-actions,
.hero-points,
.mini-chip-row,
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.site-nav {
  gap: 26px;
}

.site-nav a,
.footer-links a {
  color: var(--gold-pale);
  font-size: 14px;
  font-weight: 600;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--gold-soft);
}

.header-actions {
  gap: 14px;
}

.lang-switcher {
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(197, 155, 70, 0.18);
}

.lang-btn {
  border: 0;
  background: transparent;
  color: var(--gold-soft);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.lang-btn.active {
  color: var(--dark);
  background: var(--gold-soft);
}

.menu-toggle {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(197, 155, 70, 0.24);
  background: rgba(255, 255, 255, 0.04);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold-soft);
}

.hero,
.section {
  padding: 88px 0;
}

.hero-grid,
.about-grid,
.feature-grid,
.booking-grid,
.location-grid {
  display: grid;
  gap: 28px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  align-items: center;
}

.about-grid,
.location-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.booking-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.eyebrow,
.section-kicker,
.feature-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 800;
  color: var(--gold-deep);
}

h1,
h2,
h3,
.hero-side-title,
.service-price,
.price-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  color: var(--gold-deep);
}

h1 {
  margin-top: 14px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h2,
.hero-side-title {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.hero-text,
.section-copy p,
.feature-card p,
.section-note,
.booking-card p,
.location-list p,
.location-list strong,
.footer-brand p,
.service-name,
.service-desc,
.lead-form span,
.form-status {
  line-height: 1.7;
}

.hero-text,
.section-copy p,
.feature-card p,
.section-note,
.booking-card p,
.location-list p,
.footer-brand p,
.service-desc,
.form-status {
  color: var(--text);
}

.hero-text {
  margin: 20px 0 0;
  max-width: 640px;
  font-size: 16px;
}

.hero-actions {
  gap: 14px;
  margin-top: 28px;
}

.hero-points {
  gap: 12px;
  margin-top: 26px;
}

.hero-points span,
.mini-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}

.hero-showcase .mini-chip {
  background: rgba(255,255,255,0.03);
  border-color: rgba(197, 155, 70, 0.18);
  color: var(--gold-soft);
}

.hero-showcase {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(14,11,8,0.98) 0%, rgba(9,8,6,1) 100%);
  border: 1px solid rgba(197, 155, 70, 0.22);
  box-shadow: var(--shadow-dark);
}

.hero-card,
.feature-card,
.booking-card,
.location-card,
.map-wrap,
.service-panel,
.service-item {
  border: 1px solid rgba(197, 155, 70, 0.16);
  background: var(--bg-card);
  box-shadow: var(--shadow);
}

.hero-card,
.feature-card,
.booking-card,
.location-card,
.map-wrap {
  border-radius: var(--radius-xl);
}

.hero-logo-card {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.01) 100%);
  border-color: rgba(197, 155, 70, 0.14);
  box-shadow: none;
}

.hero-logo {
  width: min(100%, 560px);
}

.hero-info-card {
  padding: 28px;
  background: rgba(255,255,255,0.02);
  border-color: rgba(197, 155, 70, 0.14);
  box-shadow: none;
}

.mini-chip-row {
  gap: 10px;
  margin-bottom: 18px;
}

.hero-side-title {
  font-size: clamp(26px, 3vw, 36px);
  color: var(--gold-soft);
}

.hero-side-text {
  margin: 14px 0 0;
  color: rgba(241, 223, 180, 0.86);
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.8) 0%, rgba(246, 234, 219, 0.94) 100%);
  border-top: 1px solid rgba(197, 155, 70, 0.09);
  border-bottom: 1px solid rgba(197, 155, 70, 0.09);
}

#booking.section-soft {
  background:
    radial-gradient(circle at top right, rgba(197,155,70,0.16), transparent 28%),
    linear-gradient(180deg, #0d0b08 0%, #17130f 100%);
  border-top: 1px solid rgba(197, 155, 70, 0.18);
  border-bottom: 1px solid rgba(197, 155, 70, 0.18);
}

#booking .booking-grid {
  align-items: start;
}

.section-head {
  max-width: 560px;
}

.section-head h2 {
  margin-top: 12px;
}

.section-copy {
  display: grid;
  gap: 16px;
  align-content: start;
}

.feature-card {
  padding: 28px;
}

.feature-card h3 {
  margin-top: 12px;
  margin-bottom: 14px;
}

.feature-card h3,
.location-card h2 {
  color: var(--text);
}

.service-name,
.service-desc,
.service-panel .section-note {
  color: var(--gold-pale);
}

.service-panel .section-kicker,
.service-panel .price-title,
.service-panel .service-price {
  color: var(--gold-soft);
}

.section-top-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 20px;
  align-items: end;
}

.section-top-row h2 {
  margin-top: 12px;
}

.service-tabs {
  display: flex;
  gap: 10px;
  margin-top: 32px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.service-tabs::-webkit-scrollbar { display: none; }

.service-tab {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.62);
  color: var(--text);
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.service-tab.active {
  color: var(--gold-pale);
  background: var(--dark);
  border-color: transparent;
}

.service-panel {
  margin-top: 20px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(197,155,70,0.14), transparent 32%),
    linear-gradient(180deg, rgba(17,14,11,0.96) 0%, rgba(10,8,6,0.98) 100%);
  border-color: rgba(197, 155, 70, 0.24);
  box-shadow: var(--shadow-dark);
}

.service-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(197, 155, 70, 0.24);
}

.price-title {
  font-size: clamp(26px, 4vw, 42px);
}

.service-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.service-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 20px;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.04);
  border-color: rgba(197, 155, 70, 0.18);
}

.service-name {
  font-size: 16px;
  font-weight: 600;
}

.service-price {
  align-self: start;
  text-align: right;
  font-size: clamp(24px, 3vw, 32px);
  white-space: nowrap;
}

.service-desc {
  grid-column: 1 / -1;
  margin-top: -4px;
  font-size: 14px;
}

.booking-card {
  padding: 30px;
  border-color: rgba(197, 155, 70, 0.24);
  box-shadow: var(--shadow-dark);
}

.booking-card-primary,
.booking-card-secondary {
  background:
    radial-gradient(circle at top right, rgba(197,155,70,0.14), transparent 32%),
    linear-gradient(180deg, rgba(17,14,11,0.96) 0%, rgba(10,8,6,0.98) 100%);
}

#booking .section-kicker,
#booking h2,
#booking p,
#booking .lead-form span,
#booking .form-status {
  color: var(--gold-soft);
}

#booking .booking-card p {
  color: rgba(241, 223, 180, 0.9);
}

#booking .lead-form span {
  color: var(--gold);
}

.booking-card h2 {
  margin-top: 12px;
  margin-bottom: 14px;
}

.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form span,
.location-list strong {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(197, 155, 70, 0.28);
  border-radius: 16px;
  background: rgba(247, 236, 223, 0.98);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
}

#booking input,
#booking select,
#booking textarea {
  background: rgba(244, 232, 215, 0.98);
  border-color: rgba(197, 155, 70, 0.34);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(197, 155, 70, 0.72);
  box-shadow: 0 0 0 4px rgba(197, 155, 70, 0.12);
}

.location-card {
  padding: 30px;
}

.location-list {
  display: grid;
  gap: 18px;
  margin: 22px 0 26px;
}

.map-wrap {
  overflow: hidden;
  min-height: 420px;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.site-footer {
  padding: 34px 0 40px;
  background: var(--dark);
  color: var(--gold-pale);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-brand {
  display: flex;
  gap: 18px;
  align-items: center;
}

.footer-brand img {
  width: 120px;
}

.footer-brand p {
  max-width: 520px;
  color: rgba(241, 223, 180, 0.8);
}

.footer-links {
  gap: 18px;
}

.footer-links a {
  color: rgba(241, 223, 180, 0.9);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--gold-pale);
  background: var(--dark);
  border-color: rgba(197, 155, 70, 0.44);
  box-shadow: 0 12px 28px rgba(9, 8, 6, 0.2);
}

.btn-primary:hover {
  background: #14110d;
}

.btn-secondary {
  color: var(--text);
  background: rgba(255,255,255,0.56);
  border-color: var(--line);
}

#booking .btn-primary,
#booking .btn-secondary,
.floating-cta .btn,
.header-cta {
  color: var(--gold-pale);
  background: var(--dark);
  border-color: rgba(197, 155, 70, 0.42);
}

#booking .btn-secondary:hover,
#booking .btn-primary:hover,
.floating-cta .btn:hover,
.header-cta:hover {
  background: #14110d;
}

.btn.full { width: 100%; }

.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
}

@media (max-width: 1080px) {
  .hero-grid,
  .about-grid,
  .feature-grid,
  .booking-grid,
  .location-grid,
  .section-top-row {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    order: -1;
  }

  .section-top-row {
    align-items: start;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
  }

  .header-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(17,14,11,0.98) 0%, rgba(10,8,6,1) 100%);
    border: 1px solid rgba(197, 155, 70, 0.24);
    border-radius: 24px;
    box-shadow: var(--shadow-dark);
  }

  .header-panel.open {
    display: flex;
  }

  .site-nav,
  .header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav {
    gap: 12px;
  }

  .site-nav a {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(197, 155, 70, 0.12);
  }

  .header-cta {
    width: 100%;
  }

  .service-item {
    grid-template-columns: 1fr;
  }

  .service-price {
    text-align: left;
  }

  .footer-inner,
  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .hero,
  .section {
    padding: 70px 0;
  }

  .container {
    width: min(calc(100% - 20px), var(--container));
  }

  .header-inner {
    min-height: 78px;
  }

  .logo-link img {
    width: 118px;
  }

  .hero-showcase {
    padding: 16px;
    border-radius: 24px;
  }

  .hero-logo-card {
    min-height: auto;
    padding: 20px;
  }

  .hero-card,
  .feature-card,
  .booking-card,
  .location-card,
  .service-panel {
    border-radius: 22px;
  }

  .hero-info-card,
  .feature-card,
  .booking-card,
  .location-card,
  .service-panel {
    padding: 22px;
  }

  .hero-actions,
  .hero-points,
  .mini-chip-row {
    gap: 10px;
  }

  .btn,
  .hero-actions .btn,
  .location-card .btn,
  .floating-cta .btn {
    width: 100%;
  }

  .hero-actions {
    display: grid;
  }

  .service-tab {
    padding: 11px 16px;
    font-size: 13px;
  }

  .service-name {
    font-size: 15px;
  }

  .service-price {
    font-size: 26px;
  }

  .floating-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

.form-status[data-state='success'] { color: #7ec081 !important; }
.form-status[data-state='error'] { color: #f0b2a0 !important; }
.form-status[data-state='info'] { color: var(--gold-soft) !important; }

.site-header .header-cta {
  box-shadow: none;
}

.hero-showcase .hero-logo {
  filter: drop-shadow(0 10px 22px rgba(0,0,0,0.22));
}


.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(197, 155, 70, 0.22);
  color: var(--gold-pale);
  background: rgba(255, 255, 255, 0.03);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.header-phone:hover,
.footer-phone:hover,
.phone-inline:hover {
  color: var(--gold-soft);
}

.header-phone-icon,
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-phone-icon {
  width: 20px;
  height: 20px;
}

.header-phone-icon svg,
.social-link svg {
  width: 100%;
  height: 100%;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-link {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(197, 155, 70, 0.22);
  color: var(--gold-pale);
  background: rgba(255, 255, 255, 0.03);
  transition: transform .2s ease, border-color .2s ease, color .2s ease, background-color .2s ease;
}

.social-link:hover {
  transform: translateY(-1px);
  color: var(--gold-soft);
  border-color: rgba(197, 155, 70, 0.38);
  background: rgba(255, 255, 255, 0.05);
}

.btn-tertiary {
  color: var(--gold-pale);
  background: transparent;
  border-color: rgba(197, 155, 70, 0.42);
}

.btn-tertiary:hover {
  background: rgba(255, 255, 255, 0.04);
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.location-seo-text {
  margin: 0;
  color: var(--text-soft);
}

.phone-inline,
.footer-phone {
  color: var(--text);
  font-weight: 700;
}

.footer-side {
  display: grid;
  gap: 18px;
  justify-items: end;
}

.social-links-footer .social-link {
  background: rgba(255,255,255,0.02);
}

.footer-phone {
  display: inline-flex;
  margin-top: 8px;
}

@media (max-width: 980px) {
  .header-actions {
    row-gap: 12px;
  }

  .header-phone {
    order: 2;
  }

  .social-links-header {
    order: 3;
  }
}

@media (max-width: 860px) {
  .header-phone,
  .social-links-header {
    width: 100%;
    justify-content: center;
  }

  .social-links-header {
    justify-content: flex-start;
  }

  .footer-side {
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .header-phone {
    justify-content: center;
  }

  .location-actions {
    display: grid;
  }

  .social-links-location,
  .social-links-footer {
    flex-wrap: wrap;
  }
}

.social-link.is-disabled { opacity: 0.58; cursor: default; }


.section-head-centered {
  max-width: 920px;
  margin: 0 auto 24px;
  text-align: center;
}

.seo-grid,
.faq-list {
  display: grid;
  gap: 18px;
}

.seo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-card,
.faq-item {
  border: 1px solid rgba(197, 155, 70, 0.16);
  border-radius: 26px;
  background: rgba(255, 248, 239, 0.88);
  box-shadow: 0 14px 38px rgba(20, 12, 8, 0.06);
}

.seo-card {
  padding: 24px;
}

.seo-card h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2vw, 30px);
}

.seo-card p,
.seo-intro,
.faq-item p {
  margin: 0;
  color: var(--text-soft);
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 700;
  color: var(--text);
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-deep);
  font-size: 24px;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: '–';
}

.faq-item p {
  padding: 0 24px 22px;
}

@media (max-width: 980px) {
  .seo-grid {
    grid-template-columns: 1fr;
  }
}
