/* Homepage section styles */

.home-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 100vh;
  padding: 5.95rem 0 3.4rem;
  overflow: hidden;
  background: var(--color-surface-base);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 1.4rem;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgb(251 250 226 / 94%), rgb(251 250 226 / 82%)),
    radial-gradient(circle at 72% 24%, rgb(255 204 139 / 20%), transparent 24%);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 48%);
  pointer-events: none;
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
  gap: 4.25rem;
  align-items: start;
}

.home-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  justify-items: start;
  padding-top: 3.2rem;
}

.home-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
  color: rgb(113 102 93 / 92%);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.home-hero__kicker::before {
  content: "";
  width: 3.4rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-accent), rgb(255 90 0 / 14%));
}

.home-hero__title {
  max-width: 5.3ch;
  color: var(--color-text-primary);
  font-family: var(--font-hero);
  font-size: clamp(6.3rem, 10.5vw, 9.6rem);
  font-weight: 400;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  line-height: 0.8;
  letter-spacing: -0.03em;
  text-transform: none;
}

.home-hero__title span {
  display: block;
}

.home-hero__summary {
  max-width: 30rem;
  margin-top: 1.4rem;
  color: var(--color-text-secondary);
  font-size: 1.04rem;
  line-height: 1.7;
}

.home-hero__summary p + p {
  margin-top: 0.95rem;
}

.home-hero__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.95rem;
  margin-top: 2.15rem;
}

.home-hero__button {
  min-width: 12.35rem;
  font-weight: 500;
}

.home-hero__copy-decor {
  position: relative;
  width: min(100%, 360px);
  height: 150px;
  margin-top: 1.2rem;
}

.home-hero__scene {
  position: relative;
  min-height: 700px;
}

.home-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.home-hero__glow--primary {
  top: 10rem;
  left: 16rem;
  width: 18rem;
  height: 18rem;
  background: rgb(255 183 111 / 18%);
}

.home-hero__glow--secondary {
  right: 3rem;
  bottom: 7rem;
  width: 14rem;
  height: 14rem;
  background: rgb(255 95 31 / 16%);
}

.home-hero__decor-image,
.home-hero__accent {
  position: absolute;
  user-select: none;
  pointer-events: none;
}

.home-hero__decor-image {
  height: auto;
  filter: drop-shadow(0 18px 18px rgb(53 33 13 / 16%));
}

.home-hero__decor-image--orange {
  top: 3.35rem;
  left: 1.1rem;
  width: 5.9rem;
  mix-blend-mode: multiply;
  animation: chao-hero-drift-a 7s ease-in-out infinite;
}

.home-hero__decor-image--orange-top {
  top: 0.6rem;
  right: 1.05rem;
  width: 7.7rem;
  mix-blend-mode: multiply;
  z-index: 6;
  animation: chao-hero-drift-b 9s ease-in-out infinite reverse;
}

.home-hero__decor-image--basil-top {
  top: 8.3rem;
  left: 11.1rem;
  width: 4.5rem;
  transform: rotate(-18deg);
  z-index: 4;
  animation: chao-hero-drift-rotate-left 7s ease-in-out infinite;
}

.home-hero__decor-image--peppercorn {
  bottom: 2rem;
  left: 12.4rem;
  width: 5rem;
  z-index: 2;
  animation: chao-hero-drift-a 7s ease-in-out infinite;
}

.home-hero__decor-image--tomato {
  right: 2.2rem;
  bottom: 11.45rem;
  width: 6rem;
  z-index: 5;
  animation: chao-hero-drift-b 9s ease-in-out infinite reverse;
}

.home-hero__decor-image--spoon {
  top: 16.55rem;
  right: 1.35rem;
  width: 5rem;
  transform: rotate(20deg);
  opacity: 0.9;
  z-index: 5;
  animation: chao-hero-drift-rotate-spoon 11s ease-in-out infinite;
}

.home-hero__accent {
  opacity: 0.78;
}

.home-hero__accent--stroke-a,
.home-hero__accent--stroke-b {
  width: 4.3rem;
  height: 0.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(255 90 0 / 66%), transparent);
}

.home-hero__accent--stroke-a {
  top: 7rem;
  left: 6.2rem;
  transform: rotate(22deg);
}

.home-hero__accent--stroke-b {
  top: 8.1rem;
  left: 10.95rem;
  transform: rotate(-18deg);
}

.home-hero__accent--seed-a,
.home-hero__accent--seed-b {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgb(255 90 0 / 70%) 0 20%, transparent 22%),
    radial-gradient(circle at 70% 35%, rgb(255 90 0 / 52%) 0 18%, transparent 20%),
    radial-gradient(circle at 45% 70%, rgb(255 90 0 / 58%) 0 18%, transparent 20%);
}

