/* Homepage - Паркети Йорданов */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&display=swap");

.home-page {
  --home-dark: var(--parketi-dark, #212121);
  --home-dark-deep: var(--parketi-dark, #212121);
  --home-cream: var(--parketi-cream, #f6f0e8);
  --home-cream-deep: var(--parketi-cream, #f6f0e8);
  --home-gold: var(--parketi-gold, #c9a86c);
  --home-gold-muted: var(--parketi-gold, #c9a86c);
  --home-accent: var(--parketi-gold, #c9a86c);
  --hero-dark: var(--parketi-dark, #212121);
  --hero-dark-soft: var(--parketi-dark, #212121);
  --hero-peach: #f3cfb3;
  --hero-peach-dim: rgba(243, 207, 179, 0.35);
  --home-shadow: 0 20px 50px rgba(26, 18, 12, 0.18);
  --home-radius: 20px;
  font-family: "DM Sans", system-ui, sans-serif;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page .display-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* Header – white bar on homepage */
.home-page .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border: none;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e8dfd4;
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(42, 33, 28, 0.04);
}

.home-page .site-header.is-scrolled {
  background: #fff;
  border-bottom: 1px solid #e0d5c8;
  box-shadow: 0 8px 24px rgba(42, 33, 28, 0.08);
}

.home-page .nav-wrap {
  min-height: 84px;
}

.home-page .logo-image {
  width: min(480px, 92vw);
  height: auto;
  max-height: 4.75rem;
  border-radius: 6px;
}

.home-page .main-nav a {
  color: #3d2c20;
  font-size: 0.95rem;
  font-weight: 500;
}

.home-page .main-nav a:hover,
.home-page .main-nav a.active,
.home-page .nav-dropdown.active .nav-dropdown__toggle,
.home-page .nav-dropdown.is-open .nav-dropdown__toggle,
.home-page .nav-dropdown__toggle:hover {
  background: #f2e8dc;
  color: var(--home-accent);
}

.home-page .nav-dropdown__toggle {
  color: #3d2c20;
  font-size: 0.95rem;
  font-weight: 500;
}

.home-page .main-nav.is-open .nav-dropdown__menu a:hover,
.home-page .main-nav.is-open .nav-dropdown__menu a.active {
  background: #f2e8dc;
  color: var(--home-accent);
}

.home-page .btn-header {
  background: var(--home-accent);
  border-color: var(--home-accent);
  color: #fff;
  box-shadow: 0 4px 16px rgba(185, 124, 70, 0.28);
}

.home-page .btn-header:hover {
  background: #b07d45;
  border-color: #b07d45;
  color: #fff;
  transform: translateY(-1px);
}

.home-page .nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #e0d5c8;
  border-radius: 10px;
  background: #faf7f2;
  color: #3d2c20;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.home-page .nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  margin: 4px auto;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}

.home-page .nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.home-page .nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.home-page .nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Hero – dark editorial layout + image collage */
.home-hero .reveal {
  opacity: 1;
  transform: none;
}

.home-hero {
  background: var(--hero-dark);
  color: #fff;
  padding-top: 84px;
  overflow: hidden;
}

.home-hero__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(360px, 1.15fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 3vw, 2.5rem) clamp(3rem, 6vw, 4.5rem);
  min-height: calc(100dvh - 84px);
}

.home-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.home-hero__title {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.85rem, 6.2vw, 5.25rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
  max-width: 14ch;
  color: #fff;
}

.home-hero__accent {
  color: var(--hero-peach);
  font-style: italic;
}

.home-hero__title-coffee {
  color: #e8d0b0;
}

.home-hero__lead {
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
  max-width: 42ch;
  margin: 0 0 2.25rem;
}

.home-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 1rem 2rem;
  background: var(--hero-peach);
  color: var(--hero-dark);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 0;
  transition: background 0.25s, color 0.25s, transform 0.2s;
}

.home-hero__cta:hover {
  background: #ffe8d6;
  color: #0f1012;
  transform: translateY(-2px);
}

.home-hero__social {
  margin-top: clamp(2.5rem, 8vh, 5rem);
}

.home-hero__social-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.85rem;
}

.home-hero__social-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}

.home-hero__social-icons {
  display: flex;
  gap: 0.65rem;
}

.home-hero__social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.home-hero__social-icons a:hover {
  border-color: var(--hero-peach);
  color: var(--hero-peach);
  background: rgba(243, 207, 179, 0.08);
}

/* Right – overlapping collage */
.home-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: min(78vh, 680px);
}

.home-hero__collage {
  position: relative;
  width: min(100%, 700px);
  aspect-ratio: 5 / 6;
  max-height: min(82vh, 760px);
  min-height: 480px;
}

.home-hero__geo {
  position: absolute;
  pointer-events: none;
}

.home-hero__geo--block-tr {
  top: 4%;
  right: 6%;
  width: 38%;
  height: 22%;
  background: var(--hero-peach);
  z-index: 0;
}

.home-hero__geo--frame-main {
  top: 2%;
  right: 2%;
  width: 78%;
  height: 88%;
  border: 1px solid var(--hero-peach);
  z-index: 1;
}

.home-hero__geo--frame-sub {
  bottom: 10%;
  left: 0;
  width: 52%;
  height: 42%;
  border: 1px solid var(--hero-peach-dim);
  z-index: 3;
}

.home-hero__geo--ring-br {
  bottom: 6%;
  right: 2%;
  width: 5.5rem;
  height: 5.5rem;
  border: 1px solid var(--hero-peach);
  border-radius: 50%;
  z-index: 5;
}

.home-hero__dots-rail {
  position: absolute;
  top: 6%;
  right: -0.65rem;
  height: 82%;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.home-hero__dots {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.home-hero__dots .hero-slider-dot {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.home-hero__dots .hero-slider-dot.is-active {
  transform: scale(1.35);
  background-color: var(--hero-peach);
  box-shadow: 0 0 0 2px rgba(234, 196, 156, 0.35);
}

.home-hero__dots .hero-slider-dot:focus-visible {
  outline: 2px solid var(--hero-peach);
  outline-offset: 3px;
}

.home-hero__photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
}

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

.home-hero__photo--main {
  top: 6%;
  right: 4%;
  width: 74%;
  height: 82%;
  z-index: 2;
  display: block;
}

.home-hero__photo--main .home-hero__slider,
.home-hero__photo--main .home-hero__slider-track {
  height: 100%;
  min-height: 280px;
}

.home-hero__photo--sub {
  bottom: 8%;
  left: 2%;
  width: 46%;
  aspect-ratio: 1;
  z-index: 4;
}

.home-hero__photo--sub img {
  transition: opacity 0.45s ease;
}

/* Slider inside main hero photo */
.home-hero__photo--main .home-hero__slider {
  position: absolute;
  inset: 0;
  outline: none;
}

.home-hero__photo--main .home-hero__slider:focus-visible {
  box-shadow: inset 0 0 0 2px var(--hero-peach);
}

.home-hero__photo--main .home-hero__slider-track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: var(--hero-dark-soft);
}

.home-hero__photo--main .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.65s ease, visibility 0.65s;
  z-index: 0;
}

.home-hero__photo--main .hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.home-hero__photo--main .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Wood texture sections */
.home-wood {
  background-color: var(--home-cream);
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 40%),
    repeating-linear-gradient(
      92deg,
      transparent,
      transparent 3px,
      rgba(166, 139, 103, 0.04) 3px,
      rgba(166, 139, 103, 0.04) 4px
    );
}

/* About */
.home-about {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.home-about__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) 1.35fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}

.home-about__badge {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  border-radius: var(--home-radius);
  background: var(--hero-dark);
  color: var(--home-cream);
  min-height: 320px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--home-shadow);
}

.home-about__badge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/hero/hero-slide-4.jpg") center/cover;
  opacity: 0.22;
}

