:root {
  --ink: #070604;
  --ink-soft: #100d0a;
  --ink-line: rgba(245, 234, 216, 0.16);
  --cream: #f5ead8;
  --muted: #b9aa96;
  --brass: #c79b55;
  --rug: #8e2027;
  --rug-dark: #541116;
  --cyan: #24d6e8;
  --green: #173329;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body.no-scroll {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  font: inherit;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid transparent;
  background: rgba(7, 6, 4, 0.18);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  border-color: var(--ink-line);
  background: rgba(7, 6, 4, 0.86);
  backdrop-filter: blur(18px);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: min(1464px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
}

.brand {
  display: grid;
  gap: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.brand-main {
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
}

.brand-sub {
  color: var(--brass);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(245, 234, 216, 0.74);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.main-nav a {
  transition: color 160ms ease;
}

.main-nav a:hover {
  color: var(--cream);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: var(--brass);
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
  transition: color 160ms ease, transform 160ms ease;
}

.header-phone:hover {
  color: var(--cyan);
  transform: translateY(-1px);
}

.header-rating {
  display: inline-flex;
  flex: 0 0 118px;
  width: 118px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(245, 234, 216, 0.16);
  border-radius: 4px;
  background: rgba(7, 6, 4, 0.62);
}

.header-rating iframe {
  width: 150px;
  height: 50px;
  border: 0;
  transform: scale(0.79);
  transform-origin: left top;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--cream);
  border-radius: 4px;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  border-color: var(--cyan);
  background: var(--cyan);
  color: #061013;
}

.button-primary:hover {
  background: #79edf6;
  border-color: #79edf6;
}

.button-ghost {
  border-color: rgba(245, 234, 216, 0.45);
  background: rgba(7, 6, 4, 0.22);
}

.button-ghost:hover {
  border-color: var(--brass);
  color: var(--brass);
}

.menu-toggle {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(245, 234, 216, 0.34);
  border-radius: 4px;
  background: rgba(7, 6, 4, 0.36);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 13px;
  width: 18px;
  height: 2px;
  background: var(--cream);
  transition: transform 160ms ease, top 160ms ease;
}

.menu-toggle span:first-child {
  top: 17px;
}

.menu-toggle span:last-child {
  top: 27px;
}

.menu-toggle.is-active span:first-child {
  top: 22px;
  transform: rotate(45deg);
}

.menu-toggle.is-active span:last-child {
  top: 22px;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 92svh;
  overflow: hidden;
  border-bottom: 1px solid var(--ink-line);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(7, 6, 4, 0.92) 0%, rgba(7, 6, 4, 0.64) 46%, rgba(7, 6, 4, 0.22) 100%),
    linear-gradient(0deg, rgba(7, 6, 4, 0.95) 0%, rgba(7, 6, 4, 0.18) 48%, rgba(7, 6, 4, 0.5) 100%);
  transform: scale(1.02);
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
  background: #090705 url("assets/img/hero-tools.jpg") center / cover no-repeat;
  object-fit: cover;
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(245, 234, 216, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 234, 216, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mix-blend-mode: overlay;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 92svh;
  padding: 132px 0 56px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 840px;
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(245, 234, 216, 0.86);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(760px, 100%);
  margin: 54px 0 0;
  border: 1px solid var(--ink-line);
  background: var(--ink-line);
}

.hero-facts div {
  padding: 16px;
  background: rgba(7, 6, 4, 0.54);
}

.hero-facts dt {
  color: var(--muted);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 6px 0 0;
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-strip {
  border-bottom: 1px solid rgba(245, 234, 216, 0.12);
  background:
    linear-gradient(90deg, rgba(84, 17, 22, 0.98), rgba(142, 32, 39, 0.82)),
    url("assets/img/retro-cards.jpg") center / cover no-repeat;
}

.promo-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: center;
  gap: 28px;
  min-height: 180px;
  padding: 28px 0;
}

.promo-copy h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  text-transform: uppercase;
}

.promo-inner img {
  width: 180px;
  aspect-ratio: 1;
  border: 1px solid rgba(245, 234, 216, 0.24);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.section {
  padding: 96px 0;
}

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

.section-heading h2,
.section-copy h2,
.booking-section h2 {
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.section-copy p,
.booking-section p {
  max-width: 620px;
  color: rgba(245, 234, 216, 0.76);
  font-size: 1rem;
}

.about-section {
  background: var(--ink-soft);
}

.about-grid,
.care-grid,
.master-grid,
.booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 58px;
}

.image-panel {
  position: relative;
  margin: 0;
  border: 1px solid rgba(245, 234, 216, 0.16);
  background: #0b0907;
  box-shadow: var(--shadow);
}

.image-panel::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border: 1px solid rgba(36, 214, 232, 0.18);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.feature-list {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  border: 1px solid rgba(245, 234, 216, 0.13);
  background: rgba(245, 234, 216, 0.13);
}

.feature-list div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 14px;
  padding: 18px;
  background: #0b0907;
}

.feature-list span {
  grid-row: span 2;
  color: var(--cyan);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
}

.feature-list strong {
  text-transform: uppercase;
}

.feature-list p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.services-section {
  background:
    linear-gradient(180deg, rgba(7, 6, 4, 0.96), rgba(7, 6, 4, 0.88)),
    url("assets/img/retro-cards.jpg") center / cover fixed;
}

.price-board {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(245, 234, 216, 0.14);
  background: rgba(245, 234, 216, 0.14);
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: rgba(11, 9, 7, 0.92);
}

.price-row h3 {
  margin: 0;
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}

.price-row p {
  margin: 7px 0 0;
  color: var(--muted);
}

.price-row span {
  justify-self: end;
  color: var(--brass);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  white-space: nowrap;
}

.seo-section {
  padding: 88px 0;
  border-top: 1px solid rgba(245, 234, 216, 0.1);
  border-bottom: 1px solid rgba(245, 234, 216, 0.1);
  background:
    linear-gradient(135deg, rgba(14, 12, 9, 0.96), rgba(84, 17, 22, 0.34)),
    #0b0907;
}

.seo-copy {
  display: grid;
  gap: 18px;
  max-width: 1080px;
  padding: 34px;
  border: 1px solid rgba(245, 234, 216, 0.14);
  background: rgba(7, 6, 4, 0.62);
}

.seo-copy h2 {
  max-width: 880px;
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.seo-copy p {
  max-width: 980px;
  margin: 0;
  color: rgba(245, 234, 216, 0.78);
}

.care-section {
  overflow: hidden;
  background: var(--green);
}

.care-grid {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.care-media {
  position: relative;
  min-height: 560px;
}

.care-main,
.care-side {
  position: absolute;
  border: 1px solid rgba(245, 234, 216, 0.16);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.care-main {
  inset: 0 12% 12% 0;
  width: 88%;
  height: 88%;
}

.care-side {
  right: 0;
  bottom: 0;
  width: 46%;
  aspect-ratio: 1;
}

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

.plain-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(245, 234, 216, 0.84);
}

.plain-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 2px;
  background: var(--cyan);
}

.video-section {
  background: #0b0907;
}

.video-section .section-heading {
  display: grid;
  justify-content: start;
  gap: 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.video-card {
  border: 1px solid rgba(245, 234, 216, 0.14);
  background: #080705;
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #000;
  object-fit: cover;
}

.video-card h3 {
  margin: 0;
  padding: 18px;
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.portfolio-section {
  position: relative;
  overflow: hidden;
  padding-top: 248px;
  background: var(--ink);
}

.portfolio-section > .container {
  position: relative;
  z-index: 2;
}

.portfolio-motion {
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: 1;
  width: 100vw;
  height: 160px;
  pointer-events: none;
  transform: translateX(-50%);
}

.portfolio-motion::after {
  content: "";
  position: absolute;
  inset: auto 0 -28px;
  height: 90px;
  background: linear-gradient(180deg, transparent, var(--ink));
}

.portfolio-motion-line {
  position: absolute;
  top: 75px;
  height: 2px;
  opacity: 0.7;
}

.portfolio-motion-line-left {
  left: 14vw;
  width: 32vw;
  background: linear-gradient(90deg, transparent, var(--cyan));
  transform: rotate(-2deg);
}

.portfolio-motion-line-right {
  right: 12vw;
  width: 36vw;
  background: linear-gradient(90deg, var(--brass), transparent);
  transform: rotate(3deg);
}

.portfolio-tool {
  position: absolute;
  top: 0;
  width: clamp(280px, 34vw, 520px);
  height: auto;
  overflow: visible;
  opacity: 0.92;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.58));
  will-change: transform;
}

.portfolio-tool-clipper {
  left: 0;
  transform-origin: 18% 52%;
  transform: translate3d(-86%, 12px, 0) rotate(-4deg);
}

.portfolio-tool-scissors {
  top: -12px;
  right: 0;
  transform-origin: 82% 54%;
  transform: translate3d(86%, 8px, 0) rotate(4deg);
}

.portfolio-heading {
  align-items: center;
}

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

.gallery-item {
  position: relative;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 234, 216, 0.12);
  border-radius: 0;
  background: #0b0907;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.gallery-item.is-tall img {
  aspect-ratio: 3 / 4;
}

.gallery-item:hover img {
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.035);
}

