:root {
    --bg: #080707;
    --bg-soft: #0f0f12;
    --surface: #15161a;
    --surface-2: #201a18;

    --text: #e4e3d8;
    --muted: #8a8d99;
    --soft: #a08f82;

    --line: rgba(244, 239, 232, 0.12);

    --gold: #c5a36c;
    --gold-soft: #e2c891;

    --group-bg: #5059741f;

    --wine: #4b151c;
    --wine-deep: #230d10;

    --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    --radius: 7px;

    --title-font: "Cormorant", serif;
    --text-font: "Nunito Sans", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    padding: 0;
    margin: 0;
    font-family: var(--text-font);
    font-optical-sizing: auto;
    font-style: normal;
    background: #08090a;
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.scroll-hide { overflow: hidden; }

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    color: var(--gold);
    font-weight: 600;
}

img { max-width: 100%; }

h1, h2, h3, h4 {
    margin: 0;
    color: var(--text);
    font-family: var(--title-font);
}

h1 {
    font-size: 68px;
    line-height: 70px;
    letter-spacing: -0.035em;
    font-weight: 600;
}

h2 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 500;
}

h3 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 300;
}

h4 {
    font-size: 14px;
    font-family: var(--text-font);
    font-weight: 800;
    letter-spacing: 0.7px;
    line-height: 1.35;
    color: var(--gold-soft);
    text-transform: uppercase;
}

h4 span { display: block; }

p {
    color: var(--muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    margin: 0;
    letter-spacing: 0.5px;
}

.small-text{
    font-size:11px;
    font-weight:700;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.title-block .eyebrow{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
    color:var(--gold);
    font-size:11px;
    font-weight:700;
    letter-spacing:.22em;
    text-transform:uppercase;
    opacity:.95;
}

.title-block .eyebrow::before{
    content:"";
    width:34px;
    height:1px;
    background:linear-gradient(
        to right,
        transparent,
        var(--gold)
    );
    opacity:.8;
}

.title-block.title-center .eyebrow{
    justify-content:center;
    text-align:center;
    gap:14px;
}

.title-block.title-center .eyebrow::before,
.title-block.title-center .eyebrow::after{
    content:"";
    width:34px;
    height:1px;
    opacity:.8;
}

.title-block.title-center .eyebrow::before{
    background:linear-gradient(to right, transparent, var(--gold));
}

.title-block.title-center .eyebrow::after{
    background:linear-gradient(to left, transparent, var(--gold));
}

.title-block.title-center{
    text-align:center;
}

.title-block h2{
    margin-bottom: 18px;
}

.title-block{
    margin-bottom: 30px;
}

p:not(:last-of-type) { 
    margin-bottom: 18px; 
}
p:only-child { 
    margin-bottom: 0; 
}

.font-small {
    margin: 0;
    color: rgba(244, 239, 232, .58);
    line-height: 27px;
    font-size: 14px;
    letter-spacing: 0.8px;
}


/* ========================================
  NAVIGATION 
=========================================== */

.header {
    position:fixed;
    inset:0 0 auto 0;
    width:100%;
    z-index:1000;
    background:linear-gradient(180deg, rgba(8,7,7,.78), rgba(8,7,7,.18) 76%, transparent);
    backdrop-filter:blur(12px);
}

.admin-bar .header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .header {
        top: 46px;
    }
}

.header-nav-container{
    width:100%;
    z-index:10000;
    padding: 20px 0;
}

.row-menu{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.logo{
    display:flex;
    align-items:center;
    flex-shrink:0;
}

.logo img{
    display:block;
    max-height:56px;
}

.nav-menu{
    display:flex;
    align-items:center;
    gap:30px;
}

.nav-menu ul{
    display:flex;
    align-items:center;
    gap:25px;
    margin:0;
    padding:0;
}

.nav-menu li{
    list-style:none;
}

.nav-menu li a{
    position:relative;
    font-size: 11px;
    font-weight: 300;
    color:var(--text);
    padding:0 0 8px;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:1.5px !important;
}

.nav-menu li a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:1px;
    background:var(--gold);
    transform:scaleX(0);
    transform-origin:right;
    transition:transform .3s ease;
}

.nav-menu li a:hover::after{
    transform:scaleX(1);
    transform-origin:left;
}

.actions{
    display:flex;
    align-items:center;
    gap:15px;
    flex-shrink:0;
}

.nav-icon{
    display:none;
    margin:0;
    width:30px;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color:var(--text);
    border-radius:3px;
    content:"";
    display:block;
    height:2px;
    margin:8px 0;
    transition:all 0.3s ease-in-out;
}

.nav-icon.closed:before {
    transform:translateY(4px) translateX(-6px) rotate(130deg);
    width:18px;
}

.nav-icon.closed:after {
    transform:translateY(-4px) translateX(-6px) rotate(-130deg);
    width:18px;
}


/*==================================
 TOOLBAR
====================================*/

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(244, 239, 232, 0.70);
    padding: 10px 15px;
}