.home-about__badge > * {
  position: relative;
  z-index: 1;
}

.home-about__badge .eyebrow {
  color: var(--home-gold);
  margin-bottom: 0.5rem;
}

.home-about__badge h2 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: var(--home-gold);
  margin: 0 0 0.75rem;
  line-height: 1.1;
}

.home-about__badge p {
  color: rgba(246, 240, 232, 0.85);
  line-height: 1.65;
  margin: 0;
}

.home-about__text h2 {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  color: var(--home-dark);
  margin: 0 0 1.25rem;
  line-height: 1.2;
}

.home-about__text p {
  color: #5c4a3d;
  line-height: 1.8;
  margin: 0 0 1rem;
  font-size: 1.02rem;
}

.home-about__text p:last-child {
  margin-bottom: 0;
}

/* Why us */
.home-why {
  padding: clamp(3.25rem, 6vw, 4.75rem) 0;
  background: var(--hero-dark);
  color: var(--home-cream);
  position: relative;
  overflow: hidden;
}

.home-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 100% 0%, rgba(212, 180, 131, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(196, 146, 90, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

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

.home-why .eyebrow {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: var(--home-gold);
  margin-bottom: 0.5rem;
}

.home-why__intro {
  max-width: 44rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.home-why__intro h2 {
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  color: var(--home-cream);
  margin: 0 0 0.75rem;
}

.home-why__lead {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(246, 240, 232, 0.78);
}

.home-why__stats {
  list-style: none;
  margin: 0 auto 2.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.home-why__stat {
  flex: 1 1 12rem;
  max-width: 16rem;
  min-width: 9rem;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(212, 180, 131, 0.22);
  background: rgba(0, 0, 0, 0.22);
  text-align: center;
}

.home-why__stat-value {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--home-gold);
  line-height: 1.1;
}

.home-why__stat-value--compact {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.home-why__stat-label {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(246, 240, 232, 0.55);
}

.home-why__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

.home-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1.4rem;
  border-radius: 16px;
  border: 1px solid rgba(212, 180, 131, 0.18);
  background: rgba(246, 240, 232, 0.06);
  transition: transform 0.3s, border-color 0.3s, background 0.3s;
  overflow: hidden;
}

.home-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 180, 131, 0.4);
  background: rgba(246, 240, 232, 0.1);
}

.home-feature__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(212, 180, 131, 0.18);
  color: var(--home-gold);
  margin-bottom: 0.85rem;
  border: 1px solid rgba(212, 180, 131, 0.3);
}