.master-section {
  background:
    linear-gradient(180deg, rgba(84, 17, 22, 0.72), rgba(7, 6, 4, 0.96)),
    url("assets/img/hero-tools.jpg") center / cover fixed;
}

.master-grid {
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
}

.master-stack {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: end;
  gap: 14px;
}

.master-stack img {
  width: 100%;
  border: 1px solid rgba(245, 234, 216, 0.16);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.master-stack img:first-child {
  aspect-ratio: 3 / 4;
}

.master-stack img:last-child {
  aspect-ratio: 3 / 4.4;
  margin-bottom: 46px;
}

.master-notes {
  display: grid;
  gap: 1px;
  margin-top: 30px;
  border: 1px solid rgba(245, 234, 216, 0.13);
  background: rgba(245, 234, 216, 0.13);
}

.master-notes p {
  max-width: none;
  margin: 0;
  padding: 16px 18px;
  background: rgba(7, 6, 4, 0.84);
  color: var(--cream);
}

.booking-section {
  padding: 90px 0;
  background: #0b0907;
  border-top: 1px solid rgba(245, 234, 216, 0.12);
}

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

.booking-section .button {
  margin-top: 22px;
}

.shop-page {
  background:
    linear-gradient(180deg, rgba(7, 6, 4, 0.96), rgba(7, 6, 4, 1) 34%),
    url("assets/img/hero-tools.jpg") top center / 100% auto no-repeat;
}

.shop-page .site-header {
  border-color: rgba(245, 234, 216, 0.12);
  background: rgba(7, 6, 4, 0.92);
  backdrop-filter: blur(18px);
}

.main-nav a[aria-current="page"] {
  color: var(--brass);
}

.shop-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 142px 0 62px;
  border-bottom: 1px solid rgba(245, 234, 216, 0.12);
}

