:root {
  --bg: #0f0f0f;
  --ink: #f7f0eb;
  --muted: #b9aea8;
  --line: rgba(255, 255, 255, 0.12);
  --paper: #131110;
  --card: #1d1918;
  --white: #ffffff;
  --red: #e50914;
  --red-dark: #b40009;
  --soft-red: rgba(229, 9, 20, 0.16);
  --radius: 8px;
  --shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-padding-top: 92px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(229, 9, 20, 0.28);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

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

.mobile-only {
  display: none;
}

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

a,
button,
input,
select {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(229, 9, 20, 0.95);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--red);
  border-radius: var(--radius);
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

[id] {
  scroll-margin-top: 92px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 74px;
  padding: 10px clamp(18px, 4vw, 52px);
  color: var(--white);
  background: rgba(15, 15, 15, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.nav-panel {
  display: contents;
}

.nav-scrim {
  display: none;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
  border-radius: 999px;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.site-header.is-nav-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-nav-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-nav-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 3vw, 34px);
  font-size: 14px;
  text-transform: uppercase;
}

.main-nav a,
.header-phone,
.site-footer a,
.text-link {
  transition: color 0.18s ease, opacity 0.18s ease;
}

.main-nav a:hover,
.header-phone:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--red);
}

.header-phone {
  font-weight: 700;
  white-space: nowrap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.hero {
  position: relative;
  min-height: calc(100svh - 74px);
  padding: clamp(18px, 2.4vw, 30px);
  color: var(--ink);
  background: var(--paper);
}

.hero__media {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: calc(100svh - 122px);
  overflow: hidden;
  isolation: isolate;
  background: #1c1717;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.hero__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9, 7, 7, 0.08), rgba(9, 7, 7, 0.34)),
    linear-gradient(90deg, rgba(229, 9, 20, 0.2), transparent 20%, transparent 80%, rgba(0, 0, 0, 0.28));
}

.hero-card {
  min-width: 0;
  min-height: inherit;
  overflow: hidden;
  background: #120f0f;
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) brightness(0.92);
  transform: scale(1.055);
  transform-origin: center top;
}

.hero-card--left img {
  object-position: 50% 8%;
}

.hero-card--center img {
  object-position: 50% 7%;
}

.hero-card--right img {
  object-position: 50% 7%;
}

.hero-brand-mark {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 2;
  display: grid;
  align-content: start;
  justify-items: center;
  row-gap: clamp(4px, 0.55vw, 8px);
  width: min(74vw, 1120px);
  padding: 0 clamp(18px, 3.4vw, 44px) clamp(14px, 1.8vw, 22px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(20, 18, 18, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: clamp(18px, 2.6vw, 28px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(7px) saturate(0.82);
  transform: translate(-50%, calc(-50% + 105px));
}

.hero-logo {
  width: min(122%, 1180px);
  height: auto;
  margin-top: -20px;
  margin-bottom: -20px;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.36));
  transform: translateY(calc(clamp(24px, 3.2vw, 44px) + 20px));
}

.hero-tagline {
  width: auto;
  max-width: 100%;
  margin-top: clamp(8px, 1.6vw, 22px);
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: clamp(13px, 1.2vw, 18px);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.hero-tagline-mobile {
  display: none;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  margin-top: clamp(1px, 0.35vw, 5px);
}

.hero-contact-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  margin-top: 0;
}

.hero-meta-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 38px;
  color: rgba(255, 255, 255, 0.93);
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: 900;
}

.hero-meta-item img {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
  transform: none;
}

.hero-meta-item[href]:hover {
  color: var(--white);
}

.hero-rating {
  min-height: 50px;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 13px;
}

.hero-rating iframe {
  display: block;
}

.hero-brand-mark .hero__actions {
  justify-content: center;
  margin-top: 0;
}

