@import url("fonts.css");

/* ─ tokens ─────────────────────────────────────────────── */
:root {
  --bg: #f7f6f2;
  --panel: #ffffff;
  --sand: #efece4;
  --ink: #1b2320;
  --mut: #5f6b64;
  --line: #e2e0d8;
  --acc: #24503c;
  --acc-d: #1a3d2d;
  --acc-soft: #e6ede9;
  --shell: min(1280px, 100% - 48px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --r: 14px; /* shape lock: one radius everywhere */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Onest, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
h1,
h2,
h3 {
  font-family: Lora, Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}
p {
  margin: 0;
  text-wrap: pretty;
}
:focus-visible {
  outline: 2px solid var(--acc);
  outline-offset: 3px;
}
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--acc);
  font-weight: 700;
  margin-bottom: 16px;
}

/* ─ buttons ────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: var(--r);
  font:
    600 15.5px/1 Onest,
    sans-serif;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background 0.25s var(--ease),
    border-color 0.25s var(--ease),
    transform 0.12s var(--ease);
}
.btn--p {
  background: var(--acc);
  color: #fff;
}
.btn--p:hover {
  background: var(--acc-d);
}
.btn--g {
  border-color: #c6cdc7;
  color: var(--ink);
  background: transparent;
}
.btn--g:hover {
  border-color: var(--acc);
  background: var(--acc-soft);
}
.btn:active {
  transform: scale(0.985);
}
.btn--sm {
  min-height: 44px;
  padding: 0 20px;
  font-size: 14.5px;
}

/* ─ nav ────────────────────────────────────────────────── */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 74px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition:
    background 0.35s var(--ease),
    border-color 0.35s var(--ease);
}
.nav.is-stuck {
  background: #f7f6f2e6;
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
}
.nav__in {
  width: var(--shell);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.logo {
  font-family: Lora, serif;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
  margin-right: auto;
}
.logo b {
  color: var(--acc);
  font-weight: 600;
}
.nav__links {
  display: flex;
  gap: 26px;
}
.nav__links a {
  font-size: 15px;
  color: var(--mut);
  text-decoration: none;
  transition: color 0.2s;
}
.nav__links a:hover {
  color: var(--acc);
}

/* ─ hero: asymmetric split ─────────────────────────────── */
.hero {
  padding: 120px 0 clamp(48px, 8vh, 96px);
}
.hero__in {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.hero h1 {
  font-size: clamp(34px, 4.4vw, 60px);
  max-width: 17ch;
}
.hero h1 em {
  font-style: italic;
  color: var(--acc);
  line-height: 1.12;
  padding-bottom: 2px;
}
.hero p {
  margin-top: 24px;
  max-width: 46ch;
  color: var(--mut);
  font-size: clamp(16px, 1.4vw, 19px);
}
.hero__cta {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero__ph {
  position: relative;
}
.hero__ph img {
  width: 100%;
  border-radius: var(--r);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.hero__tag {
  position: absolute;
  left: -28px;
  bottom: 34px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 16px 20px;
  max-width: 250px;
  box-shadow: 0 18px 40px -24px #1b232059;
}
.hero__tag b {
  font-family: Lora, serif;
  font-size: 20px;
  display: block;
}
.hero__tag span {
  font-size: 13.5px;
  color: var(--mut);
}

/* ─ editorial intro ────────────────────────────────────── */
.sec {
  padding: clamp(64px, 9vh, 116px) 0;
}
.intro__in {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}
.intro p.lead {
  font-family: Lora, serif;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.35;
  letter-spacing: -0.015em;
}
.intro p.body {
  margin-top: 26px;
  color: var(--mut);
  max-width: 62ch;
}
.facts {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.facts div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.facts b {
  font-family: Lora, serif;
  font-size: 26px;
  font-weight: 600;
  min-width: 106px;
  color: var(--acc);
}
.facts span {
  font-size: 14.5px;
  color: var(--mut);
}

/* ─ gallery: rhythmic grid ─────────────────────────────── */
.gal {
  background: var(--sand);
}
.head h2 {
  font-size: clamp(30px, 4vw, 52px);
  max-width: 17ch;
}
.head p {
  margin-top: 18px;
  max-width: 56ch;
  color: var(--mut);
}
.gal__grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.gal figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--r);
  background: #ddd;
}
.gal figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}
.gal figure:hover img {
  transform: scale(1.04);
}
.g1 {
  grid-column: span 4;
  aspect-ratio: 16 / 11;
}
.g2 {
  grid-column: span 2;
  aspect-ratio: 3 / 4;
}
.g3 {
  grid-column: span 2;
  aspect-ratio: 1 / 1;
}
.g4 {
  grid-column: span 2;
  aspect-ratio: 1 / 1;
}
.g5 {
  grid-column: span 2;
  aspect-ratio: 1 / 1;
}
.g6 {
  grid-column: span 6;
  aspect-ratio: 24 / 8;
}
.gal__cap {
  margin-top: 22px;
  font-size: 14px;
  color: var(--mut);
}

/* ─ process rail ───────────────────────────────────────── */
.rail {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
}
.rail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  height: 1px;
  background: var(--line);
}
.step {
  position: relative;
  padding-top: 56px;
}
.step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--acc);
}
.step h3 {
  font-size: 21px;
}
.step p {
  margin-top: 12px;
  font-size: 15px;
  color: var(--mut);
}
.step small {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--acc);
  font-weight: 700;
}

