@charset "UTF-8";
/* Шрифты: локально, см. style/fonts.css и index.html */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  font-size: 16rem;
  color: #fff;
}

body,
html {
  max-width: 100%;
  overflow-x: hidden;
  font-size: 0.0694444444vw;
  background: #171614;
}

.container {
  width: 100%;
  max-width: 1320rem;
  margin: auto;
}

.section-heading {
  font-family: "Cormorant", sans-serif;
  font-weight: 400;
  font-size: 40rem;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
}

.regular-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
}

.white-button {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #171614;
  padding: 16rem 30rem;
  border: 1rem solid rgba(255, 255, 255, 0.3);
  background: #fff;
}

.empty-button {
  display: flex;
  align-items: center;
  gap: 10rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #fff;
  border: 1rem solid rgba(255, 255, 255, 0.3);
  padding: 16rem 30rem;
  background: none;
}

header {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 10rem;
  width: 100%;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(20rem);
  background: rgba(23, 22, 20, 0.2);
  padding: 10rem 20rem;
}
header .header-logo {
  position: relative;
  width: 100%;
  max-width: 80rem;
}
header .header-logo img {
  width: 100%;
}
header .header-buttons {
  display: flex;
  align-items: center;
  gap: 30rem;
}
header .header-buttons a {
  width: 24rem;
  height: 24rem;
}
header .header-buttons .white-button {
  margin-left: 10rem;
  padding: 10rem 25rem;
}

nav {
  display: flex;
  align-items: center;
  gap: 40rem;
}
nav .nav-item {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 110%;
  color: #fff;
}

.header-nav-actions {
  display: none;
}

.go-btm-top {
  border: 1rem solid rgba(255, 255, 255, 0.5);
  width: 53rem;
  height: 53rem;
  position: fixed;
  bottom: 100rem;
  right: 60rem;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: none;
  box-sizing: border-box;
}
.go-btm-top svg {
  width: 16rem;
  height: 16rem;
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(0deg);
}
.go-btm-top.go-btm-top--to-top svg {
  transform: rotate(180deg);
}

.hero {
  position: relative;
  height: 850rem;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(14, 14, 12, 0.55) 100%);
}
.hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-top: 116rem;
  box-sizing: border-box;
}
.hero .hero-info {
  position: relative;
  z-index: 2;
  margin-bottom: 100rem;
  max-width: 808rem;
  width: 100%;
}
.hero .section-heading {
  margin-bottom: 20rem;
  font-size: 48rem;
}
.hero .section-text {
  margin-bottom: 10rem;
}
.hero .section-text:last-of-type {
  margin-bottom: 30rem;
}
.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.block-heaidng {
  position: absolute;
  top: 20rem;
  left: 20rem;
  display: flex;
  align-items: center;
  gap: 10rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
  z-index: 1;
}
.block-heaidng::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: #a78873;
}

.about {
  padding: 80rem 0 100rem;
  position: relative;
}
.about .container {
  display: flex;
  gap: 100rem;
}
.about .img-block {
  position: relative;
  width: 100%;
  max-width: 516rem;
  flex-shrink: 0;
}
.about .img-block img {
  width: 100%;
}
.about .section-heading {
  margin-bottom: 40rem;
}
.about .section-text {
  margin-bottom: 20rem;
}
.about .section-text:last-of-type {
  margin-bottom: 0;
}
.about .abou-bg {
  position: absolute;
  width: 58rem;
  top: 100rem;
  left: 596rem;
}