.hero__content {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.eyebrow,
.section-kicker,
.role {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  text-wrap: balance;
}

h1 {
  max-width: 12ch;
  overflow-wrap: normal;
  word-break: normal;
  font-size: clamp(48px, 6.8vw, 92px);
}

.hero__content h1 span {
  display: block;
}

h2 {
  font-size: clamp(32px, 4.8vw, 64px);
}

h3 {
  font-size: 22px;
}

.hero__content p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

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

.btn:active,
.booking-link:active,
.service-copy a:active {
  transform: translateY(0);
}

.btn-primary {
  color: var(--white);
  background: var(--red);
}

.btn-primary:hover {
  background: var(--red-dark);
}

.btn-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.btn-small {
  min-height: 42px;
  padding: 10px 16px;
}

.btn-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: var(--red);
  background: var(--white);
  border-radius: 50%;
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 981px) {
  .hero-brand-mark {
    grid-template-columns: auto auto;
    column-gap: 18px;
  }

  .hero-logo,
  .hero-tagline--desktop,
  .hero-contact-line {
    grid-column: 1 / -1;
  }

  .hero-logo {
    grid-row: 1;
  }

  .hero-tagline--desktop {
    grid-row: 2;
    transform: translateY(-10px);
  }

  .hero-meta {
    display: contents;
  }

  .hero-rating {
    grid-column: 1;
    grid-row: 3;
    align-self: center;
    justify-self: end;
    width: 174px;
    height: 58px;
    min-height: 58px;
    margin-left: -95px;
  }

  .hero-rating iframe {
    transform: scale(1.16);
    transform-origin: 0 0;
  }

  .hero-brand-mark .hero__actions {
    grid-column: 2;
    grid-row: 3;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    gap: 14px;
    width: auto;
    margin-left: -95px;
    margin-top: 0;
  }

  .hero-brand-mark .btn {
    min-width: clamp(230px, 15vw, 310px);
    min-height: 56px;
    padding: 15px 28px;
    font-size: clamp(18px, 1.45vw, 22px);
    line-height: 1.1;
  }

  .hero-brand-mark .btn-icon {
    width: 22px;
    height: 22px;
    font-size: 20px;
  }

  .hero-contact-line {
    grid-row: 4;
    gap: clamp(54px, 7vw, 128px);
    margin-top: 12px;
  }
}

.section {
  padding: clamp(60px, 8vw, 108px) clamp(18px, 4vw, 52px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(360px, 1fr);
  gap: 18px;
  align-items: stretch;
  background: var(--paper);
}

.intro-photo,
.intro-story {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.intro-photo img,
.intro-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-story {
  position: relative;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  padding: clamp(28px, 4vw, 54px);
}

.intro-story img {
  position: absolute;
  inset: 0;
  z-index: -2;
  filter: blur(5px) saturate(0.8);
  transform: scale(1.04);
}

.intro-story::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.62)),
    rgba(0, 0, 0, 0.36);
}

.intro-story h2 {
  max-width: 820px;
  color: var(--white);
}

.intro-story p:not(.section-kicker) {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 26px);
}

.services {
  background: var(--paper);
}

.services-head {
  margin-bottom: 28px;
}

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

.services-scrollbar {
  display: none;
}

.service-card {
  overflow: hidden;
  color: var(--ink);
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(229, 9, 20, 0.75);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
}

.service-visual {
  position: relative;
  aspect-ratio: 3 / 4;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.02), rgba(15, 15, 15, 0.5)),
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.22), transparent 32%),
    linear-gradient(135deg, #e50914, #2a2422 62%);
}

.service-card--color .service-visual {
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.02), rgba(15, 15, 15, 0.5)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0 12px, transparent 12px 28px),
    linear-gradient(135deg, #53433d, #e50914 58%, #2b2522);
}

.service-card--care .service-visual {
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.02), rgba(15, 15, 15, 0.5)),
    radial-gradient(circle at 65% 28%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(135deg, #322b28, #93877f 48%, #e50914);
}

.service-card--style .service-visual {
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.02), rgba(15, 15, 15, 0.5)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 10px, transparent 10px 22px),
    linear-gradient(135deg, #e50914, #2a2422 54%, #7a7069);
}

