.unitone{
    padding-top: 120px;
}

:root{
  --dark-eterno:#191818;
  --terracota:#D86954;
  --beige:#F6F4F0;
  --wrap-w:1280px;
}



:root{
  --dark-eterno: #191818;
  --terracota-eterno: #D86954;

  --dark: #191818;
  --terra: #D86954;
  --beige: #F6F4F0;

  --font-onest: "Onest", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-santello: "Santello", "Onest", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --hero-w: 1274px;
  --hero-h: 688px;
  --hero-radius: 30px;


  --card-radius: 34px;


  --radius-xl: 34px;


  --kompakt-left-w: 620px;
  --kompakt-right-w: 600px;
  --kompakt-gap: 60px;


  --mdf-left-w: 600px;
  --mdf-right-w: 530px;
  --mdf-gap: 150px;


  --acc-h: 195px;
  --acc-open-w: 672px;
  --acc-closed-w: 262px;
  --acc-img-open-w: 230px;
  --acc-gap: 42px;
}



.kompakt-hero{
  width: 100%;
  padding: 40px 0;
}

.kompakt-hero__wrap{
  width: min(var(--wrap-w), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 597px;
  gap: 48px;
  align-items: start;
}

.kompakt-hero__left{
  padding-top: 8px;
}

.kompakt-hero__thumbs{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 54px;
  min-height: 158px;
}

.kh-thumb{
  overflow: hidden;
  border-radius: 32px;
  flex: 0 0 auto;
}

.kh-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kh-thumb--1{
  width: 118px;
  height: 118px;
  margin-top: 22px;
  position: relative;
}

.kh-thumb--1::before{
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--terracota) 0 48px, rgba(25,24,24,0.18) 48px 100%);
}

.kh-thumb--2{
  width: 139px;
  height: 139px;
  margin-top: 14px;
}

.kh-thumb--3{
  width: 158px;
  height: 158px;
  position: relative;
}

.kh-thumbs__next{
  position: absolute;
  left: calc(118px + 20px + 139px + 20px + 158px - 31px);
  top: 48px;

  width: 62px;
  height: 62px;
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 999px;
  background: rgba(255,255,255,0.42);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  backdrop-filter: blur(18px) saturate(180%);
  box-shadow: 0 10px 24px rgba(0,0,0,0.14);

  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}

.kompakt-hero__title{
  margin-bottom: 26px;
}

.kh-title{
  font-family: "Santello", "Onest", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.02;
}

.kh-title + .kh-title{
  margin-top: 6px;
}

.kh-title--dark{
  color: var(--dark-eterno);
}

.kh-title--terra{
  color: var(--terracota);
}

.kh-title--with-icon{
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.kh-title--with-icon img{
  width: 64px;
  height: 64px;
  display: block;
  flex: 0 0 auto;
}

.kompakt-hero__desc{
  max-width: 430px;
  font-family: "Onest", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.22;
  color: var(--dark-eterno);
  margin-top: 40px;
}

.kompakt-hero__right{
  position: relative;
  width: 597px;
  height: 746px;
}

.kompakt-hero__img{
  width: 597px;
  height: 746px;
  object-fit: cover;
  display: block;

  -webkit-mask-image: url("/wp-content/uploads/2026/03/Subtract-4.png");
  mask-image: url("/wp-content/uploads/2026/03/Subtract-4.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}


.kompakt-hero__top-icon{
  position: absolute;
  top: 14px;
  left: 46px; 
  width: 104px;
  height: 104px;
  z-index: 2;

  display: grid;
  place-items: center;
}

.kompakt-hero__top-icon img{
  width: 104px;
  height: 104px;
  display: block;
}


.mdf-structure {
  width: 100%;
  margin-top: 120px;
}

.mdf-structure__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.mdf-structure__image {
  display: block;
  width: 1215px;
  height: 711px;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
}



:root {
  --eterno-terracota: #d86954;
  --eterno-dark: #191818;
  --eterno-beige: #f6f4f0;
}




.decor-info {
  width: 100%;
  height: 257px;
  background: var(--eterno-beige);
  margin-top: 100px;
}

.decor-info__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
}

.decor-info__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* заголовок */
.decor-info__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.1;
  color: var(--eterno-terracota);
  text-align: center;
}

/* иконка */
.decor-info__icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  object-fit: contain;
}