.home-hero__accent--seed-a {
  top: 9rem;
  left: 8.65rem;
}

.home-hero__accent--seed-b {
  bottom: 8.8rem;
  left: 12.15rem;
}

.home-hero__plate {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
}

.home-hero__plate--main {
  top: 4.7rem;
  right: 5.4rem;
  z-index: 3;
  width: min(33vw, 27rem);
  min-width: 21rem;
  aspect-ratio: 1;
  padding: 1.1rem;
  background: var(--gradient-plate-gold);
  box-shadow: var(--shadow-plate);
}

.home-hero__plate--main::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(145deg, rgb(90 51 11 / 28%), rgb(255 255 255 / 12%));
}

.home-hero__plate--main::after {
  content: "";
  position: absolute;
  inset: 1.3rem;
  z-index: 1;
  border: 0.42rem solid rgb(113 68 24 / 30%);
  border-radius: 50%;
}

.home-hero__plate--left,
.home-hero__plate--right {
  z-index: 4;
  padding: 0.62rem;
  background: var(--gradient-plate-ivory);
  box-shadow: var(--shadow-float);
}

.home-hero__plate--left {
  bottom: 10.2rem;
  left: 8.7rem;
  width: 11.6rem;
  height: 11.6rem;
  background: linear-gradient(145deg, #c80f07, #ff4725);
}

.home-hero__plate--left::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  border: 0.36rem solid rgb(255 172 118 / 24%);
  border-radius: 50%;
}

.home-hero__plate--right {
  right: 9.75rem;
  bottom: 4.15rem;
  width: 10.2rem;
  height: 10.2rem;
}

.home-hero__media-image,
.home-hero__media-placeholder {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.home-hero__media-image {
  object-fit: cover;
}

.home-hero__plate--main .home-hero__media-image,
.home-hero__plate--main .home-hero__media-placeholder {
  border: 0.75rem solid rgb(255 244 220 / 86%);
}

.home-hero__plate--left .home-hero__media-image,
.home-hero__plate--right .home-hero__media-image,
.home-hero__plate--left .home-hero__media-placeholder,
.home-hero__plate--right .home-hero__media-placeholder {
  border: 0.4rem solid rgb(255 255 255 / 84%);
}

.home-hero__media-placeholder {
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 30% 20%, rgb(255 255 255 / 48%), transparent 34%),
    linear-gradient(145deg, rgb(255 255 255 / 56%), rgb(247 222 193 / 80%));
  color: transparent;
  font-family: var(--font-heading);
  font-size: 0;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.home-hero__media-placeholder--small {
  padding: 1rem;
  line-height: 1.3;
}

.home-hero__media-placeholder span {
  display: none;
}

body.lang-ka .home-hero__kicker,
body.lang-ka .home-hero__media-placeholder {
  letter-spacing: 0.01em;
  text-transform: none;
}

body.lang-ka .home-hero__title {
  font-family: var(--font-hero);
  letter-spacing: -0.02em;
  text-transform: none;
}

body.lang-ka .home-hero__title span + span {
  margin-top: 0.14em;
}

.home-stats {
  padding: 0 0 0.65rem;
}

.home-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.home-stats__item {
  padding: 1.7rem 1.5rem;
  border-radius: var(--radius-md);
  background: rgb(255 255 255 / 56%);
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 72%),
    var(--shadow-soft);
}

.home-stats__number {
  color: var(--color-text-primary);
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.home-stats__label {
  margin-top: 0.55rem;
  color: var(--color-text-secondary);
  font-weight: 600;
  line-height: 1.55;
}

body.lang-ka .home-stats__number,
body.lang-ka .home-stats__label {
  letter-spacing: -0.01em;
}

.home-menu-cards {
  position: relative;
  padding: clamp(3.4rem, 5.4vw, 5.2rem) 0;
}

.home-menu-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.home-menu-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 1.5rem;
  min-height: 31rem;
  padding: 1.8rem 1.45rem 1.55rem;
  overflow: hidden;
  border: 2px solid rgb(255 255 255 / 80%);
  border-radius: 13.5rem 13.5rem 3.2rem 3.2rem / 10.5rem 10.5rem 3.2rem 3.2rem;
  background:
    radial-gradient(circle at top, rgb(255 255 255 / 82%), rgb(255 249 240 / 68%) 52%, rgb(245 236 219 / 58%) 100%);
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 38%),
    0 24px 50px rgb(53 33 13 / 8%);
  transition: var(--transition-bounce);
  text-decoration: none;
}