.home-feature h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--home-cream);
}

.home-feature p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.6;
  color: rgba(246, 240, 232, 0.68);
}

.home-why__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem 1.75rem;
  margin: 2.75rem 0 0;
  padding-top: 0.25rem;
}

.home-why__link {
  color: var(--home-gold);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 180, 131, 0.45);
  transition: color 0.2s, border-color 0.2s;
}

.home-why__link:hover {
  color: var(--home-cream);
  border-color: var(--home-cream);
}

.btn-gold {
  background: linear-gradient(135deg, var(--home-gold) 0%, var(--home-accent) 100%);
  color: var(--home-dark-deep);
  border: none;
  font-weight: 700;
}

.btn-gold:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

/* Services */
.home-services {
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.home-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.home-section-head h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  color: var(--home-dark);
  margin: 0;
}

.home-about__text .btn-outline-dark {
  border: 1px solid var(--home-dark);
  color: var(--home-dark);
  background: var(--home-gold);
  border-radius: 10px;
  padding: 0.65rem 1.25rem;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.25s;
}

.home-about__text .btn-outline-dark:hover {
  background: var(--home-dark);
  color: var(--home-cream);
  border-color: var(--home-dark);
}

.home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.home-service-card {
  border-radius: var(--home-radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(42, 33, 28, 0.08);
  box-shadow: 0 8px 30px rgba(42, 33, 28, 0.06);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s;
}

.home-service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--home-shadow);
}

.home-service-card__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  display: block;
}

.home-service-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.home-service-card:hover .home-service-card__img img {
  transform: scale(1.06);
}

.home-service-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.home-service-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  margin: 0;
  color: var(--home-dark);
}

.home-service-card h3 a:hover {
  color: var(--home-accent);
}

.home-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--home-accent);
}

