:root {
  --black: #060504;
  --black-soft: #0e0d0b;
  --panel: #15120e;
  --panel-light: #201a12;
  --gold: #d8aa4a;
  --gold-soft: #f0d28a;
  --gold-dark: #8b6421;
  --text: #fff8e8;
  --muted: #d8c9a8;
  --line: rgba(216, 170, 74, 0.28);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  --radius: 28px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 6%, rgba(216, 170, 74, 0.17), transparent 25rem),
    radial-gradient(circle at 85% 20%, rgba(216, 170, 74, 0.13), transparent 26rem),
    linear-gradient(135deg, #030302 0%, #0e0d0b 48%, #050403 100%);
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,0.04) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.035) 25%, transparent 25%);
  background-size: 5px 5px;
  z-index: -2;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,0.65), transparent 18%, transparent 82%, rgba(0,0,0,0.68));
  z-index: -1;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 5, 4, 0.87);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1240px, calc(100% - 34px));
  margin: 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(310px, 58vw);
}

.brand-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.45));
}

.menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu a {
  padding: 11px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  transition: 0.25s ease;
}

.menu a:hover,
.menu a:focus-visible {
  color: var(--text);
  border-color: var(--line);
  background: rgba(216, 170, 74, 0.08);
  outline: none;
}

.menu .menu-instagram {
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold), var(--gold-dark));
  border-color: rgba(255, 232, 164, 0.45);
  box-shadow: 0 14px 28px rgba(216, 170, 74, 0.13);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(216, 170, 74, 0.08);
  cursor: pointer;
  padding: 10px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--gold-soft);
  border-radius: 99px;
  transition: 0.25s ease;
}

.hero {
  position: relative;
  min-height: calc(100vh - 88px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 72px 0 62px;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(216, 170, 74, 0.2);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  top: 10%;
  right: -180px;
  background: radial-gradient(circle, rgba(216, 170, 74, 0.2), transparent 67%);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
  align-items: center;
  gap: 48px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gold-soft);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-label::before {
  content: '';
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft));
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.15rem, 8vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(180deg, #fff5cb 0%, var(--gold) 44%, #81591d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 22px 50px rgba(0, 0, 0, 0.55);
}

.hero-description {
  max-width: 720px;
  margin-bottom: 34px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 22px;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  outline: none;
}

.button-gold {
  color: #151008;
  background: linear-gradient(135deg, #fff0b2, var(--gold), #9b6f25);
  box-shadow: 0 18px 38px rgba(216, 170, 74, 0.2);
}

.button-dark {
  color: var(--gold-soft);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.button-dark:hover,
.button-dark:focus-visible {
  border-color: rgba(240, 210, 138, 0.6);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.hero-logo-card {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(216, 170, 74, 0.3);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent),
    rgba(14, 13, 11, 0.78);
  box-shadow: var(--shadow);
}

.hero-logo-card::before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(216, 170, 74, 0.18);
  border-radius: calc(var(--radius) - 8px);
  pointer-events: none;
}

.logo-showcase {
  display: grid;
  min-height: 300px;
  place-items: center;
  padding: 32px 18px;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 24%, rgba(216, 170, 74, 0.18), rgba(0, 0, 0, 0.46) 56%), #090807;
  overflow: hidden;
}

.logo-showcase img {
  width: min(520px, 100%);
  height: auto;
  object-fit: contain;
}

.quick-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(216, 170, 74, 0.22);
  border-radius: 18px;
  background: rgba(216, 170, 74, 0.08);
  font-family: Arial, sans-serif;
}

.quick-contact span {
  color: var(--muted);
}

.quick-contact strong {
  color: var(--gold-soft);
  font-size: 1.24rem;
}

.section {
  padding: 92px 0;
}

.intro-box,
.contact-panel,
.location-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(216, 170, 74, 0.09), transparent 32%),
    rgba(14, 13, 11, 0.8);
  box-shadow: var(--shadow);
}

.intro-box {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 34px;
  padding: clamp(28px, 5vw, 54px);
  align-items: center;
}