.service-visual span {
  color: var(--white);
  font-size: 46px;
  font-weight: 900;
}

.service-placeholder {
  display: grid;
  place-items: end start;
  padding: 24px;
}

.service-placeholder div {
  display: grid;
  gap: 14px;
}

.service-placeholder strong {
  max-width: 12ch;
  color: var(--white);
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1;
}

.service-slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.28s ease;
}

.service-slides img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  user-select: none;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--bg);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.carousel-arrow[hidden] {
  display: none;
}

.carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%) scale(1.04);
}

.carousel-arrow--prev {
  left: 12px;
}

.carousel-arrow--next {
  right: 12px;
}

.service-copy {
  padding: 24px;
}

.service-copy h3 {
  font-size: clamp(26px, 2.4vw, 38px);
}

.service-copy p {
  min-height: 72px;
  margin: 16px 0 24px;
  color: var(--muted);
}

.service-copy a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  color: var(--white);
  background: var(--red);
  border-radius: var(--radius);
  font-weight: 900;
  transition: background 0.18s ease, transform 0.18s ease;
}

.service-copy a:hover,
.booking-link:hover {
  background: var(--red-dark);
}

.service-copy a:hover {
  transform: translateY(-1px);
}

.master-card p,
.works-hero p,
.gallery-card p {
  color: var(--muted);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 34px;
}

.text-link {
  color: var(--red);
  font-weight: 800;
}

.masters {
  background: var(--paper);
}

.master-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  justify-content: center;
}

.master-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.76fr) minmax(230px, 1fr);
  overflow: hidden;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.master-photo {
  min-height: 280px;
  overflow: hidden;
  background: #111;
}

.master-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.master-card__body {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.master-card__body p {
  margin: 16px 0 22px;
}

.master-points {
  display: grid;
  gap: 8px;
  margin: -6px 0 22px;
  padding: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.master-points li {
  position: relative;
  padding-left: 18px;
}

.master-points li::before {
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--soft-red);
}

.master-actions {
  display: flex;
  margin-top: auto;
  gap: 10px;
}

.portfolio-link,
.booking-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: var(--radius);
  font-weight: 800;
}

.portfolio-link {
  flex: 1 1 auto;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.18s ease, color 0.18s ease;
}

.booking-link {
  flex: 1.1 1 auto;
  gap: 10px;
  color: var(--white);
  background: var(--red);
  transition: background 0.18s ease, transform 0.18s ease;
}

.portfolio-link:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
}

.circle-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--red);
  background: var(--white);
  border-radius: 50%;
  font-size: 14px;
}

.price {
  color: var(--ink);
  background: var(--paper);
}

.price-tier-control {
  display: none;
}

.price-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  background: #070707;
  box-shadow: var(--shadow);
}

.price-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: collapse;
  color: var(--ink);
}

.price-table th,
.price-table td {
  padding: 12px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  text-align: left;
  vertical-align: middle;
}

.price-table th:last-child,
.price-table td:last-child {
  border-right: 0;
}

.price-table thead th {
  color: var(--ink);
  background: #050505;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: none;
}

.price-table td:nth-child(2),
.price-table td:nth-child(3),
.price-table thead th:nth-child(2),
.price-table thead th:nth-child(3) {
  width: 24%;
  text-align: center;
  white-space: nowrap;
}

.price-table td:first-child,
.price-table thead th:first-child {
  width: 52%;
}

.price-table tbody td:first-child {
  background: #262626;
}

.price-table tbody td:nth-child(2) {
  background: #4c4c4c;
}

.price-table tbody td:nth-child(3) {
  background: #343434;
}

.price-table tbody td:nth-child(2),
.price-table tbody td:nth-child(3) {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: clamp(18px, calc(1.5vw - 1px), 21px);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.1;
}

