:root {
  --bg: #050403;
  --panel: rgba(12, 10, 8, 0.78);
  --panel-strong: rgba(6, 5, 4, 0.9);
  --text: #e8e1d6;
  --muted: #8f877d;
  --gold: #b78a51;
  --gold-dark: #6f4b29;
  --line: rgba(183, 138, 81, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  font-family: Montserrat, Arial, sans-serif;
  background:
    radial-gradient(circle at 16% 18%, rgba(111, 75, 41, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 15%, rgba(183, 138, 81, 0.12), transparent 21rem),
    #050403;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 12px),
    radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
  background-size: 42px 42px, 5px 5px;
  mix-blend-mode: screen;
}

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

.page-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  border-right: 1px solid rgba(183, 138, 81, 0.12);
  border-left: 1px solid rgba(183, 138, 81, 0.12);
  background: #070605;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.9);
}

.hero {
  position: relative;
  min-height: clamp(580px, 86svh, 800px);
  padding:
    clamp(8px, 1.25vw, 18px)
    clamp(18px, 4vw, 72px)
    clamp(26px, 4vw, 54px);
  overflow: hidden;
  isolation: isolate;
  background: #050403;
}

.hero::before {
  display: none;
}

.hero__photo {
  position: absolute;
  top: -8%;
  right: 0;
  left: 0;
  height: 116%;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(6, 6, 7, 0.42) 0%, rgba(6, 6, 7, 0.12) 22%, rgba(6, 6, 7, 0) 48%, rgba(6, 6, 7, 0) 80%, rgba(6, 6, 7, 0.3) 100%),
    url("assets/master_hero_v8.webp") center top / cover no-repeat;
  filter: contrast(1.07) brightness(0.985) saturate(1.03);
  will-change: transform;
}

/* Lifts the right side of the left skull out of shadow -> reads as 3D volume */
.hero__photo::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  mix-blend-mode: screen;
  background:
    radial-gradient(9% 15% at 11.5% 43%, rgba(116, 94, 66, 0.55), transparent 72%),
    radial-gradient(6% 11% at 9% 47%, rgba(78, 64, 48, 0.4), transparent 70%);
}

/* Cinematic key-light: gently lifts the master's face/torso into focus */
.hero__photo::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(30% 38% at 65% 34%, rgba(255, 240, 214, 0.5), transparent 72%),
    radial-gradient(46% 60% at 70% 52%, rgba(255, 236, 206, 0.16), transparent 76%),
    /* directional light on the right side of the left skull -> gives it volume */
    radial-gradient(11% 18% at 12% 43%, rgba(255, 244, 222, 0.42), transparent 74%);
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    /* faint warm glow to invite the eye toward the skull on the left */
    radial-gradient(ellipse 17rem 23rem at 7% 45%, rgba(150, 120, 88, 0.07), transparent 68%),
    /* scrim behind the lower-left about-card text for readability */
    radial-gradient(ellipse 42rem 25rem at 15% 84%, rgba(5, 5, 6, 0.64), rgba(5, 5, 6, 0.22) 54%, transparent 80%),
    /* tame the bright cap/shoulder in the top-right corner */
    radial-gradient(ellipse 32rem 26rem at 90% 12%, rgba(6, 6, 7, 0.66), rgba(6, 6, 7, 0.28) 52%, transparent 78%),
    /* right-edge vignette: drops the master's far side into shadow for depth */
    radial-gradient(ellipse 56% 104% at 103% 56%, rgba(4, 3, 3, 0.52), rgba(4, 3, 3, 0.14) 46%, transparent 64%),
    /* soft bottom-corner shaping for a framed, cinematic feel */
    radial-gradient(ellipse 70% 50% at 88% 104%, rgba(4, 3, 3, 0.5), transparent 60%),
    /* soft top scrim so the header/nav stays legible */
    linear-gradient(180deg, rgba(5, 5, 6, 0.42) 0%, transparent 24%),
    /* bottom transition into the next section */
    linear-gradient(180deg, transparent 58%, rgba(5, 5, 6, 0.55) 84%, #050506 100%);
}

.hero__shade::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.05;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 3px);
  mix-blend-mode: overlay;
}

.hero__ornament {
  display: none;
}

.hero__ornament--left {
  top: 98px;
  left: 130px;
  transform: rotate(-19deg);
  opacity: 0.24;
}

.hero__ornament--right {
  right: -125px;
  bottom: 74px;
  transform: rotate(25deg) scale(1.2);
  opacity: 0.12;
}

.header {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: clamp(168px, 16.5vw, 240px) minmax(0, 1fr) max-content;
  gap: clamp(18px, 2.4vw, 42px);
  align-items: start;
}

.logo {
  position: relative;
  display: block;
  width: clamp(158px, 15.5vw, 228px);
  margin-top: 0;
}

.logo::before {
  position: absolute;
  inset: -52% -42%;
  z-index: -1;
  content: "";
  background: radial-gradient(62% 62% at 50% 50%, rgba(5, 4, 3, 0.97) 64%, rgba(5, 4, 3, 0.55) 82%, transparent 100%);
  filter: blur(16px);
}

.logo img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.75));
}