.shop-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 6, 4, 0.98), rgba(7, 6, 4, 0.74)),
    url("assets/img/cosmetics.jpg") right center / 720px auto no-repeat;
  opacity: 0.9;
}

.shop-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: end;
  gap: 48px;
}

.shop-hero-copy h1,
.shop-toolbar h2,
.shop-cart h2,
.shop-info-copy h2 {
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
}

.shop-hero-copy h1 {
  max-width: 940px;
  font-size: 5.8rem;
  overflow-wrap: anywhere;
}

.shop-hero-copy,
.shop-toolbar > div,
.shop-info-copy,
.shop-card-body {
  min-width: 0;
}

.shop-hero-copy p:not(.section-kicker),
.shop-info-copy p {
  max-width: 640px;
  color: rgba(245, 234, 216, 0.76);
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.shop-hero-panel {
  display: grid;
  gap: 14px;
}

.shop-hero-panel img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(245, 234, 216, 0.16);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.shop-hero-panel div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(245, 234, 216, 0.14);
  background: rgba(7, 6, 4, 0.72);
}

.shop-hero-panel span {
  color: var(--cyan);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.shop-hero-panel p {
  margin: 0;
  color: var(--muted);
  text-transform: uppercase;
}

.shop-catalog {
  padding: 78px 0 96px;
}

.shop-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 30px;
}

.shop-toolbar h2,
.shop-info-copy h2 {
  font-size: 3.6rem;
}

.shop-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8px;
}

.shop-filter {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(245, 234, 216, 0.26);
  border-radius: 4px;
  background: rgba(7, 6, 4, 0.42);
  color: var(--cream);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-filter.is-active {
  border-color: var(--cyan);
  background: var(--cyan);
  color: #061013;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 22px;
}

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

.shop-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(245, 234, 216, 0.13);
  background: rgba(14, 12, 9, 0.94);
}

.shop-card[hidden] {
  display: none;
}

.shop-card-media {
  position: relative;
  aspect-ratio: 1;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
}

.shop-card-media img {
  position: absolute;
  inset: 22px;
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  object-fit: contain;
  mix-blend-mode: normal;
}

.shop-card-body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
}