/* Process */
.home-process {
  background: #fff;
  color: var(--home-dark);
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.home-process h2 {
  text-align: center;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  color: var(--home-dark);
  margin: 0 0 3rem;
}

.home-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.home-step {
  text-align: center;
  padding: 2rem 1.25rem 1.75rem;
  border-radius: var(--home-radius);
  border: 1px solid rgba(42, 33, 28, 0.08);
  background: var(--home-gold);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.home-step:hover {
  transform: translateY(-4px);
  border-color: rgba(42, 33, 28, 0.15);
  box-shadow: 0 12px 32px rgba(42, 33, 28, 0.1);
}

.home-step__num {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(42, 33, 28, 0.1);
  pointer-events: none;
}

.home-step__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  border: 1px solid rgba(42, 33, 28, 0.12);
  display: grid;
  place-items: center;
  color: var(--home-dark);
  background: rgba(255, 255, 255, 0.45);
}

.home-step h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--home-dark);
}

.home-step p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #5c4a3d;
}

/* Reviews */
.home-reviews {
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: var(--hero-dark);
  color: var(--home-cream);
}

.home-reviews h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  color: var(--home-gold);
  text-align: center;
  margin: 0 0 1.5rem;
}

.home-reviews__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 auto 2.5rem;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(42, 33, 28, 0.1);
  box-shadow: 0 10px 30px rgba(42, 33, 28, 0.08);
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}

.home-reviews__badge {
  width: fit-content;
}

.home-reviews__badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(42, 33, 28, 0.14);
}

.home-reviews__badge-logo {
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.home-reviews__badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: left;
}

.home-reviews__badge-top {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.home-reviews__rating {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--home-dark);
}

.home-reviews__badge-stars {
  color: #e8b84a;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
}

.home-reviews__badge-sub {
  font-size: 0.82rem;
  color: rgba(42, 33, 28, 0.6);
  font-weight: 600;
}

.home-reviews__grid {
  max-width: none;
  margin: 0;
}

.home-reviews .reviews-slider {
  max-width: 1000px;
}

@media (max-width: 767px) {
  .home-reviews .reviews-slider {
    max-width: none;
    width: 100%;
  }

  .reviews-slider .home-review {
    padding: 1.35rem 1.15rem 1.9rem;
  }

  .reviews-slider .home-review__quote-mark {
    font-size: 3.25rem;
    right: 0.75rem;
    bottom: 0.2rem;
  }
}

.home-review {
  position: relative;
  padding: 2rem 2rem 2.5rem;
  border-radius: var(--home-radius);
  overflow: hidden;
  transition: transform 0.35s;
}

.home-review:hover {
  transform: translateY(-4px);
}

.home-review--dark {
  background: var(--hero-dark);
  color: var(--home-cream);
  box-shadow: var(--home-shadow);
}

.home-review--light {
  background: #fff;
  border: 1px solid rgba(42, 33, 28, 0.08);
  color: var(--home-dark);
  box-shadow: 0 12px 40px rgba(42, 33, 28, 0.08);
}

.home-review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.home-review__avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(42, 33, 28, 0.18);
  flex-shrink: 0;
}

.home-review__stars {
  color: #e8b84a;
  font-size: 1rem;
  letter-spacing: 0.15em;
}

.home-review blockquote {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.75;
  font-style: italic;
}

.home-review--dark blockquote {
  color: rgba(246, 240, 232, 0.92);
}

.home-review cite {
  font-style: normal;
  font-weight: 700;
  font-size: 0.95rem;
}

.home-review--dark cite {
  color: var(--home-gold);
}

.home-review__quote-mark {
  position: absolute;
  right: 1.25rem;
  bottom: 0.5rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  line-height: 1;
  opacity: 0.15;
  pointer-events: none;
}

.home-reviews__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.75rem;
  margin: 2.5rem auto 0;
}

.home-reviews__link {
  color: var(--home-cream);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(246, 240, 232, 0.35);
  transition: color 0.2s, border-color 0.2s;
}

.home-reviews__link:hover {
  color: var(--home-gold);
  border-color: var(--home-gold);
}

.home-reviews .home-review--dark {
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(212, 180, 131, 0.2);
  box-shadow: none;
}

/* FAQ */
.home-faq {
  background: #fff;
  color: var(--home-dark);
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.home-faq__grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) 1.4fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.home-faq__intro h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  color: var(--home-dark);
  margin: 0 0 1rem;
}

