﻿:root {
  --bg: #0d0f12;
  --bg-alt: #14181d;
  --slate-band: #161d24;
  --ember-band: #231817;
  --panel: #1a1f26;
  --panel-soft: #222831;
  --text: #e7ebf0;
  --muted: #aeb6bf;
  --silver: #c0c7d1;
  --silver-strong: #8f98a3;
  --line: rgba(217, 119, 6, 0.42);
  --accent: #f0f4f8;
  --construction-orange: #d97706;
  --construction-orange-strong: #f59e0b;
  --ok: #57d48b;
  --error: #ff7a7a;
  --font-body: "Barlow", sans-serif;
  --font-display: "Oswald", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(1200px 700px at 90% -10%, rgba(192, 199, 209, 0.16), transparent),
    radial-gradient(900px 520px at 10% 28%, rgba(176, 121, 60, 0.11), transparent),
    linear-gradient(180deg, #0a0d11 0%, #0f1319 38%, #131920 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 0.9rem clamp(1rem, 4vw, 5vw);
  border-bottom: 1px solid var(--line);
  background: rgba(11, 14, 17, 0.9);
  backdrop-filter: blur(7px);
}

.brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  justify-self: start;
}

.brand-logo {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 7px;
  border: 1px solid rgba(217, 119, 6, 0.62);
  background: #0f141a;
}

.brand-badge {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: #0b0d10;
  background: linear-gradient(135deg, #dfe5ed, #a4afbb);
  border-radius: 8px;
  padding: 0.25rem 0.45rem;
}

.brand-name {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.4px;
}

.main-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-self: center;
  padding: 0.45rem;
  border: 1px solid rgba(217, 119, 6, 0.48);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(34, 40, 49, 0.88), rgba(20, 24, 29, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 10px 24px rgba(217, 119, 6, 0.12);
}

.main-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 500;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(217, 119, 6, 0.58);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(217, 119, 6, 0.12), rgba(15, 20, 26, 0.82));
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover {
  color: #fff4e6;
  border-color: var(--construction-orange-strong);
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.18), rgba(22, 28, 35, 0.9));
  transform: translateY(-1px);
}

.lang-btn {
  border: 2px solid var(--construction-orange);
  background: linear-gradient(145deg, #fff1dc, #f2ba67);
  color: #22160a;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(217, 119, 6, 0.2);
  justify-self: end;
}

.main-nav::-webkit-scrollbar {
  height: 6px;
}

.main-nav::-webkit-scrollbar-thumb {
  background: #4b5665;
  border-radius: 999px;
}

.section-shell {
  position: relative;
  padding: clamp(2.2rem, 5vw, 3.5rem) clamp(1rem, 4vw, 5vw);
}

.reveal-section {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.alt-bg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.03));
}

.section-hero,
.section-slate,
.section-ember {
  isolation: isolate;
}

.section-hero {
  background:
    linear-gradient(135deg, rgba(8, 10, 13, 0.82), rgba(8, 10, 13, 0.58)),
    linear-gradient(180deg, rgba(217, 119, 6, 0.12), rgba(8, 10, 13, 0.1)),
    url("img/img%20pi/6.jpeg") center/cover no-repeat;
}

.section-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(720px 320px at 15% 12%, rgba(217, 119, 6, 0.18), transparent 65%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 22%, transparent 80%, rgba(0, 0, 0, 0.22));
  opacity: 0.9;
}

.section-slate {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, rgba(122, 142, 166, 0.08), rgba(22, 29, 36, 0.96) 42%, rgba(18, 24, 31, 0.98));
}

.section-ember {
  background:
    radial-gradient(680px 260px at 12% 0%, rgba(201, 118, 61, 0.14), transparent 70%),
    linear-gradient(135deg, rgba(92, 50, 38, 0.24), rgba(35, 24, 23, 0.95) 38%, rgba(22, 18, 22, 0.98));
}

.section-slate::before,
.section-ember::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.03));
  opacity: 0.5;
}

.section-slate::after,
.section-ember::after {
  content: "";
  position: absolute;
  left: clamp(1rem, 4vw, 5vw);
  right: clamp(1rem, 4vw, 5vw);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  pointer-events: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(1rem, 2.5vw, 1.6rem);
  align-items: start;
  position: relative;
  z-index: 1;
}

.hero-copy {
  text-align: center;
  min-width: 0;
}