.inner-page .topbar{
    min-height:40px;
    transform:none;
}

.inner-page .header.is-scrolled .topbar{
    min-height:0;
    opacity:0;
    transform:none;
    border-color:transparent;
}

.topbar {
    overflow: hidden;
    border-bottom: 1px solid rgba(244, 239, 232, 0.10);
    background: rgba(8, 7, 7, 0.50);
    transition: min-height 0.32s ease, opacity 0.24s ease, transform 0.32s ease, border-color 0.24s ease;
}

.topbar-left, .topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.topbar-left, .topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.topbar-left span, .topbar-right span {
    color: rgba(244, 239, 232, 0.58);
}

.topbar-link, .topbar-social {
    color: rgba(226, 200, 145, 0.92);
    transition: color 0.2s ease;
}

.header.is-scrolled .topbar{
    max-height:0;
    opacity:0;
    transform:translateY(-100%);
    border-color:transparent;
}

.header.is-scrolled{
    background:rgba(8,7,7,.94);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(244,239,232,.08);
}

/* ====================================
  INNER PAGE HEADER
===================================== */

.inner-page .header{
    position:sticky;
    top:0;
    background:rgba(8,7,7,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(244,239,232,.08);
}

.inner-page .topbar{
    border-bottom:1px solid rgba(244,239,232,.08);
    background:rgba(8,7,7,.72);
}

.inner-page .header-nav-container{
    background:
        radial-gradient(circle at 50% 0%, rgba(197,163,108,.06), transparent 34%),
        rgba(8,7,7,.92);
}

.inner-page .navigation{
    padding:22px 0;
}

.inner-page .contact-hero{
    padding:75px 0;
}

.center{
    text-align: center;
}

/* ================================
  BUTTONS
==================================== */

a.btn-read-more,
a.btn-schedule-head, a.btn-call-head,
a.btn-call, a.btn-schedule, .btn-schedule {
    background: linear-gradient(135deg, var(--gold-soft), var(--gold));
    color: #17100c;
    font-size: 13px;
    display: flex;
    width: 250px;
    max-width: 100%;
    letter-spacing: 0.3px;
    padding: 18px 12px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    border: 1px solid rgba(226, 200, 145, 0.45);
    border-radius: 10px;
    box-shadow: 0 16px 38px rgba(197, 163, 108, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

a.btn-schedule-head,
a.btn-call-head{
    width: 215px;
    padding: 15px 10px;
}

a.btn-read-more,
a.btn-schedule-head,
a.btn-schedule {
    border: 1px solid rgba(226, 200, 145, 0.54);
    color: var(--text);
    background: rgba(244, 239, 232, 0.045);
    box-shadow: none;
    backdrop-filter: blur(8px);
    font-weight: 400;
}

a.btn-read-more:hover,
a.btn-schedule-head:hover,
a.btn-call:hover,
a.btn-schedule:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
    border-color: var(--gold-soft);
}

.block-btns {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-top: 46px;
}

.btns-stick {
    width: 100%;
    background-color: rgba(18, 16, 15, 0.94);
    border-top: 1px solid var(--line);
    padding: 16px 0;
    position: fixed;
    bottom: -85px;
    transition: bottom 0.5s ease-in-out;
    z-index: 777;
    display: none;
}

.btn-call.show { opacity: 1; }

/*================================
  STYLE
==================================*/

.grid{
    display: grid;
    max-width: 100%;
}

.grid--2{
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    align-items: center;
}

.grid--3{
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}


.margin-block{
    margin-top: 40px;
}

.padding-section{
    padding: 120px 0;
}

/*===================================
  ELEMENTS
====================================*/


.card-item{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border-radius: 7px;
    background: var(--surface);
    border:1px solid rgba(255,255,255,.05);
}

.pic-support{
    position:relative;
    height: 235px;
    overflow:hidden;
}

.pic-support img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    opacity:.9;
}

.title-card-page,
.title-desc-card{
    padding:26px 26px 28px;
}


/* =============================
HERO
============================= */

.hero{
    position:relative;
    min-height: 90vh;
    overflow:hidden;
}

.hero-bg{
    position:absolute;
    inset:0;
    z-index:0;
}

.hero-bg video{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.hero-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.34) 42%, rgba(0,0,0,.82) 100%),
        linear-gradient(90deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.18) 50%, rgba(0,0,0,.58) 100%);
}