.price-table a {
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.price-table a:hover {
  color: var(--red);
}

.price-group th {
  color: var(--ink);
  background: #050505;
  border-left: 0;
  border-right: 0;
  border-bottom-color: rgba(255, 255, 255, 0.38);
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 900;
  line-height: 1.05;
}

.price-logo-cell {
  padding-top: 10px;
  padding-bottom: 10px;
}

.price-logo-cell img {
  width: min(390px, 100%);
  height: auto;
  max-height: 62px;
  object-fit: contain;
}

.price-note {
  display: grid;
  gap: 8px;
  max-width: 920px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.price-note strong {
  color: var(--ink);
  font-size: 21px;
}

.contacts {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: 28px;
  background: var(--paper);
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-lines {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 900;
}

.contact-lines a:last-child {
  color: var(--red);
}

.contact-lines div {
  display: grid;
  gap: 4px;
}

.contact-lines span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  font-weight: 900;
}

.social-links a:hover {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.rating-wrap {
  min-height: 50px;
}

.map-wrap {
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-wrap iframe,
.rating-wrap iframe {
  display: block;
  max-width: 100%;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 4vw, 52px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--bg);
}

.site-footer span {
  color: var(--white);
  font-weight: 900;
}

.works-page {
  background: var(--paper);
}

.works-hero {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(19, 17, 16, 0.98), rgba(19, 17, 16, 0.84)),
    url("IMAG/название.jpg") center / cover no-repeat;
}

.works-hero h1 {
  max-width: 14ch;
}

.works-hero p:not(.section-kicker) {
  max-width: 720px;
  font-size: 20px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.filter-bar a {
  padding: 10px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  font-weight: 800;
}

.filter-bar a.is-active,
.filter-bar a:hover {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.gallery-section {
  background: var(--paper);
}

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

.empty-state {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
  max-width: 760px;
  padding: clamp(28px, 5vw, 48px);
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.empty-state p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.empty-state .btn {
  justify-self: start;
}

.gallery-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: var(--card);
}

.work-visual {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(229, 9, 20, 0.82), rgba(15, 15, 15, 0.8)),
    repeating-linear-gradient(45deg, #1c1c1c 0 16px, #282828 16px 32px);
}

.work-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.work-visual::after {
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.52);
}

.work-visual span {
  position: relative;
  z-index: 1;
  max-width: 9ch;
  text-align: center;
  font-size: clamp(26px, 4vw, 52px);
  font-weight: 900;
  line-height: 0.95;
}

.gallery-card__body {
  padding: 20px;
}

.gallery-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.tag {
  padding: 5px 8px;
  color: var(--red);
  background: var(--soft-red);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--ink);
  background: var(--paper);
}

.cta-band h2 {
  max-width: 900px;
  font-size: clamp(30px, 4vw, 54px);
}

.cta-band .btn {
  min-width: 260px;
  min-height: 70px;
  padding: 18px 34px;
  font-size: 20px;
}

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

  .main-nav {
    justify-content: flex-end;
  }

  .header-phone {
    justify-self: end;
  }

  .intro,
  .contacts {
    grid-template-columns: 1fr;
  }

  .intro-photo,
  .intro-story {
    min-height: 420px;
  }

  .hero__media {
    min-height: min(680px, calc(100svh - 120px));
  }

  .hero-brand-mark {
    width: min(84vw, 900px);
  }

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

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

@media (max-width: 660px) {
  .site-header {
    position: sticky;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  body.is-nav-open {
    overflow: hidden;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
    position: relative;
    z-index: 32;
  }

  .site-header.is-nav-open .menu-toggle {
    position: fixed;
    top: 15px;
    right: 18px;
  }

  .nav-panel {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 30;
    display: flex;
    width: min(86vw, 360px);
    height: 100dvh;
    flex-direction: column;
    padding: 96px 24px 30px;
    color: var(--white);
    background: #171313;
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.48);
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }

  .site-header.is-nav-open .nav-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-scrim {
    position: fixed;
    inset: 0;
    z-index: 29;
    display: block;
    padding: 0;
    background: rgba(0, 0, 0, 0.64);
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }

  .site-header.is-nav-open .nav-scrim {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .main-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    font-size: 18px;
  }

  .main-nav a {
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .header-phone {
    margin-top: auto;
    padding-top: 24px;
    font-size: 16px;
  }

  .brand {
    width: 48px;
    height: 48px;
  }

  .hero {
    min-height: auto;
    padding: 10px;
  }

  .hero__media {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: clamp(610px, calc(100svh - 94px), 760px);
    border-radius: 20px;
  }

  .hero-card--left img {
    object-position: 50% 8%;
  }

  .hero-card--center img {
    object-position: 50% 7%;
  }

  .hero-card--right img {
    object-position: 50% 7%;
  }

  .hero-brand-mark {
    top: 52%;
    width: min(calc(100vw - 52px), 370px);
    min-height: 0;
    row-gap: 9px;
    padding: 12px 12px 14px;
    overflow: visible;
    border-radius: 16px;
    backdrop-filter: blur(6px) saturate(0.82);
    transform: translate(-50%, calc(-50% + 65px));
  }

  .hero-logo {
    width: min(104%, 335px);
    max-width: none;
    margin: 0 0 -8px;
    transform: translateY(10px);
  }

  .hero-tagline--desktop {
    display: none;
  }

  .hero-meta {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: 100%;
    justify-content: stretch;
    align-items: center;
    column-gap: 0;
    row-gap: 6px;
    margin-top: 0;
  }

  .hero-contact-line {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: 100%;
    align-items: center;
    column-gap: 0;
    row-gap: 0;
    margin-top: 4px;
  }

  .hero-tagline-mobile {
    display: block;
    grid-column: 4 / 7;
    align-self: center;
    max-width: 182px;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(9px, 2.45vw, 10.8px);
    font-weight: 900;
    line-height: 1.16;
    text-align: left;
    letter-spacing: 0;
    white-space: normal;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: inline;
  }

  .hero-meta-item {
    justify-content: center;
    min-width: 0;
    min-height: 20px;
    gap: 2px;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: clamp(6.3px, 1.65vw, 7.4px);
    line-height: 1.1;
    white-space: nowrap;
  }

  .hero-meta-item--hours {
    grid-column: 1 / 3;
    grid-row: 1;
    justify-self: start;
    transform: translateX(5px);
  }

  .hero-meta-item--phone {
    grid-column: 3 / 5;
    grid-row: 1;
    justify-self: center;
    transform: translateX(-8px);
  }

  .hero-meta-item--address {
    grid-column: 5 / 7;
    grid-row: 1;
    justify-self: end;
    transform: translateX(-5px);
  }

  .hero-meta-item img {
    width: 11px;
    height: 11px;
  }

  .hero-rating {
    grid-column: 1 / 3;
    grid-row: 1;
    justify-self: start;
    width: 124px;
    height: 41px;
    min-height: 41px;
    transform: translateX(22px);
    padding: 0;
  }

  .hero-rating iframe {
    transform: scale(0.82);
    transform-origin: 0 0;
  }

  .hero-brand-mark .hero__actions {
    width: 100%;
    gap: 7px;
    margin-top: 0;
  }

  .hero-brand-mark .btn {
    flex: 1 1 100%;
    min-height: 40px;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.1;
  }

  .hero-brand-mark .btn-primary {
    min-height: 48px;
    font-size: 17px;
  }

  .hero-brand-mark .btn-icon {
    width: 19px;
    height: 19px;
    font-size: 16px;
  }

  @media (max-width: 360px) {
    .hero-brand-mark {
      width: min(calc(100vw - 42px), 330px);
      padding: 10px 9px 12px;
      row-gap: 8px;
    }

    .hero-logo {
      width: 104%;
      margin-bottom: -2px;
    }

    .hero-tagline-mobile {
      font-size: 8.8px;
    }

    .hero-meta {
      row-gap: 6px;
    }

    .hero-contact-line {
      row-gap: 0;
      margin-top: 5px;
    }

    .hero-meta-item {
      min-height: 18px;
      padding: 0;
      gap: 2px;
      font-size: 6.1px;
    }

    .hero-meta-item img {
      width: 10px;
      height: 10px;
    }

    .hero-rating {
      width: 116px;
      height: 39px;
      min-height: 39px;
    }

    .hero-rating iframe {
      transform: scale(0.77);
    }

    .hero-brand-mark .btn {
      min-height: 38px;
      font-size: 13.5px;
    }

    .hero-brand-mark .btn-primary {
      min-height: 46px;
      font-size: 16px;
    }
  }

  h1 {
    font-size: 46px;
  }

  .section {
    padding: 52px 18px;
  }

  .intro-photo,
  .intro-story {
    min-height: 320px;
  }

  .hero__content p:not(.eyebrow) {
    margin-top: 18px;
  }

  .hero__actions {
    margin-top: 26px;
  }

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

  .services {
    overflow: hidden;
  }

  .services-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .services-track::-webkit-scrollbar {
    display: none;
  }

  .service-card {
    flex: 0 0 100%;
    min-height: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .services-scrollbar {
    display: block;
    padding-top: 22px;
  }

  .services-scrollbar input {
    width: 100%;
    height: 24px;
    margin: 0;
    background: transparent;
    cursor: grab;
    appearance: none;
  }

  .services-scrollbar input::-webkit-slider-runnable-track {
    height: 5px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
  }

  .services-scrollbar input::-webkit-slider-thumb {
    width: 27%;
    height: 9px;
    margin-top: -2px;
    background: var(--red);
    border: 0;
    border-radius: 999px;
    appearance: none;
  }

  .services-scrollbar input::-moz-range-track {
    height: 5px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
  }

  .services-scrollbar input::-moz-range-thumb {
    width: 27%;
    height: 9px;
    background: var(--red);
    border: 0;
    border-radius: 999px;
  }

  .service-visual {
    min-height: 0;
  }

  .service-copy p {
    min-height: 0;
  }

  .master-card {
    grid-template-columns: 1fr;
  }

  .master-photo {
    height: 300px;
    min-height: 300px;
  }

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

  .section-head,
  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-band .btn {
    width: 100%;
    min-width: 0;
  }

  .price-table {
    font-size: 13px;
  }

  .price-tier-control {
    display: grid;
    gap: 8px;
    margin: -10px 0 18px;
  }

  .price-tier-control span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .price-tier-control select {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    color: var(--ink);
    background: var(--card);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius);
    font: inherit;
    font-weight: 900;
  }

  .price-table th,
  .price-table td {
    padding: 10px 8px;
    border-right-color: rgba(255, 255, 255, 0.22);
    border-bottom-color: rgba(255, 255, 255, 0.22);
  }

  .price-table thead th {
    font-size: 13px;
  }

  .price-table tbody td:nth-child(2),
  .price-table tbody td:nth-child(3) {
    font-size: 17px;
  }

  .price-logo-cell img {
    max-height: 38px;
  }

  .price-group th {
    font-size: 25px;
  }

  .price-table td:first-child,
  .price-table thead th:first-child {
    width: 66%;
  }

  .price-table td:nth-child(2),
  .price-table td:nth-child(3),
  .price-table thead th:nth-child(2),
  .price-table thead th:nth-child(3) {
    width: 34%;
  }

  body[data-price-tier="master"] .price-table th:nth-child(3),
  body[data-price-tier="master"] .price-table td:nth-child(3),
  body[data-price-tier="art"] .price-table th:nth-child(2),
  body[data-price-tier="art"] .price-table td:nth-child(2) {
    display: none;
  }

  body[data-price-tier="master"] .price-table .price-group th,
  body[data-price-tier="art"] .price-table .price-group th {
    display: table-cell;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .btn:hover,
  .service-card:hover,
  .service-copy a:hover,
  .booking-link:hover,
  .carousel-arrow:hover {
    transform: none;
  }
}