.tag {
  font-size: 0.78rem;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: var(--silver);
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0.4rem 0 0.6rem;
  font-family: var(--font-display);
  line-height: 1.1;
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.hero-title {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5em 0.12em;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.18;
  color: #f6f1e8;
  text-shadow: none;
  text-wrap: balance;
}

p {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
  justify-content: center;
}

.promo-banner {
  margin-top: 1.3rem;
  position: relative;
  overflow: hidden;
  padding: 1rem 1.1rem 1rem 1.25rem;
  border: 1px solid rgba(217, 119, 6, 0.62);
  border-left: 8px solid var(--construction-orange-strong);
  box-shadow: 0 18px 40px rgba(110, 8, 8, 0.35);
  background:
    linear-gradient(90deg, rgba(255, 82, 82, 0.24), rgba(255, 82, 82, 0.06) 38%, rgba(34, 40, 49, 0.96)),
    linear-gradient(180deg, #341010, #1c0f12);
  animation: promoPulse 2.2s ease-in-out infinite;
}

.promo-banner::before {
  content: "PROMO";
  position: absolute;
  top: 0.7rem;
  right: -2.2rem;
  width: 7.2rem;
  text-align: center;
  padding: 0.22rem 0;
  background: #ff4d4d;
  color: #fff7f7;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  transform: rotate(36deg);
  box-shadow: 0 8px 18px rgba(255, 77, 77, 0.28);
}

.promo-label {
  margin: 0 0 0.35rem;
  color: #ffd0d0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.promo-title {
  margin: 0;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  color: #fff6f6;
  text-shadow: 0 0 14px rgba(255, 101, 101, 0.22);
}

.promo-text {
  margin: 0.45rem 0 0;
  color: #ffe0e0;
}

@keyframes promoPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 18px 40px rgba(110, 8, 8, 0.28);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 22px 46px rgba(153, 16, 16, 0.42);
  }
}

.btn {
  border: 2px solid var(--construction-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.02em;
  border-radius: 10px;
  padding: 0.72rem 1rem;
  cursor: pointer;
  min-height: 44px;
  box-shadow: 0 0 0 1px rgba(15, 20, 26, 0.22), 0 10px 22px rgba(217, 119, 6, 0.16);
}

.btn-solid {
  background: linear-gradient(135deg, #d7dee7, #99a4b1);
  color: #0f141a;
}

.btn-solid:hover {
  background: linear-gradient(135deg, #ecf1f7, #a8b3c1);
  border-color: var(--construction-orange-strong);
}

.btn-ghost {
  border-color: var(--construction-orange);
  color: var(--text);
  background: rgba(217, 119, 6, 0.08);
}

.btn:hover {
  border-color: var(--construction-orange-strong);
  box-shadow: 0 0 0 1px rgba(15, 20, 26, 0.22), 0 14px 28px rgba(217, 119, 6, 0.24);
}

.card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, var(--panel), var(--panel-soft));
  border: 1px solid rgba(217, 119, 6, 0.38);
  border-radius: 14px;
  padding: 1rem;
  box-shadow:
    0 15px 34px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-work {
  max-width: 520px;
  width: 100%;
  justify-self: end;
  min-width: 0;
}

.hero-work img {
  width: 100%;
  height: clamp(220px, 30vw, 320px);
  object-fit: contain;
  object-position: center;
  background: #0f141a;
  border-radius: 10px;
  border: 1px solid rgba(217, 119, 6, 0.62);
  transition: opacity 0.5s ease;
}

.work-caption {
  margin: 0.8rem 0;
  color: var(--silver);
  font-weight: 600;
  min-height: 1.2rem;
}

.work-cta {
  width: 100%;
}

label {
  display: block;
  margin-bottom: 0.7rem;
  text-align: left;
}

label span {
  font-size: 0.9rem;
  color: var(--silver);
}

input,
select,
textarea {
  width: 100%;
  margin-top: 0.35rem;
  border-radius: 9px;
  border: 1px solid rgba(217, 119, 6, 0.58);
  padding: 0.65rem 0.75rem;
  font: inherit;
  font-size: 16px;
  color: var(--text);
  background: #12171d;
}

textarea {
  resize: vertical;
}

.section-head {
  margin-bottom: 1.1rem;
}

.cards-grid,
.gallery-grid,
.catalog-grid,
.faq-grid {
  display: grid;
  gap: 1rem;
}

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

.services-puzzle {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(104px, auto);
  gap: 1rem;
  align-items: start;
  position: relative;
  z-index: 2;
}

.service-piece {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 1rem;
  border-color: rgba(217, 119, 6, 0.18);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015)),
    linear-gradient(160deg, rgba(31, 37, 45, 0.95), rgba(20, 25, 31, 0.95));
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  animation: cloudFloat 11s ease-in-out infinite;
  backdrop-filter: blur(6px);
}