.plusses {
  position: relative;
  padding: 210rem 0 50rem;
}
.plusses .container {
  position: relative;
  z-index: 2;
}
.plusses .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
  margin-bottom: 40rem;
}
.plusses .wrapper .item {
  border: 1rem solid rgba(63, 63, 63, 0.3);
  backdrop-filter: blur(20rem);
  background: rgba(23, 22, 20, 0.2);
  padding: 25rem 30rem;
}
.plusses .wrapper .item .item-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 40rem;
  line-height: 100%;
  color: #a78873;
}
.plusses .wrapper .item .item-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16rem;
}
.plusses .wrapper .item .item-icon {
  width: 40rem;
  height: 40rem;
}
.plusses .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products {
  position: relative;
  padding: 100rem 0;
}
.products .block-heaidng {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20rem;
}
.products .section-heading {
  margin-bottom: 40rem;
}
.products .top {
  display: flex;
  gap: 20rem;
}
.products .top .top-item {
  position: relative;
  height: 354rem;
}
.products .top .top-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .top .top-item:first-child img {
  opacity: 0.3;
}
.products .top .top-item .top-item-text {
  padding: 30rem;
  position: relative;
  z-index: 2;
}
.products .top .top-item:first-child {
  max-width: 248rem;
  width: 100%;
  background: #372821;
}
.products .top .top-item:nth-child(2) {
  max-width: 515rem;
  width: 100%;
}
.products .top .top-item:nth-child(2) .top-item-text {
  max-width: 340rem;
}
.products .top .top-item:nth-child(3) {
  max-width: 517rem;
  width: 100%;
}
.products .mid {
  display: flex;
  gap: 20rem;
  margin-top: 60rem;
}
.products .mid .mid-item {
  position: relative;
  height: 666rem;
}
.products .mid .mid-item .mid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.products .mid .mid-item:first-child {
  flex-shrink: 0;
  width: 100%;
  max-width: 516rem;
}
.products .mid .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
}
.products .mid .wrapper .mid-item {
  position: relative;
}
.products .mid .wrapper .mid-item:first-child {
  grid-column: span 2;
  height: 283rem;
  max-width: none;
}
.products .mid .wrapper .mid-item:nth-child(2) {
  height: 363rem;
}
.products .mid .wrapper .mid-item:nth-child(3) {
  height: 363rem;
}
.products .mid .mid-info {
  position: relative;
  z-index: 2;
  padding: 30rem;
}
.products .mid-item-go {
  border: 1rem solid rgba(255, 255, 255, 0.5);
  width: 53rem;
  height: 53rem;
  position: absolute;
  bottom: 20rem;
  right: 20rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .mid-item-go svg {
  width: 15rem;
  height: 11rem;
}
.products .mid-item-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 28rem;
  line-height: 130%;
  color: #fff;
}
.products .mid-item-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
}
.products .btm {
  margin-top: 100rem;
}
.products .btm .section-heading {
  margin-bottom: 40rem;
}
.products .btm .wrapper {
  display: flex;
  gap: 20rem;
}
.products .btm .wrapper .item {
  position: relative;
  height: auto;
  flex: 1;
  overflow: hidden;
}
.products .btm .wrapper .item .bg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.products .btm .wrapper .item .elit {
  position: absolute;
  z-index: 2;
  top: 10rem;
  right: 10rem;
  padding: 2rem 4rem;
  background: #a78873;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12rem;
  line-height: 130%;
  color: #372821;
}
.products .btm .wrapper .btm-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 30rem;
}

.employ {
  background: #100F0E;
  padding: 90rem 0 100rem;
  position: relative;
}
.employ .top {
  display: flex;
  position: relative;
  gap: 290rem;
  margin-bottom: 72rem;
}
.employ .top .section-heading {
  margin-bottom: 20rem;
}
.employ .top .regular-text {
  margin-bottom: 20rem;
}
.employ .top .regular-text:last-of-type {
  bottom: 0;
}
.employ .top img {
  max-width: 516rem;
  width: 100%;
}
.employ .top svg {
  position: absolute;
  top: 0;
  right: 358rem;
}
.employ .btm .section-heading {
  margin-bottom: 40rem;
}
.employ .btm .wrapper {
  display: flex;
  gap: 20rem;
}
.employ .btm .wrapper .item {
  position: relative;
  background: #372821;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10rem 10rem 30rem 40rem;
}
.employ .btm .wrapper .item .regular-text {
  margin-top: 120rem;
  position: relative;
  z-index: 2;
}
.employ .btm .wrapper .item .item-icon {
  position: relative;
  z-index: 2;
}
.employ .btm .wrapper .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employ .btm .wrapper .block {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.employ .btm .wrapper .block .item .regular-text {
  margin: 0;
}

.news {
  position: relative;
  padding: 100rem 0;
}
.news .block-heaidng {
  top: 0;
  left: 0;
  position: relative;
  margin-bottom: 40rem;
}
.news .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20rem;
}
.news .wrapper .item {
  padding: 10rem 10rem 20rem;
  background: #372821;
}
.news .wrapper .item .item-img {
  width: 100%;
  margin-bottom: 20rem;
}
.news .wrapper .item .item-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20rem;
  line-height: 130%;
  color: #fff;
}
.news .wrapper .item .item-description {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: #fff;
  margin-bottom: 10rem;
}
.news .wrapper .item .item-date {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: #fff;
  margin-bottom: 30rem;
  opacity: 0.6;
}
.news .wrapper .item .item-go {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 130%;
  color: #a78873;
  display: flex;
  align-items: center;
  gap: 10rem;
}
.news .wrapper .item .item-go svg {
  width: 16rem;
  height: 16rem;
}
.news .empty-button {
  width: fit-content;
  margin-top: 40rem;
}

