:root {
  --bg: #edf2f8;
  --surface: #fbfdff;
  --surface-soft: #dde6ef;
  --card: rgba(255, 255, 255, 0.84);
  --text: #08111f;
  --muted: #516073;
  --line: rgba(8, 17, 31, 0.1);
  --accent: #53dcff;
  --accent-strong: #0ea6d7;
  --accent-soft: rgba(83, 220, 255, 0.12);
  --dark: #07111e;
  --max: 1260px;
  --shadow: 0 28px 72px rgba(7, 13, 26, 0.08);
  --glass: rgba(255, 255, 255, 0.72);
  --glass-line: rgba(129, 149, 175, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  overflow-x: clip;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 10%, rgba(117, 231, 255, 0.12), transparent 18%),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.88), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 100%);
}

html,
body,
.site-shell {
  max-width: 100%;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(237, 242, 248, 0.88)),
    repeating-linear-gradient(
      90deg,
      rgba(123, 145, 173, 0.08) 0,
      rgba(123, 145, 173, 0.08) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(123, 145, 173, 0.05) 0,
      rgba(123, 145, 173, 0.05) 1px,
      transparent 1px,
      transparent 96px
    );
}

body::after {
  z-index: -1;
  background:
    radial-gradient(circle at 82% 22%, rgba(82, 220, 255, 0.1), transparent 16%),
    radial-gradient(circle at 18% 74%, rgba(255, 255, 255, 0.74), transparent 18%);
}

body.mobilya-front-page::after {
  opacity: 0.24;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.5), rgba(255, 253, 249, 0.8)),
    url("../images/mobilya_fotograflari/mutfak_dolabi/mutfak_dolabi_krem_01.jpg") center top / cover no-repeat;
  filter: saturate(1.18) brightness(1.1);
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

.site-shell {
  overflow: clip;
  position: relative;
  z-index: 1;
}

.site-shell :where(
  .site-header__inner,
  .section,
  .site-footer__grid,
  .archive-hero__inner,
  .project-single__hero,
  .project-single__body
) > * {
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 12px 0 10px;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 0;
  transition: padding 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 8px;
}

.site-header.is-scrolled .site-header__inner {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(237, 244, 251, 0.54)),
    rgba(248, 251, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 54px rgba(7, 13, 26, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.site-header__inner,
.section,
.site-footer__grid,
.archive-hero__inner,
.project-single__hero,
.project-single__body {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.site-header__inner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding: 0 22px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(232, 241, 250, 0.48)),
    rgba(248, 251, 255, 0.56);
  -webkit-backdrop-filter: saturate(1.45) blur(20px);
  backdrop-filter: saturate(1.45) blur(20px);
  box-shadow: 0 20px 48px rgba(7, 13, 26, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.site-header__inner::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.08) 38%, rgba(255, 255, 255, 0.34) 100%),
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.68), transparent 34%);
  pointer-events: none;
}

.site-brand {
  display: grid;
  gap: 5px;
  align-items: start;
}

.site-brand__logo {
  display: block;
  width: clamp(98px, 12vw, 142px);
  height: auto;
}

.site-brand__eyebrow,
.section__label,
.site-footer__label {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

.site-brand__title {
  font-family: "Syne", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--muted);
}

.site-nav__mobile-actions {
  display: none;
}

.site-nav__list a:hover,
.site-footer__link:hover,
.text-link:hover {
  color: var(--accent-strong);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-header__cta,
.button,
.site-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-header__cta,
.button--primary,
.site-footer__button {
  background: var(--dark);
  color: #fff;
}

.button--ghost,
.site-header__cta {
  box-shadow: none;
}

.site-header__utility {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(125, 144, 170, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
}

.site-header__utility,
.site-header__cta,
.site-footer__meta,
.site-footer__link,
.site-brand__eyebrow {
  overflow-wrap: anywhere;
}

.button--ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.site-header__cta:hover,
.button:hover,
.site-footer__button:hover {
  transform: translateY(-1px);
}

.site-header__toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(125, 144, 170, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: none;
}

.site-header__toggle span {
  width: 28px;
  height: 2px;
  background: var(--text);
}

.mobile-menu {
  display: none;
}

.mobile-menu.is-open {
  display: block;
}

.mobile-menu__panel {
  width: min(calc(100% - 28px), var(--max));
  margin: 0 auto 18px;
  padding: 20px;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(125, 144, 170, 0.2);
  border-radius: 24px;
  background: rgba(248, 251, 255, 0.96);
  backdrop-filter: none;
  box-shadow: var(--shadow);
}

.mobile-menu__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.mobile-menu__cta {
  width: 100%;
}

.home-hero {
  position: relative;
  min-height: calc(100svh - 84px);
  display: flex;
  align-items: flex-end;
  padding: 24px 0 34px;
  color: #fff;
}

.home-hero__slider {
  position: absolute;
  inset: 0;
  min-height: 100%;
}

.home-hero__slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 17, 13, 0.26) 0%, rgba(22, 17, 13, 0.08) 40%, rgba(22, 17, 13, 0.02) 100%);
  z-index: 1;
}

