@charset "UTF-8";
:root {
  color-scheme: dark; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  background: radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.15), transparent 45%), radial-gradient(circle at 85% 10%, rgba(212, 175, 55, 0.2), transparent 40%), #0b0b0b;
  color: #ffffff;
  line-height: 1.6;
  min-height: 100vh; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 25%, transparent 25%), linear-gradient(225deg, rgba(255, 255, 255, 0.02) 25%, transparent 25%);
  background-size: 140px 140px;
  mix-blend-mode: screen;
  opacity: 0.35;
  z-index: 0; }

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

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

.container {
  width: min(1120px, 90%);
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.site-header {
  position: sticky;
  top: 0;
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  z-index: 10;
  transition: padding 0.3s ease, background 0.3s ease; }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  transition: padding 0.3s ease; }

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Teko", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

.brand-logo {
  width: 92px;
  height: 52px;
  object-fit: contain;
  transition: width 0.3s ease, height 0.3s ease; }

body.header-compact .header-inner {
  padding: 12px 0; }

body.header-compact .brand-logo {
  width: 70px;
  height: 40px; }

.brand-mark {
  color: #d4af37;
  font-size: 1.4rem;
  font-weight: 700; }

.brand-name {
  font-size: 0.9rem;
  color: #e6e2d7; }

.site-nav {
  display: flex;
  gap: 24px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

.site-nav a {
  position: relative;
  padding-bottom: 4px; }

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #d4af37;
  transition: width 0.3s ease; }

.site-nav a:hover::after {
  width: 100%; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #d4af37;
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  cursor: pointer; }

.hero {
  position: relative;
  padding: 140px 0 90px;
  overflow: hidden; }

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
  align-items: center; }

.hero-copy h1 {
  font-family: "Teko", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8rem;
  color: #d4af37;
  margin-bottom: 12px; }

.lead {
  font-size: 1.2rem;
  color: #e6e2d7;
  max-width: 520px; }

.hero-actions {
  display: flex;
  gap: 16px;
  margin: 24px 0;
  flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); }

.btn-primary {
  background: linear-gradient(120deg, #d4af37, #f0c75e);
  color: #1a1a1a;
  font-weight: 600; }

.btn-ghost {
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #d4af37;
  background: #0b0b0b; }

.btn-outline {
  border: 1px solid #d4af37;
  color: #d4af37;
  margin-top: 24px; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin-top: 24px; }

.stat-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #d4af37;
  display: block; }

.stat-label {
  font-size: 0.9rem;
  color: #e6e2d7; }

.hero-panel {
  background: linear-gradient(160deg, rgba(20, 20, 20, 0.9), rgba(5, 5, 5, 0.9));
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); }

.hero-panel h2 {
  margin-top: 0;
  font-family: "Teko", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.2rem; }

.hero-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px; }

.hero-list li::before {
  content: "◆";
  color: #d4af37;
  margin-right: 10px; }

.section {
  padding: 80px 0; }

.section-alt {
  background: linear-gradient(140deg, rgba(212, 175, 55, 0.08), transparent 55%); }

.hero-banner {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(120deg, rgba(8, 8, 8, 0.8), rgba(8, 8, 8, 0.2)), url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  filter: saturate(1.1);
  z-index: 0; }

.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 20%, rgba(212, 175, 55, 0.3), transparent 45%); }

.hero-image,
.card-image {
  margin-top: 20px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25); }

.hero-image img,
.card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block; }

h2 {
  font-family: "Teko", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 16px; }

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: start; }

.accent-card {
  background: #141414;
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); }

.section-lead {
  color: #e6e2d7;
  max-width: 720px; }

.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 32px; }

.offer-card {
  background: rgba(20, 20, 20, 0.8);
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(212, 175, 55, 0.15);
  transition: transform 0.3s ease, border-color 0.3s ease;
  display: grid;
  gap: 16px; }

.offer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.5); }

.offer-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px; }

.service-layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 40px;
  align-items: start; }

.service-highlight {
  margin-top: 24px;
  padding: 20px;
  background: rgba(10, 10, 10, 0.75);
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.2); }

.service-highlight h3 {
  margin-top: 0; }

.service-highlight ol {
  margin: 12px 0 0;
  padding-left: 20px;
  color: #e6e2d7;
  display: grid;
  gap: 8px; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px; }

.service-card {
  display: grid;
  gap: 8px;
  padding: 22px;
  background: rgba(10, 10, 10, 0.85);
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.15);
  transition: transform 0.3s ease, border-color 0.3s ease; }

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.5); }

.gallery-section {
  padding: 60px 0 80px;
  background: linear-gradient(120deg, rgba(212, 175, 55, 0.12), rgba(10, 10, 10, 0.35)); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  margin-top: 28px; }

.gallery-item {
  appearance: none;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  background: #141414;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }

.gallery-item:hover,
.gallery-item:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); }

.gallery-item:focus-visible {
  outline: 2px solid rgba(240, 199, 94, 0.8);
  outline-offset: 4px; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease; }

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.05); }

.gallery-lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 72px 92px;
  background: rgba(0, 0, 0, 0.88);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 30;
  transition: opacity 0.25s ease, visibility 0.25s ease; }

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }

.gallery-lightbox-image {
  max-width: min(1120px, 100%);
  max-height: 82vh;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); }

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(10, 10, 10, 0.78);
  color: #f0c75e;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease; }

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover,
.gallery-lightbox-close:focus-visible,
.gallery-lightbox-nav:focus-visible {
  transform: scale(1.06);
  background: rgba(212, 175, 55, 0.18);
  outline: none; }

.gallery-lightbox-close {
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1; }

.gallery-lightbox-nav {
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 3rem;
  line-height: 1;
  transform: translateY(-50%); }

.gallery-lightbox-nav:hover,
.gallery-lightbox-nav:focus-visible {
  transform: translateY(-50%) scale(1.06); }

.gallery-lightbox-prev {
  left: 24px; }

.gallery-lightbox-next {
  right: 24px; }

.contact-actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap; }

.contact-details {
  display: grid;
  gap: 12px;
  margin: 20px 0;
  font-size: 1rem; }

.detail-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: #d4af37;
  margin-bottom: 4px; }

.contact-form {
  display: grid;
  gap: 16px;
  margin: 24px 0; }

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.95rem;
  color: #e6e2d7; }

.contact-form input,
.contact-form textarea {
  background: rgba(11, 11, 11, 0.9);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 12px;
  padding: 12px 14px;
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem; }

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(212, 175, 55, 0.5);
  border-color: rgba(212, 175, 55, 0.5); }

.contact-form button[disabled] {
  cursor: wait;
  opacity: 0.7; }

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.form-status {
  min-height: 1.5em;
  margin: 0;
  color: #e6e2d7; }

.form-status.is-success {
  color: #f0c75e; }

.form-status.is-error {
  color: #ff8b8b; }

.map-embed {
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); }

.map-embed iframe {
  width: 100%;
  height: 260px;
  border: 0;
  display: block; }

.map-embed iframe:not([src]) {
  display: none; }

.map-consent {
  display: grid;
  place-items: center;
  gap: 14px;
  min-height: 260px;
  padding: 24px;
  text-align: center;
  background: rgba(11, 11, 11, 0.92); }

.map-consent[hidden] {
  display: none; }

.map-consent p {
  margin: 0;
  color: #e6e2d7; }

.site-footer {
  padding: 24px 0 40px;
  text-align: center;
  font-size: 0.85rem;
  color: #e6e2d7; }

.site-footer .container {
  display: grid;
  gap: 8px;
  justify-items: center; }

.site-footer a,
.site-footer button {
  color: #d4af37; }

.site-footer a {
  text-decoration: underline;
  text-underline-offset: 4px; }

.site-footer button {
  padding: 0;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px; }

.cookie-consent {
  position: fixed;
  inset: auto 0 0;
  z-index: 40;
  padding: 20px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62)); }

.cookie-consent[hidden] {
  display: none; }

.cookie-consent__panel {
  width: min(1040px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  padding: 24px;
  background: rgba(10, 10, 10, 0.96);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); }

.cookie-consent__content h2 {
  margin: 0 0 8px;
  font-size: 2rem; }

.cookie-consent__content p {
  margin: 0 0 10px;
  color: #e6e2d7; }

.cookie-consent__content a {
  color: #d4af37;
  text-decoration: underline;
  text-underline-offset: 4px; }

.cookie-consent__settings {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px; }

.cookie-consent__settings[hidden] {
  display: none; }

.cookie-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 12px; }

.cookie-option input {
  width: 20px;
  height: 20px;
  accent-color: #d4af37; }

.cookie-option strong,
.cookie-option small {
  display: block; }

.cookie-option small {
  color: #e6e2d7; }

.cookie-option.is-disabled {
  opacity: 0.78; }

.cookie-consent__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end; }

.cookie-consent__actions .btn {
  min-width: 130px;
  cursor: pointer; }

.privacy-main {
  padding: 70px 0 90px; }

.privacy-layout {
  display: grid;
  gap: 28px;
  max-width: 920px; }

.privacy-section {
  padding: 28px;
  background: rgba(20, 20, 20, 0.82);
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 18px; }

.privacy-section h2 {
  margin-top: 0; }

.privacy-section a {
  color: #d4af37;
  text-decoration: underline;
  text-underline-offset: 4px; }

.privacy-section ul {
  margin: 12px 0 0;
  padding-left: 22px;
  color: #e6e2d7; }

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease; }

.reveal.in-view {
  opacity: 1;
  transform: translateY(0); }

@media (max-width: 900px) {
  .site-nav {
    position: fixed;
    inset: 70px 20px auto;
    flex-direction: column;
    background: rgba(10, 10, 10, 0.98);
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease; }

  body.nav-open .site-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }

  .nav-toggle {
    display: inline-flex; } }
@media (max-width: 600px) {
  .hero {
    padding-top: 110px; }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start; }

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

  .gallery-lightbox {
    padding: 70px 18px; }

  .gallery-lightbox-nav {
    top: auto;
    bottom: 18px;
    width: 48px;
    height: 48px;
    font-size: 2.5rem; }

  .gallery-lightbox-prev {
    left: calc(50% - 58px); }

  .gallery-lightbox-next {
    right: calc(50% - 58px); }

  .cookie-consent {
    padding: 12px; }

  .cookie-consent__panel {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 24px);
    overflow: auto;
    padding: 18px; }

  .cookie-consent__actions {
    justify-content: stretch; }

  .cookie-consent__actions .btn {
    width: 100%; } }
.service-layout {
  grid-template-columns: 1fr; }

/*# sourceMappingURL=styles.css.map */