.form {
  display: flex;
}
.form .img-block {
  position: relative;
  max-width: 720rem;
  flex-shrink: 0;
}
.form .img-block .block-heaidng {
  top: 60rem;
  left: 60rem;
  padding-bottom: 14rem;
}
.form .img-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.form .form-block {
  background: #372821;
  padding: 60rem;
}
.form .form-block .radios {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form .form-block .radios label {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.form .form-block .radios label input {
  display: none;
}
.form .form-block .radios label input:checked + .radio-visual::after {
  opacity: 1;
}
.form .form-block .radios label .radio-visual {
  width: 17rem;
  height: 17rem;
  border-radius: 100rem;
  background: #a78873;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .form-block .radios label .radio-visual::after {
  content: "";
  display: block;
  width: 11rem;
  height: 11rem;
  background: #fff;
  border-radius: 100rem;
  transition: all 0.4s ease;
  opacity: 0;
}
.form .form-block .radios label .radio-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #fff;
}
.form .form-block .inputs {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 20rem;
  margin-bottom: 30rem;
}
.form .form-block .inputs input,
.form .form-block .inputs select,
.form .form-block .inputs textarea {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 16rem;
  line-height: 110%;
  padding: 15rem 20rem;
  border: 1rem solid #eaeaea;
  color: #141618;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.form .form-block .inputs textarea {
  height: 100rem;
  vertical-align: top;
  resize: none;
}
.form .form-block .inputs .field-group--select {
  position: relative;
}
.form .form-block .inputs .field-group--select select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 52rem;
  cursor: pointer;
}
.form .form-block .inputs .field-group--select select:required:invalid {
  color: rgba(20, 22, 24, 0.5);
}
.form .form-block .inputs .field-group--select select:focus {
  border-color: #a78873;
  outline: 1rem solid rgba(167, 136, 115, 0.55);
  outline-offset: 0;
}
.form .form-block .inputs .field-group--select select option {
  color: #141618;
}
.form .form-block .inputs .field-group--select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18rem;
  width: 0;
  height: 0;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-top: 6rem solid #171614;
  transform: translateY(-35%);
  pointer-events: none;
}
.form .form-block .policy-line {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-bottom: 15rem;
}
.form .form-block .policy-line:last-of-type {
  margin-bottom: 0;
}
.form .form-block .policy-line input {
  display: none;
}
.form .form-block .policy-line .policy-visual {
  position: relative;
  border: 1rem solid #eaeaea;
  border-radius: 2rem;
  width: 15rem;
  height: 15rem;
  background: #c8c7c7;
  flex-shrink: 0;
}
.form .form-block .policy-line .policy-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 40%;
  width: 3.5rem;
  height: 7rem;
  border: solid #000;
  border-width: 0 1.5rem 1.5rem 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  box-sizing: border-box;
}
.form .form-block .policy-line input:checked + .policy-visual::after {
  opacity: 1;
}
.form .form-block .policy-line .policy-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 13rem;
  line-height: 120%;
  color: #fff;
}
.form .form-block .policy-line .policy-text a {
  font-size: 13rem;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3rem;
}
.form .white-button {
  margin-top: 30rem;
  padding: 16rem 70rem;
}
.form .form-block .inputs .field-group {
  width: 100%;
}
.form .form-block .inputs input::placeholder,
.form .form-block .inputs textarea::placeholder {
  color: rgba(20, 22, 24, 0.5);
}
.form .form-block .inputs select option[value=""] {
  color: rgba(20, 22, 24, 0.5);
}
.form .form-block .inputs input[type="date"]:not([value])::-webkit-datetime-edit {
  color: rgba(20, 22, 24, 0.5);
}
@media screen and (max-width: 991px) {
  .form .form-block .policy-line {
    margin-bottom: 5rem;
  }
}

