/* home-sec (secțiuni mai compacte pe pagina principală, -30% padding) */
.home-sec { padding: 70px 0; }

.home-sec-proiecte { padding-top: 70px; padding-bottom: 84px; }

.home-cta-band.home-cta-band-compact { padding: 63px 0; }

.home-sec .margin-top,
.home-sec-proiecte .margin-top { margin-top: 21px; }

/* home-cover */
.home-cover {
  /* min-height (nu height fix) ca sa nu se taie titlul/butoanele cand
     continutul (h1 pe 2 randuri, ex. fr/en) are nevoie de mai mult spatiu
     decat 92vh la ferestre mai scunde -- vezi si home.res.css */
  min-height: max(600px, 92vh);
  padding-top: 80px;
  background: url(/img/app/home/cover_1.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative; }

.home-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(20, 10, 4, 0.45) 0%,
    rgba(20, 10, 4, 0.25) 60%,
    rgba(20, 10, 4, 0.55) 100%
  ); }

.home-cover .container {
  position: relative;
  z-index: 1; }

.home-cover h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 72px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: none;
  margin-top: 160px;
  margin-bottom: 16px;
  line-height: 1.1em; }

.home-cover h2 {
  color: rgba(255, 255, 255, 0.82);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.5em; }

/* home-partners */
.home-partners {
  background: #EDE5D8;
  padding: 28px 30px;
  text-align: center;
  border-bottom: 1px solid #D9CFC4; }

.home-partners-ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.home-partners-ul li {
  display: inline-block;
  width: 133px;
  height: 54px;
  margin: 0 20px;
  background: url(/img/graphics/home/line-partners.png) no-repeat 0 0;
  opacity: 0.65;
  transition: opacity 0.2s ease; }

.home-partners-ul li:hover { opacity: 1; }

.home-partners-ul li span { display: none; }

.home-partners-ul .home-partners-li-1 { background-position: 0 0; }
.home-partners-ul .home-partners-li-2 { background-position: 0 -54px; }
.home-partners-ul .home-partners-li-3 { background-position: 0 -108px; }
.home-partners-ul .home-partners-li-4 { background-position: 0 -162px; }

/* home-products */
.home-products-box {
  position: relative;
  display: block;
  overflow: hidden; }

.home-products-box img {
  transition: transform 0.5s ease; }

.home-products-box:hover img {
  transform: scale(1.04); }

.home-products-box .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to top,
    rgba(20, 10, 4, 0.72) 0%,
    rgba(20, 10, 4, 0.10) 60%
  );
  transition: background 0.3s ease; }

.home-products-box:hover .overlay {
  background: linear-gradient(
    to top,
    rgba(20, 10, 4, 0.82) 0%,
    rgba(20, 10, 4, 0.25) 60%
  ); }

.home-products-box .overlay .cnt {
  display: block;
  padding-top: 20px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.home-products-box .overlay h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.04em;
  margin: 0 0 16px 0;
  transition: transform 0.25s ease; }

.home-products-box:hover .cnt h4 {
  transform: translate(0, -10px); }

.home-products-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  margin: -10px 0 16px 0; }

/* home-promo */
.home-promo {
  padding-top: 0;
  padding-bottom: 0; }

.home-promo-img { margin-bottom: 0; }

.home-promo-grid { margin-bottom: 0 !important; }

.home-promo-text {
  padding: 50px 50px 50px 60px;
  margin: 0; }

.home-promo-text h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  color: #2C1A0E;
  margin-bottom: 20px; }

.home-promo-text p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  color: #7A6655;
  margin-bottom: 36px;
  line-height: 1.7em; }

/* home-featured */
.home-featured {
  margin: 0;
  padding-bottom: 10px; }

.home-featured img {
  transition: opacity 0.25s ease; }

.home-featured img:hover { opacity: 0.88; }

.home-featured .location {
  color: #6B7A3A;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  margin-top: 22px; }

.home-featured h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #2C1A0E;
  margin-top: 0;
  margin-bottom: 8px; }