/* ─ workshop split ─────────────────────────────────────── */
.shop__in {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.shop__ph {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.shop__ph img {
  width: 100%;
  border-radius: var(--r);
  object-fit: cover;
  aspect-ratio: 3 / 4;
}
.shop__ph img:first-child {
  margin-top: 40px;
}
.shop h2 {
  font-size: clamp(28px, 3.6vw, 46px);
}
.shop p {
  margin-top: 22px;
  color: var(--mut);
  max-width: 50ch;
}
.shop .quote {
  margin-top: 30px;
  padding-left: 22px;
  border-left: 3px solid var(--acc);
  font-family: Lora, serif;
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.42;
  color: var(--ink);
}

/* ─ faq accordion ──────────────────────────────────────── */
.faq {
  background: var(--sand);
}
.faq__in {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}
.acc {
  border-top: 1px solid var(--line);
}
.acc details {
  border-bottom: 1px solid var(--line);
}
.acc summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 44px 22px 0;
  position: relative;
  font-family: Lora, serif;
  font-size: clamp(18px, 1.9vw, 22px);
  font-weight: 600;
  line-height: 1.3;
}
.acc summary::-webkit-details-marker {
  display: none;
}
.acc summary::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 32px;
  width: 14px;
  height: 2px;
  background: var(--acc);
}
.acc summary::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 26px;
  width: 2px;
  height: 14px;
  background: var(--acc);
  transition: transform 0.3s var(--ease);
}
.acc details[open] summary::before {
  transform: rotate(90deg);
  opacity: 0;
}
.acc .a {
  padding: 0 0 24px;
  color: var(--mut);
  max-width: 60ch;
}
.acc .a b {
  color: var(--ink);
  font-weight: 600;
}

