/* 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-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; }

/* ══════════════════════════════════════════════════════════════════════
   Homepage v2 — Pachete / Modele / Segmente / Fabrica / Referințe / Doru /
   Descarcă fișa / CTA final (propunere mockup septembrie 2026)
   ══════════════════════════════════════════════════════════════════════ */

.home-sec-linen { background: #EDE5D8; padding: 56px 0; }

/* sectiunea MODELE e urmata direct de bara "Nu ai gasit..." (.th-design-bar) -
   pastram doar spatiul mic dat de .home-model's margin-bottom (26px) intre
   ultimul card si bara noua, in loc de padding-bottom-ul standard al sectiunii */
.home-sec-linen--models { padding-bottom: 0; }

.home-v2-head { max-width: 64ch; margin-bottom: 40px; }
.home-v2-eyebrow {
  font-family: "DM Sans", sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; color: #A89070; margin: 0 0 14px; }
.home-v2-lede { font-size: 15px; color: #7A6655; max-width: 60ch; margin: 14px 0 0; }

/* ---------- Filtru (ce te interesează) ---------- */
.home-filter-sec { padding: 35px 0; }

.home-filter-list {
  display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 860px) {
  .home-filter-list { grid-template-columns: repeat(3, 1fr); gap: 28px; } }

.home-filter-card {
  display: flex; flex-direction: column;
  border: 1px solid #D9CFC4;
  text-decoration: none; color: inherit;
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.35s ease; }

/* aparitie pe rand -- js/app/home-filter-reveal.js */
.home-filter-card.is-hidden { opacity: 0; transform: translateY(24px); }

.home-filter-card:hover,
.home-filter-card:focus { text-decoration: none; color: inherit; }

.home-filter-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 40px rgba(44, 26, 14, 0.16); }

.home-filter-card-1 { background: #F7F2EB; }
.home-filter-card-2 { background: #EDE5D8; }
.home-filter-card-3 { background: #E3D5BD; }

.home-filter-card-photo { overflow: hidden; height: 220px; }
.home-filter-card-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s ease; }

.home-filter-card:hover .home-filter-card-photo img { transform: scale(1.08); }

.home-filter-card-body { padding: 26px 26px 30px; flex: 1; }

.home-filter-card-tag {
  font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: #A89070; margin: 0 0 10px; }

.home-filter-card-body h3 {
  font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; line-height: 1.15;
  color: #2C1A0E; margin: 0 0 10px; font-weight: 500; }

.home-filter-card-body p:last-child {
  font-family: "DM Sans", sans-serif; font-size: 13.6px; line-height: 1.6;
  color: #7A6655; margin: 0; }

/* ---------- Pachete (doua decka, structura / modul complet) ---------- */
.home-pk-decks { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.home-pk-card {
  width: 100%; max-width: 560px; background: #FFFDF9; border: 1px solid #D9CFC4;
  display: flex; flex-direction: column; }

.home-pk-divider {
  flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%;
  border: 1px solid #D9CFC4; background: #F7F2EB; display: flex; align-items: center; justify-content: center;
  font-family: "DM Sans", sans-serif; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: #A89070; }

.home-pk-card-head { padding: 30px 28px 24px; min-height: 172px; box-sizing: border-box; }
.home-pk-card--olive .home-pk-card-head { background: #6B7A3A; }
.home-pk-card--oak .home-pk-card-head { background: #2C1A0E; }
.home-pk-tier {
  display: block; font-family: "DM Sans", sans-serif; font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(247,242,235,.85); margin: 0 0 9px; }
.home-pk-name {
  font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; line-height: 1.1;
  color: #fff; font-weight: 500; margin: 0 0 10px; }
.home-pk-sub { font-size: 13px; color: rgba(247,242,235,.8); line-height: 1.5; margin: 0; }

.home-pk-card-body { padding: 26px 28px; display: flex; flex-direction: column; gap: 22px; flex: 1; }
.home-pk-row-label {
  display: block; font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: #A89070; margin-bottom: 10px; }

.home-pk-proiect-label {
  font-family: "DM Sans", sans-serif; font-weight: 700; font-size: 14px; color: #2C1A0E; margin: 0 0 4px; display: block; }
.home-pk-row p { font-size: 13.8px; color: #7A6655; line-height: 1.5; margin: 0; }
.home-pk-proiect-list { list-style: none; margin: 0; padding: 0; }
.home-pk-proiect-list li {
  font-size: 13.8px; color: #7A6655; line-height: 1.6; padding-left: 14px; position: relative; }
.home-pk-proiect-list li::before { content: "\2014"; position: absolute; left: 0; color: #A89070; }

.home-pk-card ul.inc-list,
.home-pk-card ul.exc-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.home-pk-card li { position: relative; padding-left: 20px; font-size: 13.8px; line-height: 1.5; color: #3D2B1F; }
.home-pk-card li::before { position: absolute; left: 0; top: 0; font-family: "DM Mono", monospace; font-size: 13px; }
.home-pk-card .inc-list li::before { content: "+"; color: #6B7A3A; }
.home-pk-card .exc-list li { color: #7A6655; }
.home-pk-card .exc-list li::before { content: "\2212"; color: #A89070; }

.home-pk-photo img { display: block; width: 100%; height: 180px; object-fit: cover; object-position: center; background: #F7F2EB; }
.home-pk-card--oak .home-pk-photo { margin-top: 29px; }
.home-pk-card--oak .home-pk-photo img { object-position: center 71%; }
.home-pk-photo span {
  display: block; margin-top: 8px; font-family: "DM Mono", monospace; font-size: 9.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: #A89070; }

.home-pk-stats { display: flex; gap: 28px; padding-top: 18px; border-top: 1px solid #D9CFC4; margin-top: auto; }
.home-pk-stat { display: flex; flex-direction: column; gap: 4px; }
.home-pk-stat-label {
  font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: #A89070; }
.home-pk-price-val, .home-pk-term-val {
  font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; font-weight: 700; color: #2C1A0E; }

.home-pk-card-foot { padding: 22px 28px 28px; }
.home-pk-btn {
  display: block; width: 100%; text-align: center; box-sizing: border-box; padding: 14px 18px;
  font-family: "DM Sans", sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.02em;
  text-decoration: none; color: #fff; background: #6B7A3A; transition: background .2s ease; }
.home-pk-btn:hover { background: #8A9E4A; color: #fff; }
.home-pk-btn--oak { background: #2C1A0E; }
.home-pk-btn--oak:hover { background: #3D2B1F; }

.home-pk-disclaimer {
  margin-top: 32px; font-size: 12.5px; color: #7A6655; line-height: 1.6; max-width: 90ch; }

@media (min-width: 768px) {
  .home-pk-decks { flex-direction: row; align-items: stretch; justify-content: center; gap: 32px; }
  .home-pk-card { max-width: 460px; }
  .home-pk-divider { align-self: center; }
}

/* ---------- Modele ---------- */
.home-model {
  display: grid; grid-template-columns: 1fr; gap: 0; background: #FFFDF9;
  border: 1px solid #D9CFC4; margin-bottom: 26px; position: relative; }
.home-model-stretched-link { position: absolute; inset: 0; z-index: 1; }
@media (min-width: 860px) { .home-model { grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); } }
.home-model-img {
  min-height: 280px; background: #EDE5D8; position: relative;
  display: flex; align-items: center; justify-content: center;
  background-image: repeating-linear-gradient(135deg, transparent 0 15px, rgba(168,144,112,.13) 15px 16px); }
.home-model-img span {
  font-family: "DM Mono", monospace; font-size: 10.5px; letter-spacing: 0.14em;
  text-transform: uppercase; color: #A89070; text-align: center; line-height: 1.9; padding: 0 20px; }
.home-model-body { padding: 30px 30px 28px; display: flex; flex-direction: column; }
.home-model-tag {
  font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: #A89070; margin: 0 0 10px; }
.home-model-name {
  font-family: "Cormorant Garamond", Georgia, serif; font-size: 32px; line-height: 1.06;
  color: #2C1A0E; margin: 0 0 6px; font-weight: 500; }
.home-model-sub { font-size: 13.6px; color: #7A6655; margin: 0 0 20px; }
.home-model-specs {
  list-style: none; margin: 0 0 22px; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 20px;
  border-top: 1px solid #D9CFC4; padding-top: 18px; }
.home-model-specs dt {
  font-family: "DM Mono", monospace; font-size: 9.5px; letter-spacing: 0.14em;
  text-transform: uppercase; color: #A89070; margin-bottom: 3px; }
.home-model-specs dd { margin: 0; font-size: 14px; color: #2C1A0E; font-weight: 500; line-height: 1.35; }
.home-model-price {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
  border-top: 1px solid #D9CFC4; padding-top: 18px; margin-top: auto; }
.home-model-price .from {
  font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase; color: #A89070; }
.home-model-price .v {
  font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; line-height: 1; color: #2C1A0E; }
.home-model-price .u { font-size: 13px; color: #7A6655; }
.home-model-cta { margin-top: 20px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; position: relative; z-index: 2; }
.home-model-cta .arrowlink {
  font-size: 13px; font-weight: 500; color: #6B7A3A; text-decoration: none;
  border-bottom: 1px solid transparent; }
.home-model-cta .arrowlink:hover { border-bottom-color: #6B7A3A; }

.btn-dark {
  display: inline-block; background: #2C1A0E; color: #F7F2EB; border: 1px solid #2C1A0E;
  font-family: "DM Sans", sans-serif; font-size: 12.5px; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 14px 28px; text-decoration: none; transition: background .15s; }
.btn-dark:hover { background: #6B7A3A; border-color: #6B7A3A; color: #fff; }
.btn-line {
  display: inline-block; background: transparent; color: #2C1A0E; border: 1px solid #D9CFC4;
  font-family: "DM Sans", sans-serif; font-size: 12.5px; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 14px 28px; text-decoration: none; transition: border-color .15s, color .15s; }
.btn-line:hover { border-color: #6B7A3A; color: #6B7A3A; }

/* ---------- Segmente ---------- */
.home-seg-list { border-top: 1px solid #D9CFC4; }
.home-seg-row {
  display: grid; grid-template-columns: 1fr; gap: 6px 34px;
  padding: 28px 0; border-bottom: 1px solid #D9CFC4; align-items: start;
  text-decoration: none; color: inherit; }
@media (min-width: 820px) { .home-seg-row { grid-template-columns: 56px minmax(0,300px) minmax(0,1fr) 130px; align-items: center; } }
.home-seg-n { font-family: "DM Mono", monospace; font-size: 11px; color: #A89070; letter-spacing: 0.1em; }
.home-seg-t {
  font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; line-height: 1.15;
  color: #2C1A0E; font-weight: 500; }
.home-seg-d { font-size: 13.9px; color: #7A6655; line-height: 1.55; margin: 0; }
.home-seg-go {
  font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: #6B7A3A; }
.home-seg-row:hover .home-seg-t { color: #6B7A3A; }

/* ---------- Fabrica ---------- */
/* padding + margini reduse cu ~25% fata de reteta standard .home-sec/.home-v2-head,
   ca sectiunea sa fie mai scunda si textul mai adunat (mai putin aer intre eyebrow/h2/lede) */
.home-factory { background: #F7F2EB; color: #2C1A0E; padding: 50px 0; border-top: 1px solid #D9CFC4; }
.home-factory .home-v2-head { margin-bottom: 24px; }
.home-factory h2 { color: #2C1A0E; margin: 12px 0; }
.home-factory .home-v2-eyebrow { color: #2C1A0E; opacity: .7; margin-bottom: 10px; }
.home-factory .home-v2-lede { color: #2C1A0E; opacity: .8; margin-top: 10px; }
.home-factory-video {
  margin-top: 22px; border: 1px solid rgba(44,26,14,.18); min-height: 360px;
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px;
  background: rgba(44,26,14,.05); }
.home-factory-play {
  width: 60px; height: 60px; border: 1.5px solid rgba(44,26,14,.55); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; }
.home-factory-play::after {
  content: ""; border-left: 14px solid rgba(44,26,14,.8);
  border-top: 8px solid transparent; border-bottom: 8px solid transparent; margin-left: 4px; }
.home-factory-video span {
  font-family: "DM Mono", monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(44,26,14,.6); text-align: center; line-height: 1.9; padding: 0 20px; max-width: 46ch; }
.home-machines {
  margin-top: 22px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 0; border-top: 1px solid rgba(44,26,14,.18); }
.home-machine { padding: 14px 24px; border-right: 1px solid rgba(44,26,14,.14); }
.home-machine:first-child { padding-left: 0; }
.home-machine:last-child { border-right: 0; }

/* sub 768px randul de 4 utilaje pica la 2 coloane (auto-fit) -- fara
   regulile de mai jos, bordura din dreapta si padding-left:0 se aplicau
   dupa pozitia in DOM (primul/ultimul element), nu dupa coloana vizuala,
   asa ca al 2-lea utilaj capata o bordura in plus, iar al 3-lea (inceput
   de rand 2) nu mai era aliniat cu primul. */
@media (max-width: 767px) {
  .home-machines { grid-template-columns: 1fr 1fr; }
  .home-machine { border-bottom: 1px solid rgba(44,26,14,.14); }
  .home-machine:nth-child(2n) { border-right: 0; }
  .home-machine:nth-child(2n+1) { padding-left: 0; }
  .home-machine:nth-last-child(-n+2) { border-bottom: 0; }
}
.home-machine b {
  display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 21px;
  color: #2C1A0E; font-weight: 500; margin-bottom: 5px; }
.home-machine span { font-size: 13px; color: #2C1A0E; opacity: .72; line-height: 1.5; }

/* ---------- Referințe v2 ---------- */
.home-refs { background: #A89070; color: #2C1A0E; }
.home-refs h2 { color: #2C1A0E; }
.home-refs .home-v2-eyebrow { color: #2C1A0E; opacity: .7; }
.home-ref-hero { display: grid; grid-template-columns: 1fr; background: #FFFDF9; margin-bottom: 26px; position: relative; }
@media (min-width: 860px) { .home-ref-hero { grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); } }
.home-ref-hero-stretched-link { position: absolute; inset: 0; z-index: 1; }
.home-ref-body .btn-dark { position: relative; z-index: 2; }
.home-ref-img {
  min-height: 300px; background: #EDE5D8; display: flex; align-items: center; justify-content: center;
  background-image: repeating-linear-gradient(135deg, transparent 0 15px, rgba(168,144,112,.13) 15px 16px); }
.home-ref-img span {
  font-family: "DM Mono", monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #A89070; padding: 0 20px; text-align: center; }
.home-ref-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.home-ref-body { padding: 32px; }
.home-ref-body .home-model-name { font-size: 27px; }
.home-ref-metrics {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(90px,1fr)); gap: 16px;
  border-top: 1px solid #D9CFC4; border-bottom: 1px solid #D9CFC4; padding: 18px 0; margin: 20px 0; }
.home-ref-metrics dt {
  font-family: "DM Mono", monospace; font-size: 9.5px; letter-spacing: 0.13em;
  text-transform: uppercase; color: #A89070; margin-bottom: 4px; }
.home-ref-metrics dd {
  margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px;
  line-height: 1; color: #2C1A0E; }
.home-ref-small { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 720px) { .home-ref-small { grid-template-columns: 1fr 1fr; } }
.home-ref-card {
  display: flex; flex-direction: column; background: #FFFDF9;
  text-decoration: none; color: inherit; }
.home-ref-card:hover h3 { color: #6B7A3A; }
.home-ref-card .home-ref-img { height: 280px; }
.home-ref-card .in { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.home-ref-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; font-weight: 500; margin-bottom: 5px;
  color: #2C1A0E; }
.home-ref-card p { font-size: 13.4px; color: #7A6655; margin: 0; flex: 1; }

/* ---------- Doru + Iustina (echipa, doua deckuri stivuite) ---------- */
.home-team-decks { display: flex; flex-direction: column; gap: 24px; }

/* fiecare deck reia formatul orizontal original (poza stanga / text dreapta) */
.home-team-deck { display: grid; grid-template-columns: 1fr; gap: 0; background: #FFFDF9; border: 1px solid #D9CFC4; }
@media (min-width: 820px) { .home-team-deck { grid-template-columns: minmax(0,380px) minmax(0,1fr); } }

.home-team-deck-img { min-height: 380px; background: #EDE5D8; }
.home-team-deck-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 380px; }

/* deckul Iustinei ramane cu ~30% mai scund decat al lui Doru — fara acest
   plafon explicit, cele doua poze au aproape acelasi raport de aspect
   (2:3) si ies la aceeasi inaltime la aceeasi latime de coloana (380px),
   indiferent ca textul ei e mai scurt (fara citat, doar 2 credentiale) */
.home-team-deck--compact .home-team-deck-img { height: 400px; min-height: 400px; }

.home-team-deck-body { padding: 36px 36px 34px; }
.home-founder-quote {
  font-family: "Cormorant Garamond", Georgia, serif; font-style: italic; font-size: 24px;
  line-height: 1.35; color: #2C1A0E; margin: 0 0 20px; }
.home-founder-name { font-weight: 700; color: #2C1A0E; font-size: 16px; margin: 0 0 2px; font-family: "DM Sans", sans-serif; }
.home-founder-role { font-size: 13.2px; color: #7A6655; margin: 0 0 20px; }
.home-founder-creds { list-style: none; margin: 0 0 24px; padding: 18px 0 0; border-top: 1px solid #D9CFC4; display: flex; flex-direction: column; gap: 8px; }
.home-founder-creds li { font-size: 13.8px; color: #7A6655; padding-left: 20px; position: relative; line-height: 1.5; }
.home-founder-creds li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 1px; background: #A89070; }
.home-founder-contact { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; border-top: 1px solid #D9CFC4; padding-top: 22px; }
.home-founder-phone {
  font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; color: #2C1A0E; text-decoration: none; }
.home-founder-phone:hover { color: #6B7A3A; }
.home-founder-phone small {
  display: block; font-family: "DM Sans", sans-serif; font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; color: #A89070; margin-bottom: 3px; font-weight: 500; }

/* ---------- Broșura companiei ---------- */
.home-dl { background: #6B7A3A; color: #fff; }
.home-dl h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.4rem); }
.home-dl .home-v2-eyebrow { color: rgba(255,255,255,.72); }
.home-dl-in { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
@media (min-width: 900px) { .home-dl-in { grid-template-columns: minmax(0,1fr) minmax(0,400px); } }
.home-dl-list { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.home-dl-list li { font-size: 14px; color: rgba(255,255,255,.9); padding-left: 20px; position: relative; }
.home-dl-list li::before { content: "+"; position: absolute; left: 0; font-family: "DM Mono", monospace; color: rgba(255,255,255,.65); }

/* card de descarcare a brosurii — acelasi tipar ca .brosura-card de pe
   pagina de Contact (public/css/app/contact.css), redimensionat pentru
   coloana de 400px de aici */
.home-dl-brochure { position: relative; display: block; width: 100%; max-width: 340px; margin: 0 auto; overflow: hidden; }
.home-dl-brochure-img { display: block; width: 100%; height: auto; transition: transform .5s ease; }
.home-dl-brochure:hover .home-dl-brochure-img { transform: scale(1.06); }
.home-dl-brochure-overlay {
  display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(20,12,6,.32); transition: background .3s ease; }
.home-dl-brochure:hover .home-dl-brochure-overlay { background: rgba(44,26,14,.55); }
.home-dl-brochure-cta {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) translateY(8px);
  width: auto; max-width: 220px; white-space: normal; text-align: center; line-height: 1.35;
  opacity: .85; transition: opacity .3s ease, transform .3s ease; }
.home-dl-brochure:hover .home-dl-brochure-cta { opacity: 1; transform: translate(-50%,-50%) translateY(0); }

/* 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; }

/* ============================================================
   BARA "NU AI GASIT CEVA PENTRU TINE" — sub MOD 2 / MOD 3.
   Preluata din pagina Tiny Houses (.th-design-bar), cu valorile
   de culoare/font scrise direct (variabilele --th-* nu exista
   in acest stylesheet).
   ============================================================ */
.th-design-bar { background: #A89070; padding: 26px 0; }

.th-design-bar-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px; }

.th-design-bar-text { flex: 1 1 320px; }

.th-design-bar-lead {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: 20px;
  color: #2C1A0E;
  margin: 0 0 4px; }

.th-design-bar-sub {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 13.6px;
  line-height: 1.5;
  color: #2C1A0E;
  opacity: .8;
  margin: 0;
  max-width: 60ch; }

.th-design-bar-btn { flex: none; padding: 13px 24px; font-size: 12px; }

@media (max-width: 640px) {
  .th-design-bar-text { flex: 1 1 100%; }
  .th-design-bar-btn { flex: 1 1 100%; text-align: center; } }

.th-design-bar-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 26px;
  flex: 1 1 100%;
  padding-top: 18px;
  border-top: 1px solid rgba(44, 26, 14, .16); }

.th-design-bar-logo {
  height: 24px;
  width: auto;
  display: block;
  opacity: .82;
  transition: opacity .2s ease; }
.th-design-bar-logo:hover { opacity: 1; }

.th-design-bar-logo-lumion { height: 18px; }

@media (max-width: 767px) {
  .th-design-bar-logos { justify-content: center; } }