.home-featured .info {
  color: #A89070;
  font-size: 14px;
  margin-bottom: 24px; }

/* home-cover extras */
.home-cover-supra {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 160px;
  margin-bottom: 20px; }

.home-cover-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.80);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.7em; }

.home-cover-cta { margin-top: 8px; }

.btn-hero-solid {
  background: #6B7A3A;
  color: #fff;
  border: 2px solid #6B7A3A;
  padding: 14px 36px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  margin: 6px 8px;
  border-radius: 0;
  transition: background 0.2s ease, border-color 0.2s ease; }

.btn-hero-solid:hover {
  background: #8A9E4A;
  border-color: #8A9E4A;
  color: #fff; }

.btn-hero-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.75);
  padding: 14px 36px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  margin: 6px 8px;
  border-radius: 0;
  transition: background 0.2s ease, border-color 0.2s ease; }

.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff; }

/* home-credibilitate */
.home-credibilitate {
  background: #EDE5D8;
  border-bottom: 1px solid #D9CFC4;
  padding: 35px 0; }

.home-cred-item { padding: 16px; }

.home-cred-nr {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 56px;
  font-weight: 300;
  color: #2C1A0E;
  line-height: 1em;
  margin-bottom: 10px; }

.home-cred-label {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #A89070; }

.home-cred-subnote {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  color: #A89070;
  margin-top: 4px; }

/* home-capacitate-mica (fâșie discretă) */
.home-capacitate-mica {
  display: block;
  background: #EDE5D8;
  border-bottom: 1px solid #D9CFC4;
  padding: 11px 0;
  text-decoration: none;
  transition: background 0.2s ease; }

.home-capacitate-mica:hover,
.home-capacitate-mica:focus {
  background: #E3D9C7;
  text-decoration: none; }

.home-capacitate-mica .container {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 18px; }

.home-capacitate-mica-titlu {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #2C1A0E; }

.home-capacitate-mica-text {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #7A6655;
  flex: 1; }

.home-capacitate-mica-link {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #6B7A3A;
  white-space: nowrap; }

/* home-proces */
.home-proces { }

.home-pas {
  padding: 21px 21px 21px 0;
  border-top: 2px solid #D9CFC4;
  margin-top: 21px; }

.home-pas-nr {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 52px;
  font-weight: 300;
  color: #6B7A3A;
  opacity: 0.55;
  line-height: 1em;
  margin-bottom: 14px; }

.home-pas h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #2C1A0E;
  margin: 0 0 10px 0; }

.home-pas p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #7A6655;
  line-height: 1.65em;
  margin: 0; }

/* home-cta-band */
.home-cta-band {
  background: #2C1A0E;
  padding: 90px 0; }

.home-cta-band h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 40px;
  font-weight: 300;
  color: #F7F2EB;
  margin-bottom: 18px; }

.home-cta-band p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #A89070;
  margin-bottom: 36px; }

.btn-cta {
  background: #6B7A3A;
  color: #fff;
  border: 2px solid #6B7A3A;
  padding: 16px 48px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 0;
  transition: background 0.2s ease, border-color 0.2s ease; }

.btn-cta:hover {
  background: #8A9E4A;
  border-color: #8A9E4A;
  color: #fff; }

/* home-news */
.home-news {
  display: block;
  background: #FDFAF6;
  margin-bottom: 24px;
  border: 1px solid #EDE5D8;
  transition: box-shadow 0.2s ease; }

.home-news:hover {
  box-shadow: 0 6px 28px rgba(44, 26, 14, 0.10); }

.home-news img {
  margin-bottom: 0;
  display: block; }

.home-news .date {
  display: block;
  color: #6B7A3A;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px; }

.home-news .cnt {
  display: block;
  padding: 20px 24px 24px; }

.home-news .title {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #2C1A0E;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 14px; }

.home-news .excerpt {
  display: block;
  color: #7A6655;
  font-size: 14px;
  line-height: 1.55em;
  height: 4.65em;
  overflow: hidden; }