.service-piece::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.2), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}

.service-piece h3,
.service-piece p {
  position: relative;
  z-index: 1;
}

.service-piece h3 {
  margin-bottom: 0.35rem;
  font-size: clamp(0.96rem, 1.2vw, 1.12rem);
}

.service-piece p {
  margin-bottom: 0;
  max-width: 24ch;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #cfd7e0;
}

.service-piece:hover,
.service-piece:focus-visible,
.service-piece.is-active {
  transform: translateY(-6px) scale(1.015);
  border-color: rgba(245, 158, 11, 0.68);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(245, 158, 11, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 244, 230, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(160deg, rgba(46, 34, 17, 0.96), rgba(23, 25, 29, 0.96));
}

.service-piece:focus-visible {
  outline: 2px solid rgba(245, 158, 11, 0.7);
  outline-offset: 2px;
}

.piece-xl {
  grid-column: span 2;
  grid-row: span 1;
  min-height: 128px;
}

.piece-wide {
  grid-column: span 2;
}

.piece-tall {
  grid-row: span 1;
  min-height: 128px;
}

.piece-md {
  min-height: 116px;
}

.piece-sm {
  min-height: 104px;
}

.service-piece:nth-child(2) {
  animation-duration: 8.6s;
  animation-delay: -1.2s;
}

.service-piece:nth-child(3) {
  animation-duration: 6.8s;
  animation-delay: -2s;
}

.service-piece:nth-child(4) {
  animation-duration: 9.2s;
  animation-delay: -0.6s;
}

.service-piece:nth-child(5) {
  animation-duration: 7.1s;
  animation-delay: -2.8s;
}

.service-piece:nth-child(6) {
  animation-duration: 8.1s;
  animation-delay: -1.7s;
}

.service-piece:nth-child(7) {
  animation-duration: 6.5s;
  animation-delay: -3.2s;
}

.service-piece:nth-child(8) {
  animation-duration: 9.6s;
  animation-delay: -2.2s;
}

@keyframes cloudFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(6px, -7px, 0);
  }
  50% {
    transform: translate3d(-5px, -11px, 0);
  }
  75% {
    transform: translate3d(4px, -4px, 0);
  }
}

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

.faq-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  position: relative;
  z-index: 1;
}

.faq-card h3 {
  font-size: 1.1rem;
}

.faq-card p {
  margin-bottom: 0;
}

.floating-gallery {
  position: absolute;
  inset: auto 0 0;
  top: 9.5rem;
  bottom: 0.75rem;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.floating-photo {
  position: absolute;
  width: clamp(88px, 9vw, 120px);
  height: clamp(88px, 9vw, 120px);
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(217, 119, 6, 0.22);
  background: #0f141a;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  opacity: 0.14;
  filter: saturate(0.9);
  animation: galleryFloat 12s ease-in-out infinite;
}

.photo-a {
  top: 1rem;
  left: 34%;
  transform: rotate(-6deg);
  animation-delay: -0.6s;
}

.photo-b {
  top: 2.8rem;
  right: 12%;
  transform: translateY(10px) rotate(5deg);
  animation-delay: -2s;
}

.photo-c {
  top: 7.5rem;
  left: 46%;
  transform: translateY(-4px) rotate(-3deg);
  animation-delay: -1.1s;
}

.photo-d {
  top: 8.8rem;
  right: 4%;
  transform: translateY(12px) rotate(6deg);
  animation-delay: -2.8s;
}

.photo-e {
  bottom: 7rem;
  left: 38%;
  transform: rotate(-5deg);
  animation-delay: -1.7s;
}

.photo-f {
  bottom: 3rem;
  right: 18%;
  transform: translateY(9px) rotate(4deg);
  animation-delay: -3.1s;
}

@keyframes galleryFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

.gallery-catalog-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

figure {
  margin: 0;
}

figure img,
.gallery-video {
  width: 100%;
  display: block;
  border-radius: 12px;
  height: clamp(200px, 25vw, 260px);
  object-fit: contain;
  object-position: center;
  background: #0f141a;
}

.static-label {
  cursor: default;
  pointer-events: none;
}

figcaption {
  margin-top: 0.45rem;
  color: var(--silver);
  font-weight: 600;
}

.catalog-grid {
  margin-top: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.catalog-item {
  text-align: center;
  background: linear-gradient(180deg, rgba(217, 119, 6, 0.12), rgba(16, 21, 28, 0.92));
  border: 2px solid rgba(217, 119, 6, 0.72);
  border-radius: 10px;
  padding: 0.75rem;
  color: var(--silver);
  font-weight: 600;
  cursor: pointer;
  font: inherit;
  min-height: 48px;
}

.catalog-item:hover {
  border-color: var(--construction-orange-strong);
  color: #fff4e6;
}

.catalog-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.65);
  z-index: 50;
}