.hero .container{
    position:relative;
    z-index:2;
    min-height:95vh;
}

.container-hero-description{
    min-height:95vh;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.hero-block{
    width:min(820px,92%);
    color:#ffffff;
    transform:translateY(90px);
}

.hero-badge {
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 19px;
    letter-spacing: .18em;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gold);
}

.hero-block {
    width: min(820px, 92%);
    color: rgb(255, 255, 255);
    transform: translateY(90px);

    filter:
    drop-shadow(0 10px 30px rgba(0,0,0,.75))
    drop-shadow(0 24px 80px rgba(0,0,0,.55));
}


.hero-block h1{
    margin-bottom:30px;
}

.hero-block p{
    max-width:520px;
    margin:0 auto;
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #bbb8b3;
}

.hero-scroll{
    position:absolute;
    left:50%;
    bottom: 3%;
    z-index:3;
    transform:translateX(-50%);
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:12px;
    animation:scrollPulse 2.4s ease-in-out infinite;
}

.hero-scroll span{
    font-size:10px;
    letter-spacing:.22em;
    text-transform:uppercase;
    color:rgba(255,255,255,.62);
}

.hero-scroll i{
    width:1px;
    height:44px;
    background:linear-gradient(
        to bottom,
        rgba(214,184,121,.92),
        rgba(214,184,121,0)
    );
}

@keyframes scrollPulse{
    0%,100%{
        opacity:.42;
        transform:translateX(-50%) translateY(0);
    }
    50%{
        opacity:.88;
        transform:translateX(-50%) translateY(4px);
    }
}

/*====================================
  FOOTER
===============================*/
.footer {
  padding: 70px 0 30px 0;
  background-color: #020202;
}


.general-footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

ul.links-footer li a {
  font-size: 15px;
  color: var(--muted);
  font-weight: 500;
  line-height: 35px;
}

ul.links-footer-contacts,
ul.links-footer {
  padding-left: 0;
  margin-top: 21px;
}

.links-footer-page h3,
.contacts-footer h3 {
  color: var(--color-white);
}

.links-footer-contacts li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-weight: 400;
  margin: 10px 0;
}

.block-logo p {
  color: var(--muted);
  margin-top: 30px;
}

.block-logo img {
  margin-bottom: 20px;
}

.links-footer-contacts li a {
  color: var(--color-brand-gold);
}

.copiright p {
  margin-bottom: 0;
  text-align: center;
  color: var(--color-muted-blue);
  font-size: 13px;
}

.line-footer span {
  margin: 30px 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--alpha-white-12);
}

.links-footer-contacts li span {
  font-weight: 700;
}

.links-footer-contacts li p {
  color: var(--muted);
}

.links-footer-contacts li img {
  width: 32px;
  height: 32px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  flex: 0 0 32px;
}

.links-footer-contacts span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.block-logo img {
  width: 250px;
  display: flex;
  justify-content: start;
}


.social {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social a {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    transition: transform .12s ease, background .12s ease;
}


.social svg {
  width: 16px;
  height: 16px;
  fill: var(--color-white);
  opacity: .9;
}

/*================================
  BTN STIK
==================================*/

.btns-stick {
    width: 100%;
    background: rgb(19, 18, 18);
    padding: 12px 10px;
    position: fixed;
    bottom:-90px;
    transition: bottom .5s ease-in-out;
    z-index: 777;
    display: none;
}

.btns-stick.show{
    bottom:0;
}