/* описание */
.decor-info__desc {
  margin-top: 12px;

  font-family: "Onest", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 1.2;
  color: var(--eterno-dark);
  text-align: center;
}



:root{
  --dark:#191818;
}

/* wrapper */
.gl-beauty{
  width:100%;
  padding:80px 0 40px;
}

.gl-beauty__inner{
  width:1280px;
  margin:0 auto;
  text-align:center;
}

/* main title */
.gl-beauty__title{
  margin:0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:28px;

  font-family:"Santello", serif;
  font-weight:400;
  font-size:80px;
  line-height:1.05;
  color:var(--dark);
}

/* icon 52x52 */
.gl-beauty__icon{
  width:52px;
  height:52px;
  object-fit:contain;
}

/* subtitle */
.gl-beauty__subtitle{
  margin-top:22px;

  font-family:"Santello", serif;
  font-weight:400;
  font-size:32px;
  line-height:1.2;
  color:var(--dark);
}

/* responsive */
@media (max-width:1280px){
  .gl-beauty__inner{
    width:calc(100% - 40px);
  }
}

@media (max-width:900px){
  .gl-beauty__title{
    font-size:48px;
    gap:16px;
    flex-wrap:wrap;
  }

  .gl-beauty__icon{
    width:36px;
    height:36px;
  }

  .gl-beauty__subtitle{
    font-size:20px;
  }
}



:root{
  --dark:#191818;
  --terra:#D86954;
  --beige:#F6F4F0;
  --font-onest:"Onest",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --font-santello:"Santello","Onest",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

/* ===== BLOCK WRAP ===== */
.et-lifeproof{
  width:100%;
  padding: 70px 0;
}
.et-lifeproof *{ box-sizing:border-box; }

.et-lifeproof__inner{
  width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns: 1fr 672px;
  gap: 56px;
  align-items:start;
}

/* ===== LEFT PREVIEW (689px height) ===== */
.et-lifeproof__preview{
  position:relative;
  width: 100%;
  max-width: 552px;       /* слева на макете визуально уже, можно убрать если нужно */
  height: 695px;
  overflow:hidden;
  border-radius: 44px;
}

.et-lifeproof__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: translateZ(0);
}

/* top-left label */
.et-lifeproof__cornerTitle{
  position:absolute;
  left: 34px;
  top: 28px;

  font-family: var(--font-santello);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  color: var(--terra);

  z-index:3;
  pointer-events:none;
}

/* bottom-right text */
.et-lifeproof__cornerText{
  position:absolute;
  right: 34px;
  bottom: 28px;

  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: var(--dark);

  z-index:3;
  pointer-events:none;
  opacity: 0.0; /* если НЕ нужно показывать — оставь 0 */
}

/* notch note */
.et-lifeproof__note{
  position:absolute;
  right: 34px;
  bottom: 3px;

  width: 360px;
  padding: 18px 18px;
  border-radius: 22px;
  font-family: var(--font-onest);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: var(--dark);
  z-index:4;
}

/* ===== RIGHT TABS ===== */
.et-lifeproof__tabs{
  width:672px;
  display:flex;
  flex-direction:column;
  gap: 25px;
  position:relative;
}

/* top line + moving orange segment */
.et-lifeproof__line{
  width: 330px;           /* как на макете короткая линия */
  height: 4px;
  border-radius: 999px;
  background: rgba(25,24,24,.12);
  position: relative;
  margin: 0 0 6px 1px;  /* сдвиг как на макете над правой частью */
}

.et-lifeproof__dot{
  position:absolute;
  left:0;
  top: 0;
  height:100%;
  width: 72px;            /* длина оранжевого сегмента */
  border-radius: 999px;
  background: var(--terra);
  transform: translateX(0);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}

/* card */
.et-lifeproof__card{
  width: 672px;
  min-height: 142px;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;

  display:flex;
  align-items:center;
  gap: 24px;

  background: var(--beige);
  border-radius: 36px;
  overflow:hidden;

  transition: transform .18s ease, box-shadow .18s ease;
}
.et-lifeproof__card:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 44px rgba(0,0,0,.10);
}