.catalog-modal.open {
  display: flex;
}

.catalog-modal-card {
  width: min(920px, 100%);
  max-height: 88vh;
  overflow: auto;
}

.catalog-modal-close {
  margin-left: auto;
  display: block;
  border: 2px solid var(--construction-orange);
  color: var(--text);
  background: rgba(217, 119, 6, 0.08);
  border-radius: 8px;
  padding: 0.4rem 0.65rem;
  cursor: pointer;
  font-family: var(--font-display);
  letter-spacing: 0.02em;
}

.catalog-modal-close:hover,
.lang-btn:hover {
  border-color: var(--construction-orange-strong);
}

.catalog-modal-grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
}

.catalog-modal-grid figure {
  margin: 0;
}

.catalog-modal-grid img {
  width: 100%;
  height: 190px;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
  background: #0f141a;
  border: 1px solid rgba(217, 119, 6, 0.58);
}

.catalog-modal-grid figcaption {
  margin-top: 0.4rem;
}

.catalog-slider {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
}

.catalog-slide-frame {
  margin: 0;
}

.catalog-slide-frame img,
.catalog-slide-frame video {
  width: 100%;
  height: clamp(240px, 48vw, 520px);
  border-radius: 12px;
  object-fit: contain;
  object-position: center;
  background: #0f141a;
  border: 1px solid rgba(217, 119, 6, 0.58);
}

.catalog-slide-frame figcaption {
  margin-top: 0.5rem;
  color: var(--silver);
  font-weight: 600;
  text-align: center;
}

.catalog-thumbs {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 0.5rem;
}

.catalog-thumb {
  border: 1px solid rgba(217, 119, 6, 0.58);
  border-radius: 8px;
  background: #0f141a;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}

.catalog-thumb img {
  width: 100%;
  height: 76px;
  display: block;
  object-fit: cover;
}

.catalog-thumb-label {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 0.6rem;
  color: #fff4e6;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(217, 119, 6, 0.28), rgba(15, 20, 27, 0.96));
}

.catalog-thumb.active {
  border-color: var(--construction-orange-strong);
}

.catalog-modal.bathroom-catalog .catalog-slide-frame img,
.catalog-modal.bathroom-catalog .catalog-slide-frame video {
  height: clamp(180px, 30vw, 320px);
}

.catalog-nav {
  width: 42px;
  height: 42px;
  border: 2px solid var(--construction-orange);
  border-radius: 999px;
  color: var(--text);
  background: rgba(15, 20, 27, 0.85);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.catalog-nav:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.catalog-dots {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.catalog-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #5c6877;
  cursor: pointer;
}

.catalog-dot.active {
  background: #dce3eb;
}

.booking-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  max-width: 760px;
  margin: 0 auto;
}

.booking-form {
  position: relative;
  z-index: 1;
}

.hours-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 1rem;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
}

.hours-side-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 100%;
}

.seo-hours {
  display: grid;
  align-content: center;
  gap: 0.2rem;
}

.hours-side-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  border: 1px solid rgba(217, 119, 6, 0.34);
}

.gallery-catalog-card,
.booking-form,
.contact-block,
.seo-copy,
.hours-layout {
  min-width: 0;
}

.booking-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 10, 13, 0.92), rgba(12, 17, 23, 0.88)),
    linear-gradient(180deg, rgba(217, 119, 6, 0.1), rgba(8, 10, 13, 0.18));
}

.booking-backgrounds {
  position: absolute;
  inset: 1.25rem;
  z-index: 0;
  border-radius: 22px;
  overflow: hidden;
}

.booking-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1.1s ease, transform 5.5s ease;
  filter: saturate(0.95);
}

.booking-bg-image.is-active {
  opacity: 0.36;
  transform: scale(1);
}

