:root {
  --ink: #191412;
  --paper: #f5f0e9;
  --cream: #fffaf4;
  --gold: #c69552;
  --rose: #bc6d88;
  --violet: #6d5bbf;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #d8d0c6;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

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

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

.site-shell {
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
  background: var(--paper);
  box-shadow: 0 0 90px rgba(41, 31, 27, 0.12);
}

.topbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px clamp(24px, 5vw, 76px);
  color: white;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.brand-mark {
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8d394, #d27398 55%, #7b68d4);
  box-shadow: 0 0 24px rgba(230, 166, 119, 0.65);
}

.top-phone {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 14px;
  font-weight: 600;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, 0.88fr);
  min-height: 100svh;
  background: var(--cream);
}

.hero-media {
  position: relative;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  background: #2d2623;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.03);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 11, 10, 0.6) 0%, transparent 36%),
    linear-gradient(90deg, transparent 64%, rgba(17, 12, 11, 0.28) 100%);
}

.lamp-detail {
  position: absolute;
  right: clamp(20px, 3vw, 44px);
  bottom: clamp(20px, 4vw, 48px);
  width: min(32%, 220px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px 999px 20px 20px;
  box-shadow: 0 20px 70px rgba(39, 24, 30, 0.34);
}

.lamp-detail::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(126, 86, 208, 0.12), rgba(189, 92, 133, 0.36));
  mix-blend-mode: color;
}

.lamp-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.lamp-detail span {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 15px;
  left: 14px;
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px clamp(34px, 6vw, 92px) 70px;
  background:
    radial-gradient(circle at 90% 14%, rgba(196, 108, 143, 0.18), transparent 30%),
    radial-gradient(circle at 20% 88%, rgba(213, 167, 100, 0.18), transparent 32%),
    var(--cream);
}

.eyebrow {
  margin: 0 0 28px;
  color: #7b6657;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.4vw, 108px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.84;
}

h1 > span {
  color: var(--ink);
}