.nav {
  display: flex;
  gap: clamp(14px, 1.85vw, 28px);
  align-items: center;
  padding-top: clamp(12px, 1.2vw, 18px);
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(11px, 0.86vw, 13px);
  font-weight: 700;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.nav__link {
  position: relative;
  color: #c8c0b6;
  opacity: 0.82;
}

.nav__link::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav__link:hover,
.nav__link--active {
  color: var(--gold);
  opacity: 1;
}

.nav__link:hover::after,
.nav__link--active::after {
  transform: scaleX(1);
}

.contacts {
  display: grid;
  gap: 11px;
  justify-items: start;
  padding-top: clamp(9px, 1.1vw, 15px);
  color: #d7d0c5;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(10px, 0.95vw, 13px);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contacts__item,
.contacts__phone {
  position: relative;
  padding-left: 24px;
}

.contacts__item::before,
.contacts__phone::before {
  position: absolute;
  left: 0;
  color: var(--gold);
}

.contacts__item::before {
  content: "●";
}

.contacts__phone::before {
  content: "+";
  font-size: 18px;
  line-height: 12px;
}

.socials {
  display: flex;
  gap: 12px;
  padding-left: 2px;
}

.socials a {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(232, 225, 214, 0.34);
  border-radius: 50%;
  color: #eee5d9;
  font-family: Oswald, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.3);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: clamp(650px, 67vw, 980px);
  margin-top: clamp(48px, 7vh, 92px);
}

.eyebrow {
  margin: 0 0 clamp(10px, 2.1vw, 28px);
  color: #cdc5ba;
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(32px, 4.1vw, 70px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1 {
  display: inline-block;
  max-width: none;
  margin: 0;
  color: #f3eee7;
  font-family: Oswald, "Arial Narrow", Impact, sans-serif;
  font-size: clamp(60px, 7.5vw, 132px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.65);
}

h1 span {
  display: inline-block;
  margin: 0 0.04em;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 0.92em;
  transform: translateY(0.03em);
  background: linear-gradient(100deg, #9c7339 0%, #c79a55 26%, #f4dca0 44%, #fff6e2 50%, #f4dca0 56%, #c79a55 74%, #9c7339 100%);
  background-size: 230% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: ampSheen 6.5s ease-in-out infinite;
}

@keyframes ampSheen {
  0%, 100% { background-position: 12% 50%; }
  50% { background-position: 88% 50%; }
}

.hero__tagline {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: clamp(30px, 3.3vw, 46px) 0 clamp(32px, 3.7vw, 54px);
  color: #8f877d;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(17px, 1.52vw, 23px);
  font-weight: 300;
  letter-spacing: 0.52em;
  text-transform: uppercase;
}

.hero__tagline::before,
.hero__tagline::after {
  width: clamp(34px, 5vw, 72px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold));
}

.hero__tagline::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.about-card {
  width: min(100%, 540px);
}

.about-card h2,
.why h2,
.panel h2 {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 0 17px;
  color: #d7d0c5;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(20px, 1.65vw, 24px);
  font-weight: 500;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.about-card h2::after,
.why h2::before,
.why h2::after {
  width: 72px;
  height: 1px;
  content: "";
  background: var(--line);
}

.about-card p {
  max-width: 560px;
  margin: 0 0 10px;
  color: #c8c0b4;
  font-size: clamp(13px, 0.92vw, 15px);
  line-height: 1.62;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.85);
}

.master-card {
  position: absolute;
  top: clamp(220px, 30vh, 380px);
  right: clamp(36px, 9vw, 140px);
  left: auto;
  z-index: 7;
  width: clamp(220px, 24vw, 330px);
  color: #bfb6ab;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(17px, 1.55vw, 24px);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.07em;
  text-align: right;
  text-transform: uppercase;
}

.master-card::before {
  position: absolute;
  inset: -28px -40px -24px -50px;
  z-index: -1;
  content: "";
  background: radial-gradient(
    ellipse at 42% 38%,
    rgba(4, 3, 2, 0.72),
    rgba(4, 3, 2, 0.34) 55%,
    transparent 78%
  );
  filter: blur(6px);
}

.master-card__signature {
  margin: 0 0 clamp(14px, 1.5vw, 22px);
  color: rgba(228, 223, 214, 0.92);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 5.4vw, 90px);
  font-style: italic;
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: 0.005em;
  text-transform: none;
  transform: rotate(-5deg);
  transform-origin: right center;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.72);
}

.master-card p:not(.master-card__signature) {
  margin: 0 0 clamp(8px, 0.8vw, 12px);
}

.accent {
  color: var(--gold);
}

.why-band {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr);
  align-items: stretch;
  background:
    radial-gradient(circle at 24% 40%, rgba(183, 138, 81, 0.12), transparent 22rem),
    linear-gradient(180deg, #050403, #090807);
}

.why {
  align-self: center;
  padding:
    clamp(34px, 5vw, 72px)
    clamp(24px, 3vw, 56px)
    clamp(34px, 5vw, 72px)
    clamp(18px, 4vw, 72px);
}

.why__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.5vw, 22px);
  margin: 0 0 clamp(28px, 3.4vw, 50px);
  color: #d8d1c6;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(17px, 1.55vw, 23px);
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.why__deco {
  position: relative;
  flex: 1 1 auto;
  max-width: clamp(36px, 9vw, 120px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.why__deco::before {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  content: "";
  border: 1px solid var(--gold);
  transform: translateY(-50%) rotate(45deg);
}

.why__deco--l::before {
  left: 0;
}

.why__deco--r::before {
  right: 0;
}

.why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.6vw, 24px);
  margin: 0;
}

.why__item {
  display: grid;
  gap: clamp(12px, 1.2vw, 18px);
  align-content: start;
  justify-items: center;
  color: #b3aa9f;
  text-align: center;
}

.why__icon {
  display: grid;
  place-items: center;
  width: clamp(40px, 3.6vw, 52px);
  height: clamp(40px, 3.6vw, 52px);
  color: var(--gold);
}

.why__icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

.why__item p {
  margin: 0;
  font-size: clamp(11px, 0.86vw, 13px);
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.portfolio-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  min-height: clamp(260px, 30vw, 420px);
}

.portfolio-strip__item {
  position: relative;
  margin: 0;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.portfolio-strip__item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(5, 4, 3, 0.1), rgba(5, 4, 3, 0.42));
  transition: opacity 240ms ease;
}