/* ─ quotes ─────────────────────────────────────────────── */
.quotes__grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}
.q {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.q:nth-child(1) {
  grid-column: span 5;
}
.q:nth-child(2) {
  grid-column: span 7;
}
.q:nth-child(3) {
  grid-column: span 7;
}
.q:nth-child(4) {
  grid-column: span 5;
}
.q p {
  font-family: Lora, serif;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.42;
}
.q footer {
  font-size: 13.5px;
  color: var(--mut);
  margin-top: auto;
}
.q--src {
  background: var(--acc-soft);
  border-color: #cddbd3;
}

/* ─ booking ────────────────────────────────────────────── */
.book__in {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: clamp(22px, 3vw, 38px);
  display: grid;
  gap: 20px;
}
.f {
  display: grid;
  gap: 8px;
}
.f label {
  font-size: 13.5px;
  font-weight: 600;
  color: #3c4642;
}
.f input,
.f select,
.f textarea {
  font:
    400 16px/1.4 Onest,
    sans-serif;
  color: var(--ink);
  background: #fbfaf7;
  border: 1px solid #cfd4cf;
  border-radius: var(--r);
  padding: 14px 15px;
  min-height: 50px;
  width: 100%;
}
.f textarea {
  min-height: 108px;
  resize: vertical;
}
.f input::placeholder,
.f textarea::placeholder {
  color: #77817b;
}
.f input:focus,
.f select:focus,
.f textarea:focus {
  border-color: var(--acc);
  outline: none;
}
.f small {
  font-size: 12.5px;
  color: var(--mut);
}
.f__err {
  display: none;
  font-size: 12.5px;
  color: #a3341f;
}
.f--err input {
  border-color: #a3341f;
}
.f--err .f__err {
  display: block;
}
.form__note {
  font-size: 12.5px;
  color: var(--mut);
}
.form__ok {
  display: none;
  border: 1px solid var(--acc);
  border-radius: var(--r);
  background: var(--acc-soft);
  padding: 18px;
  font-size: 15px;
}
form.is-sent .form__ok {
  display: block;
}
form.is-sent .f,
form.is-sent .btn,
form.is-sent .form__note {
  display: none;
}
.book h2 {
  font-size: clamp(30px, 4vw, 52px);
}
.book__side {
  margin-top: 30px;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.book__side div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.book__side span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mut);
  margin-bottom: 6px;
}
.book__side a,
.book__side b {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.book__side a:hover {
  color: var(--acc);
}

/* ─ footer ─────────────────────────────────────────────── */
.foot {
  background: var(--ink);
  color: #c9d0cb;
  padding: 46px 0 56px;
  font-size: 13.5px;
}
.foot__in {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 40px;
  justify-content: space-between;
}
.concept {
  max-width: 64ch;
  line-height: 1.65;
}
.concept b {
  color: #fff;
  font-weight: 600;
}

/* ─ reveal ─────────────────────────────────────────────── */
.rv {
  opacity: 0;
  transform: translateY(22px);
}
.rv.is-in {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.75s var(--ease),
    transform 0.75s var(--ease);
  transition-delay: var(--d, 0ms);
}
.clip img {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.05s var(--ease);
}
.clip.is-in img {
  clip-path: inset(0 0 0 0);
}

/* ─ responsive ─────────────────────────────────────────── */
@media (max-width: 1000px) {
  :root {
    --shell: min(1280px, 100% - 32px);
  }
  .nav__links {
    display: none;
  }
  .hero {
    padding-top: 104px;
  }
  .hero__in,
  .intro__in,
  .shop__in,
  .faq__in,
  .book__in {
    grid-template-columns: 1fr;
  }
  .hero__ph {
    order: -1;
  }
  .hero__tag {
    left: 16px;
    bottom: 16px;
  }
  .gal__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .g1,
  .g6 {
    grid-column: span 2;
    aspect-ratio: 16 / 11;
  }
  .g2,
  .g3,
  .g4,
  .g5 {
    grid-column: span 1;
    aspect-ratio: 1 / 1;
  }
  .rail {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .rail::before {
    left: 7px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
  }
  .step {
    padding: 0 0 34px 34px;
  }
  .step::before {
    top: 4px;
  }
  .q:nth-child(n) {
    grid-column: span 12;
  }
  .shop__ph img:first-child {
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  body {
    font-size: 16px;
  }
  .hero__cta .btn {
    width: 100%;
  }
  .gal__grid {
    grid-template-columns: 1fr;
  }
  .g2,
  .g3,
  .g4,
  .g5 {
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  .rv {
    opacity: 1;
    transform: none;
  }
  .clip img {
    clip-path: none;
  }
}

/* ═ внутренние страницы ══════════════════════════════════ */
body.inner {
  padding-top: 72px;
}
body.inner .nav {
  background: #0d0e0ee6;
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.phead {
  padding: clamp(48px, 8vh, 96px) 0 clamp(28px, 4vh, 48px);
  border-bottom: 1px solid var(--line);
}
.phead h1 {
  font-size: clamp(34px, 5.6vw, 76px);
  max-width: 17ch;
}
.phead p {
  margin-top: 20px;
  max-width: 60ch;
  color: var(--mut);
}
.phead .eyebrow {
  display: block;
  margin-bottom: 16px;
}

/* фильтр */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 44px;
}
.chip {
  font:
    600 14px/1 Manrope,
    sans-serif;
  color: var(--mut);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 12px 18px;
  min-height: 44px;
  cursor: pointer;
  transition:
    color 0.2s,
    border-color 0.2s,
    background 0.2s;
}
.chip:hover {
  color: var(--ink);
  border-color: #4a504e;
}
.chip.is-on {
  background: var(--acc);
  border-color: var(--acc);
  color: #fff;
}
.galgroup__t {
  font-size: clamp(22px, 2.6vw, 34px);
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 26px;
}
.galgroup__t span {
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mut);
}
.gal2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gal2 figure {
  margin: 0;
  overflow: hidden;
  background: var(--bg2);
}
.gal2 img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  cursor: zoom-in;
  transition:
    transform 0.7s var(--ease),
    opacity 0.3s;
}
.gal2 figure:hover img {
  transform: scale(1.045);
}

/* лайтбокс */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  background: #070808f2;
  padding: 24px;
}
.lightbox.is-on {
  display: flex;
}
.lightbox img {
  max-width: min(1200px, 96vw);
  max-height: 90vh;
  object-fit: contain;
}
.lightbox__x {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 48px;
  height: 48px;
  font-size: 30px;
  line-height: 1;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
}

/* до / после */
.cmpgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
.cmp {
  margin: 0;
}
.cmp__box {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  cursor: ew-resize;
  background: var(--bg2);
  aspect-ratio: 16 / 10;
}
.cmp__box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
.cmp__clip {
  position: absolute;
  inset: 0;
  clip-path: inset(0 50% 0 0);
}
.cmp__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--acc);
  transform: translateX(-1px);
}
.cmp__handle i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  border: 2px solid var(--acc);
  background: #0d0e0ecc;
}
.cmp__handle i::before,
.cmp__handle i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--acc);
  border-left: 2px solid var(--acc);
}
.cmp__handle i::before {
  left: 11px;
  transform: translateY(-50%) rotate(-45deg);
}
.cmp__handle i::after {
  right: 11px;
  transform: translateY(-50%) rotate(135deg);
}
.cmp__lbl {
  position: absolute;
  bottom: 12px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 11px;
  background: #0d0e0ecc;
  color: var(--ink);
}
.cmp__lbl--a {
  left: 12px;
}
.cmp__lbl--b {
  right: 12px;
  background: var(--acc);
  color: #fff;
}
.cmp figcaption {
  margin-top: 14px;
  font-size: 14.5px;
  color: var(--mut);
}