.intro-title h2,
.section-heading h2,
.location-card h2,
.contact-copy h2 {
  margin-bottom: 16px;
  color: var(--gold-soft);
  font-size: clamp(2rem, 4.6vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0.025em;
}

.intro-box p,
.section-heading p,
.service-card p,
.location-card p,
.contact-copy p,
.footer-text span {
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.8;
}

.intro-box p {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 260px;
  padding: 28px 22px;
  border: 1px solid rgba(216, 170, 74, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent),
    rgba(21, 18, 14, 0.88);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card::before {
  content: '♛';
  position: absolute;
  right: 18px;
  bottom: -26px;
  color: rgba(216, 170, 74, 0.08);
  font-size: 7rem;
  line-height: 1;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(240, 210, 138, 0.65);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
}

.card-number {
  display: inline-flex;
  margin-bottom: 36px;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-card h3 {
  position: relative;
  margin-bottom: 14px;
  color: var(--text);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.1;
}

.service-card p {
  position: relative;
  margin-bottom: 0;
  font-size: 0.96rem;
}

.location-layout {
  display: grid;
  grid-template-columns: 1fr 0.48fr;
  gap: 22px;
  align-items: stretch;
}

.location-card {
  padding: clamp(30px, 5vw, 58px);
}

.location-card p {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.location-ornament {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(216, 170, 74, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle, rgba(216, 170, 74, 0.16), transparent 62%),
    rgba(21, 18, 14, 0.72);
  box-shadow: var(--shadow);
}

.crown {
  display: block;
  color: var(--gold-soft);
  font-size: clamp(5rem, 12vw, 8rem);
  line-height: 0.82;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
}

.location-ornament strong {
  color: var(--gold-soft);
  font-size: 1.1rem;
  letter-spacing: 0.32em;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 30px;
  padding: clamp(30px, 5vw, 56px);
  align-items: center;
}

.contact-copy p {
  margin-bottom: 0;
  max-width: 560px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(216, 170, 74, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  font-family: Arial, sans-serif;
  transition: 0.25s ease;
}

.contact-item:not(.contact-static):hover,
.contact-item:not(.contact-static):focus-visible {
  border-color: rgba(240, 210, 138, 0.64);
  transform: translateX(5px);
  outline: none;
}

.contact-item span {
  color: var(--muted);
}

.contact-item strong {
  color: var(--gold-soft);
  text-align: right;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 34px 0 100px;
  background: #050403;
}

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

.footer-logo {
  width: min(310px, 58vw);
  height: auto;
}

.footer-text {
  display: grid;
  gap: 7px;
  text-align: right;
  font-family: Arial, sans-serif;
}

.footer-text strong {
  color: var(--gold-soft);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
}

.footer-text a {
  color: var(--gold-soft);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #06170a;
  background: linear-gradient(135deg, #baffc8, #25d366, #0cae4a);
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.24), 0 12px 30px rgba(0,0,0,0.36);
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.whatsapp-float::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: #06170a;
}

@media (max-width: 1050px) {
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card:last-child {
    grid-column: 1 / -1;
  }

  .hero-layout,
  .contact-panel,
  .intro-box,
  .location-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 780px) {
  .nav {
    min-height: 76px;
  }

  .brand {
    width: min(250px, 68vw);
  }

  .menu-button {
    display: block;
  }

  .menu {
    position: fixed;
    top: 76px;
    right: 17px;
    left: 17px;
    display: grid;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(6, 5, 4, 0.97);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: 0.25s ease;
  }

  .menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu a {
    width: 100%;
    border-color: rgba(216, 170, 74, 0.14);
    border-radius: 16px;
  }

  .menu-button.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-button.is-active span:nth-child(2) {
    opacity: 0;
  }

  .menu-button.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hero {
    padding: 44px 0 56px;
  }

  .hero::before {
    inset: 14px;
  }

  .hero-layout {
    gap: 28px;
  }

  h1 {
    font-size: clamp(2.55rem, 15vw, 4.6rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .logo-showcase {
    min-height: 215px;
    padding: 22px 10px;
  }

  .section {
    padding: 64px 0;
  }

  .intro-box,
  .contact-panel,
  .location-card {
    border-radius: 22px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:last-child {
    grid-column: auto;
  }

  .location-ornament {
    min-height: 210px;
  }

  .contact-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-item strong {
    text-align: left;
  }

  .footer-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-text {
    text-align: left;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 54px;
    padding: 0 18px;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 26px, var(--max));
  }

  .nav {
    width: calc(100% - 26px);
  }

  .quick-contact {
    align-items: flex-start;
    flex-direction: column;
  }
}