.home-menu-card::before {
  content: "";
  position: absolute;
  inset: 0.9rem;
  border: 1px solid rgb(255 255 255 / 78%);
  border-radius: inherit;
  pointer-events: none;
}

.home-menu-card:hover,
.home-menu-card:focus-visible {
  transform: translateY(-6px);
}

.home-menu-card__title {
  padding-top: 0.3rem;
  text-align: center;
}

.home-menu-card__copy,
.home-menu-card__link-label,
.home-testimonials__pagination {
  display: none;
}

.home-menu-card__title h2 {
  color: rgb(82 89 93 / 92%);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.home-menu-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.02;
  padding: 0.9rem;
  border-radius: 50%;
  background: var(--gradient-plate-gold);
  box-shadow: var(--shadow-float);
}

.home-menu-card__image-wrap::before {
  content: "";
  position: absolute;
  inset: 1.15rem;
  border: 0.38rem solid rgb(113 68 24 / 22%);
  border-radius: 50%;
  pointer-events: none;
}

.home-menu-card__image,
.home-menu-card__placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.home-menu-card__image {
  object-fit: cover;
  border: 0.62rem solid rgb(255 247 233 / 86%);
  transform: scale(1.01);
  transition: transform 0.4s ease;
}

.home-menu-card:hover .home-menu-card__image,
.home-menu-card:focus-visible .home-menu-card__image {
  transform: scale(1.05);
}

.home-menu-card__placeholder {
  display: grid;
  place-items: center;
  padding: 1.5rem;
  border: 0.62rem solid rgb(255 247 233 / 86%);
  background:
    radial-gradient(circle at 30% 20%, rgb(255 255 255 / 50%), transparent 34%),
    linear-gradient(145deg, rgb(255 255 255 / 56%), rgb(247 222 193 / 80%));
  color: var(--color-text-primary);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.home-menu-card__placeholder-label {
  display: block;
}

body.lang-ka .home-menu-card__title h2,
body.lang-ka .home-menu-card__placeholder {
  letter-spacing: -0.01em;
  text-transform: none;
}

.home-service-strip {
  padding: 0 0 1.05rem;
}

.home-service-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 76%), rgb(255 249 241 / 72%));
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 74%),
    var(--shadow-soft);
}

.home-service-strip__item {
  position: relative;
  padding: 1.45rem 1.4rem 1.55rem;
}

.home-service-strip__item + .home-service-strip__item {
  border-left: 1px solid rgb(23 20 17 / 6%);
}

.home-service-strip__meta {
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.42rem 0.72rem;
  border-radius: var(--radius-pill);
  background: rgb(255 90 0 / 10%);
  color: var(--color-accent-deep);
  font-family: var(--font-heading);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-service-strip__head {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 0.95rem;
  align-items: center;
}

.home-service-strip__orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid rgb(23 20 17 / 8%);
  border-radius: 50%;
}

.home-service-strip__orbit::before {
  content: "";
  position: absolute;
  inset: 0.6rem;
  border: 1px solid rgb(23 20 17 / 8%);
  border-radius: 50%;
}

.home-service-strip__core {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--color-accent) 0%, var(--color-accent-deep) 100%);
  box-shadow: 0 10px 20px rgb(255 90 0 / 18%);
  color: #fff;
}

.home-service-strip__core span {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.home-service-strip__head h2 {
  color: var(--color-text-primary);
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.home-service-strip__item p {
  margin-top: 1rem;
  color: var(--color-text-secondary);
  line-height: 1.72;
}

body.lang-ka .home-service-strip__meta {
  letter-spacing: 0.01em;
  text-transform: none;
}

body.lang-ka .home-service-strip__head h2 {
  letter-spacing: -0.01em;
  text-transform: none;
}

.home-gallery-preview,
.home-partners-strip,
.home-testimonials {
  position: relative;
  padding: 0 0 1rem;
}

.home-gallery-preview {
  padding-top: clamp(4.5rem, 7vw, 7rem);
}

.home-gallery-preview__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 0.95fr;
  --home-gallery-preview-gap: 1rem;
  --home-gallery-preview-card-height: clamp(10.75rem, 16vw, 13.5rem);
  --home-gallery-preview-wide-height: clamp(15rem, 24vw, 20rem);
  gap: var(--home-gallery-preview-gap);
}

.home-gallery-preview__item {
  position: relative;
  display: block;
  overflow: hidden;
  height: var(--home-gallery-preview-card-height);
  border-radius: 1.9rem;
  background: rgb(255 255 255 / 52%);
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 72%),
    var(--shadow-soft);
}