.booking-section::before {
  background:
    radial-gradient(680px 240px at 18% 10%, rgba(217, 119, 6, 0.18), transparent 68%),
    linear-gradient(180deg, rgba(7, 10, 14, 0.42), rgba(7, 10, 14, 0.18) 24%, rgba(7, 10, 14, 0.38) 100%);
  opacity: 1;
}

.contact-block {
  max-width: 760px;
  margin: 0 auto;
}

.seo-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.section-slate .section-head,
.section-ember .section-head,
.section-slate .cards-grid,
.section-ember .gallery-grid,
.section-slate .booking-layout,
.section-ember .contact-block,
.section-slate .seo-copy {
  position: relative;
  z-index: 1;
}

.seo-copy p {
  margin: 0.45rem 0;
}

.seo-button {
  margin-top: 1rem;
}

.seo-image {
  width: 100%;
  margin-top: 1rem;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(217, 119, 6, 0.32);
  max-height: 420px;
  object-fit: cover;
  object-position: center top;
  background: #0f141a;
}

.feedback {
  margin: 0.45rem 0 0;
  min-height: 1.2rem;
  font-size: 0.9rem;
}

.feedback.ok {
  color: var(--ok);
}

.feedback.error {
  color: var(--error);
}

.about-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.about-panel {
  width: min(720px, 100%);
  text-align: center;
}

.about-panel p {
  margin-bottom: 1.2rem;
}

.about-image {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  border: 1px solid rgba(217, 119, 6, 0.34);
  margin: 0.75rem 0 1.25rem;
  background: #0f141a;
}

.about-intro {
  max-width: 62ch;
  margin-inline: auto;
}

.about-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
  text-align: left;
}

.about-card {
  padding: 1rem;
  border: 1px solid rgba(217, 119, 6, 0.28);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.about-card h2 {
  text-align: center;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 1rem clamp(1rem, 4vw, 5vw) 2rem;
  color: var(--silver-strong);
  text-align: center;
}

.footer-legal {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.footer-legal a {
  text-decoration: none;
  color: var(--silver);
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(217, 119, 6, 0.35);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(217, 119, 6, 0.08), rgba(15, 20, 27, 0.78));
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer-legal a:hover {
  color: #fff4e6;
  border-color: var(--construction-orange-strong);
  transform: translateY(-1px);
}

.creator-signature {
  margin-top: 0.45rem;
  letter-spacing: 0.04em;
}

.creator-mark {
  display: inline-block;
  margin: 0 0.18rem;
  color: #d63b3b;
  font-size: 1.05rem;
  text-shadow: 0 0 14px rgba(214, 59, 59, 0.35);
}

.creator-name {
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff4e6;
}

.legal-page {
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.legal-panel {
  max-width: 980px;
  margin: 0 auto;
}

.legal-panel h1 {
  margin-top: 0.35rem;
  margin-bottom: 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
}

.legal-lead {
  color: var(--silver);
  font-size: 1.02rem;
}

.legal-note {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(217, 119, 6, 0.35);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(217, 119, 6, 0.1), rgba(15, 20, 27, 0.82));
  color: #fff4e6;
}

.legal-grid {
  margin-top: 1.15rem;
  display: grid;
  gap: 1rem;
}

.legal-card {
  padding: 1.1rem 1.15rem;
}

.legal-card h2 {
  margin-top: 0;
  margin-bottom: 0.55rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
}

.legal-card p,
.legal-card li {
  color: var(--silver);
  line-height: 1.65;
}

.legal-card ul {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
}

.legal-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.85rem;
  overflow: hidden;
  padding: 1.05rem 1.15rem;
  width: min(360px, calc(100vw - 2rem));
  border: 1px solid rgba(217, 119, 6, 0.42);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    linear-gradient(120deg, rgba(163, 118, 45, 0.18), rgba(10, 14, 20, 0.96) 42%, rgba(10, 14, 20, 0.98));
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.32s ease, opacity 0.32s ease;
}

.cookie-banner.show {
  transform: translateY(0);
  opacity: 1;
}

.cookie-glow {
  position: absolute;
  top: -32px;
  left: -20px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 196, 92, 0.32), rgba(255, 196, 92, 0.08) 48%, transparent 72%);
  pointer-events: none;
}

.cookie-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.25rem;
  max-width: 680px;
}

.cookie-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.28rem 0.6rem;
  border: 1px solid rgba(217, 119, 6, 0.52);
  border-radius: 999px;
  background: rgba(255, 214, 133, 0.1);
  color: #ffe6ab;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.cookie-copy strong {
  color: #fff9ec;
  font-size: 1.08rem;
  line-height: 1.1;
}