footer {
  background: #100f0e;
  padding: 100rem 0 70rem;
}
footer .top {
  display: flex;
  justify-content: space-between;
}
footer .footer-logo {
  position: relative;
  width: 180rem;
}
footer .footer-logo img {
  width: 100%;
}
footer .footer-menu .footer-menu-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-bottom: 15rem;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-menu .footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
footer .footer-menu .footer-menu-item {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #fff;
}
footer .footer-contants {
  max-width: 275rem;
  display: flex;
  flex-direction: column;
  gap: 15rem;
}
footer .footer-contants .footer-phone {
  display: flex;
  gap: 10rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #fff;
}
footer .footer-contants .footer-phone svg {
  flex-shrink: 0;
}
footer .btm {
  border-top: 1rem solid #c1d6e9;
  margin-top: 155rem;
  display: flex;
  gap: 125rem;
  padding-top: 40rem;
}
footer .btm a {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 14rem;
  line-height: 100%;
  color: #fff;
}

.card .container {
  display: flex;
  gap: 80rem;
  padding-top: 170rem;
  padding-bottom: 70rem;
}
.card .card-imgs {
  max-width: 519rem;
}
.card .card-imgs .main-img {
  width: 100%;
}
.card .card-imgs .wrapper {
  display: flex;
  gap: 20rem;
  margin-top: 20rem;
}
.card .card-imgs .wrapper .card-select-img {
  flex: 1;
  max-width: 160rem;
}
.card .card-imgs .wrapper .card-select-img.active {
  border: 1rem solid #372821;
}
.card .card-info .card-type {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: #372821;
  padding: 2rem 4rem;
  background: #a78873;
  width: fit-content;
  margin-bottom: 20rem;
}
.card .card-info .section-heading {
  margin-bottom: 10rem;
}
.card .card-info .card-info-top {
  margin-bottom: 40rem;
}
.card .card-info .card-tabs {
  margin-bottom: 40rem;
}
.card .card-info .card-tabs .wrapper {
  display: flex;
  gap: 10rem;
}
.card .card-info .card-tabs .wrapper .item {
  border: 1rem solid #fff;
  padding: 10rem 20rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: #fff;
  opacity: 0.5;
}
.card .card-info .card-tabs .wrapper .item.active {
  opacity: 1;
}
.card .card-info .chars .chars-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20rem;
  line-height: 130%;
  color: #fff;
  margin-bottom: 10rem;
}
.card .card-info .chars .chars-list {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-bottom: 20rem;
}
.card .card-info .chars .chars-item {
  width: fit-content;
  display: grid;
  grid-template-columns: 180rem 212rem;
  gap: 10rem;
  padding: 15rem 10rem;
  border-bottom: 1rem solid #372821;
}
.card .card-info .chars .chars-item .heading {
  color: rgba(255, 255, 255, 0.5);
}
.card .card-info .chars .chars-description {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5);
}
.card .card-info .white-button {
  margin-top: 40rem;
  width: fit-content;
  padding: 10rem 25rem;
}

.p18 {
  background: #372821;
  padding: 30rem 0;
}
.p18 p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 14rem;
  line-height: 120%;
  color: #fff;
}
.p18 p span {
  color: #a78873;
}

/*# sourceMappingURL=style.css.map */

