:root {
  --black: #11100e;
  --ink: #191714;
  --wood: #d3a66c;
  --wood-light: #f0d2a7;
  --red: #c62920;
  --line: rgba(211, 166, 108, 0.23);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--black);
  color: var(--wood-light);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  max-width: 1180px;
  margin: auto;
  padding: 0 28px;
}
.eyebrow {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
#benefits .eyebrow {
  margin-top: 18px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  background: var(--red);
  padding: 15px 23px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: 0.25s;
}
.button:hover {
  background: #e03a30;
  transform: translateY(-2px);
}
nav {
  height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.logo {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  line-height: 0.9;
}
.logo small {
  font-family: Manrope, sans-serif;
  display: block;
  font-size: 0.48rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 7px 0 0 2px;
  color: var(--wood);
}
.header-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.header-logo .logo-mark {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  line-height: 1;
}
.header-logo .logo-title {
  color: var(--wood);
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}
.navlinks {
  display: flex;
  gap: 28px;
  font-size: 0.78rem;
  color: #d0ae80;
}
.navlinks a:hover {
  color: var(--red);
}
.hero {
  padding: 80px 0 105px;
  min-height: 660px;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  width: 610px;
  height: 610px;
  right: -100px;
  top: 20px;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(211, 166, 108, 0.025),
    0 0 0 140px rgba(211, 166, 108, 0.02);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero h1 {
  font:
    600 clamp(3.1rem, 7.5vw, 6.4rem)/0.96 "Playfair Display",
    serif;
  letter-spacing: -0.055em;
  margin: 18px 0 28px;
  max-width: 680px;
}
.hero h1 em {
  color: var(--red);
  font-weight: 600;
}
.lead {
  max-width: 480px;
  color: #c1a37a;
  font-size: 1rem;
  margin: 0 0 34px;
}
.hero-art {
  height: 440px;
  position: relative;
}
.sun {
  width: 290px;
  height: 290px;
  border: 1px solid var(--wood);
  border-radius: 50%;
  position: absolute;
  right: 72px;
  top: 56px;
}
.brush {
  position: absolute;
  width: 325px;
  height: 21px;
  background: var(--red);
  right: 8px;
  top: 177px;
  transform: rotate(-28deg);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.brush:after {
  content: "";
  position: absolute;
  right: -80px;
  top: 0;
  border-top: 10.5px solid transparent;
  border-bottom: 10.5px solid transparent;
  border-left: 80px solid var(--wood-light);
}
.paint {
  position: absolute;
  width: 130px;
  height: 145px;
  right: 132px;
  top: 127px;
  background: var(--wood);
  clip-path: polygon(50% 0, 100% 35%, 82% 100%, 18% 100%, 0 35%);
}
.art-note {
  position: absolute;
  right: 22px;
  bottom: 5px;
  color: var(--wood);
  font:
    italic 1.05rem "Playfair Display",
    serif;
  transform: rotate(-6deg);
}
section {
  padding: 108px 0;
  border-top: 1px solid var(--line);
}
h2 {
  font:
    600 clamp(2.3rem, 4vw, 4rem)/1.04 "Playfair Display",
    serif;
  letter-spacing: -0.04em;
  margin: 12px 0 0;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 46px;
}
.section-top p {
  color: #b79870;
  max-width: 390px;
  margin: 0;
}
.gallery {
  background: #181511;
}
.gallery-stage {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 18px;
  min-height: 410px;
  align-items: center;
}
.card {
  height: 310px;
  position: relative;
  overflow: hidden;
  background: #29231d;
  transition:
    height 650ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 450ms ease,
    box-shadow 650ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: height;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) sepia(0.16);
  transition:
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 650ms ease;
}
.card:hover img {
  transform: scale(1.06);
}
.card.active {
  height: 410px;
}
.card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 45%, rgba(11, 9, 7, 0.87));
}
.caption {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 18px;
  font:
    600 1.18rem/1.15 "Playfair Display",
    serif;
  transition:
    opacity 350ms ease,
    transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.caption span {
  display: block;
  font:
    500 0.67rem Manrope,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--wood);
  margin-bottom: 7px;
}
.gallery-controls {
  display: flex;
  gap: 10px;
  margin-top: 25px;
  justify-content: center;
}
.circle {
  border: 1px solid var(--wood);
  background: transparent;
  color: var(--wood);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
}
.circle:hover {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}
.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.benefit-list {
  margin-top: 35px;
}
.benefit {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.number {
  font:
    italic 1.75rem "Playfair Display",
    serif;
  color: var(--red);
}
.benefit h3 {
  font-size: 1rem;
  margin: 0 0 6px;
}
.benefit p {
  font-size: 0.87rem;
  color: #b79870;
  margin: 0;
}
.quote {
  border-left: 3px solid var(--red);
  padding: 35px 0 35px 33px;
  align-self: center;
}
.quote p {
  font:
    600 2rem/1.15 "Playfair Display",
    serif;
  margin: 0 0 19px;
}
.quote cite {
  font-style: normal;
  font-size: 0.75rem;
  color: var(--wood);
}
.prices {
  background: #181511;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.price {
  border: 1px solid var(--line);
  padding: 31px;
  min-height: 255px;
  display: flex;
  flex-direction: column;
}
.price.featured {
  background: var(--red);
  border-color: var(--red);
}
.price h3 {
  font:
    600 1.55rem "Playfair Display",
    serif;
  margin: 0;
}
.price p {
  font-size: 0.82rem;
  color: #b79870;
  margin: 13px 0;
}
.featured p {
  color: #ffe3d1;
}
.cost {
  margin-top: auto;
  font:
    600 2.35rem "Playfair Display",
    serif;
}
.cost small {
  font:
    500 0.72rem Manrope,
    sans-serif;
  color: inherit;
}
.price a {
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 21px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contacts-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
}
.phone {
  font:
    600 clamp(2rem, 3vw, 3.1rem)/1 "Playfair Display",
    serif;
  color: var(--wood);
  margin: 23px 0 15px;
}
.contacts-text {
  color: #b79870;
  max-width: 395px;
}
.details {
  margin: 27px 0;
  font-size: 0.87rem;
}
.details div {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.map {
  min-height: 405px;
  position: relative;
  background: #2c2720;
  overflow: hidden;
}
.map:before,
.map:after {
  content: "";
  position: absolute;
  width: 125%;
  height: 45px;
  background: #6b5740;
  opacity: 0.8;
  left: -14%;
  transform: rotate(-22deg);
}
.map:before {
  top: 97px;
}
.map:after {
  top: 262px;
  transform: rotate(13deg);
  background: #4e4031;
}
.road {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 125%;
  background: #b7a079;
  left: 53%;
  top: -10%;
  transform: rotate(33deg);
}
.pin {
  position: absolute;
  z-index: 2;
  left: 51%;
  top: 45%;
  width: 54px;
  height: 54px;
  border-radius: 50% 50% 50% 0;
  background: var(--red);
  transform: rotate(-45deg);
  box-shadow: 0 7px 18px #0008;
}
.pin:after {
  content: "Л.А.";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform: rotate(45deg);
  font-size: 0.7rem;
  font-weight: bold;
  color: white;
}
.map-label {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 17px;
  background: var(--black);
  padding: 10px 13px;
  font-size: 0.72rem;
}
.route-title {
  margin-top: 42px;
  font:
    600 1.55rem "Playfair Display",
    serif;
}
.route {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 17px;
}
.route img {
  width: 100%;
  height: 113px;
  object-fit: cover;
  filter: saturate(0.65) sepia(0.15);
}
.route span {
  display: block;
  font-size: 0.67rem;
  color: #b79870;
  margin-top: 7px;
}
footer {
  border-top: 1px solid var(--line);
  padding: 30px 0;
  color: #8e7353;
  font-size: 0.72rem;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 760px) {
  .wrap {
    padding: 0 20px;
  }
  .navlinks {
    display: none;
  }
  .hero {
    padding: 58px 0 64px;
    min-height: auto;
  }
  .hero-grid,
  .benefits,
  .contacts-grid {
    grid-template-columns: 1fr;
  }
  .hero-art {
    height: 290px;
    margin-top: 20px;
  }
  .sun {
    right: 10px;
    top: 10px;
    width: 220px;
    height: 220px;
  }
  .paint {
    right: 80px;
    top: 66px;
  }
  .brush {
    right: -30px;
    top: 120px;
  }
  .gallery-stage {
    grid-template-columns: 1fr 1fr;
    min-height: 280px;
  }
  .card {
    height: 230px;
  }
  .card:first-child {
    display: none;
  }
  .card.active {
    height: 280px;
  }
  .section-top {
    display: block;
  }
  .section-top p {
    margin-top: 18px;
  }
  .benefits {
    gap: 35px;
  }
  .price-grid {
    grid-template-columns: 1fr;
  }
  .price {
    min-height: 200px;
  }
  .route {
    grid-template-columns: 1fr 1fr;
  }
  .footer-row {
    gap: 14px;
    align-items: flex-start;
    flex-direction: column;
  }
  section {
    padding: 70px 0;
  }
}
/* Bright workshop palette: warm grey base, high-contrast playful accents. */
:root {
  --black: #625e5c;
  --ink: #211d2b;
  --wood: #a8dce6;
  --wood-light: #fffdfb;
  --red: #f1abc4;
  --purple: #8c70b7;
  --paper: #fffdfb;
  --line: rgba(255, 255, 255, 0.36);
}
body {
  background: var(--black);
  color: var(--paper);
}
.eyebrow {
  color: var(--wood);
  font-weight: 800;
}
.button {
  background: var(--red);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 4px 4px 0 var(--ink);
}
.button:hover {
  background: var(--wood);
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}
.logo small {
  color: var(--wood);
  font-weight: 800;
}
.navlinks {
  color: var(--paper);
  font-weight: 700;
}
.navlinks a:hover {
  color: var(--red);
}
.hero:after {
  border: 2px solid var(--wood);
  box-shadow:
    0 0 0 24px var(--purple),
    0 0 0 48px var(--red);
}
.hero h1 em {
  color: var(--red);
}
.lead {
  color: var(--paper);
}
.sun {
  background: var(--paper) url("image.png") center/cover no-repeat;
  border: 12px solid var(--purple);
  box-shadow: 5px 6px 0 var(--ink);
}
.paint,
.brush {
  display: none;
}
.art-note {
  color: var(--wood);
}
.section-top p,
.benefit p,
.contacts-text,
.route span {
  color: var(--paper);
}
.gallery {
  background: var(--purple);
}
.card {
  background: var(--ink);
  border: 2px solid var(--paper);
}
.card img {
  filter: saturate(1.18) contrast(1.08);
}
.card.active {
  border-color: var(--wood);
  box-shadow: 8px 8px 0 var(--red);
}
.card:not(.active) {
  opacity: 0.82;
  transform: scale(0.97);
  transition:
    opacity 450ms ease,
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}
.card.active img {
  transform: scale(1.04);
  filter: saturate(1.28) contrast(1.1);
}
.card:not(.active) .caption {
  opacity: 0.72;
  transform: translateY(10px);
}
.card:after {
  background: linear-gradient(transparent 43%, rgba(33, 29, 43, 0.9));
}
.caption span {
  color: var(--wood);
  font-weight: 800;
}
.circle {
  border: 2px solid var(--paper);
  color: var(--paper);
}
.circle:hover {
  color: var(--ink);
  background: var(--wood);
  border-color: var(--wood);
}
.number {
  color: var(--red);
}
.quote {
  border-left: 5px solid var(--wood);
}
.quote cite {
  color: var(--wood);
  font-weight: 700;
}
.prices {
  background: var(--paper);
  color: var(--ink);
  border-top: 0;
}
.prices .eyebrow {
  color: var(--purple);
}
.prices .section-top p,
.price p {
  color: var(--ink);
}
.price {
  border: 2px solid var(--ink);
}
.price.featured {
  background: var(--red);
  border-color: var(--ink);
  box-shadow: 8px 8px 0 var(--purple);
}
.featured p {
  color: var(--ink);
}
.price a {
  font-weight: 800;
}
.phone {
  color: var(--wood);
}
.map {
  background: var(--wood);
  border: 3px solid var(--ink);
}
.map:before {
  background: var(--paper);
  opacity: 0.9;
}
.map:after {
  background: var(--purple);
}
.road {
  background: var(--ink);
}
.pin {
  background: var(--red);
  box-shadow: 5px 6px 0 var(--ink);
}
.pin:after {
  color: var(--ink);
}
.map-label {
  background: var(--ink);
  color: var(--paper);
}
.map iframe {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 405px;
  border: 0;
}
.route img {
  filter: saturate(1.1) contrast(1.05);
}
footer {
  color: var(--paper);
}
.vk-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--paper);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--wood);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.vk-link:hover {
  color: var(--wood);
}
.vk-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--wood);
  color: var(--ink);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-decoration: none;
}
.vk-arrow {
  font-size: 1rem;
  text-decoration: none;
}
.contact-call {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 23px 0 19px;
}
.contact-call .phone {
  font-size: clamp(1.55rem, 2.4vw, 2.45rem);
  margin: 0;
}
.contact-call .call-button {
  margin: 0;
  padding: 12px 17px;
  white-space: nowrap;
}
.route-title,
.route {
  display: none;
}
#contacts .contacts-grid > div > br {
  display: none;
}
#contacts .contacts-grid > div:first-child > .eyebrow {
  margin-top: 18px;
}
#contacts .contacts-grid > div:first-child > .button:last-child {
  margin-bottom: 18px;
}
#contacts .contacts-grid > div:last-child {
  align-self: center;
}
#contacts .phone {
  display: inline-block;
  font-size: clamp(1.55rem, 2.4vw, 2.45rem);
  margin: 23px 14px 19px 0;
  vertical-align: bottom;
}
#contacts .call-button {
  margin: 0 0 19px;
  padding: 12px 17px;
  vertical-align: bottom;
  white-space: nowrap;
}
@media (max-width: 760px) {
  #contacts .contacts-grid > div:last-child {
    align-self: auto;
  }
}
@media (max-width: 420px) {
  #contacts .phone {
    display: block;
    margin-bottom: 12px;
  }
  #contacts .call-button {
    margin-bottom: 19px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .card,
  .card img,
  .caption {
    transition: none;
  }
}