.cookie-copy p {
  margin: 0;
  color: #ddd6c4;
  font-size: 0.94rem;
  line-height: 1.45;
}

.cookie-btn {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  min-width: 140px;
  align-self: flex-end;
  padding-inline: 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d48a, #d39b2d);
  box-shadow: 0 12px 24px rgba(211, 155, 45, 0.24);
}

.cookie-btn:hover {
  background: linear-gradient(135deg, #ffe2a4, #dfab45);
}

#booking .section-head,
#contact .section-head,
#business-hours .section-head,
#seo-content .section-head,
#local-seo .section-head,
#booking .booking-form,
#contact .contact-block,
#business-hours .seo-hours {
  text-align: center;
}

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

  .hero-work {
    justify-self: center;
    max-width: 620px;
  }

  .hours-layout {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .hours-side-image img {
    min-height: 260px;
  }
}

@media (max-width: 900px) {
  .topbar {
    display: flex;
    gap: 0.65rem;
    padding: 0.75rem 1rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .brand-name {
    font-size: 1.05rem;
  }

  .lang-btn {
    margin-left: auto;
    padding: 0.42rem 0.8rem;
    min-height: 40px;
  }

  .main-nav {
    order: 3;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    gap: 0.8rem;
    padding: 0.45rem 0.45rem 0.8rem;
    scrollbar-width: thin;
    scrollbar-color: #4b5665 transparent;
  }

  .main-nav a {
    flex: 0 0 auto;
    padding: 0.55rem 0.85rem;
  }

  .hero-title {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section-shell {
    padding: 1.8rem 0.9rem;
  }

  .card {
    padding: 0.85rem;
  }

  h1 {
    font-size: clamp(1.7rem, 9vw, 2.4rem);
  }

  h2 {
    font-size: clamp(1.35rem, 6vw, 1.9rem);
  }

  .tag {
    font-size: 0.72rem;
    letter-spacing: 1.3px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-work img {
    height: clamp(205px, 55vw, 290px);
  }

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

  .booking-layout {
    grid-template-columns: 1fr;
  }

  .hours-layout {
    grid-template-columns: 1fr;
  }

  .booking-backgrounds {
    inset: 0.85rem;
    border-radius: 18px;
  }

  .hours-side-image img {
    min-height: 220px;
  }

  .seo-hours p {
    font-size: 0.95rem;
  }

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

  .floating-photo {
    width: 74px;
    height: 74px;
    opacity: 0.18;
  }

  .piece-xl,
  .piece-wide,
  .piece-tall {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 110px;
  }

  .service-piece,
  .piece-md,
  .piece-sm {
    min-height: 96px;
    border-radius: 28px;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

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

  .catalog-item {
    padding: 0.65rem;
    min-height: 44px;
  }

  .catalog-modal {
    padding: 0.55rem;
  }

  .catalog-modal-card {
    width: 100%;
    max-height: 92vh;
  }

  .catalog-modal-grid {
    grid-template-columns: 1fr;
  }

  .catalog-modal-grid img {
    height: 210px;
  }

  .catalog-slider {
    grid-template-columns: 1fr;
  }

  .catalog-nav {
    display: none;
  }

  .catalog-thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .catalog-thumb img {
    height: 64px;
  }

  .footer {
    text-align: center;
    padding-bottom: 1.4rem;
  }

  .cookie-banner {
    left: 0.75rem;
    bottom: 0.75rem;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 18px;
    width: calc(100vw - 1.5rem);
  }

  .cookie-btn {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    width: 36px;
    height: 36px;
  }

  .brand-name {
    font-size: 0.96rem;
    max-width: 100%;
  }

  .main-nav {
    gap: 0.65rem;
    justify-content: center;
  }

  .hero-title {
    font-size: clamp(1.55rem, 8vw, 2rem);
    padding-inline: 0.15rem;
  }

  .booking-backgrounds {
    inset: 0.65rem;
  }

  .section-head {
    margin-bottom: 0.9rem;
  }

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

  .catalog-slide-frame img,
  .catalog-slide-frame video {
    height: clamp(200px, 58vw, 260px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-section,
  .reveal-section.is-visible,
  .hero-title,
  .hero-title::before,
  .hero-title::after,
  .cookie-banner {
    animation: none;
    transition: none;
    transform: none;
    opacity: 1;
  }
}