.home-faq__intro p {
  color: #5c4a3d;
  line-height: 1.65;
  margin: 0 0 1.5rem;
}

.home-faq__intro .btn-primary,
.home-page .btn-primary {
  background: var(--parketi-gold, var(--home-gold));
  border: none;
  color: var(--parketi-dark, var(--home-dark));
  border-radius: 12px;
  padding: 0.85rem 1.4rem;
  font-weight: 700;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.2);
}

.home-faq__intro .btn-primary:hover,
.home-page .btn-primary:hover {
  background: #b89458;
  color: var(--parketi-dark, var(--home-dark));
  transform: translateY(-1px);
}

.home-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.home-faq__list details {
  border-radius: 12px;
  border: 1px solid rgba(42, 33, 28, 0.1);
  background: var(--home-cream);
  overflow: hidden;
  transition: background 0.25s, border-color 0.25s;
}

.home-faq__list details[open] {
  background: #fff;
  color: var(--home-dark);
  border-color: rgba(201, 168, 108, 0.45);
  box-shadow: 0 8px 24px rgba(42, 33, 28, 0.06);
}

.home-faq__list summary {
  cursor: pointer;
  padding: 1.1rem 1.35rem;
  font-weight: 600;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.home-faq__list summary::-webkit-details-marker {
  display: none;
}

.home-faq__list summary::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--parketi-gold, var(--home-gold));
  flex-shrink: 0;
  transition: transform 0.25s;
}

.home-faq__list details[open] summary::after {
  content: "−";
  color: var(--parketi-dark, var(--home-dark));
}

.home-faq__list details p {
  margin: 0;
  padding: 0 1.35rem 1.25rem;
  line-height: 1.75;
  color: var(--parketi-dark, var(--home-dark));
  font-size: 0.98rem;
}

.home-faq__list details:not([open]) summary {
  color: var(--home-dark);
}

.home-faq__list details[open] summary {
  color: var(--parketi-dark, var(--home-dark));
}

/* Footer enhancements on home */
.home-page .site-footer {
  background: var(--hero-dark);
}

.home-page .footer-social {
  display: flex;
  gap: 0.65rem;
  margin-top: 1rem;
}

.home-page .footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(212, 180, 131, 0.25);
  display: grid;
  place-items: center;
  color: var(--home-gold);
  transition: background 0.25s, color 0.25s;
}

.home-page .footer-social a:hover {
  background: var(--home-accent);
  color: #fff;
  border-color: var(--home-accent);
}

.home-page .site-footer h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  color: var(--home-gold);
  margin: 0 0 0.75rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .home-hero__layout {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 2rem;
  }

  .home-hero__title {
    max-width: none;
    font-size: clamp(2.35rem, 8vw, 3.75rem);
  }

  .home-hero__social {
    margin-top: 2rem;
  }

  .home-hero__visual {
    justify-content: center;
    min-height: 400px;
  }

  .home-hero__collage {
    width: min(100%, 560px);
    min-height: 420px;
    max-height: none;
    margin: 0 auto;
  }

  .home-about__grid,
  .home-faq__grid {
    grid-template-columns: 1fr;
  }

  .home-why__features {
    grid-template-columns: 1fr;
  }

  .home-why__stat {
    flex: 1 1 calc(33% - 0.5rem);
    min-width: 0;
  }

  .home-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-services__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .home-page .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    padding: 1rem;
    background: #fff;
    border-bottom: 1px solid #e8dfd4;
    box-shadow: 0 12px 28px rgba(42, 33, 28, 0.1);
  }

  .home-page .main-nav.is-open {
    display: flex;
  }

  .home-page .main-nav.is-open .nav-dropdown__menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #faf7f2;
    margin-top: 0.25rem;
  }

  .home-page .nav-toggle {
    display: flex;
    flex-direction: column;
  }

  .home-page .nav-wrap {
    position: relative;
    flex-wrap: nowrap;
  }

  .home-reviews__grid,
  .home-process__grid {
    grid-template-columns: 1fr;
  }

  .home-about__badge {
    min-height: 260px;
  }

  .home-why__stat {
    flex: 1 1 100%;
  }

  .home-why__foot {
    flex-direction: column;
    align-items: flex-start;
  }
}