.home-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 16, 13, 0.02) 0%, rgba(20, 16, 13, 0.12) 100%);
  z-index: 1;
}

.home-hero__content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  display: grid;
  gap: 18px;
  padding: 42px 0 8px;
}

.home-hero__copy-block {
  position: relative;
  display: grid;
  gap: 18px;
  width: min(720px, 100%);
  padding: clamp(24px, 3vw, 36px);
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(24, 18, 14, 0.58), rgba(24, 18, 14, 0.36));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 34px 68px rgba(18, 12, 9, 0.22);
}

.home-hero__copy-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%);
  pointer-events: none;
}

.home-hero .section__label {
  position: relative;
  z-index: 1;
  color: rgba(255, 247, 234, 0.84);
}

.home-hero__brand {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-shadow: 0 14px 34px rgba(18, 12, 9, 0.16);
}

.home-hero__title,
.section-heading h2,
.home-story__copy h2,
.home-contact__copy h2,
.site-footer h2,
.archive-hero__inner h1,
.project-single__meta h1 {
  margin: 0;
  font-family: "Syne", sans-serif;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.home-hero__title {
  max-width: 10.8ch;
  font-size: clamp(2.9rem, 7vw, 6.2rem);
  position: relative;
  z-index: 1;
  color: #fffdf8;
  text-shadow: 0 18px 40px rgba(18, 12, 9, 0.22);
}

.home-hero__text,
.section-heading p,
.home-process__item p,
.solution-row__content p,
.home-story__copy p,
.project-card__content p,
.home-contact__copy p,
.site-footer__meta,
.archive-hero__inner p,
.project-single__meta p,
.project-single__body {
  line-height: 1.78;
  color: var(--muted);
}

.home-hero__text {
  width: min(620px, 100%);
  color: rgba(255, 250, 244, 0.96);
  font-size: 1.04rem;
  position: relative;
  z-index: 1;
  text-shadow: 0 12px 28px rgba(18, 12, 9, 0.12);
}

.home-hero__actions,
.home-contact__actions,
.project-card__facts,
.project-single__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.home-hero__actions .button--primary {
  background: linear-gradient(135deg, #f5c789 0%, #d78937 100%);
  color: #201915;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(171, 109, 52, 0.3);
}

.home-hero__actions .button--ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.26);
  color: #fffdf8;
}

.home-hero__actions .button:hover {
  transform: translateY(-2px);
}

.home-hero__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(1020px, 100%);
  margin-top: 8px;
}

.home-hero__summary div {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(18, 14, 11, 0.42), rgba(18, 14, 11, 0.28));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 44px rgba(16, 12, 10, 0.16);
}

.home-hero__summary span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 245, 228, 0.78);
}

.home-hero__summary strong {
  font-size: 0.96rem;
  line-height: 1.5;
  color: rgba(255, 252, 247, 0.98);
}

.section {
  padding: 88px 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.section-heading h2 {
  max-width: 12ch;
  font-size: clamp(2.2rem, 4.3vw, 4.4rem);
}

.catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.catalog-tabs__button {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font: inherit;
  color: var(--text);
}

.catalog-tabs__button.is-active {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

.retail-slider {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: var(--surface-soft);
}

.retail-slider__item {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 700ms ease, transform 1200ms ease;
}

.retail-slider__item.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.retail-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__slider .retail-slider__item img {
  filter: saturate(1.12) contrast(1.08) brightness(1.08);
  transform: scale(1.03);
  image-rendering: auto;
}

.retail-slider__dots {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  gap: 8px;
  z-index: 3;
}

.retail-slider__dot {
  width: 34px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.retail-slider__dot.is-active {
  background: rgba(255, 255, 255, 0.9);
}

.retail-slider__controls {
  position: absolute;
  right: 18px;
  top: 18px;
  display: flex;
  gap: 10px;
  z-index: 3;
}

.retail-slider__arrow {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  cursor: pointer;
}

.home-process__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.home-process__item {
  display: grid;
  gap: 10px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}

.home-process__item span,
.home-contact__item span {
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.home-process__item h3,
.solution-row__content h3,
.project-card__content h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1;
}

.home-solutions__list {
  display: grid;
  gap: 34px;
}

.home-catalog__intro,
.archive-hero__catalog,
.product-page__visual,
.product-page__panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.home-catalog__intro,
.archive-hero__catalog {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(22px, 4vw, 36px);
  align-items: center;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.68);
  margin-bottom: 26px;
}

.home-catalog__copy {
  display: grid;
  gap: 16px;
  max-width: 520px;
}

.home-catalog__copy h2,
.product-page__panel h2 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.home-catalog__cover,
.archive-hero__visual {
  min-height: 320px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--surface);
}

.archive-hero__catalog .archive-hero__inner {
  width: auto;
  margin: 0;
}

.home-catalog__cover img,
.archive-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.product-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-teaser {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-teaser:hover {
  transform: translateY(-3px);
  box-shadow: 0 34px 80px rgba(34, 27, 21, 0.1);
}

.product-teaser__visual {
  min-height: 250px;
  overflow: hidden;
  background: #d8d2c8;
}

.product-teaser__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.product-teaser__content {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.product-teaser__content h2,
.product-teaser__content h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  line-height: 1.02;
}

.solution-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.solution-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.solution-row--reverse .solution-row__media {
  order: 2;
}

.solution-row__media,
.project-card,
.home-story__grid,
.home-contact__panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.solution-row__media {
  min-height: 430px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--surface-soft);
}

.solution-row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-row__content {
  display: grid;
  gap: 16px;
}

.solution-row__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.solution-row__points li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.72;
}