.et-lifeproof__cardImg{
  width: 227px;
  height: 142px;
  flex: 0 0 227px;
  border-radius: 32px;
  overflow:hidden;
  background:#e9e6e2;
}
.et-lifeproof__cardImg img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.et-lifeproof__cardText{
  padding-right: 22px;
  font-family: var(--font-santello);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  color: var(--dark);
}

/* active state */
.et-lifeproof__card.is-active .et-lifeproof__cardText{
  color: var(--terra);
}

/* ===== responsive safety ===== */
@media (max-width: 1320px){
  .et-lifeproof__inner{
    width: calc(100% - 24px);
    margin: 0 12px;
  }
}

@media (max-width: 1100px){
  .et-lifeproof__inner{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .et-lifeproof__tabs{ width: 100%; }
  .et-lifeproof__card{ width: 100%; }
  .et-lifeproof__line{ margin-left: 0; }
  .et-lifeproof__preview{ max-width: 640px; }
}



.epro-projects{
  width: 100%;
  background: var(--beige);
  padding: 70px 0 60px;
}

.epro-projects *{ box-sizing: border-box; }

.epro-projects__inner{
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.epro-projects__title{
  text-align: center;
  margin-bottom: 44px;
}

.epro-projects__title-row1,
.epro-projects__title-row2{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.epro-projects__title .t1{
  font-family: var(--font-santello);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1;
  color: var(--dark);
}

.epro-projects__title .t2{
  font-family: var(--font-onest);
  font-weight: 300;
  font-size: 48px;
  line-height: 1.1;
  color: var(--dark);
}

.epro-projects__title .t2-accent{ color: var(--terra); }

.epro-avatars{
  position: relative;
  width: 140px;
  height: 64px;
  display: inline-block;
}

.epro-avatars__a{
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  border: 3px solid var(--beige);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.epro-avatars__a.a1{ left: 0; background-image: url("/wp-content/uploads/2026/02/Ellipse-80.png"); }
.epro-avatars__a.a2{ left: 38px; background-image: url("/wp-content/uploads/2026/02/Ellipse-81.png"); }
.epro-avatars__a.a3{ left: 76px; background-image: url("/wp-content/uploads/2026/02/Ellipse-82.png"); }

.epro-sparkle{
  width: 64px;
  height: 64px;
  display: inline-block;
  background: center / contain no-repeat url("/wp-content/uploads/2026/02/Text-Dec-Elements.png");
}

.epro-proj-slider{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.epro-proj-track{
  display: flex;
  gap: 28px;
  will-change: transform;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
  transform: translateX(0);
  padding-bottom: 18px;
}

.epro-proj-card{ flex: 0 0 451px; }

.epro-proj-card__link{
  display: block;
  text-decoration: none;
}

.epro-proj-card__media{
  position: relative;
  width: 451px;
  height: 701px;
  border-radius: 44px;
  overflow: hidden;
  background: #ddd;
}

.epro-proj-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.epro-proj-card__ph{
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d9d3cc, #e9e6e2);
}

.epro-proj-badge{
  position: absolute;
  top: 18px;
  left: 18px;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(246,244,240,.92);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 14px;
  color: var(--dark);
  z-index: 5;
}

.epro-proj-like{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: rgba(0,0,0,.28);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: transform .15s ease, background .15s ease;
}

.epro-proj-like:hover{
  transform: scale(1.04);
  background: rgba(0,0,0,.34);
}

.epro-proj-gradient{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 52%;
  background: linear-gradient(to top, rgba(0,0,0,.62), rgba(0,0,0,0));
  z-index: 2;
}

.epro-proj-card__body{
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 3;
}

.epro-proj-card__title{
  margin: 0 0 18px;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 29px;
  line-height: 1.15;
  color: var(--beige);
  max-width: 340px;
}

.epro-proj-btn{
  display: inline-flex;
  align-items: center;
}

.epro-proj-btn__text{
  width: 259px;
  height: 52px;
  border-radius: 999px;
  background: var(--terra);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 14px;
}

.epro-proj-btn__icon{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--terra);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -14px;
}

.epro-proj-footer{
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.epro-proj-all{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.epro-proj-all__text{
  width: 412px;
  height: 72px;
  border-radius: 999px;
  background: var(--terra);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 18px;
}

.epro-proj-all__icon{
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: var(--terra);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -18px;
}

.epro-proj-arrows{
  display: flex;
  gap: 12px;
}

.epro-proj-arrow{
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
  transition: transform .15s ease, background .15s ease;
}

.epro-proj-arrow.is-prev{ background: rgba(255,255,255,.70); }
.epro-proj-arrow.is-next{ background: var(--dark); }
.epro-proj-arrow.is-next svg path{ stroke: #fff; }
.epro-proj-arrow:hover{ transform: scale(1.03); }

@media (max-width: 1280px){
  .epro-proj-card{ flex-basis: 420px; }
  .epro-proj-card__media{ width: 420px; }
}

@media (max-width: 980px){
  .epro-proj-track{ gap: 18px; }
  .epro-proj-card{ flex-basis: 360px; }
  .epro-proj-card__media{ width: 360px; height: 620px; }
  .epro-proj-all__text{ width: 320px; }
}

@media (max-width: 720px){
  .epro-projects{ padding: 50px 0; }
  .epro-projects__title .t1,
  .epro-projects__title .t2{ font-size: 32px; }
  .epro-avatars{ transform: scale(.9); }
  .epro-sparkle{ transform: scale(.85); }
  .epro-proj-footer{ flex-direction: column; align-items: flex-start; }
}




:root{
  --dark-eterno: #191818;
  --terracota-eterno: #D86954;

  --dark: #191818;
  --terra: #D86954;
  --beige: #F6F4F0;

  --font-onest: "Onest", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-santello: "Santello", "Onest", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --hero-w: 1274px;
  --hero-h: 688px;
  --hero-radius: 30px;


  --card-radius: 34px;


  --radius-xl: 34px;


  --kompakt-left-w: 620px;
  --kompakt-right-w: 600px;
  --kompakt-gap: 60px;


  --mdf-left-w: 600px;
  --mdf-right-w: 530px;
  --mdf-gap: 150px;


  --acc-h: 195px;
  --acc-open-w: 672px;
  --acc-closed-w: 262px;
  --acc-img-open-w: 230px;
  --acc-gap: 42px;
}




.et-faq{
  width: 100%;
  padding: 70px 0;
  background: #fff;
}

.et-faq *{ box-sizing: border-box; }

.et-faq__inner{
  width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 710px;
  gap: 60px;
  align-items: start;
}

.et-faq__head{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 74px;
  position: relative;
}

.et-faq__title{
  margin: 0;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
  color: var(--dark);
}

.et-faq__title-ico{
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 230px;
  top: 90px;
}

.et-faq__ask{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.et-faq__ask-text{
  width: 278px;
  height: 60px;
  border-radius: 999px;
  background: var(--beige);
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-onest);
  font-weight: 500;
  font-size: 22px;
}

.et-faq__ask-ico{
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: var(--beige);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -14px;
}

.et-faq__right{ width: 710px; }

.et-faq__item{
  background: var(--beige);
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 18px;
}

.et-faq__q{
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
}

.et-faq__qtext{
  font-family: var(--font-onest);
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  color: var(--dark);
  text-align: left;
}

.et-faq__arr{
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  transition: transform .25s ease;
}

.et-faq__a{
  height: 0;
  overflow: hidden;
  transition: height .28s cubic-bezier(.2,.8,.2,1);
}

.et-faq__a-inner{
  padding: 0 22px 22px;
  font-family: var(--font-onest);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: var(--dark);
}

.et-faq__item.is-open .et-faq__arr{ transform: rotate(180deg); }

.et-faq__all{
  display: block;
  margin-top: 14px;
  text-align: right;
  font-family: var(--font-onest);
  font-size: 14px;
  color: var(--dark);
  text-decoration: none;
}

.et-faq__all:hover{ text-decoration: underline; }

@media (max-width: 1320px){
  .et-faq__inner{
    width: calc(100% - 32px);
    margin: 0 16px;
    grid-template-columns: 1fr;
  }
  .et-faq__right{ width: 100%; }
}