.portfolio-strip__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05) brightness(0.92);
  transition: transform 480ms ease;
}

.portfolio-strip__item:hover img {
  transform: scale(1.05);
}

.portfolio-strip__item:hover::after {
  opacity: 0.4;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 1.8vw, 24px);
  padding:
    0
    clamp(18px, 4vw, 72px)
    clamp(24px, 4vw, 54px);
  background:
    radial-gradient(circle at 26% 100%, rgba(183, 138, 81, 0.14), transparent 20rem),
    linear-gradient(180deg, #050403, #090807);
}

.panel {
  position: relative;
  min-height: clamp(230px, 22vw, 290px);
  padding: clamp(24px, 2.6vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(183, 138, 81, 0.22);
  background: linear-gradient(180deg, #0a0807, #060504);
}

.panel__art {
  position: absolute;
  inset: 0 0 0 auto;
  width: 56%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 46%);
  mask-image: linear-gradient(90deg, transparent 0, #000 46%);
  opacity: 1;
  pointer-events: none;
}

.panel__art--skull {
  background-image: url("assets/panel_skull.webp");
  background-position: 64% center;
}

.panel__art--samurai {
  background-image: url("assets/panel_samurai.webp");
  background-position: 70% center;
}

.panel__body {
  position: relative;
  z-index: 1;
  max-width: 60%;
}

.panel .list {
  display: grid;
  gap: clamp(12px, 1vw, 16px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel li {
  position: relative;
  padding-left: 30px;
  color: #c9c1b7;
  font-size: clamp(12.5px, 1vw, 14px);
  line-height: 1.42;
}

.panel li::before {
  position: absolute;
  left: 0;
  top: 0.05em;
  color: var(--gold);
}

.list--fleur li::before {
  content: "";
  top: 0.15em;
  width: 15px;
  height: 18px;
  background-color: var(--gold);
  -webkit-mask: url("assets/fleur.svg") center / contain no-repeat;
  mask: url("assets/fleur.svg") center / contain no-repeat;
}

.list--check li {
  display: flex;
  align-items: center;
  min-height: 22px;
  padding-left: 0;
  gap: 13px;
}

.list--check li::before {
  position: static;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  font-size: 11px;
  line-height: 1;
  content: "\2713";
  border: 1px solid rgba(183, 138, 81, 0.7);
  border-radius: 50%;
}

.panel__note {
  margin: clamp(20px, 2vw, 30px) 0 0;
  max-width: 30ch;
  color: #b7afa4;
  font-size: clamp(12.5px, 1vw, 14px);
  line-height: 1.5;
}

.terms-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding:
    clamp(26px, 3.4vw, 48px)
    clamp(18px, 4vw, 72px)
    clamp(34px, 4.4vw, 60px);
  background:
    radial-gradient(circle at 50% -10%, rgba(183, 138, 81, 0.1), transparent 26rem),
    linear-gradient(180deg, #060504, #040302);
}

.term {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1vw, 18px);
  padding: clamp(4px, 0.6vw, 8px) clamp(16px, 1.6vw, 28px);
}

.term:not(:nth-child(4n + 1)) {
  border-left: 1px solid rgba(183, 138, 81, 0.16);
}

.term__icon {
  flex: 0 0 auto;
  width: clamp(30px, 2.7vw, 40px);
  height: clamp(30px, 2.7vw, 40px);
  margin-top: 2px;
  color: var(--gold);
}

.term__icon svg {
  width: 100%;
  height: 100%;
}

.term__text {
  margin: 0;
  color: #b7afa4;
  font-size: clamp(11.5px, 0.92vw, 13.5px);
  line-height: 1.55;
}

.term__mark {
  color: #c0392b;
  font-weight: 700;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(300px, 30vw, 430px);
}

.cta {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(30px, 3.6vw, 60px) clamp(20px, 4vw, 64px);
}

.cta--portfolio {
  gap: clamp(20px, 3vw, 50px);
  background: linear-gradient(180deg, #0a0807, #050403);
}

.cta--book {
  justify-content: flex-end;
  text-align: right;
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.45) 0%, rgba(5, 4, 3, 0.12) 36%, rgba(5, 4, 3, 0.84) 70%, rgba(5, 4, 3, 0.95) 100%),
    url("assets/studio_interior_v2.webp") 42% center / cover;
}

.cta__text {
  flex: 1 1 auto;
  max-width: clamp(280px, 26vw, 360px);
}

.cta--book .cta__text {
  flex: 0 1 auto;
}

.cta h2 {
  margin: 0 0 clamp(14px, 1.5vw, 22px);
  color: var(--text);
  font-family: Oswald, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 46px);
  line-height: 1.04;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta p {
  margin: 0 0 clamp(20px, 2.2vw, 30px);
  color: #b3aaa0;
  font-size: clamp(12.5px, 1vw, 14px);
  line-height: 1.55;
}

.cta--book h2 {
  color: #f1eae0;
}

.cta--book p {
  color: #d4ccc1;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 300;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 1vw, 16px);
  padding: clamp(12px, 1.1vw, 16px) clamp(20px, 1.8vw, 30px);
  color: var(--gold);
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(11px, 0.95vw, 13px);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: 1px solid var(--gold);
  transition: background 0.25s ease, color 0.25s ease;
}

.btn:hover {
  color: #0a0807;
  background: var(--gold);
}

.btn__arrow {
  width: clamp(16px, 1.3vw, 19px);
  height: clamp(16px, 1.3vw, 19px);
}

.phone {
  flex: 0 0 auto;
  width: clamp(176px, 18vw, 230px);
  aspect-ratio: 9 / 18.5;
  padding: 9px;
  border-radius: 30px;
  background: linear-gradient(155deg, #2b2823, #0b0a09);
  border: 1px solid rgba(183, 138, 81, 0.3);
  box-shadow: -26px 34px 60px rgba(0, 0, 0, 0.7);
  transform: perspective(1600px) rotateY(-18deg) rotateX(4deg) rotateZ(5deg);
  transform-origin: 65% 50%;
  transition: transform 0.5s ease;
}

.phone:hover {
  transform: perspective(1600px) rotateY(-8deg) rotateX(2deg) rotateZ(2deg);
}

.phone__screen {
  position: relative;
  height: 100%;
  padding: 12px 9px 9px;
  overflow: hidden;
  color: #d8d2c8;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(8px, 0.82vw, 10px);
  background: #0e0d0c;
  border-radius: 22px;
}

.ava__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9em;
  color: #8c857b;
  font-size: 0.95em;
}

.ava__head {
  display: flex;
  align-items: flex-start;
  gap: 0.7em;
}

.ava__avatar {
  flex: 0 0 auto;
  width: 3.1em;
  height: 3.1em;
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 50%;
  border: 1px solid rgba(183, 138, 81, 0.5);
  order: 2;
  margin-left: auto;
}

.ava__info {
  flex: 1 1 auto;
}

.ava__name {
  margin: 0;
  color: #f0ebe2;
  font-size: 1.1em;
  font-weight: 600;
  white-space: nowrap;
}

.ava__rating {
  margin: 0.25em 0 0;
  color: #a69f95;
  font-size: 0.85em;
}

.ava__rating .stars {
  color: var(--gold);
  letter-spacing: 0.05em;
}

.ava__sub {
  margin: 0.2em 0 0;
  color: #6f685f;
  font-size: 0.82em;
}

.ava__actions {
  display: flex;
  gap: 0.5em;
  margin: 1em 0;
}

.ava__btn {
  flex: 1 1 auto;
  padding: 0.7em;
  color: #0a0807;
  font-size: 0.95em;
  font-weight: 600;
  text-align: center;
  background: var(--gold);
  border-radius: 0.45em;
}

.ava__fav {
  display: grid;
  place-items: center;
  width: 2.6em;
  color: #a69f95;
  border: 1px solid #3a3631;
  border-radius: 0.45em;
}

.ava__section {
  margin: 0.2em 0 0.6em;
  color: #f0ebe2;
  font-size: 1.05em;
  font-weight: 600;
}

.ava__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3em;
}

.ava__grid img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  border-radius: 0.2em;
}

