:root {
  --ink: #17130f;
  --coal: #11100f;
  --paper: #f7f1e8;
  --cream: #efe5d6;
  --sand: #d8bf97;
  --gold: #c69a55;
  --wine: #742936;
  --line: rgba(23, 19, 15, .13);
  --line-light: rgba(255, 255, 255, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f1e6d7;
  color: var(--ink);
  font-family: Manrope, sans-serif;
}

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

img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.header {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 84px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
}

.logo {
  font: 600 21px/1 Playfair Display, serif;
  letter-spacing: .16em;
}

.logo span {
  display: block;
  font: 500 7px/1.8 Manrope, sans-serif;
  letter-spacing: .35em;
  text-align: center;
  opacity: .65;
}

.nav {
  display: flex;
  gap: 36px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.nav a,
.header-link {
  transition: .3s ease;
}

.nav a:hover,
.header-link:hover {
  color: var(--sand);
}

.header-link {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.header-link span,
.btn span {
  margin-left: 14px;
}

.menu-btn {
  display: none;
}

.hero {
  min-height: 820px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 54% 46%;
  background:
    radial-gradient(circle at 15% 30%, rgba(116, 41, 54, .24), transparent 32%),
    radial-gradient(circle at 78% 14%, rgba(216, 191, 151, .1), transparent 28%),
    linear-gradient(135deg, #171412 0%, #0f0e0d 100%);
  color: #fff;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 180px 7vw 70px 8vw;
}

.eyebrow {
  margin: 0 0 28px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .26em;
}

.eyebrow span {
  width: 32px;
  height: 1px;
  background: var(--wine);
  display: inline-block;
}

.hero h1,
.section h2 {
  margin: 0;
  font: 500 clamp(58px, 7.1vw, 108px)/.94 Playfair Display, serif;
  letter-spacing: -.04em;
}

.hero h1 em,
.section h2 em {
  color: var(--sand);
  font-style: italic;
  font-weight: 500;
}

.hero-text {
  max-width: 510px;
  margin: 32px 0;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
}

.btn {
  min-width: 235px;
  padding: 19px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  cursor: pointer;
  background: transparent;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  transition: .3s ease;
}

.btn-dark {
  background: var(--wine);
  color: #fff;
}

.btn-outline {
  border: 1px solid rgba(23, 19, 15, .28);
  color: var(--ink);
}

.btn-light {
  width: 100%;
  margin-top: 12px;
  background: var(--cream);
  color: var(--ink);
}

.btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
}

.text-link {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.hero-stats {
  max-width: 540px;
  margin-top: 76px;
  padding-top: 25px;
  display: flex;
  gap: 46px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.hero-stats div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-stats strong {
  font: 500 25px Playfair Display, serif;
}

.hero-stats span {
  color: #8d8983;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.hero-visual {
  position: relative;
  z-index: 2;
  padding: 116px 6vw 38px 0;
}

.hero-frame {
  height: 665px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.hero-frame:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, .34));
}

.hero-frame img {
  height: 100%;
  filter: saturate(.68) contrast(1.04);
}

.floating-note {
  position: absolute;
  bottom: 12%;
  left: -55px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
}

.floating-note span,
.floating-note small {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.floating-note strong {
  margin: 7px 0;
  font: 500 17px Playfair Display, serif;
}

.vertical-text {
  position: absolute;
  right: 3vw;
  top: 50%;
  writing-mode: vertical-rl;
  color: #777;
  font-size: 8px;
  letter-spacing: .3em;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
}

.orbit-one {
  width: 560px;
  height: 560px;
  left: -220px;
  top: 90px;
}

.orbit-two {
  width: 280px;
  height: 280px;
  left: 42%;
  bottom: -150px;
}

.ticker {
  overflow: hidden;
  padding: 18px 0;
  background: linear-gradient(90deg, #5f202b 0%, #812f3d 50%, #5f202b 100%);
  color: #e7d6bd;
}

.ticker-track {
  width: max-content;
  display: flex;
  gap: 32px;
  align-items: center;
  animation: ticker 24s linear infinite;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.ticker-track i {
  font-style: normal;
  font-size: 12px;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.section {
  padding: 120px 7vw;
}

.about {
  position: relative;
  display: block;
  padding-bottom: 84px;
  border-bottom: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(198, 154, 85, .18), transparent 30%),
    radial-gradient(circle at 5% 86%, rgba(116, 41, 54, .06), transparent 30%),
    linear-gradient(180deg, #efe2d1 0%, #f8f1e8 72%, #f3e8d9 100%);
}

.about:after {
  content: "";
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 19, 15, .16), transparent);
}

.about-copy {
  max-width: 880px;
  margin: 0 auto;
}

.about h2,
.faq h2,
.contact h2 {
  font-size: clamp(48px, 5.4vw, 82px);
}

.vacancy-list {
  margin: 62px 0 44px;
  border-top: 1px solid var(--line);
}

.vacancy-list article {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 34px;
  align-items: start;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
  transition: transform .35s ease, border-color .35s ease;
}

.vacancy-list article > span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #17130f, #3a2b22);
  color: var(--cream);
  font: 500 16px Playfair Display, serif;
  box-shadow: inset 0 0 0 1px rgba(216, 191, 151, .22), 0 12px 25px rgba(23, 19, 15, .12);
}

.vacancy-list h3 {
  margin: 2px 0 10px;
  font: 500 24px Playfair Display, serif;
}

.vacancy-list p {
  max-width: 610px;
  margin: 0;
  color: #726a61;
  font-size: 12px;
  line-height: 1.8;
}

.vacancy-list article:hover {
  transform: translateX(8px);
  border-color: rgba(116, 41, 54, .24);
}

.benefits {
  position: relative;
  padding-top: 72px;
  padding-bottom: 118px;
  background:
    radial-gradient(circle at 16% 18%, rgba(116, 41, 54, .055), transparent 26%),
    radial-gradient(circle at 86% 78%, rgba(198, 154, 85, .14), transparent 30%),
    linear-gradient(180deg, #f3e8d9 0%, #efe2d1 100%);
}

.benefits:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 86px;
  background: linear-gradient(180deg, rgba(239, 226, 209, 0), #141210);
  pointer-events: none;
}

.care-block {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px 0 0;
  border-top: 1px solid rgba(23, 19, 15, .12);
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.care-block h3 {
  margin: 0;
  font: 500 clamp(44px, 5vw, 76px)/.96 Playfair Display, serif;
  letter-spacing: -.035em;
}

.care-block h3 em {
  color: var(--sand);
  font-style: italic;
}

.care-block ul {
  margin: 54px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
}

.care-block li {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 34px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  transition: transform .35s ease, border-color .35s ease;
}

.care-block li:first-child {
  padding-top: 0;
}

.care-block li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.care-block strong {
  display: block;
  margin-bottom: 9px;
  font: 500 22px Playfair Display, serif;
}

.care-block span {
  display: block;
  max-width: 610px;
  color: #726a61;
  font-size: 12px;
  line-height: 1.75;
}

.care-block li:hover {
  transform: translateX(8px);
  border-color: rgba(116, 41, 54, .24);
}

.steps {
  position: relative;
  padding-top: 62px;
  padding-bottom: 62px;
  background:
    radial-gradient(circle at 8% 8%, rgba(116, 41, 54, .2), transparent 28%),
    linear-gradient(180deg, #141210 0%, #0f0e0d 100%);
  color: #fff;
}

.steps:before {
  content: "";
  position: absolute;
  left: 7vw;
  right: 7vw;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 191, 151, .35), transparent);
}

.steps h2 {
  font-size: clamp(38px, 4.2vw, 58px);
}

.section-head.center {
  display: block;
  text-align: center;
}

.section-head.center .eyebrow {
  justify-content: center;
}

.steps-grid {
  max-width: 1050px;
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.step {
  position: relative;
  padding: 0 50px;
  text-align: center;
  transition: transform .35s ease;
}

.step > span {
  color: var(--sand);
  font: italic 34px Playfair Display, serif;
}

.step-line {
  height: 1px;
  margin: 15px 0;
  position: relative;
  background: #5e554b;
}

.step-line:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2px;
  left: 50%;
  border-radius: 50%;
  background: var(--sand);
}

.step h3 {
  margin: 0 0 8px;
  font: 500 19px Playfair Display, serif;
}

.step p {
  margin: 0;
  color: #8d867f;
  font-size: 10px;
  line-height: 1.65;
}

.step:hover {
  transform: translateY(-6px);
}

.faq {
  display: grid;
  grid-template-columns: 1fr 1.28fr;
  gap: 10vw;
  border-top: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(198, 154, 85, .13), transparent 28%),
    linear-gradient(180deg, #f7f1e8 0%, #f0e5d6 100%);
}

.faq-title > p:not(.eyebrow) {
  max-width: 350px;
  margin-top: 30px;
  color: #777;
  font-size: 12px;
  line-height: 1.8;
}

.faq-item {
  border-top: 1px solid var(--line);
  transition: border-color .3s ease, transform .3s ease;
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item button {
  width: 100%;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--ink);
  text-align: left;
  font: 500 18px Playfair Display, serif;
}

.faq-item button span {
  font: 300 20px Manrope, sans-serif;
  transition: .3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: .4s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 40px 25px 0;
  color: #777;
  font-size: 11px;
  line-height: 1.8;
}

.faq-item.active .faq-answer {
  max-height: 170px;
}

.faq-item.active button span {
  transform: rotate(45deg);
}

.faq-item:hover {
  border-color: rgba(116, 41, 54, .24);
  transform: translateX(4px);
}

.contact {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12vw;
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 191, 151, .16), transparent 26%),
    linear-gradient(135deg, #7a2a38 0%, #5f202b 58%, #35151b 100%);
  color: #fff;
}

.contact:after {
  content: "L";
  position: absolute;
  right: -60px;
  bottom: -80px;
  color: rgba(255, 255, 255, .025);
  font: 500 600px/.7 Playfair Display, serif;
  pointer-events: none;
}

.light-eye span {
  background: #d1b17b;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 450px;
  margin: 30px 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.8;
}

.contact-meta {
  display: flex;
  gap: 30px;
  color: #d8bf98;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.contact-form {
  position: relative;
  z-index: 1;
}

.contact-form label {
  display: block;
  margin-bottom: 24px;
  color: #d6b98c;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.contact-form input,
.contact-form select {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  background: transparent;
  color: #fff;
  outline: none;
  font: 500 17px Playfair Display, serif;
}

.contact-form select option {
  color: #111;
}

.contact-form small {
  display: block;
  margin-top: 15px;
  color: rgba(255, 255, 255, .45);
  font-size: 8px;
  line-height: 1.6;
}

footer {
  padding: 38px 7vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #151311;
  color: #fff;
}

footer p,
footer a {
  color: #777;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .13em;
}

footer .logo {
  color: #fff;
  font-size: 18px;
}

footer div {
  display: flex;
  gap: 25px;
}

.toast {
  position: fixed;
  z-index: 20;
  right: 25px;
  bottom: 25px;
  padding: 18px 25px;
  background: var(--cream);
  box-shadow: 0 10px 40px #0003;
  font-size: 11px;
  transform: translateY(100px);
  opacity: 0;
  transition: .4s ease;
}

.toast.show {
  transform: none;
  opacity: 1;
}

.telegram-float {
  --telegram-shift: 0px;
  position: fixed;
  z-index: 30;
  right: 0;
  top: 44%;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 11px 11px 11px 14px;
  border-radius: 28px 0 0 28px;
  background: #229ed9;
  color: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .2);
  transform: translateY(calc(-50% + var(--telegram-shift)));
  transition: transform .35s ease, background .3s ease, padding .3s ease;
}

.telegram-float:hover {
  padding-left: 19px;
  background: #168bc2;
}

.telegram-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
  background: #fff;
}

.telegram-icon svg {
  width: 21px;
  height: 21px;
  fill: #229ed9;
}

.telegram-label {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
  transition: max-width .4s ease;
}

.telegram-float:hover .telegram-label {
  max-width: 155px;
}

.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: .8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .header {
    height: 70px;
  }

  .nav,
  .header-link {
    display: none;
  }

  .nav.mobile-open {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 28px 6vw;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-top: 1px solid #ffffff1f;
    background: #1a1816;
  }

  .menu-btn {
    display: block;
    width: 35px;
    border: 0;
    background: none;
  }

  .menu-btn span {
    display: block;
    height: 1px;
    margin: 7px;
    background: #fff;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .hero-copy {
    padding: 130px 6vw 30px;
  }

  .hero-visual {
    padding: 0 10vw;
  }

  .hero-frame {
    height: 520px;
  }

  .floating-note {
    left: 2vw;
    bottom: 5%;
  }

  .section {
    padding: 86px 6vw;
  }

  .vacancy-list article,
  .faq,
  .contact {
    grid-template-columns: 1fr;
  }

  .vacancy-list article {
    gap: 18px;
  }

  .care-block {
    padding: 36px 28px;
  }

  .care-block li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .step {
    margin-bottom: 30px;
  }

  .step-line {
    max-width: 300px;
    margin: 14px auto;
  }
}

@media (max-width: 700px) {
  .telegram-float {
    top: auto;
    right: 16px;
    bottom: 18px;
    padding: 9px;
    border-radius: 50%;
    transform: none;
  }

  .telegram-float:hover {
    padding: 9px;
  }

  .telegram-icon {
    width: 42px;
    height: 42px;
  }

  .telegram-label {
    display: none;
  }
}

@media (max-width: 540px) {
  .hero h1,
  .section h2 {
    font-size: 45px;
  }

  .hero-text {
    font-size: 12px;
  }

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

  .hero-stats {
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 45px;
  }

  .hero-visual {
    padding: 0 5vw;
  }

  .hero-frame {
    height: 430px;
  }

  .floating-note {
    width: 125px;
    height: 125px;
  }

  .vacancy-list {
    margin-top: 45px;
  }

  .vacancy-list article > span {
    width: 46px;
    height: 46px;
    font-size: 14px;
  }

  .vacancy-list h3 {
    font-size: 19px;
  }

  .care-block h3 {
    font-size: 40px;
  }

  .steps {
    padding-top: 48px;
    padding-bottom: 42px;
  }

  .steps h2 {
    font-size: 34px;
  }

  .contact-meta {
    flex-direction: column;
    gap: 12px;
  }

  footer {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
}

@media print {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .ticker-track {
    animation: none;
  }

  .toast,
  .telegram-float {
    display: none;
  }

  .header {
    position: absolute;
  }
}