h1 > em {
  display: inline-block;
  background: linear-gradient(110deg, #b5783f, #b76986 58%, #6452b1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 400;
}

h1 > small {
  display: block;
  max-width: 620px;
  margin-top: 24px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(25px, 2.2vw, 38px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.hero-lead {
  max-width: 590px;
  margin: 30px 0 0;
  color: #5e524b;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.58;
}

.offer-row {
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 24px;
  margin-top: 34px;
  padding: 17px 25px;
  border: 1px solid rgba(77, 56, 44, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 40px rgba(75, 54, 38, 0.08);
}

.offer-row > div:not(.offer-divider) {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.offer-row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.offer-row span {
  color: #78675c;
  font-size: 13px;
  font-weight: 600;
}

.offer-divider {
  width: 1px;
  height: 30px;
  background: rgba(50, 38, 31, 0.16);
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.top-phone:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(123, 94, 206, 0.5);
  outline-offset: 4px;
}

.button-primary {
  background: var(--ink);
  color: white;
  box-shadow: 0 12px 30px rgba(25, 20, 18, 0.18);
}

.button-secondary {
  border-color: rgba(25, 20, 18, 0.22);
}

.quick-details {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 28px;
  max-width: 650px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(69, 53, 45, 0.14);
}

.quick-details p {
  margin: 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.quick-details span {
  display: block;
  margin-bottom: 6px;
  color: #8d786b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.desktop-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.06em;
  transition: color 160ms ease;
}

.desktop-nav a:hover {
  color: white;
}

@media (min-width: 981px) {
  .desktop-nav a {
    color: rgba(25, 20, 18, 0.64);
  }

  .desktop-nav a:hover {
    color: var(--ink);
  }

  .top-phone {
    border-bottom-color: rgba(25, 20, 18, 0.28);
    color: var(--ink);
  }
}

.format-section,
.studio-section,
.contact-section {
  padding: clamp(84px, 11vw, 156px) clamp(20px, 7vw, 112px);
}

.format-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.format-section::before {
  position: absolute;
  top: -320px;
  right: -180px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(162, 90, 130, 0.24), transparent 68%);
  content: "";
}

.section-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.5fr 1.1fr 0.9fr;
  align-items: end;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto 76px;
}

.section-label {
  margin: 0;
  color: #a78f80;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-intro h2,
.studio-heading h2,
.hours-panel h2,
.contact-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.3vw, 82px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.section-intro > p:last-child,
.studio-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.65;
}

.spectrum-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 1400px;
  margin: 0 auto;
}

.spectrum-card {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.04);
}

.spectrum-card h3 {
  position: absolute;
  z-index: 2;
  right: clamp(30px, 4vw, 58px);
  bottom: 74px;
  left: clamp(30px, 4vw, 58px);
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(37px, 4vw, 66px);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.spectrum-card > p {
  position: absolute;
  z-index: 2;
  right: clamp(30px, 4vw, 58px);
  bottom: 34px;
  left: clamp(30px, 4vw, 58px);
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.card-index {
  position: relative;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.spectrum-orb {
  position: absolute;
  top: 26px;
  right: 7%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  filter: blur(2px);
}

.uv-orb {
  background: radial-gradient(circle at 34% 28%, #f4c4e0, #806ae5 45%, #33265f 72%);
  box-shadow: 0 0 100px rgba(118, 88, 211, 0.36);
}

.collagen-orb {
  background: radial-gradient(circle at 34% 28%, #fff0d8, #d18491 44%, #6d293d 74%);
  box-shadow: 0 0 100px rgba(206, 98, 128, 0.34);
}

.plus-mark {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 9px solid var(--ink);
  border-radius: 50%;
  background: white;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

.studio-section {
  background: #eee8df;
}

.studio-heading {
  display: grid;
  grid-template-columns: 0.6fr 1.3fr 0.8fr;
  align-items: end;
  gap: 38px;
  max-width: 1400px;
  margin: 0 auto 64px;
}

.studio-heading > p:last-child {
  color: #76675e;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr;
  gap: 18px;
  max-width: 1400px;
  margin: 0 auto;
}

.photo-grid figure {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
  background: #d7d0c7;
}

.photo-grid figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(17, 13, 12, 0.6));
  content: "";
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.photo-grid figure:hover img {
  transform: scale(1.025);
}

.photo-grid figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: white;
  font-size: 13px;
  font-weight: 650;
}

.photo-lamps img {
  object-position: center 25%;
}

.visit-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fffaf4;
}

.price-panel,
.hours-panel {
  min-height: 560px;
  padding: clamp(64px, 6vw, 104px) clamp(28px, 5.5vw, 88px);
}

.price-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 68% 28%, rgba(214, 126, 148, 0.32), transparent 32%),
    linear-gradient(135deg, #302426, #171313 65%);
  color: white;
}

.price-panel .section-label {
  color: #d5b49f;
}

.big-price {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-top: 24px;
}

.big-price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(105px, 11vw, 160px);
  font-weight: 400;
  letter-spacing: -0.085em;
  line-height: 0.78;
}

.big-price span {
  padding-bottom: 10px;
  color: #d8c4b7;
  font-size: 20px;
  font-weight: 650;
}

.price-note {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
}

.price-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.price-examples span {
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.hours-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hours-panel h2 {
  margin-top: 24px;
  font-size: clamp(44px, 4.2vw, 72px);
}

.hours-list {
  width: 100%;
  max-width: 760px;
  margin: 40px 0 0;
}

.hours-list > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(58, 44, 38, 0.13);
}

.hours-list dt,
.hours-list dd {
  margin: 0;
  font-size: 15px;
  font-weight: 650;
}

.hours-list dd {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.closed-row {
  color: #9c8678;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.86fr);
  align-items: center;
  gap: clamp(40px, 5vw, 80px);
  padding-top: clamp(80px, 8vw, 124px);
  padding-bottom: clamp(80px, 8vw, 124px);
  background: #ded5ca;
}

.contact-copy h2 {
  max-width: 680px;
  margin-top: 24px;
}

.phone-link {
  display: inline-block;
  margin-top: 46px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 4.5vw, 64px);
  letter-spacing: -0.045em;
}

.contact-note {
  max-width: 620px;
  margin: 24px 0 0;
  color: #76675e;
  font-size: 15px;
  line-height: 1.65;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.contact-call {
  background: var(--ink);
  color: white;
}

.contact-telegram {
  border-color: #2aabee;
  background: #2aabee;
  color: white;
}

.contact-telegram-app {
  border-color: #168ac7;
  background: #168ac7;
  color: white;
}

.contact-max {
  border-color: #5963e8;
  background: #5963e8;
  color: white;
}

.map-link {
  display: inline-block;
  margin-top: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(25, 20, 18, 0.34);
  font-size: 14px;
  font-weight: 650;
}

.contact-media {
  display: grid;
  grid-template-columns: minmax(180px, 0.62fr) minmax(280px, 1fr);
  align-items: end;
  gap: 18px;
}

.telegram-card {
  display: grid;
  padding: 12px 12px 18px;
  border: 1px solid rgba(72, 58, 50, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0 24px 70px rgba(40, 29, 25, 0.12);
  text-align: center;
}

.telegram-card img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.telegram-card strong {
  margin-top: 15px;
  font-size: 14px;
}

.telegram-card span {
  margin-top: 5px;
  color: #7a695f;
  font-size: 11px;
}

.share-card {
  width: 100%;
}

.share-card img {
  display: block;
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(40, 29, 25, 0.2);
}

.share-card a {
  display: block;
  margin-top: 16px;
  color: #6f5e55;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 34px clamp(20px, 7vw, 112px);
  background: var(--ink);
  color: white;
}

footer > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
}

footer > a:last-child {
  justify-self: end;
  font-size: 13px;
}

.footer-brand {
  font-size: 12px;
}

.mobile-call {
  display: none;
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

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

  .hero-media {
    height: min(68svh, 720px);
    min-height: 560px;
  }

  .hero-copy {
    padding-top: 72px;
  }

  .section-intro,
  .studio-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-intro > p:last-child,
  .studio-heading > p:last-child {
    max-width: 620px;
  }

  .photo-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .photo-lamps {
    display: none;
  }

  .visit-section {
    grid-template-columns: 1fr;
  }

  .price-panel,
  .hours-panel {
    min-height: auto;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-media {
    width: min(100%, 720px);
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .topbar {
    padding: 20px;
  }

  .top-phone {
    font-size: 0;
  }

  .top-phone::after {
    content: "Позвонить";
    font-size: 13px;
  }

  .format-section,
  .studio-section,
  .contact-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-media {
    height: 58svh;
    min-height: 430px;
  }

  .lamp-detail {
    width: 31%;
  }

  .hero-copy {
    padding: 54px 20px 52px;
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 10px;
  }

  h1 {
    font-size: clamp(50px, 17vw, 74px);
  }

  h1 > small {
    margin-top: 20px;
    font-size: 27px;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .offer-row {
    width: 100%;
    justify-content: space-between;
    gap: 13px;
    padding: 15px 18px;
  }

  .offer-row strong {
    font-size: 24px;
  }

  .hero-actions {
    display: grid;
  }

  .quick-details {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

  .spectrum-card {
    min-height: 390px;
    border-radius: 26px;
  }

  .spectrum-orb {
    width: 210px;
    height: 210px;
  }

  .plus-mark {
    top: 50%;
    width: 54px;
    height: 54px;
    border-width: 7px;
  }

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

  .photo-grid figure {
    min-height: 420px;
  }

  .photo-grid figure:not(.photo-large) {
    display: none;
  }

  .price-panel,
  .hours-panel {
    padding: 64px 20px;
  }

  .big-price strong {
    font-size: 112px;
  }

  .hours-list > div {
    align-items: flex-end;
  }

  .hours-list dt {
    max-width: 180px;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-media {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .phone-link {
    font-size: 33px;
  }

  .telegram-card {
    justify-self: center;
    width: min(72%, 240px);
  }

  .share-card {
    width: 100%;
    margin-top: 10px;
  }

  footer {
    grid-template-columns: 1fr;
    padding-bottom: 94px;
    text-align: center;
  }

  footer .brand,
  footer > a:last-child {
    justify-self: center;
  }

  .mobile-call {
    position: fixed;
    z-index: 20;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 999px;
    background: rgba(25, 20, 18, 0.94);
    box-shadow: 0 10px 40px rgba(20, 14, 12, 0.32);
    color: white;
    font-size: 14px;
    font-weight: 750;
    backdrop-filter: blur(14px);
  }
}

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

  .button {
    transition: none;
  }

  .photo-grid img {
    transition: none;
  }
}