/* про нас */
.about__in {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}
.about__txt .lead {
  font-family: Unbounded, sans-serif;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.03em;
}
.about__txt p + p {
  margin-top: 20px;
  color: var(--mut);
}
.about__ph {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.about__ph img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.about__ph img:first-child {
  margin-top: 34px;
}
.facts2 {
  background: var(--bg2);
  border-block: 1px solid var(--line);
}
.facts2 h2,
.sec > .shell > h2 {
  font-size: clamp(26px, 3.4vw, 44px);
  margin-bottom: 34px;
}
.facts2__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.facts2__grid div {
  background: var(--bg2);
  padding: 28px 24px;
}
.facts2__grid b {
  display: block;
  font-family: Unbounded, sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  letter-spacing: -0.04em;
}
.facts2__grid span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: var(--mut);
}
.spec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.spec__b {
  background: var(--bg);
  padding: 30px;
}
.spec__b h3 {
  font-size: 19px;
}
.spec__b p {
  margin-top: 12px;
  color: var(--mut);
  font-size: 15.5px;
}

/* контакты */
.contacts__in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.mapwrap {
  margin-top: 34px;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 10;
}
.mapwrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: invert(0.92) hue-rotate(180deg) saturate(0.5);
}

/* полоса CTA */
.bandcta {
  background: var(--bg2);
  border-top: 1px solid var(--line);
}
.bandcta__in {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.bandcta h2 {
  font-size: clamp(24px, 3vw, 40px);
  max-width: 20ch;
}
.bandcta p {
  margin-top: 12px;
  color: var(--mut);
  max-width: 46ch;
}

@media (max-width: 1000px) {
  .gal2 {
    grid-template-columns: 1fr 1fr;
  }
  .cmpgrid,
  .about__in,
  .contacts__in {
    grid-template-columns: 1fr;
  }
  .facts2__grid {
    grid-template-columns: 1fr 1fr;
  }
  .about__ph img:first-child {
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .gal2 {
    grid-template-columns: 1fr;
  }
  .spec,
  .facts2__grid {
    grid-template-columns: 1fr;
  }
  .bandcta__in .btn {
    width: 100%;
  }
}

/* ═ внутренние страницы: перекрытия для светлой вариации ══ */
:root {
  --bg2: var(--sand);
  --bg3: var(--panel);
}
body.inner {
  padding-top: 74px;
}
body.inner .nav {
  background: #f7f6f2e6;
  border-bottom-color: var(--line);
}
.chip {
  font-family: Onest, sans-serif;
  background: var(--panel);
}
.chip:hover {
  color: var(--ink);
  border-color: var(--acc);
  background: var(--acc-soft);
}
.galgroup__t span {
  font-family: Onest, sans-serif;
}
.gal2 figure {
  background: var(--panel);
  border-radius: var(--r);
}
.gal2 img {
  border-radius: var(--r);
}
.lightbox {
  background: #1b2320f2;
}
.lightbox img {
  border-radius: var(--r);
}
.lightbox__x {
  color: #fff;
  border-color: #ffffff55;
  border-radius: var(--r);
}
.cmp__box {
  border-radius: var(--r);
  background: var(--panel);
}
.cmp__handle i {
  background: #ffffffe6;
  border-radius: 50%;
}
.cmp__lbl {
  background: #ffffffe0;
  color: var(--ink);
  border-radius: 8px;
}
.cmp__lbl--b {
  background: var(--acc);
  color: #fff;
}
.about__txt .lead {
  font-family: Lora, serif;
  letter-spacing: -0.015em;
  line-height: 1.35;
}
.facts2 {
  background: var(--sand);
}
.facts2__grid {
  border-radius: var(--r);
  overflow: hidden;
}
.facts2__grid div {
  background: var(--panel);
}
.facts2__grid b {
  font-family: Lora, serif;
  color: var(--acc);
  letter-spacing: -0.02em;
}
.spec {
  border-radius: var(--r);
  overflow: hidden;
}
.spec__b {
  background: var(--panel);
}
.mapwrap {
  border-radius: var(--r);
  overflow: hidden;
}
.mapwrap iframe {
  filter: none;
}
.bandcta {
  background: var(--sand);
}
.about__ph img {
  border-radius: var(--r);
}