.shop-card-tag {
  margin: 0;
  color: var(--brass);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-card h3 {
  min-height: 84px;
  margin: 0;
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.42rem;
  line-height: 1.02;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.shop-card-body p:not(.shop-card-tag) {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.42;
}

.shop-card-meta {
  color: rgba(245, 234, 216, 0.58) !important;
  font-size: 0.78rem !important;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shop-card-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(245, 234, 216, 0.12);
}

.shop-card-footer strong {
  color: var(--brass);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.shop-card-unavailable {
  justify-self: end;
  color: rgba(245, 234, 216, 0.56);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-card-footer button,
.cart-item button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(245, 234, 216, 0.3);
  border-radius: 4px;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-card-footer button:hover,
.cart-item button:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.shop-card-footer button.is-added {
  border-color: var(--cyan);
  background: var(--cyan);
  color: #061013;
}

.mobile-cart-link {
  display: none;
}

.mobile-cart-link[hidden] {
  display: none !important;
}

.shop-cart {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 14px;
  scroll-margin-top: 98px;
  padding: 20px 20px 104px;
  border: 1px solid rgba(245, 234, 216, 0.16);
  background:
    linear-gradient(180deg, rgba(84, 17, 22, 0.28), rgba(7, 6, 4, 0.88)),
    #0b0907;
  box-shadow: var(--shadow);
}

.shop-cart h2 {
  font-size: 2rem;
}

.cart-empty,
.cart-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.cart-list {
  display: grid;
  gap: 10px;
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid rgba(245, 234, 216, 0.12);
}

.cart-item:first-child {
  border-top: 0;
}

.cart-item strong {
  display: block;
  color: var(--cream);
  font-size: 0.92rem;
}

.cart-item span {
  color: var(--brass);
  font-size: 0.9rem;
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(245, 234, 216, 0.18);
  color: var(--muted);
  text-transform: uppercase;
}

.cart-total strong {
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.7rem;
}

.cart-submit {
  width: 100%;
}

.cart-item {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(245, 234, 216, 0.12);
  background: rgba(245, 234, 216, 0.045);
}

.cart-item:first-child {
  border-top: 1px solid rgba(245, 234, 216, 0.12);
}

.cart-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.cart-item-title {
  display: grid;
  gap: 4px;
}

.cart-item strong {
  font-size: 0.96rem;
  line-height: 1.2;
}

.cart-item-meta {
  color: rgba(245, 234, 216, 0.52) !important;
  font-size: 0.74rem !important;
  text-transform: uppercase;
}

.cart-item-sum {
  color: var(--brass);
  font-weight: 900;
  white-space: nowrap;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cart-qty {
  display: grid;
  grid-template-columns: 38px 48px 38px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(245, 234, 216, 0.2);
  border-radius: 4px;
  background: rgba(7, 6, 4, 0.38);
}

.cart-qty button,
.cart-item .cart-remove {
  min-height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 900;
}

.cart-qty button:hover,
.cart-item .cart-remove:hover {
  color: var(--cyan);
}

.cart-qty input {
  width: 100%;
  height: 38px;
  border: 0;
  border-left: 1px solid rgba(245, 234, 216, 0.16);
  border-right: 1px solid rgba(245, 234, 216, 0.16);
  background: rgba(245, 234, 216, 0.06);
  color: var(--cream);
  font: inherit;
  font-weight: 900;
  text-align: center;
  -moz-appearance: textfield;
}

.cart-qty input::-webkit-outer-spin-button,
.cart-qty input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.cart-item .cart-remove {
  padding: 0 8px;
  color: rgba(245, 234, 216, 0.58);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.order-form {
  display: grid;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(245, 234, 216, 0.14);
}

.order-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.form-field {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(245, 234, 216, 0.2);
  border-radius: 4px;
  background: rgba(7, 6, 4, 0.62);
  color: var(--cream);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: none;
}

.form-field input,
.form-field select {
  padding: 0 12px;
}

.form-field textarea {
  resize: vertical;
  padding: 11px 12px;
  line-height: 1.35;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid rgba(36, 214, 232, 0.28);
  border-color: rgba(36, 214, 232, 0.62);
}

.form-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: rgba(245, 234, 216, 0.74);
  font-size: 0.78rem;
  line-height: 1.35;
}

.form-check input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--brass);
}

.form-check a {
  color: var(--brass);
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.order-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.order-status.is-error {
  color: #ffb4a8;
}

.order-status.is-success {
  color: #91e6bd;
}

.cookie-banner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 90;
  display: grid;
  gap: 20px;
  width: min(520px, calc(100% - 32px));
  padding: 30px;
  border: 1px solid rgba(245, 234, 216, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(84, 17, 22, 0.9), rgba(7, 6, 4, 0.98)),
    #0b0907;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
  transform: translate(-50%, -50%);
}

.cookie-banner p {
  margin: 0;
  color: rgba(245, 234, 216, 0.82);
  font-size: 1rem;
  line-height: 1.55;
}

.cookie-banner a {
  color: var(--brass);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-accept {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--brass);
  border-radius: 4px;
  background: var(--brass);
  color: #120d08;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
}

.cookie-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(245, 234, 216, 0.22);
  border-radius: 4px;
  background: rgba(7, 6, 4, 0.44);
  color: var(--cream);
  cursor: pointer;
}

.cookie-close::before,
.cookie-close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 9px;
  width: 14px;
  height: 2px;
  background: currentColor;
}

.cookie-close::before {
  transform: rotate(45deg);
}

.cookie-close::after {
  transform: rotate(-45deg);
}

.cookie-close:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.shop-info-section {
  padding: 90px 0;
  background:
    linear-gradient(90deg, rgba(23, 51, 41, 0.92), rgba(7, 6, 4, 0.96)),
    url("assets/img/wax-tools.jpg") left center / cover no-repeat;
  border-top: 1px solid rgba(245, 234, 216, 0.12);
}

.shop-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 44px;
}

.shop-info-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(245, 234, 216, 0.13);
  background: rgba(245, 234, 216, 0.13);
}

.shop-info-list article {
  padding: 22px;
  background: rgba(7, 6, 4, 0.86);
}

.shop-info-list span {
  color: var(--cyan);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.shop-info-list h3 {
  margin: 18px 0 8px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.shop-info-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.inner-page {
  background:
    linear-gradient(180deg, rgba(7, 6, 4, 0.92), rgba(7, 6, 4, 1) 42%),
    url("assets/img/hero-tools.jpg") top center / 100% auto no-repeat;
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 146px 0 72px;
  border-bottom: 1px solid rgba(245, 234, 216, 0.12);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 6, 4, 0.98), rgba(7, 6, 4, 0.66)),
    var(--page-hero-image, url("assets/img/hero-tools.jpg")) center / cover no-repeat;
  opacity: 0.92;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(245, 234, 216, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 234, 216, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mix-blend-mode: overlay;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  align-items: end;
  gap: 42px;
}

.page-hero h1,
.inner-heading h2,
.split-copy h2,
.contact-panel h2 {
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 980px;
  font-size: 6.5rem;
}

.page-hero p:not(.section-kicker),
.split-copy p,
.inner-card p,
.contact-panel p {
  color: rgba(245, 234, 216, 0.76);
}

.page-hero p:not(.section-kicker) {
  max-width: 660px;
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.page-hero-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(245, 234, 216, 0.16);
  background: rgba(7, 6, 4, 0.72);
  box-shadow: var(--shadow);
}

.page-hero-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-hero-card strong {
  color: var(--brass);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.page-hero-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.master-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 6, 4, 0.96), rgba(7, 6, 4, 0.58), rgba(7, 6, 4, 0.74)),
    var(--page-hero-image, url("assets/img/master-page-1.jpg")) center 34% / cover no-repeat;
}