@media (max-width: 980px) {
  .header {
    grid-template-columns: clamp(140px, 18vw, 184px) minmax(0, 1fr) minmax(150px, max-content);
    gap: clamp(12px, 1.8vw, 18px);
  }

  .nav {
    flex-wrap: wrap;
    gap: 10px clamp(12px, 1.8vw, 18px);
  }

  .contacts {
    gap: 8px;
  }

  .socials a {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }

  .master-card {
    top: clamp(170px, 26vh, 240px);
    right: clamp(20px, 4vw, 48px);
    width: clamp(190px, 28vw, 240px);
    font-size: 16px;
    line-height: 1.28;
  }

  .master-card__signature {
    font-size: clamp(54px, 8vw, 72px);
    line-height: 0.72;
    letter-spacing: -0.02em;
  }

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

  .why {
    padding-right: clamp(18px, 4vw, 72px);
    padding-bottom: clamp(28px, 4vw, 48px);
  }

  .info-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-right: clamp(18px, 4vw, 40px);
    padding-left: clamp(18px, 4vw, 40px);
  }

  .terms-band {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(24px, 3vw, 36px) 0;
  }

  .term:not(:nth-child(4n + 1)) {
    border-left: 0;
  }

  .term:not(:nth-child(2n + 1)) {
    border-left: 1px solid rgba(183, 138, 81, 0.16);
  }

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

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 5vw, 44px);
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: auto;
    padding: 18px 20px 30px;
  }

  .hero__content {
    width: min(100%, 540px);
    margin-top: 52px;
  }

  .contacts {
    display: none;
  }
}

@media (max-width: 680px) {
  .master-card {
    display: none;
  }
}

@media (max-width: 620px) {
  .page-shell {
    border: 0;
  }

  .hero {
    padding: 15px 15px 28px;
  }

  .hero__photo {
    background-position: 59% top;
  }

  .header {
    display: block;
  }

  .nav {
    margin-top: 12px;
    font-size: 11px;
  }

  .hero__content {
    margin-top: 44px;
  }

  h1 {
    display: block;
    max-width: 9ch;
    white-space: normal;
    transform: none;
  }

  .hero__tagline {
    gap: 10px;
    font-size: 13px;
    letter-spacing: 0.24em;
  }

  .why__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 14px;
  }

  .portfolio-strip {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .panel {
    padding: 23px 22px;
  }

  .terms-band {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .term {
    padding-left: 0;
    padding-right: 0;
  }

  .term:not(:nth-child(2n + 1)) {
    border-left: 0;
  }

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

  .cta--book {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
    min-height: clamp(420px, 96vw, 520px);
    padding: clamp(26px, 7vw, 40px) clamp(20px, 6vw, 30px) clamp(30px, 9vw, 46px);
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.2) 0%, rgba(5, 4, 3, 0.5) 42%, rgba(5, 4, 3, 0.96) 100%),
      url("assets/studio_interior_v2.webp") 42% top / cover;
  }

  .cta--book .cta__text {
    width: 100%;
    max-width: none;
  }

  .cta--book h2 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .cta--book .btn {
    width: 100%;
    justify-content: center;
  }
}