.home-gallery-preview__item--tall {
  grid-row: span 2;
  height: calc(
    var(--home-gallery-preview-wide-height) +
    var(--home-gallery-preview-card-height) +
    var(--home-gallery-preview-gap)
  );
}

.home-gallery-preview__item--wide {
  grid-column: span 2;
  height: var(--home-gallery-preview-wide-height);
}

.home-gallery-preview__image,
.home-gallery-preview__placeholder {
  width: 100%;
  height: 100%;
}

.home-gallery-preview__image {
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.home-gallery-preview__item:hover .home-gallery-preview__image,
.home-gallery-preview__item:focus-visible .home-gallery-preview__image {
  transform: scale(1.04);
}

.home-gallery-preview__placeholder {
  display: grid;
  align-content: end;
  gap: 0.35rem;
  padding: 1.35rem;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 8%), rgb(23 20 17 / 42%)),
    linear-gradient(145deg, rgb(255 214 143 / 86%), rgb(217 114 52 / 86%));
  color: #fff;
}

.home-gallery-preview__placeholder strong {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-gallery-preview__placeholder span {
  color: rgb(255 255 255 / 88%);
  font-size: 0.92rem;
}

.home-partners-strip__label {
  margin-bottom: 1.35rem;
  color: var(--color-text-secondary);
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.home-partners-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-partners-strip__item {
  position: relative;
  overflow: hidden;
  padding: 1.05rem 1.1rem;
  border-radius: 1.25rem;
  background: rgb(255 255 255 / 62%);
  color: var(--color-text-primary);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.home-partners-strip__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 50%), transparent);
  transform: translateX(-110%);
  transition: transform 0.7s ease;
}

.home-partners-strip__item:hover::before {
  transform: translateX(110%);
}

.home-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.home-testimonials__card {
  position: relative;
  overflow: hidden;
  padding: 1.7rem;
  border-radius: 1.9rem;
  background: rgb(255 255 255 / 68%);
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 74%),
    var(--shadow-soft);
}

.home-testimonials__quote-mark {
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}

.home-testimonials__quote {
  margin-top: 0.35rem;
  color: var(--color-text-secondary);
  font-size: 1.03rem;
  line-height: 1.75;
}

.home-testimonials__author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.home-testimonials__avatar {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  overflow: hidden;
  border-radius: 50%;
  background: var(--gradient-plate-gold);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 900;
}

.home-testimonials__avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-testimonials__author-info strong {
  display: block;
  color: var(--color-text-primary);
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-testimonials__author-info span {
  color: var(--color-text-secondary);
}

body.lang-ka .home-gallery-preview__placeholder strong,
body.lang-ka .home-partners-strip__label,
body.lang-ka .home-partners-strip__item,
body.lang-ka .home-testimonials__author-info strong,
body.lang-ka .home-menu-card__link-label {
  letter-spacing: 0.01em;
  text-transform: none;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.55rem 0.9rem;
  border-radius: var(--radius-pill);
  background: var(--color-accent-soft);
  color: var(--color-accent-deep);
  font-family: var(--font-heading);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-about-cta {
  padding: clamp(3rem, 4.7vw, 4.7rem) 0;
}

.home-about-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(1.15rem, 2.1vw, 1.9rem);
}

.home-about-cta__about,
.home-about-cta__cta {
  position: relative;
  overflow: hidden;
  padding: clamp(1.55rem, 2.7vw, 2.35rem);
  border-radius: 2.2rem;
  background: rgb(255 255 255 / 70%);
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 74%),
    0 24px 46px rgb(53 33 13 / 7%);
}

.home-about-cta__about {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: linear-gradient(180deg, rgb(255 253 248 / 98%), rgb(255 249 241 / 94%));
}

.home-about-cta__about::before {
  display: none;
}

.home-about-cta__about-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.9rem;
  padding-top: 0.55rem;
  padding-left: 0;
}

.home-about-cta__about .section-badge {
  justify-self: start;
  width: auto;
  margin-bottom: 0;
  padding: 0.72rem 1.3rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(255 239 224 / 96%), rgb(255 230 209 / 92%));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 92%),
    0 10px 22px rgb(255 90 0 / 8%);
  color: var(--color-accent-deep);
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
}

.home-about-cta__cta {
  min-height: 100%;
  background:
    radial-gradient(circle at top right, rgb(255 192 120 / 26%), transparent 30%),
    radial-gradient(circle at bottom left, rgb(255 90 0 / 9%), transparent 28%),
    linear-gradient(180deg, rgb(255 250 243 / 94%), rgb(255 246 235 / 88%));
}

