:root {
  --bg: #090909;
  --panel: #111114;
  --panel-2: #19191d;
  --text: #f4f1eb;
  --muted: #b9b2a8;
  --line: rgba(255, 255, 255, 0.14);
  --red: #e11d2e;
  --red-dark: #981523;
  --cognac: #c88448;
  --steel: #8b9298;
  --white: #fff;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::selection {
  background: var(--red);
  color: var(--white);
}

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

img {
  display: block;
  width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.topbar {
  align-items: center;
  background: rgba(9, 9, 9, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 16px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  text-transform: uppercase;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--red), #111);
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.nav {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.nav a,
.contact-link,
.lang-btn {
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}

.nav a:hover,
.contact-link:hover,
.lang-btn:hover,
.lang-btn.active {
  color: var(--white);
}

.contact-link {
  border: 1px solid transparent;
  font-weight: 800;
  white-space: nowrap;
}

.telegram-link {
  align-items: center;
  background: #252c34;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
  width: 38px;
}

.telegram-link:hover {
  background: #2f3741;
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.telegram-link svg {
  fill: var(--white);
  height: 22px;
  width: 22px;
}

.lang {
  border: 1px solid var(--line);
  display: inline-flex;
}

.lang-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  min-height: 34px;
  padding: 0 11px;
}

.lang-btn.active {
  background: var(--white);
  color: var(--bg);
}

.hero {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero-img {
  filter: grayscale(0.22) saturate(0.82) contrast(1.08) brightness(0.9);
  height: 100vh;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.05)),
    linear-gradient(0deg, #090909 0%, rgba(9, 9, 9, 0) 28%);
  position: absolute;
  inset: 0;
}

.hero-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 740px) minmax(260px, 360px);
  min-height: 100vh;
  padding: 140px clamp(18px, 5vw, 72px) 56px;
  position: relative;
  z-index: 1;
}

.hero-copy {
  align-self: end;
  min-width: 0;
}

.eyebrow,
.section-kicker {
  color: var(--cognac);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  margin: 0 0 18px;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.94;
  margin-bottom: 26px;
  max-width: 820px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.98;
  margin-bottom: 22px;
  text-transform: uppercase;
}

h3 {
  font-size: 22px;
  line-height: 1.08;
}

.hero-text,
.section-head p,
.intro-layout p,
.price-layout p,
.booking-copy p,
.terms-grid p,
.route-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.hero-text {
  max-width: 620px;
}

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

.btn {
  align-items: center;
  border: 1px solid var(--line);
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.btn:active,
.icon-btn:active,
.telegram-link:active {
  transform: translateY(1px);
}

.btn:disabled {
  cursor: wait;
  opacity: 0.58;
}

.btn-primary {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.btn-primary:hover {
  background: #ff263a;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-panel {
  align-self: end;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
}

.hero-panel div {
  background: rgba(10, 10, 11, 0.82);
  border-bottom: 1px solid var(--line);
  padding: 22px;
}

.hero-panel div:last-child {
  border-bottom: 0;
}

.hero-panel span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-panel strong {
  font-size: 32px;
  line-height: 1;
}

.section {
  padding: clamp(70px, 9vw, 132px) clamp(18px, 5vw, 72px);
}

.intro-band {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.intro-layout,
.price-layout,
.booking {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.intro-layout p,
.price-layout p {
  max-width: 620px;
}

.proof-strip {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(40px, 7vw, 86px);
}

.proof-strip div {
  border-right: 1px solid var(--line);
  padding: 24px 24px 10px 0;
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--white);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.05;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.proof-strip span {
  color: var(--muted);
  line-height: 1.45;
  max-width: 220px;
}

.gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.2fr 0.8fr;
  padding: 12px;
}

.gallery-item {
  background: var(--panel);
  min-height: 340px;
  overflow: hidden;
  position: relative;
}

.gallery-item.wide {
  grid-row: span 2;
  min-height: 694px;
}

.gallery-item img {
  filter: grayscale(0.18) saturate(0.86) contrast(1.06);
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 650ms ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent);
  bottom: 0;
  font-weight: 800;
  left: 0;
  padding: 70px 24px 24px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.section-head {
  max-width: 880px;
}

.route-grid,
.terms-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
}

.route-card,
.terms-grid article,
.price-card,
.booking-surface {
  background: var(--panel);
  border: 1px solid var(--line);
}

.route-card {
  min-height: 260px;
  padding: 24px;
}

.route-card span {
  color: var(--steel);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 58px;
}

.route-hot {
  background:
    linear-gradient(135deg, rgba(225, 29, 46, 0.42), rgba(17, 17, 20, 0.95)),
    var(--panel);
  border-color: rgba(225, 29, 46, 0.56);
}

.pricing {
  background: #f4f1eb;
  color: #101012;
}

.pricing .section-kicker,
.pricing .price-layout p {
  color: #7d3d20;
}

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

.price-card {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: #111;
  padding: 24px;
}

.price-card.active {
  background: #101012;
  color: var(--white);
}

.price-card.deposit {
  background: #9c5f35;
  color: var(--white);
}

.price-card span,
.price-card small {
  display: block;
  text-transform: uppercase;
}

.price-card span {
  color: #756d65;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 34px;
}

.price-card.active span {
  color: var(--cognac);
}

.price-card strong {
  display: block;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  margin-bottom: 12px;
}

.price-card small {
  color: #756d65;
  font-size: 12px;
}

.price-card.active small,
.price-card.deposit small,
.price-card.deposit span {
  color: rgba(255, 255, 255, 0.78);
}

.experience {
  background:
    linear-gradient(135deg, rgba(225, 29, 46, 0.14), transparent 38%),
    #0c0c0e;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
}

.experience-copy {
  position: sticky;
  top: 110px;
}

.experience-copy p,
.terms-head p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  max-width: 640px;
}

.experience-grid {
  display: grid;
  gap: 12px;
}

.experience-grid article {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 70px 0.8fr 1.2fr;
  min-height: 150px;
  padding: 24px;
}

.experience-grid span {
  color: var(--cognac);
  font-size: 13px;
  font-weight: 800;
}

.experience-grid h3 {
  margin: 0;
  text-transform: uppercase;
}

.experience-grid p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.booking {
  align-items: start;
}

.selection-box {
  border-left: 4px solid var(--red);
  margin-top: 32px;
  padding: 4px 0 4px 18px;
}

.selection-box span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.selection-box strong {
  font-size: 24px;
}

.booking-surface {
  box-shadow: var(--shadow);
  padding: clamp(18px, 3vw, 28px);
}

.calendar-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.calendar-head strong {
  font-size: 24px;
  text-transform: uppercase;
}

.icon-btn {
  align-items: center;
  background: var(--panel-2);
  border: 1px solid var(--line);
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 32px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.weekdays,
.calendar-grid {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.weekdays {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 6px;
  text-align: center;
  text-transform: uppercase;
}

.day {
  aspect-ratio: 1;
  background: #17171a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
}

.day:hover:not(:disabled) {
  border-color: var(--red);
}

.day:disabled {
  color: rgba(255, 255, 255, 0.22);
  cursor: not-allowed;
}

.day.busy {
  background: repeating-linear-gradient(135deg, #25252a, #25252a 6px, #151517 6px, #151517 12px);
  color: rgba(255, 255, 255, 0.38);
}

.day.pending {
  background: rgba(200, 132, 72, 0.18);
  border-color: rgba(200, 132, 72, 0.46);
  color: rgba(255, 255, 255, 0.52);
}

.day.picked {
  background: var(--red);
  border-color: var(--red);
}

.day.in-range {
  background: var(--red-dark);
}

.calendar-legend {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 16px;
  margin: 18px 0 24px;
}

.calendar-legend span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.calendar-legend i {
  display: inline-block;
  height: 10px;
  width: 10px;
}

.legend-free {
  background: #17171a;
  border: 1px solid var(--line);
}

.legend-busy {
  background: #404048;
}

.legend-pending {
  background: var(--cognac);
}

.legend-picked {
  background: var(--red);
}

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

label span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: #0c0c0e;
  border: 1px solid var(--line);
  color: var(--white);
  min-height: 48px;
  outline: none;
  padding: 12px;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--red);
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  color: var(--muted);
  font-size: 13px;
  grid-column: 1 / -1;
  line-height: 1.5;
  margin: 0;
}

.confirmation-panel {
  background:
    linear-gradient(135deg, rgba(225, 29, 46, 0.2), rgba(17, 17, 20, 0.96)),
    var(--panel);
  border: 1px solid rgba(225, 29, 46, 0.48);
  margin-top: 18px;
  padding: 24px;
}

.confirmation-panel[hidden] {
  display: none;
}

.confirmation-panel span {
  color: var(--cognac);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.confirmation-panel h3 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 14px;
}

.confirmation-panel p {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.terms-grid article {
  min-height: 220px;
  padding: 24px;
}

.terms-head {
  max-width: 900px;
}

.terms-grid h3 {
  color: var(--cognac);
  text-transform: uppercase;
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1.4fr;
  padding: 28px clamp(18px, 5vw, 72px);
}

.footer p {
  margin: 0;
}

.status-page {
  min-height: 100vh;
}

.status-topbar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 18px clamp(18px, 5vw, 72px);
}

.status-shell {
  padding: clamp(40px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.status-card {
  background:
    linear-gradient(135deg, rgba(225, 29, 46, 0.13), rgba(17, 17, 20, 0.96)),
    var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 1120px;
  padding: clamp(24px, 5vw, 56px);
}

.status-card h1 {
  font-size: clamp(36px, 7vw, 82px);
  margin-bottom: 16px;
}

.status-lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  max-width: 760px;
}

.status-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0;
}

.status-summary div,
.next-box {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  padding: 20px;
}

.status-summary span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.status-summary strong {
  font-size: 20px;
}

.progress-steps {
  counter-reset: none;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
}

.step {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  min-height: 130px;
  padding: 16px;
}

.step span {
  align-items: center;
  background: #25252a;
  color: var(--muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  margin-bottom: 22px;
  width: 30px;
}

.step strong {
  display: block;
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}

.step.done {
  background: rgba(225, 29, 46, 0.16);
  border-color: rgba(225, 29, 46, 0.5);
}

.step.done span {
  background: var(--red);
  color: var(--white);
}

.next-box h2 {
  font-size: clamp(24px, 4vw, 42px);
  margin-bottom: 12px;
}

.next-box p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.admin-page {
  min-height: 100vh;
}

.admin-shell {
  padding: clamp(34px, 5vw, 70px) clamp(18px, 5vw, 72px);
}

.admin-hero {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.admin-hero h1,
.admin-login h2,
.admin-card h2 {
  margin-bottom: 12px;
}

.admin-hero p,
.admin-login p,
.admin-card p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.admin-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.4fr);
}

.admin-login,
.admin-card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(20px, 3vw, 30px);
}

.admin-login {
  max-width: 620px;
}

.admin-login[hidden],
.admin-grid[hidden] {
  display: none;
}

.admin-login form,
.admin-date-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

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

.admin-card-head,
.admin-booking-top {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.admin-card-head span {
  align-items: center;
  background: var(--red);
  color: var(--white);
  display: inline-flex;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0 10px;
}

.admin-bookings {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.admin-booking,
.admin-empty {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  padding: 18px;
}

.admin-booking-top strong,
.admin-booking-top span {
  display: block;
}

.admin-booking-top strong {
  font-size: 22px;
  margin-bottom: 4px;
}

.admin-booking-top span {
  color: var(--cognac);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-booking-top a,
.admin-booking dd a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.admin-booking dl {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0;
}

.admin-booking dl div.wide {
  grid-column: 1 / -1;
}

.admin-booking dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.admin-booking dd {
  margin: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .topbar {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .header-actions {
    justify-content: space-between;
  }

  .hero-grid,
  .intro-layout,
  .price-layout,
  .experience,
  .booking,
  .admin-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .experience-copy {
    position: static;
  }

  .hero-panel {
    align-self: start;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-panel div {
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }

  .hero-panel div:last-child {
    border-right: 0;
  }

  .gallery,
  .route-grid,
  .proof-strip,
  .terms-grid,
  .status-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip div:nth-child(2) {
    border-right: 0;
  }

  .proof-strip div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .experience-grid article {
    grid-template-columns: 54px 1fr;
  }

  .experience-grid p {
    grid-column: 2;
  }

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

  .progress-steps {
    grid-template-columns: 1fr;
  }

  .gallery-item.wide {
    grid-column: 1 / -1;
    min-height: 460px;
  }
}

@media (max-width: 640px) {
  .topbar {
    padding: 12px 14px;
  }

  .brand {
    font-size: 13px;
  }

  .header-actions {
    align-items: stretch;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 38px auto;
    justify-content: start;
  }

  .contact-link {
    align-items: center;
    display: inline-flex;
    font-size: 10px;
    justify-content: center;
  }

  .lang-btn {
    min-height: 38px;
    padding: 0 9px;
  }

  .hero-text,
  .section-head p,
  .intro-layout p,
  .price-layout p,
  .booking-copy p,
  .terms-grid p,
  .route-card p {
    font-size: 16px;
  }

  .hero-grid {
    padding: 110px 18px 36px;
  }

  .hero-panel,
  .gallery,
  .route-grid,
  .proof-strip,
  .price-cards,
  .terms-grid,
  .booking-form,
  .status-summary {
    grid-template-columns: 1fr;
  }

  .proof-strip div,
  .proof-strip div:nth-child(2) {
    border-right: 0;
  }

  .proof-strip div {
    border-top: 1px solid var(--line);
    padding-right: 0;
  }

  .proof-strip div:first-child {
    border-top: 0;
  }

  .experience-grid article {
    grid-template-columns: 1fr;
  }

  .experience-grid p {
    grid-column: auto;
  }

  .admin-booking dl,
  .admin-actions-row {
    grid-template-columns: 1fr;
  }

  .hero-panel div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .gallery-item,
  .gallery-item.wide {
    min-height: 360px;
  }

  .section {
    padding: 64px 18px;
  }

  .calendar-head strong {
    font-size: 18px;
  }

  .day {
    font-size: 13px;
  }
}