.master-hero-card img {
  aspect-ratio: 4 / 4.6;
}

.master-hero-actions {
  margin-top: 30px;
}

.inner-section {
  padding: 86px 0;
}

.inner-section.is-muted {
  background: var(--ink-soft);
}

.inner-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 32px;
}

.inner-heading h2,
.split-copy h2,
.contact-panel h2 {
  font-size: 3.45rem;
}

.inner-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

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

.inner-grid.is-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.inner-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(245, 234, 216, 0.14);
  background: rgba(14, 12, 9, 0.92);
}

.inner-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 8px;
  object-fit: cover;
}

.inner-card span,
.process-step span {
  color: var(--cyan);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
}

.inner-card h3,
.process-step h3 {
  margin: 0;
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.inner-card p {
  margin: 0;
}

.inner-card a:not(.button) {
  color: var(--brass);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.inner-card strong {
  color: var(--cream);
}

.policy-content {
  display: grid;
  gap: 18px;
  max-width: 960px;
  padding: 76px 0 90px;
}

.policy-card {
  display: grid;
  gap: 12px;
  padding: 26px;
  border: 1px solid rgba(245, 234, 216, 0.14);
  background: rgba(14, 12, 9, 0.92);
}

.policy-card h2 {
  margin: 0;
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  line-height: 0.95;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.policy-page .page-hero h1 {
  font-size: 4.8rem;
  overflow-wrap: anywhere;
}

.policy-document h2:not(:first-child) {
  margin-top: 22px;
}

.policy-card p,
.policy-card li {
  margin: 0;
  color: rgba(245, 234, 216, 0.74);
  overflow-wrap: anywhere;
}

.policy-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.master-card {
  gap: 14px;
}

.master-card img {
  min-height: 210px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 48px;
}

.split-media {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: end;
  gap: 14px;
}

.split-media img {
  width: 100%;
  border: 1px solid rgba(245, 234, 216, 0.16);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.split-media img:first-child {
  aspect-ratio: 3 / 4;
}

.split-media img:last-child {
  aspect-ratio: 3 / 4.4;
  margin-bottom: 44px;
}

.master-profile-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: 48px;
}

.master-profile-photo {
  position: relative;
  margin: 0;
}

.master-profile-photo::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 44%;
  height: 42%;
  border: 1px solid rgba(199, 155, 85, 0.56);
  background: rgba(84, 17, 22, 0.26);
  z-index: -1;
}

.master-profile-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(245, 234, 216, 0.16);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.master-quote {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding: 22px;
  border-left: 3px solid var(--brass);
  background: rgba(245, 234, 216, 0.06);
}

.master-quote span {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.master-quote p {
  margin: 0;
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.65rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.master-photo-band {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  align-items: end;
  gap: 14px;
}

.master-photo-band img {
  width: 100%;
  border: 1px solid rgba(245, 234, 216, 0.16);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.master-photo-band img:first-child {
  aspect-ratio: 3 / 4;
}

.master-photo-band img:last-child {
  aspect-ratio: 4 / 5;
  margin-bottom: 42px;
}

.master-cta {
  background:
    linear-gradient(90deg, rgba(7, 6, 4, 0.7), rgba(84, 17, 22, 0.86)),
    url("assets/img/master-page-1.jpg") center 32% / cover no-repeat;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(245, 234, 216, 0.13);
  background: rgba(245, 234, 216, 0.13);
}

.process-step {
  padding: 22px;
  background: rgba(7, 6, 4, 0.86);
}

.process-step h3 {
  margin-top: 18px;
}

.process-step p {
  margin: 8px 0 0;
  color: var(--muted);
}

.wide-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(245, 234, 216, 0.14);
  background:
    linear-gradient(90deg, rgba(84, 17, 22, 0.86), rgba(23, 51, 41, 0.74)),
    url("assets/img/retro-cards.jpg") center / cover no-repeat;
}

.wide-cta h2 {
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 2.75rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.wide-cta p {
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(245, 234, 216, 0.78);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 18px;
}

.contact-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(245, 234, 216, 0.14);
  background: rgba(14, 12, 9, 0.92);
}

.contact-panel address {
  display: grid;
  gap: 6px;
  margin: 0;
  color: var(--cream);
  font-style: normal;
  font-size: 1.1rem;
}

.contact-quick {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(245, 234, 216, 0.12);
  background: rgba(7, 6, 4, 0.42);
}

.contact-phone {
  width: max-content;
  color: var(--cyan);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

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

.contact-map {
  min-height: 440px;
}

.contact-map iframe,
.contact-map .map-constructor {
  min-height: 440px;
}

.reviews-only {
  min-height: 100svh;
  padding: 104px 16px 44px;
  overflow-x: hidden;
  background: #0b0907;
}

.reviews-only-frame {
  display: block;
  width: min(100%, 760px);
  height: 760px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
}

@media (min-width: 1240px) {
  .reviews-only-frame {
    height: 620px;
    margin-bottom: 350px;
    transform: scale(1.55);
    transform-origin: top center;
  }
}

.reviews-section {
  background:
    linear-gradient(180deg, rgba(7, 6, 4, 0.98), rgba(14, 12, 9, 0.94)),
    #0b0907;
}

.reviews-stack {
  display: grid;
  gap: 18px;
  width: min(100%, 760px);
}

.reviews-widget-card,
.reviews-placeholder {
  border: 1px solid rgba(245, 234, 216, 0.14);
  background: rgba(14, 12, 9, 0.92);
  box-shadow: var(--shadow);
}

.reviews-widget-card {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.reviews-widget-head {
  display: grid;
  gap: 8px;
}

.reviews-widget-head span,
.reviews-placeholder span {
  width: max-content;
  padding: 5px 8px;
  background: var(--cyan);
  color: #061013;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reviews-widget-head strong,
.reviews-placeholder h3 {
  margin: 0;
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.reviews-widget-frame {
  width: 100%;
  max-width: 760px;
  height: 600px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(245, 234, 216, 0.18);
  border-radius: 8px;
  background: #ffffff;
}

.reviews-widget-frame iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box;
}

.reviews-placeholder {
  display: grid;
  gap: 14px;
  min-height: 220px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(36, 214, 232, 0.08), rgba(199, 155, 85, 0.12)),
    rgba(14, 12, 9, 0.92);
}

.reviews-placeholder p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

.reviews-placeholder .button {
  width: max-content;
}

.qr-panel {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(245, 234, 216, 0.18);
  background: var(--cream);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.qr-panel img {
  width: 100%;
}

.qr-panel figcaption {
  margin-top: 10px;
  color: var(--ink);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.site-footer {
  padding: 54px 0 0;
  border-top: 1px solid rgba(245, 234, 216, 0.12);
  background:
    linear-gradient(180deg, rgba(84, 17, 22, 0.2), rgba(6, 5, 4, 0.98) 42%),
    #060504;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.75fr) minmax(360px, 1.3fr) minmax(260px, 0.8fr);
  align-items: stretch;
  gap: 18px;
}

.footer-place,
.footer-map,
.review-link {
  border: 1px solid rgba(245, 234, 216, 0.14);
  background: rgba(14, 12, 9, 0.86);
}

.footer-place {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
}

.footer-brand {
  display: grid;
  width: max-content;
  line-height: 0.9;
  text-transform: uppercase;
}

.footer-brand span {
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 2.15rem;
  font-weight: 900;
}

.footer-brand small {
  color: var(--brass);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
}

.footer-place address {
  display: grid;
  gap: 6px;
  margin: 0;
  color: rgba(245, 234, 216, 0.78);
  font-style: normal;
  line-height: 1.45;
}

.footer-place address strong {
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 10px 12px;
  border: 1px solid rgba(245, 234, 216, 0.22);
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease;
}

.footer-links a:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-vk {
  color: #ffffff !important;
  border-color: rgba(36, 214, 232, 0.36) !important;
  background: rgba(36, 214, 232, 0.1);
}

.footer-vk:hover {
  background: var(--cyan);
  color: #061013 !important;
}

.footer-map {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(199, 155, 85, 0.1), rgba(84, 17, 22, 0.18)),
    #120f0c;
}

.map-constructor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  filter: grayscale(0.52) sepia(0.16) saturate(0.72) contrast(1.04) brightness(0.94);
  opacity: 0.9;
}

.map-constructor > *,
.map-constructor iframe {
  width: 100% !important;
  height: 100% !important;
}

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

.footer-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 6, 4, 0.12), rgba(7, 6, 4, 0.34)),
    radial-gradient(circle at 50% 50%, rgba(36, 214, 232, 0.09), transparent 38%);
}

.footer-map-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 4px;
  max-width: calc(100% - 36px);
  padding: 14px 16px;
  border: 1px solid rgba(245, 234, 216, 0.18);
  background: rgba(7, 6, 4, 0.82);
  backdrop-filter: blur(12px);
}

.footer-map-caption span {
  color: var(--brass);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-map-caption strong {
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.45rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.footer-reviews {
  display: grid;
  gap: 10px;
}

.review-link {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 135px;
  padding: 20px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.review-link:hover {
  transform: translateY(-2px);
  border-color: var(--cyan);
  background: rgba(17, 15, 11, 0.98);
}

.review-link span {
  width: max-content;
  padding: 5px 8px;
  background: var(--cyan);
  color: #061013;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-link strong {
  color: var(--cream);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.55rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.review-link small {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding: 18px 0;
  border-top: 1px solid rgba(245, 234, 216, 0.1);
  color: rgba(245, 234, 216, 0.56);
  font-size: 0.82rem;
}

.footer-bottom p {
  margin: 0;
}

.dev-credit {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(245, 234, 216, 0.58);
}

.dev-credit::before {
  content: "DS";
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(199, 155, 85, 0.72);
  color: var(--brass);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
}

.dev-credit strong {
  color: var(--brass);
  font-weight: 900;
}

.dev-credit:hover strong {
  color: var(--cyan);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  grid-template-columns: 70px minmax(0, 1fr) 70px;
  align-items: center;
  gap: 12px;
  padding: 28px;
  background: rgba(3, 3, 3, 0.92);
}

.lightbox.is-open {
  display: grid;
}

.lightbox figure {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 0;
}

.lightbox img {
  max-height: min(82svh, 900px);
  border: 1px solid rgba(245, 234, 216, 0.18);
  object-fit: contain;
}

.lightbox figcaption {
  color: var(--muted);
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(245, 234, 216, 0.28);
  border-radius: 4px;
  background: rgba(7, 6, 4, 0.72);
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
}

.lightbox-close::before,
.lightbox-close::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 13px;
  width: 20px;
  height: 2px;
  background: var(--cream);
}

.lightbox-close::before {
  transform: rotate(45deg);
}

.lightbox-close::after {
  transform: rotate(-45deg);
}

.lightbox-nav::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 18px;
  width: 13px;
  height: 13px;
  border-top: 2px solid var(--cream);
  border-left: 2px solid var(--cream);
}

.lightbox-prev::before {
  transform: rotate(-45deg);
}

.lightbox-next::before {
  left: 14px;
  transform: rotate(135deg);
}

@media (min-width: 760px) {
  .hero h1 {
    font-size: 7rem;
  }
}

@media (min-width: 1120px) {
  .hero h1 {
    font-size: 9rem;
  }

  .main-nav {
    position: absolute;
    left: 50%;
    gap: 16px;
    margin: 0;
    font-size: 0.86rem;
    transform: translateX(-50%);
  }

  .header-phone {
    margin-left: auto;
  }
}

@media (min-width: 981px) and (max-width: 1380px) {
  .header-rating {
    display: none;
  }
}

@media (max-width: 980px) {
  .main-nav {
    position: fixed;
    top: 78px;
    left: 0;
    display: none;
    width: 100%;
    margin: 0;
    padding: 24px 16px 28px;
    border-bottom: 1px solid var(--ink-line);
    background: rgba(7, 6, 4, 0.96);
  }

  .main-nav.is-open {
    display: grid;
    gap: 18px;
  }

  .header-phone {
    margin-left: auto;
  }

  .header-rating {
    display: none;
  }

  .header-cta {
    margin-left: 0;
  }

  .menu-toggle {
    display: block;
  }

  .about-grid,
  .care-grid,
  .master-grid,
  .booking-grid,
  .shop-hero-grid,
  .shop-layout,
  .shop-info-grid,
  .page-hero-grid,
  .master-profile-grid,
  .split-section,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .inner-grid,
  .inner-grid.is-four,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .care-grid,
  .master-grid {
    gap: 42px;
  }

  .image-panel img {
    min-height: 520px;
  }

  .master-profile-grid {
    gap: 34px;
  }

  .portfolio-section {
    padding-top: 140px;
  }

  .portfolio-motion {
    top: 12px;
    height: 138px;
  }

  .portfolio-tool {
    width: clamp(250px, 45vw, 430px);
  }

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

  .shop-hero-copy h1 {
    font-size: 4.5rem;
  }

  .shop-hero-panel {
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: end;
  }

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

  .shop-cart {
    position: static;
  }

  .shop-info-list {
    grid-template-columns: 1fr;
  }

  .wide-cta {
    grid-template-columns: 1fr;
  }

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

  .footer-map {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .container,
  .header-inner {
    width: min(100% - 24px, 1392px);
  }

  .header-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 44px;
    justify-content: stretch;
    gap: 10px;
    min-height: 70px;
  }

  .brand {
    grid-column: 1;
  }

  .header-phone {
    grid-column: 2;
  }

  .menu-toggle {
    grid-column: 3;
  }

  .main-nav {
    top: 70px;
  }

  .header-cta {
    display: none;
  }

  .header-phone {
    margin-left: 0;
    justify-content: flex-end;
    max-width: 132px;
    font-size: 0.72rem;
    line-height: 1.05;
    text-align: right;
    white-space: normal;
  }

  .menu-toggle {
    justify-self: end;
    width: 44px;
    height: 44px;
  }

  .hero,
  .hero-inner {
    min-height: 90svh;
  }

  .hero-inner {
    padding: 112px 0 34px;
  }

  .hero h1 {
    font-size: 4.1rem;
  }

  .hero h1,
  .page-hero h1,
  .shop-hero-copy h1 {
    display: inline;
    padding: 0.04em 0.08em 0.06em;
    background: linear-gradient(90deg, rgba(7, 6, 4, 0.68), rgba(7, 6, 4, 0.34));
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.46);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .promo-inner {
    grid-template-columns: 1fr;
  }

  .promo-copy h2,
  .section-heading h2,
  .section-copy h2,
  .booking-section h2,
  .seo-copy h2,
  .inner-heading h2,
  .split-copy h2,
  .contact-panel h2,
  .wide-cta h2 {
    font-size: 2.45rem;
  }

  .promo-inner img {
    width: min(100%, 260px);
  }

  .section {
    padding: 68px 0;
  }

  .seo-section {
    padding: 64px 0;
  }

  .seo-copy {
    padding: 24px;
  }

  .inner-section {
    padding: 64px 0;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .page-hero {
    padding: 118px 0 52px;
  }

  .page-hero h1 {
    font-size: 3.7rem;
    overflow-wrap: anywhere;
  }

  .policy-page .page-hero h1 {
    display: block;
    font-size: 2.36rem;
    word-break: break-word;
  }

  .policy-page .page-hero p {
    overflow-wrap: anywhere;
  }

  .policy-card h2 {
    font-size: 1.55rem;
  }

  .page-hero-card {
    max-width: 420px;
  }

  .inner-grid,
  .inner-grid.is-four,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .split-media {
    grid-template-columns: 1fr 0.72fr;
  }

  .master-photo-band {
    grid-template-columns: 1fr 0.72fr;
  }

  .master-quote p {
    font-size: 1.35rem;
  }

  .contact-phone {
    font-size: 1.55rem;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 320px;
  }

  .reviews-widget-card {
    padding: 14px;
  }

  .reviews-widget-frame {
    height: 560px;
  }

  .reviews-placeholder .button {
    width: 100%;
  }

  .shop-hero {
    padding: 118px 0 46px;
  }

  .shop-hero-copy h1 {
    font-size: 2.72rem;
  }

  .shop-hero-panel {
    grid-template-columns: 1fr;
  }

  .shop-toolbar {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .shop-toolbar h2,
  .shop-info-copy h2 {
    font-size: 2.25rem;
    overflow-wrap: anywhere;
  }

  .shop-filters {
    justify-content: start;
  }

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

  .shop-page {
    padding-bottom: 84px;
  }

  .mobile-cart-link:not([hidden]) {
    position: fixed;
    right: 150px;
    bottom: 12px;
    left: 12px;
    z-index: 46;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 10px 12px;
    border: 1px solid rgba(36, 214, 232, 0.58);
    border-radius: 6px;
    background:
      linear-gradient(135deg, rgba(36, 214, 232, 0.18), rgba(199, 155, 85, 0.16)),
      rgba(7, 6, 4, 0.96);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(16px);
  }

  .mobile-cart-count {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--cyan);
    color: #061013;
    font-weight: 900;
  }

  .mobile-cart-text {
    min-width: 0;
    color: var(--cream);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-cart-link strong {
    display: none;
    color: var(--brass);
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 1.35rem;
    line-height: 1;
    white-space: nowrap;
  }

  @media (max-width: 420px) {
    .mobile-cart-link:not([hidden]) {
      right: 132px;
      gap: 8px;
    }
  }

  @media (max-width: 360px) {
    .mobile-cart-link:not([hidden]) {
      right: 112px;
    }

    .mobile-cart-text {
      font-size: 0.74rem;
    }
  }

  .order-form-grid {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    padding: 26px 20px 22px;
  }

  .cookie-accept {
    width: 100%;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    display: grid;
  }

  .footer-bottom {
    display: grid;
    justify-items: start;
  }

  .footer-map,
  .footer-map iframe {
    min-height: 260px;
  }

  .price-row {
    grid-template-columns: 1fr;
  }

  .price-row span {
    justify-self: start;
  }

  .care-media {
    min-height: 420px;
  }

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

  .portfolio-section {
    padding-top: 124px;
  }

  .portfolio-motion {
    top: 16px;
    height: 116px;
  }

  .portfolio-motion-line {
    top: 54px;
  }

  .portfolio-motion-line-left {
    left: 18vw;
    width: 34vw;
  }

  .portfolio-motion-line-right {
    right: 16vw;
    width: 38vw;
  }

  .portfolio-tool {
    width: clamp(220px, 62vw, 310px);
  }

  .portfolio-tool-clipper {
    top: 10px;
  }

  .portfolio-tool-scissors {
    top: 0;
  }

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

  .gallery-item img {
    min-height: 190px;
  }

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

  .lightbox {
    grid-template-columns: 1fr;
    padding: 76px 14px 18px;
  }

  .lightbox-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }

  .lightbox-prev {
    left: 14px;
  }

  .lightbox-next {
    right: 14px;
  }
}

@media (max-width: 420px) {
  .brand-main {
    font-size: 1.2rem;
  }

  .header-phone {
    max-width: 118px;
    font-size: 0.72rem;
  }

  .hero h1 {
    font-size: 3.25rem;
  }

  .hero-actions {
    display: grid;
  }

  .promo-copy h2,
  .section-heading h2,
  .section-copy h2,
  .booking-section h2,
  .seo-copy h2,
  .shop-toolbar h2,
  .shop-info-copy h2,
  .inner-heading h2,
  .split-copy h2,
  .contact-panel h2,
  .wide-cta h2 {
    font-size: 2.05rem;
  }

  .page-hero h1 {
    font-size: 2.68rem;
  }

  .policy-page .page-hero h1 {
    font-size: 1.9rem;
  }

  .policy-card {
    padding: 20px;
  }

  .shop-hero-copy h1 {
    font-size: 2.18rem;
  }

  .shop-filter {
    flex: 1 1 auto;
  }

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

  .master-photo-band img:last-child {
    margin-bottom: 0;
  }

  .contact-phone {
    max-width: 100%;
    font-size: 1.32rem;
    overflow-wrap: anywhere;
  }

  .portfolio-section {
    padding-top: 112px;
  }

  .portfolio-motion {
    height: 98px;
  }

  .portfolio-tool {
    width: 245px;
  }

  .portfolio-motion-line {
    top: 48px;
  }

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

  .gallery-item img,
  .gallery-item.is-tall img {
    aspect-ratio: 4 / 3;
  }
}

@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;
  }
}