.home-about-cta__title {
  max-width: 8.4ch;
  margin-top: 0.15rem;
  margin-bottom: 0.4rem;
  font-size: clamp(2.55rem, 4.25vw, 4.55rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-wrap: pretty;
}

.home-about-cta__copy {
  max-width: 31rem;
  margin-top: 0.55rem;
  color: var(--color-text-secondary);
  font-size: clamp(1rem, 1.16vw, 1.14rem);
  line-height: 1.72;
}

.home-about-cta__copy p + p {
  margin-top: 0.9rem;
}

.home-about-cta__contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 1.2rem;
}

.home-about-cta__contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.25s ease,
    color 0.25s ease;
}

.home-about-cta__contact-link:hover,
.home-about-cta__contact-link:focus-visible {
  transform: translateY(-2px);
}

.home-about-cta__contact-icon {
  display: grid;
  place-items: center;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 1.125rem;
  background: linear-gradient(145deg, rgb(255 255 255 / 98%), rgb(248 241 230 / 92%));
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 82%),
    0 12px 24px rgb(53 33 13 / 8%);
  color: var(--color-text-primary);
}

.home-about-cta__contact-link:hover .home-about-cta__contact-icon,
.home-about-cta__contact-link:focus-visible .home-about-cta__contact-icon {
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 82%),
    0 16px 30px rgb(53 33 13 / 10%);
}

.home-about-cta__contact-icon svg {
  width: 1.75rem;
  height: 1.75rem;
  stroke: currentColor;
}

.home-about-cta__contact-icon--whatsapp svg {
  width: 1.85rem;
  height: 1.85rem;
  stroke: none;
}

.quote-form-wrapper--home {
  margin-top: 0;
  padding: 0;
}