/* ── Breadcrumbs (card page) ───────────────────────────────── */
.breadcrumbs {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.breadcrumbs a { color: rgba(255,255,255,.7); text-decoration: none; }
.breadcrumbs a:hover { color: #A78873; }
.breadcrumbs .breadcrumb-sep { opacity: .4; }
.breadcrumbs .breadcrumb-current { color: #fff; }

/* ============================================================
   CATALOG PAGES: cigarettes/index.html, drinks/index.html
   ============================================================ */

/* --- Hero --- */
.catalog-hero {
  position: relative;
  height: 348rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.catalog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(23, 22, 20, 0.6) 0%,
    rgba(23, 22, 20, 0) 100%
  );
}
.catalog-hero .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.catalog-hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10rem;
  padding-top: 80rem;
}
.catalog-hero-title {
  font-size: 48rem;
  color: #fff;
}
.catalog-hero-sub {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  max-width: 680rem;
}

/* --- Body --- */
.catalog-body {
  background: #171614;
  padding: 80rem 0 100rem;
}
.catalog-body .container {
  display: flex;
  flex-direction: column;
  gap: 80rem;
}

/* --- Collection section --- */
.collection-section {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.collection-head {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.collection-title {
  font-size: 40rem;
  color: #fff;
  text-transform: uppercase;
}
.collection-sub {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  max-width: 640rem;
}

/* --- Warning 18+ inline plaque --- */
.warning-18 {
  background: #372821;
  padding: 10rem 20rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 14rem;
  line-height: 120%;
  color: #fff;
  border-radius: 2rem;
}
.warning-18-label {
  color: #a78873;
  font-weight: 700;
  font-size: 14rem;
}

/* --- Product grid --- */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20rem;
}

/* --- Product card ---
   JS (catalog.js) renders:
   <a class="product-card" href="/card/{slug}">
     <div class="product-card-img">
       <img src="..." alt="...">
     </div>
     <div class="product-card-body">
       <p class="product-card-title">{name}</p>
       <span class="product-card-btn">Подробнее &#8594;</span>
     </div>
   </a>
*/
.product-card {
  display: flex;
  flex-direction: column;
  background: #100f0e;
  border-radius: 2rem;
  padding: 20rem;
  transition: transform 0.25s ease, background 0.25s ease;
  cursor: pointer;
  text-decoration: none;
  min-height: 389rem;
}
.product-card:hover {
  transform: translateY(-4rem);
  background: #1c1a18;
}
.product-card-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210rem;
  margin-bottom: 16rem;
}
.product-card-img img {
  max-height: 210rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 20rem 20rem rgba(0, 0, 0, 0.5));
}
.product-card-body {
  display: flex;
  flex-direction: column;
  gap: 14rem;
  height: 100%;
}
.product-card-title {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #fff;
}
.product-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: #fff;
  border: 1rem solid rgba(255, 255, 255, 0.3);
  padding: 10rem 20rem;
  width: 100%;
  margin-top: auto;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.product-card:hover .product-card-btn {
  border-color: #a78873;
  color: #a78873;
  background: rgba(167, 136, 115, 0.1);
}