.solution-row__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.text-link {
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--accent);
}

.home-story__grid,
.home-contact__panel {
  display: grid;
  gap: clamp(22px, 4vw, 40px);
  padding: clamp(24px, 4vw, 36px);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.68);
}

.home-story__grid {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
}

.home-story__media {
  min-height: 480px;
  overflow: hidden;
  border-radius: 28px;
}

.home-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-story__copy {
  display: grid;
  gap: 18px;
  max-width: 520px;
}

.home-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.project-card {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
}

.project-card__media {
  min-height: 300px;
}

.project-card__media .retail-slider {
  min-height: 100%;
}

.project-card__content {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.project-card__facts span,
.project-single__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--text);
  font-size: 0.92rem;
}

.home-projects__more {
  margin-top: 26px;
}

.home-contact__panel {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.home-contact__copy,
.home-contact__details {
  display: grid;
  gap: 18px;
}

.home-contact__item {
  display: grid;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.home-contact__item strong {
  font-size: 1.05rem;
  line-height: 1.55;
}

.archive-hero--catalog {
  padding-top: 46px;
}

.product-page {
  padding-top: 44px;
}

.product-page__hero {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
}

.product-page__copy {
  display: grid;
  gap: 16px;
}

.product-page__copy h1 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.product-page__actions,
.product-page__materials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-page__materials span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--accent-soft);
}

.product-page__visual {
  min-height: 520px;
  overflow: hidden;
  border-radius: 36px;
  background: linear-gradient(180deg, #f1f7fb 0%, #fff8ef 100%);
}

.product-page__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 82% center;
}

.product-page__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.product-page__panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.76);
}

.home-hero__content > *,
.home-hero__summary > *,
.home-process__list > *,
.home-solutions__list > *,
.home-catalog__intro > *,
.product-catalog-grid > *,
.home-story__grid > *,
.home-projects__grid > *,
.home-contact__panel > *,
.product-page__hero > *,
.product-page__grid > *,
.site-footer__grid > *,
.project-single__hero > * {
  min-width: 0;
}

.home-hero__title,
.section-heading h2,
.home-catalog__copy h2,
.home-story__copy h2,
.home-contact__copy h2,
.site-footer h2,
.product-page__copy h1,
.product-page__panel h2,
.archive-hero__inner h1,
.project-single__meta h1 {
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.product-page__panel p,
.product-page__panel li,
.product-page__contact a,
.product-page__contact strong {
  color: var(--muted);
  line-height: 1.75;
}

.product-page__list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.product-page__contact {
  display: grid;
  gap: 8px;
}

.site-footer {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto 38px;
  padding: 30px 0 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.site-footer__brand {
  margin-bottom: 14px;
}

.site-footer__logo {
  display: block;
  width: clamp(158px, 18vw, 236px);
  height: auto;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.9fr;
  gap: 28px;
}

.site-footer h2 {
  font-size: clamp(1.9rem, 3.8vw, 3.1rem);
  max-width: 12ch;
}

.site-footer__link {
  display: block;
  margin-top: 10px;
}

.site-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding-top: 12px;
}

.site-footer__actions .site-footer__link {
  margin-top: 0;
}

.archive-hero,
.project-single {
  padding-top: 50px;
}

.archive-hero__inner,
.project-single__meta {
  display: grid;
  gap: 16px;
}

.archive-hero__inner h1,
.project-single__meta h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.project-single__hero {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 22px;
  align-items: center;
}

.project-single__image--gallery {
  min-height: 600px;
  overflow: hidden;
  border-radius: 32px;
}

.project-single__image--gallery .retail-slider,
.project-single__image--gallery .retail-slider__item,
.project-single__image--gallery .retail-slider__item img {
  height: 100%;
}

.project-single__body {
  padding-bottom: 80px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 750ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.mobilya-front-page {
  --bg: #edf2f8;
  --surface: #fbfdff;
  --surface-soft: #dde6ef;
  --card: rgba(255, 255, 255, 0.82);
  --text: #08111f;
  --muted: #516073;
  --line: rgba(8, 17, 31, 0.1);
  --accent: #53dcff;
  --accent-strong: #0ea6d7;
  --accent-soft: rgba(83, 220, 255, 0.12);
  --dark: #07111e;
  --shadow: 0 32px 80px rgba(7, 13, 26, 0.08);
  --glass: rgba(255, 255, 255, 0.7);
  --glass-line: rgba(129, 149, 175, 0.18);
  background:
    radial-gradient(circle at 12% 10%, rgba(117, 231, 255, 0.14), transparent 18%),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.88), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #edf2f8 48%, #f4f7fb 100%);
}

body.mobilya-front-page::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(237, 242, 248, 0.88)),
    repeating-linear-gradient(
      90deg,
      rgba(123, 145, 173, 0.08) 0,
      rgba(123, 145, 173, 0.08) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(123, 145, 173, 0.05) 0,
      rgba(123, 145, 173, 0.05) 1px,
      transparent 1px,
      transparent 96px
    );
}