.footer {
  border-top: 1px solid rgba(183, 138, 81, 0.18);
  background:
    radial-gradient(circle at 92% 6%, rgba(183, 138, 81, 0.1), transparent 22rem),
    linear-gradient(180deg, #000000, #030302 55%, #000000);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1fr 1.1fr;
  gap: clamp(28px, 4vw, 64px);
  padding:
    clamp(40px, 4.4vw, 70px)
    clamp(18px, 4vw, 72px)
    clamp(30px, 3vw, 46px);
}

.footer__col h3 {
  margin: 0 0 clamp(16px, 1.4vw, 22px);
  color: #e0d9ce;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer__col p {
  margin: 0 0 10px;
  color: #968d82;
  font-size: clamp(12.5px, 0.95vw, 14px);
  line-height: 1.6;
}

.footer__col > a {
  display: block;
  margin: 0 0 10px;
  color: #b8b0a5;
  font-size: clamp(12.5px, 0.95vw, 14px);
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}

.footer__col > a:hover {
  color: var(--gold);
}

.footer__brand .footer__logo {
  display: block;
  width: clamp(150px, 14vw, 196px);
  margin-bottom: clamp(16px, 1.6vw, 22px);
}

.footer__brand .footer__logo img {
  display: block;
  width: 100%;
}

.footer__brand .socials {
  margin-top: clamp(16px, 1.6vw, 22px);
}

.footer__col .btn {
  margin-top: 6px;
}

.footer__col a.btn {
  color: var(--gold);
}

.footer__col a.btn:hover {
  color: #0a0807;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  align-items: center;
  justify-content: space-between;
  padding:
    clamp(18px, 1.8vw, 26px)
    clamp(18px, 4vw, 72px);
  border-top: 1px solid rgba(183, 138, 81, 0.12);
}

.footer__bottom p {
  margin: 0;
  color: #6f685f;
  font-size: clamp(11px, 0.85vw, 12.5px);
  letter-spacing: 0.04em;
}

@media (max-width: 620px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: clamp(26px, 8vw, 36px);
  }

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

/* ======== Hero grain + parallax ======== */
.hero__grain {
  position: absolute;
  inset: -40px;
  z-index: -2;
  pointer-events: none;
  opacity: 0.06;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainShift 7s steps(6) infinite;
}

@keyframes grainShift {
  0% { transform: translate(0, 0); }
  20% { transform: translate(-8px, 6px); }
  40% { transform: translate(6px, -8px); }
  60% { transform: translate(-6px, -4px); }
  80% { transform: translate(8px, 8px); }
  100% { transform: translate(0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero__grain { animation: none; }
}

/* ======== Hero cinematic entrance ======== */
@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.eyebrow,
h1,
.hero__tagline,
.about-card,
.master-card {
  animation: heroRise 0.95s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.eyebrow { animation-delay: 0.12s; }
h1 { animation-delay: 0.26s; }
.hero__tagline { animation-delay: 0.46s; }
.master-card { animation-delay: 0.58s; }
.about-card { animation-delay: 0.66s; }

/* ======== Hero scroll cue ======== */
.hero__scroll {
  position: absolute;
  bottom: clamp(14px, 2.4vw, 30px);
  left: 50%;
  z-index: 6;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #9a9087;
  font: 600 9.5px/1 Oswald, Arial, sans-serif;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateX(-50%);
  opacity: 0;
  animation: heroRise 0.95s cubic-bezier(0.22, 0.61, 0.36, 1) 1s both;
  transition: color 0.25s ease;
}

.hero__scroll:hover { color: var(--gold); }

.hero__scroll-line {
  position: relative;
  width: 1px;
  height: 48px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(183, 138, 81, 0), rgba(183, 138, 81, 0.5));
}

.hero__scroll-line::after {
  position: absolute;
  top: -10px;
  left: -1.5px;
  width: 4px;
  height: 9px;
  content: "";
  background: var(--gold);
  border-radius: 2px;
  box-shadow: 0 0 9px rgba(183, 138, 81, 0.85);
  animation: scrollDot 2s cubic-bezier(0.7, 0, 0.3, 1) infinite;
}

@keyframes scrollDot {
  0% { opacity: 0; transform: translateY(0); }
  14% { opacity: 1; }
  78% { opacity: 1; }
  100% { opacity: 0; transform: translateY(56px); }
}

@media (max-width: 680px) {
  .hero__scroll { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .eyebrow,
  h1,
  .hero__tagline,
  .about-card,
  .master-card,
  .hero__scroll {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
  .master-card { transform: none; }
  h1 span { animation: none; background-position: 50% 50%; }
  .hero__scroll-line::after { animation: none; opacity: 0.8; top: 18px; }
}

/* ======== Sticky compact nav ======== */
.sitenav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  transform: translateY(-105%);
  background: rgba(7, 6, 5, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
  transition: transform 0.35s ease;
}

.sitenav.is-visible {
  transform: translateY(0);
}

.sitenav__inner {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  padding: clamp(8px, 1vw, 12px) clamp(16px, 4vw, 72px);
}

.sitenav__logo img {
  display: block;
  width: auto;
  height: clamp(34px, 3.4vw, 46px);
}

.sitenav__nav {
  display: flex;
  gap: clamp(12px, 1.6vw, 26px);
  margin-left: auto;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(11px, 0.86vw, 13px);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sitenav__nav a {
  position: relative;
  padding: 4px 0;
  color: #c8c0b6;
  opacity: 0.82;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.sitenav__nav a::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.sitenav__nav a:hover,
.sitenav__nav a.is-active {
  color: var(--gold);
  opacity: 1;
}

.sitenav__nav a.is-active::after {
  transform: scaleX(1);
}

.sitenav__cta {
  flex: 0 0 auto;
  padding: 9px 20px;
  color: #0a0807;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(11px, 0.9vw, 12.5px);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--gold);
  border: 1px solid var(--gold);
  transition: background 0.2s ease, color 0.2s ease;
}

.sitenav__cta:hover {
  color: var(--gold);
  background: transparent;
}

.sitenav__burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  width: 40px;
  height: 36px;
  padding: 0 8px;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.sitenav__burger span {
  height: 2px;
  background: var(--gold);
  transition: transform 0.25s ease, opacity 0.2s ease;
}

@media (max-width: 880px) {
  .sitenav__nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    flex-direction: column;
    gap: 0;
    padding: 8px clamp(16px, 4vw, 72px) 16px;
    background: rgba(7, 6, 5, 0.98);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }

  .sitenav__nav a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(183, 138, 81, 0.12);
  }

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

  .sitenav__cta {
    margin-left: auto;
  }

  .sitenav__burger {
    display: flex;
  }

  .sitenav.is-open .sitenav__burger span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .sitenav.is-open .sitenav__burger span:nth-child(2) {
    opacity: 0;
  }

  .sitenav.is-open .sitenav__burger span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

@media (max-width: 520px) {
  .sitenav__cta {
    display: none;
  }
}

/* ======== Section title helpers ======== */
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.5vw, 22px);
  margin: 0 auto clamp(12px, 1.4vw, 18px);
  color: #d8d1c6;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.section-title__deco {
  position: relative;
  width: clamp(40px, 8vw, 110px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.section-title__deco::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  content: "";
  border: 1px solid var(--gold);
  transform: translate(-50%, -50%) rotate(45deg);
}

.section-sub {
  max-width: 60ch;
  margin: 0 auto clamp(26px, 3vw, 44px);
  color: #968d82;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.6;
  text-align: center;
}

/* ======== Gallery ======== */
.gallery {
  padding:
    clamp(40px, 5vw, 78px)
    clamp(18px, 4vw, 72px)
    clamp(34px, 4vw, 56px);
  background:
    radial-gradient(circle at 80% 0%, rgba(183, 138, 81, 0.1), transparent 24rem),
    linear-gradient(180deg, #070605, #050403);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(8px, 1vw, 14px);
}

.gallery__item {
  position: relative;
  aspect-ratio: 3 / 4;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #0a0807;
  border: 1px solid rgba(183, 138, 81, 0.18);
  border-radius: 4px;
}

.gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05) brightness(0.9);
  transition: transform 0.5s ease, filter 0.3s ease;
}

.gallery__item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(5, 4, 3, 0) 40%, rgba(5, 4, 3, 0.5));
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.gallery__zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--gold);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  background: rgba(7, 6, 5, 0.7);
  border: 1px solid var(--gold);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery__item:hover img {
  transform: scale(1.07);
  filter: saturate(0.95) contrast(1.08) brightness(1);
}

.gallery__item:hover::after {
  opacity: 0.35;
}

.gallery__item:hover .gallery__zoom,
.gallery__item:focus-visible .gallery__zoom {
  opacity: 1;
  transform: translateY(0);
}

.gallery__cta {
  margin-top: clamp(26px, 3vw, 42px);
  text-align: center;
}

@media (max-width: 980px) {
  .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 520px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ======== Aftercare ======== */
.care {
  padding:
    clamp(40px, 5vw, 78px)
    clamp(18px, 4vw, 72px)
    clamp(34px, 4vw, 60px);
  background:
    radial-gradient(circle at 18% 10%, rgba(183, 138, 81, 0.1), transparent 22rem),
    linear-gradient(180deg, #050403, #080706);
}

.care__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
}

.care__step {
  position: relative;
  padding: clamp(22px, 2.4vw, 32px) clamp(18px, 2vw, 26px);
  overflow: hidden;
  border: 1px solid rgba(183, 138, 81, 0.2);
  border-radius: 6px;
  background: linear-gradient(180deg, #0b0908, #060504);
}

.care__num {
  display: block;
  margin-bottom: 12px;
  color: rgba(183, 138, 81, 0.55);
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1;
}

.care__step h3 {
  margin: 0 0 10px;
  color: #e0d9ce;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.care__step p {
  margin: 0;
  color: #a59c91;
  font-size: clamp(12.5px, 1vw, 14px);
  line-height: 1.6;
}

@media (max-width: 880px) {
  .care__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* ======== FAQ ======== */
.faq {
  padding:
    clamp(40px, 5vw, 78px)
    clamp(18px, 4vw, 72px)
    clamp(44px, 5vw, 74px);
  background:
    radial-gradient(circle at 82% 100%, rgba(183, 138, 81, 0.1), transparent 22rem),
    linear-gradient(180deg, #080706, #050403);
}

.faq__list {
  max-width: 860px;
  margin: 0 auto;
}

.faq__item {
  border-bottom: 1px solid rgba(183, 138, 81, 0.18);
}

.faq__item:first-child {
  border-top: 1px solid rgba(183, 138, 81, 0.18);
}

.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: clamp(16px, 1.8vw, 24px) 4px;
  color: #ded7cc;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: color 0.2s ease;
}

.faq__q:hover {
  color: var(--gold);
}

.faq__icon {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.faq__icon::before,
.faq__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: var(--gold);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq__icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq__icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.faq__item.is-open .faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq__a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.faq__a p {
  margin: 0;
  padding: 0 4px clamp(18px, 2vw, 26px);
  max-width: 70ch;
  color: #a59c91;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.65;
}

/* ======== Reviews ======== */
.reviews {
  padding:
    clamp(40px, 5vw, 78px)
    clamp(18px, 4vw, 72px)
    clamp(40px, 5vw, 70px);
  background:
    radial-gradient(circle at 18% 0%, rgba(183, 138, 81, 0.1), transparent 24rem),
    linear-gradient(180deg, #050403, #070605);
}

.reviews__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b6ab9d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.reviews__rating:hover {
  color: var(--gold);
}

.reviews__stars {
  color: var(--gold);
  letter-spacing: 2px;
}

.reviews__masonry {
  columns: 3;
  column-gap: clamp(12px, 1.4vw, 20px);
  max-width: 1180px;
  margin: 0 auto;
}

.review {
  display: inline-block;
  width: 100%;
  margin: 0 0 clamp(12px, 1.4vw, 20px);
  padding: clamp(18px, 1.8vw, 24px);
  break-inside: avoid;
  background: linear-gradient(160deg, rgba(20, 18, 16, 0.9), rgba(10, 9, 8, 0.9));
  border: 1px solid rgba(183, 138, 81, 0.16);
  border-radius: 10px;
}

.review__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review__ava {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #0a0807;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
  background: linear-gradient(150deg, #d6b27a, #b78a51);
  border-radius: 50%;
}

.review__id {
  min-width: 0;
  margin-right: auto;
}

.review__name {
  margin: 0;
  color: #ece5da;
  font-weight: 600;
  font-size: 14px;
}

.review__meta {
  margin: 2px 0 0;
  color: #8c8377;
  font-size: 11.5px;
}

.review__stars {
  flex: 0 0 auto;
  align-self: flex-start;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 1px;
}

.review__text {
  margin: 0 0 14px;
  color: #b3a99d;
  font-size: 13.5px;
  line-height: 1.6;
}

.review__link {
  color: var(--gold);
  font-family: Oswald, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.review__link:hover {
  border-bottom-color: var(--gold);
}

.reviews__cta {
  display: flex;
  width: max-content;
  margin: clamp(26px, 3vw, 40px) auto 0;
}

@media (max-width: 900px) {
  .reviews__masonry {
    columns: 2;
  }
}

@media (max-width: 600px) {
  .reviews__masonry {
    columns: 1;
  }
}

/* ======== Floating contact buttons ======== */
.floating {
  position: fixed;
  right: clamp(14px, 2vw, 26px);
  bottom: clamp(14px, 2vw, 26px);
  z-index: 45;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating__btn {
  display: flex;
  align-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  overflow: hidden;
  color: #f0ebe2;
  cursor: pointer;
  background: rgba(12, 10, 8, 0.92);
  border: 1px solid var(--gold);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  transition: width 0.3s ease, padding 0.3s ease, background 0.2s ease, transform 0.2s ease;
}

.floating__btn svg {
  flex: 0 0 auto;
  width: 54px;
  height: 24px;
  padding: 0 15px;
}

.floating__label {
  max-width: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transition: max-width 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.floating__btn:hover {
  width: 188px;
  transform: translateY(-1px);
}

.floating__btn:hover .floating__label {
  max-width: 140px;
  padding-right: 20px;
  opacity: 1;
}

.floating__btn--tg {
  color: #fff;
  background: #2aabee;
  border-color: #2aabee;
}

.floating__btn--call {
  color: var(--gold);
}

.floating__btn--book {
  color: #0a0807;
  background: var(--gold);
  border-color: var(--gold);
}

@media (max-width: 620px) {
  .floating__btn {
    width: 50px;
    height: 50px;
  }

  .floating__btn svg {
    width: 50px;
  }

  .floating__btn:hover {
    width: 50px;
  }

  .floating__btn:hover .floating__label {
    max-width: 0;
    padding-right: 0;
    opacity: 0;
  }
}

/* ======== Lightbox ======== */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 2vw, 26px);
  padding: clamp(16px, 4vw, 48px);
  background: rgba(3, 2, 2, 0.94);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: 0;
  max-width: min(92vw, 1100px);
}

.lightbox__img {
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border: 1px solid rgba(183, 138, 81, 0.3);
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
  transform: scale(0.96);
  transition: transform 0.3s ease;
}

.lightbox.is-open .lightbox__img {
  transform: scale(1);
}

.lightbox__caption {
  color: #cfc7bb;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(12px, 1.1vw, 15px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lightbox__close,
.lightbox__nav {
  display: grid;
  place-items: center;
  color: #e8e1d6;
  cursor: pointer;
  background: rgba(12, 10, 8, 0.7);
  border: 1px solid rgba(183, 138, 81, 0.4);
  border-radius: 50%;
  transition: background 0.2s ease, color 0.2s ease;
}

.lightbox__close:hover,
.lightbox__nav:hover {
  color: #0a0807;
  background: var(--gold);
}

.lightbox__nav {
  flex: 0 0 auto;
  width: clamp(42px, 4vw, 56px);
  height: clamp(42px, 4vw, 56px);
  font-size: 28px;
  line-height: 1;
}

.lightbox__close {
  position: absolute;
  top: clamp(14px, 2vw, 26px);
  right: clamp(14px, 2vw, 26px);
  width: 46px;
  height: 46px;
  font-size: 26px;
}

@media (max-width: 620px) {
  .lightbox__nav {
    position: absolute;
    bottom: 24px;
  }

  .lightbox__nav--prev { left: 24px; }
  .lightbox__nav--next { right: 24px; }
}

/* ======== Booking modal ======== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3vw, 40px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 2, 2, 0.9);
  backdrop-filter: blur(3px);
}

.modal__dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: 92vh;
  overflow-y: auto;
  padding: clamp(26px, 3.4vw, 44px);
  background:
    radial-gradient(circle at 80% -10%, rgba(183, 138, 81, 0.14), transparent 18rem),
    linear-gradient(180deg, #0c0a09, #060504);
  border: 1px solid rgba(183, 138, 81, 0.32);
  border-radius: 10px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.7);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.3s ease;
}

.modal.is-open .modal__dialog {
  transform: translateY(0) scale(1);
}

.modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  color: #cfc7bb;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: color 0.2s ease;
}

.modal__close:hover {
  color: var(--gold);
}

.modal__title {
  margin: 0 0 10px;
  color: #f1eae0;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.modal__sub {
  margin: 0 0 clamp(20px, 2.4vw, 28px);
  color: #968d82;
  font-size: clamp(13px, 1vw, 14.5px);
  line-height: 1.6;
}

.bform {
  display: grid;
  gap: clamp(12px, 1.4vw, 16px);
}

.bform__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 1.4vw, 16px);
}

.bform__field {
  display: grid;
  gap: 6px;
}

.bform__field > span {
  color: #b8b0a5;
  font-family: Oswald, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bform__field > span i {
  color: var(--gold);
  font-style: normal;
}

.bform input,
.bform select,
.bform textarea {
  width: 100%;
  padding: 12px 14px;
  color: var(--text);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(183, 138, 81, 0.28);
  border-radius: 6px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bform textarea {
  resize: vertical;
}

.bform input:focus,
.bform select:focus,
.bform textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(183, 138, 81, 0.2);
}

.bform input.is-invalid,
.bform select.is-invalid {
  border-color: #c0392b;
  box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.18);
}

.bform select option {
  background: #0c0a09;
}

.btn--solid {
  justify-content: center;
  color: #0a0807;
  background: var(--gold);
}

.btn--solid:hover {
  color: var(--gold);
  background: transparent;
}

.bform__submit {
  margin-top: 6px;
  width: 100%;
}

.bform__note {
  margin: 0;
  color: #6f685f;
  font-size: 11.5px;
  line-height: 1.5;
  text-align: center;
}

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

.bform-success {
  padding: clamp(10px, 2vw, 24px) 0 0;
  text-align: center;
}

.bform-success__mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto clamp(16px, 2vw, 24px);
  color: #0a0807;
  font-size: 32px;
  font-weight: 700;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(183, 138, 81, 0.16);
}

.bform-success .btn {
  margin-top: clamp(14px, 2vw, 22px);
}

body.no-scroll {
  overflow: hidden;
}

/* ============================================================
 * Visual polish: scroll-reveal, stats, micro-interactions,
 * section rhythm (grain + dividers), footer/reviews
 * ==========================================================*/

/* ---- Scroll reveal (class added by JS) ---- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ---- Unified film grain across the whole page ---- */
body::after {
  position: fixed;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

/* ---- Gold section dividers (seam between sections) ---- */
.stats,
.gallery,
.care,
.faq,
.reviews,
.cta-band {
  position: relative;
}

.gallery::before,
.care::before,
.faq::before,
.reviews::before,
.cta-band::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(90px, 18vw, 190px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(183, 138, 81, 0.55), transparent);
  transform: translateX(-50%);
}

/* ---- Stats band ---- */
.stats {
  padding: clamp(34px, 4vw, 62px) clamp(18px, 4vw, 72px);
  background:
    radial-gradient(circle at 50% 0%, rgba(183, 138, 81, 0.08), transparent 22rem),
    linear-gradient(180deg, #050403, #070605);
  border-top: 1px solid rgba(183, 138, 81, 0.1);
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1080px;
  margin: 0 auto;
}

.stats__item {
  position: relative;
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: clamp(6px, 1vw, 14px) clamp(8px, 1.5vw, 22px);
  text-align: center;
}

.stats__item + .stats__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 56%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(183, 138, 81, 0.4), transparent);
  transform: translateY(-50%);
}

.stats__num {
  display: inline-flex;
  align-items: flex-start;
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(36px, 4.6vw, 62px);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  background: linear-gradient(160deg, #f6deA4 0%, #c79a55 46%, #9c7339 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stats__plus {
  font-size: 0.6em;
  line-height: 1.2;
}

.stats__label {
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #968d82;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(22px, 6vw, 34px) 0;
  }

  .stats__item::before {
    display: none;
  }
}

/* ---- Micro-interactions: card lift + glow ---- */
.care__step,
.review,
.panel,
.why__item,
.gallery__item {
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease;
}

.care__step:hover,
.review:hover,
.panel:hover {
  transform: translateY(-5px);
  border-color: rgba(183, 138, 81, 0.45);
  box-shadow: 0 20px 44px -24px rgba(0, 0, 0, 0.92);
}

.why__item:hover {
  transform: translateY(-5px);
}

.gallery__item:hover {
  border-color: rgba(183, 138, 81, 0.6);
  box-shadow: 0 16px 36px -20px rgba(0, 0, 0, 0.9);
}

/* Buttons: lift + warm glow on hover */
.btn {
  transition:
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -10px rgba(183, 138, 81, 0.55);
}

/* Socials hover */
.socials a {
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.socials a:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(183, 138, 81, 0.14);
}

/* ---- Footer accent line ---- */
.footer {
  position: relative;
}

.footer::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: clamp(120px, 22vw, 240px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(183, 138, 81, 0.6), transparent);
  transform: translateX(-50%);
}

/* ---- Reviews: collapse with soft fade + show more ---- */
.reviews__wrap {
  position: relative;
}

.reviews__wrap.is-collapsed {
  max-height: clamp(640px, 82vh, 880px);
  overflow: hidden;
}

.reviews__fade {
  display: none;
}

.reviews__wrap.is-collapsed .reviews__fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 200px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 6, 6, 0) 0%, #060605 88%);
}

.reviews__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin: clamp(22px, 2.6vw, 34px) auto 0;
  padding: 6px 4px;
  color: var(--gold);
  font-family: Oswald, Arial, sans-serif;
  font-size: clamp(11px, 0.95vw, 13px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.reviews__toggle:hover {
  border-bottom-color: var(--gold);
}

.reviews__toggle svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.reviews__toggle.is-open svg {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