/* --- Responsive --- */
@media screen and (max-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .catalog-hero {
    height: 280px;
  }
  .catalog-hero .container {
    padding-top: 70px;
  }
  .catalog-hero-title {
    font-size: 32px;
  }
  .catalog-hero-sub {
    font-size: 15px;
  }
  .catalog-body {
    padding: 48px 0 60px;
  }
  .catalog-body .container {
    gap: 48px;
  }
  .collection-title {
    font-size: 28px;
  }
  .collection-sub {
    font-size: 15px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .product-card {
    min-height: 320px;
    padding: 16px;
  }
  .product-card-img {
    min-height: 170px;
  }
  .product-card-img img {
    max-height: 170px;
  }
  .warning-18 {
    font-size: 13px;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  .catalog-hero-title {
    font-size: 26px;
  }
}

/* === Card page: breadcrumbs row inside flex .container === */
.card .container {
  flex-wrap: wrap;
}
.card .breadcrumbs {
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 30rem;
  order: -1;
}
.card .card-info {
  flex: 1 1 0;
  min-width: 0;
}
/* Чёрный фон под фото + горизонтальный скролл миниатюр */
.card .card-imgs .main-img {
  background: #000;
  display: block;
  object-fit: contain;
}
.card .card-imgs .wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #372821 transparent;
  padding-bottom: 4rem;
}
.card .card-imgs .wrapper::-webkit-scrollbar {
  height: 6px;
}
.card .card-imgs .wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.card .card-imgs .wrapper::-webkit-scrollbar-thumb {
  background: #372821;
  border-radius: 3px;
}
.card .card-imgs .wrapper .card-select-img {
  background: #000;
  flex: 0 0 auto;
  width: 160rem;
  max-width: none;
  object-fit: contain;
  cursor: pointer;
}

/* === Catalog Tabs === */
.catalog-tabs {
  padding: 30rem 0 10rem;
}
.catalog-tabs .container {
  display: flex;
  gap: 10rem;
  justify-content: center;
  flex-wrap: wrap;
}
.catalog-tab {
  padding: 10rem 24rem;
  border: 1rem solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 14rem;
  line-height: 130%;
  background: transparent;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
  display: block;
}
.catalog-tab:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.catalog-tab.is-active {
  color: #171614;
  background: #fff;
  border-color: #fff;
}
@media screen and (max-width: 991px) {
  .catalog-tabs {
    padding: 16px 0 8px;
  }
  .catalog-tabs .container {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    scrollbar-width: none;
  }
  .catalog-tabs .container::-webkit-scrollbar {
    display: none;
  }
  .catalog-tab {
    padding: 8px 16px;
    font-size: 13px;
    flex: 0 0 auto;
  }
}

/* Стили .products-mobile живут в mobile.css */

/* === Product card variant swatches === */
.product-card-variants {
  display: flex;
  gap: 6rem;
  flex-wrap: wrap;
  margin: -6rem 0 2rem;
}
.pc-variant {
  background: transparent;
  border: 1rem solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 12rem;
  line-height: 130%;
  padding: 5rem 11rem;
  cursor: pointer;
  border-radius: 2rem;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.pc-variant:hover {
  color: #fff;
  border-color: #a78873;
}
.pc-variant.is-active {
  color: #100f0e;
  background: #a78873;
  border-color: #a78873;
}
@media screen and (max-width: 480px) {
  .pc-variant {
    font-size: 11px;
    padding: 5px 10px;
  }
}

/* ── Dropdown в основной навигации ──────────────────────────────── */
.nav-item--has-dropdown {
  position: relative;
  cursor: pointer;
}
.nav-item-trigger {
  display: inline-block;
}
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220rem;
  padding: 12rem 0;
  margin-top: 8rem;
  background: rgba(23, 22, 20, 0.95);
  backdrop-filter: blur(20rem);
  border: 1rem solid rgba(167, 136, 115, 0.2);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
  transition: all 0.2s ease;
  z-index: 100;
}
.nav-item--has-dropdown:hover .nav-dropdown,
.nav-item--has-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown-link {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.85);
  padding: 12rem 24rem;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease;
}
.nav-dropdown-link:hover {
  color: #a78873;
  background: rgba(167, 136, 115, 0.08);
}
/* Мобильная версия – на бургер-меню dropdown превращается в обычный список */
@media screen and (max-width: 991px) {
  .nav-item--has-dropdown {
    display: flex;
    flex-direction: column;
  }
  .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    border: none;
    padding: 0;
    margin: 8rem 0 0 16rem;
    backdrop-filter: none;
  }
  .nav-dropdown-link {
    padding: 8rem 0;
    font-size: 14rem;
  }
}

/* === Contacts page === */
.contacts-hero {
  padding-top: 170rem;
  padding-bottom: 70rem;
  background: linear-gradient(135deg, rgba(167, 136, 115, 0.05) 0%, transparent 100%);
}

.contacts-hero .section-heading {
  margin-bottom: 20rem;
}

.contacts-hero .regular-text {
  max-width: 600rem;
}

.contacts-info {
  padding-top: 80rem;
  padding-bottom: 100rem;
  border-bottom: 1rem solid rgba(255, 255, 255, 0.1);
}