body.mobilya-front-page::after {
  opacity: 1;
  background:
    radial-gradient(circle at 82% 22%, rgba(82, 220, 255, 0.1), transparent 16%),
    radial-gradient(circle at 18% 74%, rgba(255, 255, 255, 0.74), transparent 18%);
  filter: none;
}

body.mobilya-front-page .site-header {
  padding-top: 0;
}

body.mobilya-front-page .site-header__inner {
  min-height: 74px;
  border-color: rgba(125, 144, 170, 0.2);
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.94), rgba(236, 242, 249, 0.9));
  backdrop-filter: none;
  box-shadow: 0 20px 48px rgba(7, 13, 26, 0.08);
}

body.mobilya-front-page .site-header.is-scrolled .site-header__inner {
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(236, 242, 249, 0.94));
  border-color: rgba(125, 144, 170, 0.24);
  box-shadow: 0 22px 52px rgba(7, 13, 26, 0.1);
}

body.mobilya-front-page .site-nav__list,
body.mobilya-front-page .site-header__utility {
  color: rgba(8, 17, 31, 0.74);
}

body.mobilya-front-page .site-header__utility {
  border-color: rgba(125, 144, 170, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

body.mobilya-front-page .site-header__toggle {
  border-color: rgba(125, 144, 170, 0.2);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: none;
}

body.mobilya-front-page .mobile-menu__panel {
  border-color: rgba(125, 144, 170, 0.2);
  background: rgba(248, 251, 255, 0.96);
  backdrop-filter: none;
}

body.mobilya-front-page .button--primary,
body.mobilya-front-page .site-footer__button,
body.mobilya-front-page .site-header__cta {
  background: linear-gradient(135deg, #9ef9ff 0%, #6de8ff 38%, #27bcff 100%);
  color: #08111f;
  box-shadow: 0 18px 40px rgba(39, 188, 255, 0.24);
}

body.mobilya-front-page .button--ghost {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(8, 17, 31, 0.1);
}

body.mobilya-front-page .home-hero {
  min-height: calc(100svh - 84px);
  padding: 0 0 28px;
  align-items: flex-end;
}

body.mobilya-front-page .home-hero__slider::after {
  background:
    linear-gradient(90deg, rgba(5, 11, 21, 0.58) 0%, rgba(5, 11, 21, 0.3) 34%, rgba(5, 11, 21, 0.08) 62%, rgba(5, 11, 21, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 20%);
}

body.mobilya-front-page .home-hero__scrim {
  background:
    radial-gradient(circle at 82% 22%, rgba(83, 220, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(5, 11, 21, 0.04) 0%, rgba(5, 11, 21, 0.18) 100%);
}

body.mobilya-front-page .home-hero__content {
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: flex-end;
  padding: 138px 0 0;
}

body.mobilya-front-page .home-hero__lead {
  display: grid;
  gap: 14px;
  max-width: 560px;
}

body.mobilya-front-page .home-hero .section__label {
  color: rgba(173, 245, 255, 0.94);
}

body.mobilya-front-page .home-hero__brand {
  font-size: clamp(1.7rem, 2.8vw, 3rem);
  color: #ffffff;
  text-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

body.mobilya-front-page .home-hero__title {
  max-width: 11.4ch;
  font-size: clamp(2.6rem, 5.3vw, 4.9rem);
  line-height: 0.9;
  letter-spacing: -0.058em;
  color: #f7fbff;
  text-shadow: 0 28px 62px rgba(0, 0, 0, 0.32);
}

body.mobilya-front-page .home-hero__text {
  width: min(500px, 100%);
  color: rgba(236, 246, 255, 0.84);
  font-size: 0.96rem;
  line-height: 1.72;
}

body.mobilya-front-page .home-hero__actions {
  padding-top: 6px;
  gap: 10px;
}

body.mobilya-front-page .home-hero__actions .button--primary {
  background: linear-gradient(135deg, #9ef9ff 0%, #6de8ff 38%, #27bcff 100%);
  color: #08111f;
}

body.mobilya-front-page .home-hero__actions .button--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(173, 230, 255, 0.28);
  color: #f7fbff;
}

body.mobilya-front-page .home-hero__signal {
  display: none;
}

body.mobilya-front-page .home-hero__summary {
  grid-column: 1;
  width: min(760px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(188, 230, 255, 0.24);
}

body.mobilya-front-page .home-hero__summary div {
  padding: 14px 0 0;
  background: none;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

body.mobilya-front-page .home-hero__summary span {
  color: rgba(173, 245, 255, 0.72);
}

body.mobilya-front-page .home-hero__summary strong {
  color: #f7fbff;
  font-size: 0.9rem;
}

body.mobilya-front-page .home-hero__slider .retail-slider__item img {
  filter: saturate(1.02) contrast(1.08) brightness(1.04);
  object-position: center center;
}

body.mobilya-front-page .section {
  padding: 112px 0;
}

body.mobilya-front-page .section-heading {
  gap: 12px;
  margin-bottom: 44px;
}

body.mobilya-front-page .section-heading h2 {
  max-width: 13ch;
  font-size: clamp(2.6rem, 4.9vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

body.mobilya-front-page .home-process {
  padding-top: 96px;
}

body.mobilya-front-page .home-process__list {
  gap: 0;
  border-top: 1px solid var(--line);
}

body.mobilya-front-page .home-process__item {
  min-height: 240px;
  padding: 34px 28px 18px 0;
  border-top: 0;
  border-right: 1px solid var(--line);
}

body.mobilya-front-page .home-process__item:last-child {
  border-right: 0;
}

body.mobilya-front-page .home-process__item span {
  font-family: "Syne", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.08em;
  color: rgba(8, 17, 31, 0.16);
}

body.mobilya-front-page .home-process__item h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.25rem);
}

body.mobilya-front-page .home-solutions .section-heading,
body.mobilya-front-page .home-projects .section-heading {
  max-width: 820px;
}

body.mobilya-front-page .solution-row {
  gap: clamp(30px, 6vw, 92px);
  padding-top: 64px;
  border-top: 1px solid rgba(8, 17, 31, 0.08);
}

body.mobilya-front-page .solution-row__media {
  min-height: 540px;
  border-radius: 46px;
  border: 1px solid rgba(110, 125, 148, 0.18);
  background: linear-gradient(180deg, #dce5ef 0%, #eef3f8 100%);
  box-shadow: 0 32px 80px rgba(7, 13, 26, 0.1);
}

body.mobilya-front-page .solution-row__content {
  gap: 18px;
  max-width: 520px;
}

body.mobilya-front-page .solution-row__content h3 {
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

body.mobilya-front-page .solution-row__points li {
  padding-left: 22px;
}

body.mobilya-front-page .solution-row__points li::before {
  width: 10px;
  height: 2px;
  top: 0.82em;
  border-radius: 999px;
  background: var(--accent);
}

body.mobilya-front-page .home-catalog__intro,
body.mobilya-front-page .archive-hero__catalog {
  border-radius: 48px;
  border: 1px solid rgba(110, 125, 148, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(243, 248, 255, 0.96));
  box-shadow: 0 32px 80px rgba(7, 13, 26, 0.08);
}

body.mobilya-front-page .home-catalog__copy h2 {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

body.mobilya-front-page .home-catalog__cover {
  min-height: 360px;
  border-radius: 34px;
}

body.mobilya-front-page .catalog-tabs__button {
  border-color: rgba(8, 17, 31, 0.12);
  background: rgba(255, 255, 255, 0.76);
}

body.mobilya-front-page .catalog-tabs__button.is-active {
  background: #091624;
  border-color: #091624;
  color: #f7fbff;
  box-shadow: 0 16px 36px rgba(9, 22, 36, 0.18);
}

body.mobilya-front-page .product-catalog-grid {
  gap: 24px;
}

body.mobilya-front-page .product-teaser {
  border-radius: 36px;
  border: 1px solid rgba(110, 125, 148, 0.15);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(242, 247, 255, 0.96));
  box-shadow: 0 24px 60px rgba(7, 13, 26, 0.08);
}

body.mobilya-front-page .product-teaser__visual {
  min-height: 300px;
  position: relative;
  background: linear-gradient(180deg, #e3ebf3 0%, #f6f9fc 100%);
}

body.mobilya-front-page .product-teaser__visual::after {
  display: none;
}

body.mobilya-front-page .product-teaser:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 68px rgba(7, 13, 26, 0.12);
}

body.mobilya-front-page .home-story {
  padding-top: 124px;
}

body.mobilya-front-page .home-story__grid {
  border-radius: 48px;
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid rgba(108, 173, 223, 0.18);
  background:
    radial-gradient(circle at 16% 18%, rgba(88, 224, 255, 0.12), transparent 22%),
    linear-gradient(135deg, #06111f 0%, #09192b 46%, #0b2234 100%);
  box-shadow: 0 40px 100px rgba(4, 10, 22, 0.28);
}

body.mobilya-front-page .home-story__media {
  min-height: 540px;
  border-radius: 34px;
}

body.mobilya-front-page .home-story__copy .section__label,
body.mobilya-front-page .home-contact__copy .section__label {
  color: rgba(154, 239, 255, 0.82);
}

body.mobilya-front-page .home-story__copy h2,
body.mobilya-front-page .home-contact__copy h2 {
  color: #f3fbff;
  font-size: clamp(2.5rem, 4.2vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

body.mobilya-front-page .home-story__copy p,
body.mobilya-front-page .home-contact__copy p,
body.mobilya-front-page .home-contact__item strong {
  color: rgba(222, 236, 250, 0.78);
}

body.mobilya-front-page .home-story__copy .button--ghost,
body.mobilya-front-page .home-contact__actions .button--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(146, 223, 255, 0.24);
  color: #f7fbff;
}

body.mobilya-front-page .home-projects {
  padding-top: 120px;
}

body.mobilya-front-page .home-projects__grid {
  gap: 24px;
}

body.mobilya-front-page .project-card {
  border-radius: 36px;
  border: 1px solid rgba(110, 125, 148, 0.15);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(242, 247, 255, 0.96));
  box-shadow: 0 24px 60px rgba(7, 13, 26, 0.08);
}

body.mobilya-front-page .project-card__media {
  min-height: 340px;
}

body.mobilya-front-page .project-card__content {
  gap: 16px;
  padding: 28px;
}

body.mobilya-front-page .project-card__facts span {
  border: 1px solid rgba(83, 220, 255, 0.16);
  background: rgba(83, 220, 255, 0.08);
  color: #08111f;
}

body.mobilya-front-page .home-contact__panel {
  grid-template-columns: 1.12fr 0.88fr;
  border-radius: 48px;
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid rgba(108, 173, 223, 0.18);
  background:
    radial-gradient(circle at 78% 22%, rgba(83, 220, 255, 0.14), transparent 22%),
    linear-gradient(135deg, #08111f 0%, #11243a 100%);
  box-shadow: 0 40px 100px rgba(4, 10, 22, 0.24);
}

body.mobilya-front-page .home-contact__item {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

body.mobilya-front-page .home-contact__item span {
  color: rgba(154, 239, 255, 0.82);
}

body.mobilya-front-page .site-footer {
  padding-top: 42px;
  border-top-color: rgba(8, 17, 31, 0.08);
}

@keyframes hero-orbit-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes hero-orbit-spin-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes hero-core-pulse {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.74;
  }

  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes hero-signal-float {
  0%,
  100% {
    transform: translateY(0);
  }

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

@media (max-width: 1160px) {
  .site-nav {
    display: none;
  }

  .site-nav.is-open {
    display: block;
    flex: 0 0 100%;
    order: 4;
    padding-top: 4px;
  }

  .site-nav.is-open .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 16px 0 12px;
    border-top: 1px solid rgba(125, 144, 170, 0.2);
  }

  .site-nav.is-open .site-nav__list a {
    display: block;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.62);
  }

  .site-nav.is-open .site-nav__mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-bottom: 8px;
  }

  .site-nav.is-open .site-nav__mobile-actions .button {
    width: 100%;
  }

  .site-header__toggle {
    display: inline-flex;
  }

  .home-process__list,
  .home-projects__grid,
  .site-footer__grid,
  .product-catalog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solution-row,
  .home-story__grid,
  .home-contact__panel,
  .project-single__hero,
  .home-catalog__intro,
  .archive-hero__catalog,
  .product-page__hero,
  .product-page__grid {
    grid-template-columns: 1fr;
  }

  .solution-row--reverse .solution-row__media {
    order: 0;
  }

  .home-hero__summary {
    grid-template-columns: 1fr;
    max-width: 640px;
  }

  .home-hero__copy-block {
    width: min(680px, 100%);
  }

  .site-header__inner {
    gap: 16px;
    flex-wrap: wrap;
  }

  body.mobilya-front-page .home-hero__content {
    gap: 26px;
    padding-top: 124px;
  }

  body.mobilya-front-page .home-hero__lead {
    max-width: 600px;
  }

  body.mobilya-front-page .home-hero__summary {
    gap: 16px;
    max-width: 720px;
  }

  body.mobilya-front-page .home-process__list {
    grid-template-columns: 1fr;
  }

  body.mobilya-front-page .home-process__item {
    min-height: auto;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  body.mobilya-front-page .home-process__item:last-child {
    border-bottom: 0;
  }

  body.mobilya-front-page .solution-row,
  body.mobilya-front-page .home-contact__panel,
  body.mobilya-front-page .home-story__grid,
  body.mobilya-front-page .home-catalog__intro {
    gap: 28px;
  }
}

@media (max-width: 760px) {
  .site-header__inner,
  .section,
  .site-footer__grid,
  .archive-hero__inner,
  .project-single__hero,
  .project-single__body,
  .home-hero__content {
    width: min(calc(100% - 28px), var(--max));
  }

  .site-header__cta {
    display: none;
  }

  .site-header__actions {
    display: none;
  }

  .site-nav.is-open .site-nav__mobile-actions {
    grid-template-columns: 1fr;
  }

  .site-brand__logo {
    width: clamp(120px, 36vw, 156px);
  }

  .home-hero {
    min-height: auto;
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .home-hero__copy-block {
    gap: 16px;
    padding: 22px 18px;
    border-radius: 26px;
  }

  .home-hero__title,
  .section-heading h2,
  .home-story__copy h2,
  .home-contact__copy h2,
  .site-footer h2,
  .archive-hero__inner h1,
  .project-single__meta h1 {
    font-size: clamp(2.1rem, 11vw, 3.6rem);
  }

  .home-hero__actions,
  .home-contact__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero__summary {
    gap: 10px;
  }

  .home-hero__summary strong {
    font-size: 0.92rem;
  }

  .home-hero__summary div,
  .home-hero__copy-block,
  .site-header__inner,
  .mobile-menu__panel {
    border-radius: 20px;
  }

  .home-process__list,
  .home-projects__grid,
  .site-footer__grid,
  .product-catalog-grid {
    grid-template-columns: 1fr;
  }

  .retail-slider,
  .solution-row__media,
  .home-story__media,
  .project-card__media,
  .project-single__image--gallery {
    min-height: 280px;
  }

  .product-teaser__visual,
  .home-catalog__cover,
  .archive-hero__visual,
  .product-page__visual {
    min-height: 220px;
  }

  .product-page__materials span,
  .project-card__facts span,
  .project-single__facts span {
    max-width: 100%;
  }

  .project-single__body {
    padding-bottom: 56px;
  }

  body.mobilya-front-page .site-header__inner {
    min-height: 68px;
    background: rgba(248, 251, 255, 0.98);
  }

  body.mobilya-front-page .home-hero {
    padding-bottom: 20px;
  }

  body.mobilya-front-page .home-hero__content {
    width: min(calc(100% - 28px), var(--max));
    padding-top: 112px;
    gap: 20px;
  }

  body.mobilya-front-page .home-hero__brand {
    font-size: clamp(1.4rem, 6.4vw, 2.1rem);
  }

  body.mobilya-front-page .home-hero__title {
    max-width: 11ch;
    font-size: clamp(2.3rem, 10.2vw, 3.4rem);
  }

  body.mobilya-front-page .home-hero__text {
    font-size: 0.92rem;
  }

  body.mobilya-front-page .home-hero__summary {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 18px;
  }

  body.mobilya-front-page .section {
    padding: 88px 0;
  }

  body.mobilya-front-page .section-heading h2,
  body.mobilya-front-page .home-story__copy h2,
  body.mobilya-front-page .home-contact__copy h2 {
    font-size: clamp(2.2rem, 11vw, 3.8rem);
  }

  body.mobilya-front-page .solution-row__media,
  body.mobilya-front-page .home-story__media,
  body.mobilya-front-page .project-card__media {
    min-height: 300px;
  }

  body.mobilya-front-page .home-story__grid,
  body.mobilya-front-page .home-contact__panel,
  body.mobilya-front-page .home-catalog__intro {
    padding: 22px;
    border-radius: 30px;
  }

  body.mobilya-front-page .product-teaser,
  body.mobilya-front-page .project-card {
    border-radius: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.page-hero {
  padding-top: 160px;
  padding-bottom: 48px;
}

.page-hero__inner,
.page-content__inner {
  width: min(calc(100% - 48px), var(--max, 1200px));
  margin: 0 auto;
}

.page-hero__inner {
  display: grid;
  gap: 18px;
  padding: 36px;
  border-radius: 28px;
  border: 1px solid rgba(28, 23, 19, 0.08);
  background: linear-gradient(135deg, rgba(255, 250, 244, 0.98), rgba(241, 233, 222, 0.95));
  box-shadow: 0 24px 60px rgba(30, 24, 20, 0.08);
}

.page-hero__inner h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.page-hero__excerpt {
  max-width: 54ch;
  margin: 0;
  color: rgba(28, 23, 19, 0.72);
  line-height: 1.75;
}

.page-content {
  padding-top: 0;
  padding-bottom: 96px;
}

.page-content__inner {
  padding: 36px;
  border-radius: 28px;
  border: 1px solid rgba(28, 23, 19, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(30, 24, 20, 0.06);
}

.page-content__inner > :first-child {
  margin-top: 0;
}

.page-content__inner > :last-child {
  margin-bottom: 0;
}

.page-content__inner p,
.page-content__inner li {
  line-height: 1.8;
}

@media (max-width: 760px) {
  .page-hero {
    padding-top: 120px;
  }

  .page-hero__inner,
  .page-content__inner {
    width: min(calc(100% - 24px), var(--max, 1200px));
    padding: 22px;
    border-radius: 22px;
  }
}

.listing-hero,
.detail-hero {
  padding-top: 150px;
  padding-bottom: 44px;
}

.listing-hero__inner,
.listing-grid,
.detail-hero__inner,
.detail-body__grid,
.detail-map {
  width: min(calc(100% - 48px), var(--max, 1200px));
  margin: 0 auto;
}

.listing-hero__inner {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.listing-hero__inner h1,
.detail-hero__copy h1 {
  margin: 0;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0;
}

.listing-hero__inner p:not(.section__label),
.detail-hero__copy p,
.detail-body__content,
.listing-card__content p {
  color: rgba(28, 23, 19, 0.72);
  line-height: 1.75;
}

.listing-section {
  padding-top: 16px;
  padding-bottom: 96px;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.listing-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(28, 23, 19, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(30, 24, 20, 0.07);
}

.listing-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e0d7;
}

.listing-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-card__content {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  padding: 20px;
}

.listing-card__content h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.listing-card__content h2 a {
  color: inherit;
  text-decoration: none;
}

.listing-empty {
  grid-column: 1 / -1;
  padding: 32px;
  border: 1px solid rgba(28, 23, 19, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.detail-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 42px;
  align-items: end;
}

.detail-hero__copy {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.detail-hero__media {
  min-height: 430px;
  border-radius: 22px;
  overflow: hidden;
  background: #e8e0d7;
}

.detail-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-body {
  padding-top: 28px;
  padding-bottom: 70px;
}

.detail-body__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
}

.detail-body__content,
.detail-sidebar {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(28, 23, 19, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.detail-sidebar {
  display: grid;
  gap: 18px;
}

.detail-sidebar div {
  display: grid;
  gap: 6px;
  padding-top: 16px;
  border-top: 1px solid rgba(28, 23, 19, 0.1);
}

.detail-sidebar div:first-child {
  padding-top: 0;
  border-top: 0;
}

.detail-sidebar span {
  color: rgba(28, 23, 19, 0.58);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-sidebar strong {
  color: #1c1713;
  font-weight: 500;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.listing-hero__inner p,
.listing-card__content p,
.detail-hero__copy p,
.detail-body__content p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.detail-map {
  padding-bottom: 92px;
}

.detail-map iframe {
  display: block;
  width: 100%;
  min-height: 440px;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(30, 24, 20, 0.08);
}

@media (max-width: 1050px) {
  .listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-hero__inner,
  .detail-body__grid {
    grid-template-columns: 1fr;
  }

  .detail-hero__media {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .listing-hero,
  .detail-hero {
    padding-top: 120px;
  }

  .listing-hero__inner,
  .listing-grid,
  .detail-hero__inner,
  .detail-body__grid,
  .detail-map {
    width: min(calc(100% - 24px), var(--max, 1200px));
  }

  .site-header__inner,
  .mobile-menu__panel {
    max-width: calc(100vw - 28px);
  }

  .listing-hero__inner h1,
  .detail-hero__copy h1 {
    font-size: 2.35rem;
  }

  .listing-grid {
    grid-template-columns: 1fr;
  }

  .detail-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .detail-hero__media,
  .detail-map iframe {
    min-height: 300px;
    border-radius: 18px;
  }

  .detail-body__content,
  .detail-sidebar {
    padding: 22px;
    border-radius: 16px;
  }
}

.site-nav__list a,
.site-header__utility,
.site-header__cta,
.button,
.site-footer__button,
.text-link {
  font-size: 0.88rem;
}

.site-brand__title {
  font-size: 1.18rem;
}

.page-hero__inner h1 {
  font-size: clamp(1.85rem, 3.8vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.listing-hero__inner h1,
.detail-hero__copy h1 {
  font-size: 2.75rem;
  line-height: 1.06;
}

.listing-card__content h2 {
  font-size: 1.12rem;
  line-height: 1.28;
}

.page-hero__excerpt,
.page-content__inner p,
.page-content__inner li,
.listing-hero__inner p:not(.section__label),
.listing-card__content p,
.detail-hero__copy p,
.detail-body__content,
.detail-sidebar strong {
  font-size: 0.92rem;
}

.section__label,
.site-footer__label,
.detail-sidebar span {
  font-size: 0.68rem;
}

@media (max-width: 760px) {
  .page-hero__inner h1,
  .listing-hero__inner h1,
  .detail-hero__copy h1 {
    font-size: 1.95rem;
  }

  .page-hero__excerpt,
  .listing-hero__inner p:not(.section__label),
  .listing-card__content p,
  .detail-hero__copy p,
  .detail-body__content,
  .detail-sidebar strong {
    font-size: 0.88rem;
  }
}