.quote-form-wrapper--home .quote-form {
  position: relative;
  padding: clamp(1.05rem, 1.55vw, 1.25rem);
  border: 1px solid rgb(255 255 255 / 74%);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgb(255 255 255 / 82%), rgb(255 252 248 / 72%));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 92%),
    0 24px 48px rgb(255 90 0 / 10%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.quote-form-wrapper--home .quote-form input:not(
  [type="checkbox"],
  [type="radio"],
  [type="submit"],
  [type="button"]
),
.quote-form-wrapper--home .quote-form textarea {
  background: linear-gradient(180deg, rgb(255 255 255 / 98%), rgb(252 248 243 / 96%));
}

body.lang-ka .home-about-cta__title {
  letter-spacing: -0.01em;
  text-transform: none;
}

@media (max-width: 1120px) {
  .home-hero__inner,
  .home-about-cta__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__content {
    justify-items: center;
    padding-top: 2rem;
    text-align: center;
  }

  .home-hero__kicker,
  .home-hero__actions {
    justify-content: center;
  }

  .home-hero__summary,
  .home-hero__copy-decor {
    margin-inline: auto;
  }

  .home-hero__scene {
    width: 100%;
    max-width: 860px;
    min-height: 40rem;
    margin-inline: auto;
  }

  .home-menu-cards__grid,
  .home-testimonials__grid,
  .home-gallery-preview__grid,
  .home-partners-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-menu-card {
    min-height: 28rem;
  }

  .home-menu-card__title h2 {
    font-size: 1.45rem;
  }

  .home-gallery-preview__grid {
    --home-gallery-preview-card-height: clamp(11rem, 24vw, 14rem);
    --home-gallery-preview-wide-height: var(--home-gallery-preview-card-height);
  }

  .home-gallery-preview__item--wide {
    grid-column: auto;
    height: var(--home-gallery-preview-wide-height);
  }
}

@media (max-width: 1024px) and (pointer: coarse), (max-width: 760px) {
  .home-menu-cards,
  .home-about-cta {
    padding: 1.6rem 0;
  }

  .home-gallery-preview {
    padding: 2rem 0;
  }

  .home-hero {
    min-height: auto;
    padding: calc(var(--mobile-header-height) + 1rem) 0 1.2rem;
    background: var(--color-surface-base);
  }

  .home-hero::before {
    inset: 0;
    border-radius: 0;
    background: rgb(251 250 226 / 90%);
    box-shadow: none;
  }

  .home-hero__inner {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .home-hero__content {
    justify-items: start;
    padding: 1.2rem 1.15rem 0;
    text-align: left;
  }

  .home-hero__kicker,
  .home-hero__actions {
    justify-content: flex-start;
  }

  .home-hero__kicker {
    margin-bottom: 0.75rem;
    font-size: 0.74rem;
    letter-spacing: 0.18em;
  }

  .home-hero__title {
    max-width: 5.1ch;
    margin: 0;
    font-size: clamp(4.575rem, 21vw, 6.525rem);
    line-height: 0.86;
  }

  body.lang-ka .home-hero__title {
    max-width: 6.2ch;
    font-size: clamp(4.2rem, 15vw, 6rem);
    line-height: 0.96;
  }

  .home-hero__summary {
    max-width: none;
    margin-top: 0.95rem;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .home-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 24rem);
    gap: 0.75rem;
    margin-top: 1.1rem;
  }

  .home-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 3.25rem;
    padding-inline: 0.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .home-hero__copy-decor {
    display: none;
  }

  .home-hero__scene {
    min-height: 22.5rem;
    margin: 0 0.35rem;
    border-radius: 36px;
    background:
      radial-gradient(circle at 50% 42%, rgb(255 189 117 / 32%), transparent 36%),
      radial-gradient(circle at 20% 76%, rgb(255 90 0 / 10%), transparent 22%);
  }

  .home-hero__glow--primary {
    top: 3.1rem;
    left: 50%;
    width: 15rem;
    height: 15rem;
    transform: translateX(-50%);
  }

  .home-hero__glow--secondary {
    right: 50%;
    bottom: 1.5rem;
    width: 11rem;
    height: 11rem;
    transform: translateX(50%);
  }

  .home-hero__plate--main {
    top: 1.6rem;
    left: 50%;
    right: auto;
    width: min(74vw, 18rem);
    min-width: 0;
    padding: 0.8rem;
    transform: translateX(-50%);
  }

  .home-hero__plate--main::after {
    inset: 1rem;
    border-width: 5px;
  }

  .home-hero__plate--main .home-hero__media-image,
  .home-hero__plate--main .home-hero__media-placeholder {
    border-width: 8px;
  }

  .home-hero__plate--left {
    left: 0.85rem;
    bottom: 2.15rem;
    width: 7.75rem;
    height: 7.75rem;
  }

  .home-hero__plate--right {
    right: 1rem;
    bottom: 2.65rem;
    width: 6.35rem;
    height: 6.35rem;
  }

  .home-hero__decor-image--orange {
    top: 6.8rem;
    left: 0.3rem;
    width: 3.55rem;
  }

  .home-hero__decor-image--orange-top {
    top: 1rem;
    right: 1rem;
    width: 4.9rem;
  }

  .home-hero__decor-image--basil-top {
    top: 4.45rem;
    left: 3.45rem;
    width: 2.35rem;
  }

  .home-hero__decor-image--peppercorn {
    bottom: 0.7rem;
    left: 7rem;
    width: 2.7rem;
  }

  .home-hero__decor-image--tomato {
    right: 1.1rem;
    bottom: 0.85rem;
    width: 3.65rem;
  }

  .home-hero__decor-image--spoon {
    top: 15.25rem;
    right: -0.1rem;
    width: 3.7rem;
  }

  .home-hero__accent--stroke-a {
    top: 3.7rem;
    left: 2.75rem;
  }

  .home-hero__accent--stroke-b {
    top: 4.35rem;
    left: 6.4rem;
  }

  .home-hero__accent--seed-a {
    top: 5.05rem;
    left: 5rem;
  }

  .home-hero__accent--seed-b {
    bottom: 5.8rem;
    left: 8rem;
  }

  .home-stats {
    padding: 0.4rem 0 1.2rem;
  }

  .home-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 0.55rem;
    overflow: visible;
    padding: 0;
  }

  .home-stats__item {
    display: grid;
    align-content: start;
    gap: 0.2rem;
    min-height: 100%;
    padding: 0.95rem 0.72rem 0.88rem;
    border-radius: 1.25rem;
    background: rgb(255 255 255 / 56%);
    box-shadow:
      inset 0 0 0 1px rgb(255 255 255 / 72%),
      var(--shadow-soft);
  }

  .home-stats__number {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
    line-height: 0.95;
  }

  .home-stats__label {
    margin-top: 0;
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .home-menu-cards__grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .home-menu-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 5.35rem;
    align-items: start;
    gap: 0.85rem;
    min-height: 0;
    padding: 0.95rem;
    border: 1px solid rgb(255 255 255 / 82%);
    border-radius: 1.6rem;
    background:
      linear-gradient(135deg, rgb(255 255 255 / 94%), rgb(250 244 235 / 90%)),
      radial-gradient(circle at right center, rgb(255 173 84 / 16%), transparent 34%);
    box-shadow:
      inset 0 0 0 1px rgb(255 255 255 / 52%),
      0 14px 24px rgb(53 33 13 / 7%);
  }

  .home-menu-card::before {
    display: none;
  }

  .home-menu-card__title {
    display: grid;
    gap: 0.42rem;
    padding-top: 0;
    text-align: left;
  }

  .home-menu-card__title h2 {
    max-width: 11ch;
    font-size: 0.98rem;
    line-height: 1.05;
  }

  body:not(.lang-ka) .home-menu-card__title h2 {
    max-width: none;
    font-size: 0.9rem;
    letter-spacing: -0.035em;
    white-space: normal;
    text-wrap: balance;
  }

  .home-menu-card__copy {
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-text-secondary);
    font-size: 0.8rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .home-menu-card__link-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    margin-top: 0.2rem;
    color: var(--color-accent-deep);
    font-family: var(--font-heading);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .home-menu-card__link-label::after {
    content: "↗";
    font-size: 0.88rem;
    line-height: 1;
  }

  .home-menu-card__image-wrap {
    width: 5.35rem;
    height: 5.35rem;
    aspect-ratio: auto;
    place-self: center end;
    padding: 0.38rem;
  }

  .home-menu-card__image-wrap::before {
    inset: 0.48rem;
    border-width: 2px;
  }

  .home-menu-card__image,
  .home-menu-card__placeholder {
    border-width: 4px;
  }

  .home-menu-card--placeholder .home-menu-card__image-wrap {
    background: linear-gradient(145deg, rgb(255 194 127 / 92%), rgb(255 141 34 / 96%));
    box-shadow: 0 12px 20px rgb(255 90 0 / 16%);
  }

  .home-menu-card__placeholder {
    position: relative;
    overflow: hidden;
    padding: 0;
    background:
      radial-gradient(circle at 32% 28%, rgb(255 255 255 / 88%), transparent 24%),
      radial-gradient(circle at 70% 74%, rgb(255 255 255 / 38%), transparent 18%),
      linear-gradient(145deg, rgb(255 250 241 / 98%), rgb(249 224 192 / 92%));
  }

  .home-menu-card__placeholder::before {
    content: "";
    position: absolute;
    inset: 0.9rem;
    border: 1px solid rgb(255 90 0 / 22%);
    border-radius: 50%;
  }

  .home-menu-card__placeholder::after {
    content: "";
    position: absolute;
    top: 0.7rem;
    right: 0.8rem;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: var(--color-accent);
    box-shadow: 0 0 0 0.22rem rgb(255 90 0 / 14%);
  }

  .home-menu-card__placeholder-label {
    position: absolute;
    right: 0.5rem;
    bottom: 0.7rem;
    left: 0.5rem;
    color: var(--color-accent-deep);
    font-family: var(--font-heading);
    font-size: 0.46rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
  }

  .home-service-strip {
    padding-bottom: 0.9rem;
  }

  .home-service-strip__grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    overflow: visible;
    padding-bottom: 0;
    background: none;
    box-shadow: none;
  }

  .home-service-strip__item,
  .home-about-cta__about,
  .home-about-cta__cta,
  .quote-form-wrapper--home,
  .home-testimonials__card {
    border-radius: 1.9rem;
  }

  .home-service-strip__item {
    position: relative;
    padding: 1.2rem;
    background: linear-gradient(180deg, rgb(255 255 255 / 82%), rgb(255 249 241 / 74%));
    box-shadow:
      inset 0 0 0 1px rgb(255 255 255 / 76%),
      0 18px 34px rgb(53 33 13 / 8%);
  }

  .home-service-strip__item + .home-service-strip__item {
    border: 0;
  }

  .home-service-strip__item:nth-child(2) {
    margin-left: 1.4rem;
  }

  .home-service-strip__item:nth-child(3) {
    margin-left: 2.8rem;
  }

  .home-service-strip__item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 2.1rem;
    top: calc(100% - 0.2rem);
    width: 2px;
    height: 1.35rem;
    background: linear-gradient(180deg, rgb(255 90 0 / 45%), rgb(255 90 0 / 8%));
  }

  .home-service-strip__item:nth-child(2)::after {
    left: 2.75rem;
  }

  .home-service-strip__item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 2.1rem;
    top: calc(100% + 0.7rem);
    width: 1.35rem;
    height: 1.35rem;
    border-bottom: 2px solid rgb(255 90 0 / 26%);
    border-left: 2px solid rgb(255 90 0 / 26%);
    border-bottom-left-radius: 1rem;
  }

  .home-service-strip__item:nth-child(2)::before {
    left: 2.75rem;
    width: 1.4rem;
  }

  .home-service-strip__head {
    grid-template-columns: 3.6rem minmax(0, 1fr);
    gap: 0.8rem;
  }

  .home-service-strip__orbit {
    width: 3.6rem;
    height: 3.6rem;
  }

  .home-service-strip__orbit::before {
    inset: 0.45rem;
  }

  .home-service-strip__core {
    width: 1.95rem;
    height: 1.95rem;
    font-size: 0.88rem;
  }

  .home-service-strip__head h2 {
    font-size: 1.1rem;
  }

  .home-service-strip__item p {
    margin-top: 0.85rem;
    line-height: 1.55;
  }

  .home-gallery-preview__grid {
    --home-gallery-preview-gap: 0.75rem;
    --home-gallery-preview-card-height: 10.8rem;
    --home-gallery-preview-wide-height: var(--home-gallery-preview-card-height);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .home-gallery-preview__item,
  .home-gallery-preview__item--tall,
  .home-gallery-preview__item--wide {
    height: var(--home-gallery-preview-card-height);
    border-radius: 1.5rem;
    grid-column: auto;
    grid-row: auto;
  }

  .home-partners-strip {
    display: none;
  }

  .home-testimonials {
    padding-bottom: 0.4rem;
  }

  .home-testimonials .site-container {
    overflow: hidden;
  }

  .home-testimonials__grid {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    gap: 0;
    padding-bottom: 0;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .home-testimonials__grid::-webkit-scrollbar {
    display: none;
  }

  .home-testimonials__card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 1.15rem 1.05rem 1rem;
    background: linear-gradient(180deg, rgb(255 255 255 / 90%), rgb(255 249 241 / 82%));
    box-shadow:
      inset 0 0 0 1px rgb(255 255 255 / 78%),
      0 14px 30px rgb(53 33 13 / 8%);
    scroll-snap-align: start;
  }

  .home-testimonials__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.24rem;
    background: linear-gradient(90deg, var(--color-accent), rgb(255 186 124 / 68%));
  }

  .home-testimonials__quote-mark {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.7rem;
    border-radius: 999px;
    background: rgb(255 90 0 / 10%);
    font-size: 1.2rem;
  }

  .home-testimonials__quote {
    margin-top: 0;
    color: var(--color-text-primary);
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .home-testimonials__author {
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgb(23 20 17 / 8%);
  }

  .home-testimonials__avatar {
    width: 2.85rem;
    height: 2.85rem;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 24%);
  }

  .home-testimonials__author-info strong {
    font-size: 0.84rem;
    letter-spacing: 0.05em;
  }

  .home-testimonials__author-info span {
    display: block;
    margin-top: 0.12rem;
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .home-testimonials__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    margin-top: 0.82rem;
  }

  .home-testimonials__page-btn {
    position: relative;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    min-height: 2.75rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    appearance: none;
    background: transparent;
    box-shadow: none;
    transition: var(--transition-smooth);
  }

  .home-testimonials__page-btn::before {
    content: "";
    width: 0.72rem;
    height: 0.16rem;
    border-radius: 999px;
    background: rgb(113 102 93 / 28%);
    transition: var(--transition-smooth);
  }

  .home-testimonials__page-btn.is-active::before {
    width: 0.92rem;
    background: var(--color-accent);
  }

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

  .home-about-cta__about,
  .home-about-cta__cta {
    padding: 1.05rem;
  }

  .quote-form-wrapper--home {
    padding: 0;
  }

  .home-about-cta__title {
    max-width: none;
    font-size: clamp(2.2rem, 10.5vw, 3.35rem);
    line-height: 0.9;
  }

  .home-about-cta__about::before {
    display: none;
  }

  .home-about-cta__about-inner {
    gap: 0.75rem;
    padding-top: 0.45rem;
    padding-left: 0;
  }

  .home-about-cta__about .section-badge {
    padding: 0.68rem 1.1rem;
    font-size: 0.8rem;
  }

  .home-about-cta__contact-actions {
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .home-about-cta__contact-icon {
    width: 3.125rem;
    height: 3.125rem;
  }

  .home-about-cta__contact-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 420px) {
  .home-hero__content {
    padding-inline: 0.95rem;
  }

  .home-hero__actions {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 20rem;
  }
}

@keyframes chao-hero-drift-a {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes chao-hero-drift-b {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes chao-hero-drift-rotate-left {
  0%,
  100% {
    transform: translateY(0) rotate(-18deg);
  }

  50% {
    transform: translateY(-12px) rotate(-14deg);
  }
}

@keyframes chao-hero-drift-rotate-spoon {
  0%,
  100% {
    transform: translateY(0) rotate(20deg);
  }

  50% {
    transform: translateY(-10px) rotate(23deg);
  }
}