.contacts-info .container {
  display: flex;
  gap: 80rem;
}

.contacts-left {
  flex: 1;
}

.contacts-right {
  flex: 1;
}

.contacts-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 22rem;
  line-height: 130%;
  margin-bottom: 32rem;
  color: #fff;
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 28rem;
}

.contact-item {
  display: flex;
  gap: 20rem;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.contact-item:hover {
  opacity: 0.8;
}

.contact-icon {
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
  color: #a78873;
  margin-top: 2rem;
}

.contact-text {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.contact-label {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}

.contact-value {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
}

.legal-info {
  background: rgba(167, 136, 115, 0.08);
  padding: 32rem;
  border-radius: 8rem;
  border: 1rem solid rgba(167, 136, 115, 0.2);
}

.legal-company {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 20rem;
  line-height: 130%;
  margin: 16rem 0 24rem;
  color: #fff;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

.legal-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12rem;
  border-bottom: 1rem solid rgba(255, 255, 255, 0.1);
}

.legal-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.legal-label {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
}

.legal-value {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16rem;
  line-height: 130%;
  color: #a78873;
}

.contacts-map {
  padding: 60rem 0;
  background: rgba(167, 136, 115, 0.03);
}

.contacts-map iframe {
  width: 100%;
  height: 450rem;
  border-radius: 8rem;
  border: 1rem solid rgba(255, 255, 255, 0.1);
}

.contacts-form {
  padding-top: 100rem;
  padding-bottom: 100rem;
}

.contacts-form .section-heading {
  margin-bottom: 16rem;
}

.form-subtitle {
  margin-bottom: 48rem;
}

.contact-form-element {
  max-width: 800rem;
}

.form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24rem;
  margin-bottom: 24rem;
}

.contacts-form input,
.contacts-form textarea {
  width: 100%;
  background: transparent;
  border: 1rem solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 14rem 16rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  border-radius: 4rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.contacts-form input::placeholder,
.contacts-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contacts-form input:focus,
.contacts-form textarea:focus {
  border-color: #a78873;
  background: rgba(167, 136, 115, 0.05);
  outline: none;
}

.contacts-form textarea {
  grid-column: 1 / -1;
  resize: vertical;
  min-height: 140rem;
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: 12rem;
  margin-bottom: 32rem;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
}

.form-checkbox input[type="checkbox"] {
  width: 20rem;
  height: 20rem;
  cursor: pointer;
  flex-shrink: 0;
  accent-color: #a78873;
}

.form-checkbox input[type="checkbox"]:focus {
  outline: 2rem solid rgba(167, 136, 115, 0.3);
}

.contacts-form .white-button {
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.contacts-form .white-button:hover {
  background: #a78873;
  color: #fff;
  border-color: #a78873;
}

.policy-text a,
.form-checkbox a {
  color: #a78873;
  text-decoration: underline;
  text-underline-offset: 3rem;
}

/* === Legal documents === */
.legal-page {
  padding-top: 170rem;
  padding-bottom: 110rem;
}

.legal-page-head {
  max-width: 980rem;
  margin-bottom: 56rem;
}

.legal-page-kicker {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 130%;
  color: #a78873;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-bottom: 18rem;
}

.legal-page-head .section-heading {
  margin-bottom: 20rem;
}

.legal-document {
  max-width: 980rem;
  padding: 44rem;
  border: 1rem solid rgba(167, 136, 115, 0.22);
  border-radius: 8rem;
  background: rgba(167, 136, 115, 0.06);
}

.legal-document section + section {
  margin-top: 36rem;
}

.legal-document h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 22rem;
  line-height: 130%;
  color: #fff;
  margin-bottom: 18rem;
}

.legal-document p,
.legal-document li {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.82);
}

.legal-document p + p,
.legal-document ul + p,
.legal-document p + ul {
  margin-top: 14rem;
}

.legal-document ul {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding-left: 20rem;
}

.legal-document li {
  list-style: disc;
}

.legal-document a {
  color: #a78873;
  text-decoration: underline;
  text-underline-offset: 3rem;
}

/* === Role-based form fields === */
.field-group.hidden {
  display: none;
}
