:root {
  --linzmann-bg: #f3efe8;
  --linzmann-surface: rgba(13, 23, 32, 0.78);
  --linzmann-surface-strong: rgba(10, 18, 26, 0.92);
  --linzmann-card: #ffffff;
  --linzmann-card-soft: rgba(255, 255, 255, 0.88);
  --linzmann-text: #18232d;
  --linzmann-text-soft: #647280;
  --linzmann-accent: #b48852;
  --linzmann-accent-strong: #8f6534;
  --linzmann-line: rgba(22, 35, 45, 0.1);
  --linzmann-shadow: 0 30px 80px rgba(9, 18, 28, 0.16);
  --linzmann-radius: 26px;
}

.linzmann-front {
  background: linear-gradient(180deg, #f7f4ee 0%, #f2ece3 32%, #fbfaf7 100%);
  color: var(--linzmann-text);
}

.linzmann-front,
.linzmann-front p {
  color: var(--linzmann-text-soft);
}

.linzmann-front a {
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.linzmann-front .section-title span {
  color: var(--linzmann-accent);
  letter-spacing: 0.18em;
}

.linzmann-front .section-title h2 {
  color: var(--linzmann-text);
  font-weight: 600;
}

.linzmann-front .section-title h2:after {
  background: linear-gradient(90deg, var(--linzmann-accent), #d7bb93);
}

.linzmann-front .header-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-top: 18px;
}

.linzmann-front .top-nav,
.linzmann-front .nav-logo {
  background: transparent;
}

.linzmann-front .top-nav .container,
.linzmann-front .nav-logo .container {
  background: rgba(10, 18, 26, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 45px rgba(7, 14, 21, 0.18);
  backdrop-filter: blur(18px);
}

.linzmann-front .top-nav .container {
  border-radius: 22px 22px 0 0;
  padding-left: 28px;
  padding-right: 28px;
}

.linzmann-front .nav-logo .container {
  border-top: 0;
  border-radius: 0 0 22px 22px;
  padding-left: 28px;
  padding-right: 28px;
}

.linzmann-front.linzmann-scrolled .top-nav .container,
.linzmann-front.linzmann-scrolled .nav-logo .container {
  background: rgba(9, 17, 24, 0.88);
  border-color: rgba(255, 255, 255, 0.09);
}

.linzmann-front .top-nav .main-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.linzmann-front .top-nav .main-menu ul li {
  position: relative;
  margin-right: 0;
  padding: 0 16px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.linzmann-front .top-nav .main-menu ul li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-50%);
}

.linzmann-front .top-nav .main-menu ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 18px 0 17px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.82);
}

.linzmann-front .top-nav .main-menu ul li a:hover,
.linzmann-front .top-nav .main-menu ul li.active a {
  color: #f7f2e8;
  background: transparent !important;
}

.linzmann-front .top-nav .main-menu ul li a:before,
.linzmann-front .top-nav .main-menu ul li a:after {
  display: none !important;
}

.linzmann-front .top-nav .main-menu ul li a {
  position: relative;
}

.linzmann-front .top-nav .main-menu ul li a span {
  display: inline;
}

.linzmann-front .top-nav .main-menu ul li a:hover:after,
.linzmann-front .top-nav .main-menu ul li.active a:after {
  display: block !important;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 190, 149, 0), rgba(217, 190, 149, 0.92), rgba(217, 190, 149, 0));
}

.linzmann-front .offcanvas-menu-wrapper .main-menu ul li,
.linzmann-front .offcanvas-menu-wrapper .main-menu ul li a {
  background: transparent !important;
  box-shadow: none !important;
}

.linzmann-front .offcanvas-menu-wrapper .main-menu ul li a {
  text-transform: none;
  letter-spacing: 0.04em;
}

.linzmann-front .linzmann-top-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.linzmann-front .linzmann-top-tools table,
.linzmann-front .language-bar table {
  margin: 0;
}

.linzmann-front .linzmann-top-tools .input-group,
.linzmann-front .language-bar .input-group {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  overflow: hidden;
}

.linzmann-front .linzmann-top-tools .input-group-text,
.linzmann-front .language-bar .input-group-text {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  padding-left: 18px;
  padding-right: 10px;
}

.linzmann-front .linzmann-top-tools select.ignore,
.linzmann-front .language-bar select.ignore {
  border: 0;
  background: transparent;
  color: #ffffff;
  height: 44px;
  font-size: 13px;
  font-weight: 600;
  padding-right: 18px;
}

.linzmann-front .linzmann-logo {
  padding: 18px 0 20px;
}

.linzmann-front .linzmann-logo img {
  max-height: 56px;
  width: auto;
}

.linzmann-front .linzmann-brand-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.linzmann-front .linzmann-brand-copy {
  max-width: 620px;
}

.linzmann-front .linzmann-brand-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--linzmann-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-brand-label:before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.linzmann-front .linzmann-brand-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.linzmann-front .linzmann-brand-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.linzmann-front .linzmann-brand-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.linzmann-front .linzmann-brand-chip:hover {
  background: rgba(200, 155, 99, 0.18);
  color: #ffffff;
}

.linzmann-front .hero-section {
  position: relative;
  padding-top: 194px;
  margin-bottom: 0;
  background: #0d1720;
}

.linzmann-front .single-hero-item {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
}

.linzmann-front .single-hero-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(8, 15, 22, 0.88) 0%, rgba(8, 15, 22, 0.68) 38%, rgba(8, 15, 22, 0.24) 100%),
    radial-gradient(circle at top right, rgba(180, 136, 82, 0.32), transparent 40%);
}

.linzmann-front .single-hero-item .container,
.linzmann-front .single-hero-item .row {
  position: relative;
  z-index: 2;
  min-height: 720px;
  align-items: center;
}

.linzmann-front .linzmann-hero-copy {
  max-width: 720px;
  padding: 48px 44px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(10, 18, 26, 0.82) 0%, rgba(10, 18, 26, 0.62) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 32px 90px rgba(7, 13, 19, 0.3);
  backdrop-filter: blur(10px);
}

.linzmann-front .linzmann-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d9be95;
}

.linzmann-front .linzmann-hero-kicker:before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
}

.linzmann-front .linzmann-hero-copy h2 {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 68px;
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}

.linzmann-front .linzmann-hero-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
  max-width: 58ch;
  margin-bottom: 30px;
}

.linzmann-front .linzmann-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.linzmann-front .linzmann-hero-actions .primary-btn {
  padding: 15px 24px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-btn-primary {
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  border: 1px solid transparent;
  color: #ffffff;
}

.linzmann-front .linzmann-btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.linzmann-front .linzmann-btn-primary:hover,
.linzmann-front .linzmann-btn-secondary:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.linzmann-front .linzmann-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.linzmann-front .linzmann-hero-points li {
  list-style: none;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.linzmann-front .thumbnail-pic {
  display: none;
}

.linzmann-front .linzmann-search-shell {
  margin-top: -140px;
  z-index: 120;
}

.linzmann-front #linzmann-search {
  scroll-margin-top: 180px;
}

.linzmann-front .linzmann-search-shell .container {
  max-width: 1320px;
}

.linzmann-front .search-form-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
  background: linear-gradient(135deg, rgba(16, 28, 38, 0.96), rgba(37, 48, 57, 0.96));
  border-radius: 28px 28px 0 0;
}

.linzmann-front .search-form-text .search-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-search-note {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}

.linzmann-front .linzmann-filter-form {
  padding: 32px;
  background: var(--linzmann-card-soft);
  border-radius: 0 0 28px 28px;
  box-shadow: var(--linzmann-shadow);
  backdrop-filter: blur(14px);
}

.linzmann-front .linzmann-filter-form .first-row,
.linzmann-front .linzmann-filter-form .second-row {
  display: grid;
  gap: 18px;
}

.linzmann-front .linzmann-filter-form .first-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.linzmann-front .linzmann-filter-form .second-row {
  grid-template-columns: repeat(3, minmax(0, 1fr)) 190px;
  align-items: stretch;
}

.linzmann-front .linzmann-filter-field,
.linzmann-front .linzmann-range-field {
  min-width: 0;
}

.linzmann-front .linzmann-filter-form .nice-select,
.linzmann-front .linzmann-filter-form select {
  width: 100% !important;
  height: 62px;
  float: none;
  margin: 0;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid rgba(20, 34, 45, 0.08);
  background: #ffffff;
  line-height: 60px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.linzmann-front .linzmann-filter-form .nice-select span,
.linzmann-front .linzmann-filter-form select,
.linzmann-front .linzmann-filter-form input {
  color: var(--linzmann-text);
  font-size: 14px;
  font-weight: 600;
}

.linzmann-front .linzmann-filter-form .nice-select:after {
  width: 9px;
  height: 9px;
  right: 22px;
  margin-top: -7px;
  border-bottom: 2px solid var(--linzmann-text-soft);
  border-right: 2px solid var(--linzmann-text-soft);
}

.linzmann-front .linzmann-filter-form .nice-select .list {
  width: 100%;
  margin-top: 10px;
  border-radius: 18px;
  border: 1px solid rgba(20, 34, 45, 0.08);
  box-shadow: 0 22px 48px rgba(15, 26, 36, 0.16);
}

.linzmann-front .linzmann-range-field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 62px;
  padding: 10px 18px;
  border: 1px solid rgba(20, 34, 45, 0.08);
  border-radius: 18px;
  background: #ffffff;
  color: var(--linzmann-text-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-range-field input {
  width: 84px !important;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(20, 34, 45, 0.1);
  border-radius: 12px;
  background: #f7f4ee;
  text-transform: none;
  letter-spacing: normal;
}

.linzmann-front .linzmann-filter-form .search-btn {
  width: 100%;
  min-height: 62px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(143, 101, 52, 0.28);
}

.linzmann-front .linzmann-filter-form .search-btn:hover {
  transform: translateY(-1px);
}

.linzmann-front .feature-item,
.linzmann-front .single-property-item,
.linzmann-front .single-howit-works,
.linzmann-front .pd-details-text {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(14, 24, 34, 0.08);
}

.linzmann-front .single-property-item,
.linzmann-front .single-howit-works {
  background: #ffffff;
}

.linzmann-front .footer-section {
  margin-top: 70px;
}

.linzmann-front .linzmann-footer-shell {
  position: relative;
}

.linzmann-front .linzmann-footer-shell:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 15, 22, 0.86) 0%, rgba(8, 15, 22, 0.94) 100%);
}

.linzmann-front .linzmann-footer-shell .container {
  position: relative;
  z-index: 1;
}

.linzmann-front .linzmann-footer-brand p {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.72);
}

.linzmann-front .linzmann-footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.linzmann-front .linzmann-footer-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-footer-widget h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
}

.linzmann-front .linzmann-footer-widget ul {
  width: auto;
  float: none;
  margin-bottom: 12px;
}

.linzmann-front .linzmann-footer-widget ul li a,
.linzmann-front .linzmann-footer-widget ul.contact-option li {
  color: rgba(255, 255, 255, 0.72);
}

.linzmann-front .linzmann-footer-widget ul li i {
  color: var(--linzmann-accent);
}

.linzmann-front .linzmann-social-list {
  margin-top: 16px;
}

.linzmann-front .linzmann-footer-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.linzmann-front .linzmann-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-footer-button--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.linzmann-front .linzmann-footer-button:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.linzmann-front .linzmann-copyright-text {
  padding-top: 20px;
  border-top-color: rgba(255, 255, 255, 0.12);
}

.linzmann-front .linzmann-copyright-text p {
  color: rgba(255, 255, 255, 0.58);
}

.linzmann-front .canvas-open {
  top: 22px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(10, 18, 26, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.linzmann-front .offcanvas-menu-wrapper {
  background: linear-gradient(180deg, rgba(10, 18, 26, 0.98) 0%, rgba(18, 31, 43, 0.98) 100%);
}

@media (max-width: 1399px) {
  .linzmann-front .linzmann-hero-copy h2 {
    font-size: 58px;
  }
}

@media (max-width: 1199px) {
  .linzmann-front .hero-section {
    padding-top: 186px;
  }

  .linzmann-front .linzmann-filter-form .first-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .linzmann-front .linzmann-filter-form .second-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .linzmann-front .linzmann-filter-form .search-btn {
    min-height: 58px;
  }
}

@media (max-width: 991px) {
  .linzmann-front .header-section {
    padding-top: 14px;
  }

  .linzmann-front .top-nav .container,
  .linzmann-front .nav-logo .container {
    border-radius: 20px;
  }

  .linzmann-front .nav-logo .container {
    margin-top: 10px;
  }

  .linzmann-front .top-nav .main-menu {
    display: none;
  }

  .linzmann-front .linzmann-top-tools {
    justify-content: flex-start;
    padding: 14px 0;
  }

  .linzmann-front .linzmann-brand-meta {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .linzmann-front .linzmann-brand-actions {
    justify-content: flex-start;
  }

  .linzmann-front .hero-section {
    padding-top: 168px;
  }

  .linzmann-front .single-hero-item,
  .linzmann-front .single-hero-item .container,
  .linzmann-front .single-hero-item .row {
    min-height: 620px;
  }

  .linzmann-front .linzmann-hero-copy {
    padding: 38px 30px;
  }

  .linzmann-front .linzmann-hero-copy h2 {
    font-size: 50px;
  }

  .linzmann-front .linzmann-search-shell {
    margin-top: -80px;
  }

  .linzmann-front .search-form-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .linzmann-front .linzmann-search-note {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .linzmann-front .hero-section {
    padding-top: 144px;
  }

  .linzmann-front .single-hero-item,
  .linzmann-front .single-hero-item .container,
  .linzmann-front .single-hero-item .row {
    min-height: 560px;
  }

  .linzmann-front .linzmann-hero-copy {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .linzmann-front .linzmann-hero-copy h2 {
    font-size: 40px;
  }

  .linzmann-front .linzmann-hero-copy p {
    font-size: 15px;
  }

  .linzmann-front .linzmann-filter-form {
    padding: 22px;
  }

  .linzmann-front .linzmann-footer-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .linzmann-front .linzmann-filter-form .first-row,
  .linzmann-front .linzmann-filter-form .second-row {
    grid-template-columns: 1fr;
  }

  .linzmann-front .linzmann-range-field {
    gap: 8px;
  }
}

@media (max-width: 575px) {
  .linzmann-front .top-nav .container,
  .linzmann-front .nav-logo .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .linzmann-front .linzmann-hero-copy h2 {
    font-size: 34px;
  }

  .linzmann-front .linzmann-hero-actions {
    flex-direction: column;
  }

  .linzmann-front .linzmann-hero-actions .primary-btn {
    width: 100%;
    text-align: center;
  }

  .linzmann-front .linzmann-range-field input {
    width: 100% !important;
  }
}

.linzmann-front td#center {
  display: block;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 36px 24px 0;
}

.linzmann-front .property-section,
.linzmann-front .property-details-section,
.linzmann-front .about-section {
  padding-top: 36px;
  padding-bottom: 76px;
}

.linzmann-front .property-section h4.property-title {
  margin-bottom: 28px;
  color: var(--linzmann-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.linzmann-front .property-list .single-property-item {
  padding: 22px;
  margin-bottom: 22px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 55px rgba(11, 20, 29, 0.08);
}

.linzmann-front .property-list .single-property-item:last-child {
  margin-bottom: 0;
}

.linzmann-front .property-list .single-property-item .property-pic {
  height: 100%;
  min-height: 280px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, #d8c3a6, #a68a68);
}

.linzmann-front .property-list .single-property-item .property-pic img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 22px;
  transition: transform 0.7s ease;
}

.linzmann-front .property-list .single-property-item:hover .property-pic img {
  transform: scale(1.04);
}

.linzmann-front .property-list .single-property-item .property-text {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 6px 4px 6px 10px;
}

.linzmann-front .property-list .single-property-item .property-text .s-text {
  align-self: flex-start;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(180, 136, 82, 0.14);
  color: var(--linzmann-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.linzmann-front .property-list .single-property-item .property-text h5.r-title {
  margin-top: 18px;
  margin-bottom: 14px;
  color: var(--linzmann-text);
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.linzmann-front .property-list .single-property-item .property-text .room-price {
  margin-bottom: 16px;
}

.linzmann-front .property-list .single-property-item .property-text .room-price h5 {
  color: var(--linzmann-accent-strong);
  font-size: 28px;
  font-weight: 700;
}

.linzmann-front .property-list .single-property-item .property-text .properties-location {
  color: var(--linzmann-text);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 14px;
}

.linzmann-front .property-list .single-property-item .property-text .properties-location i {
  color: var(--linzmann-accent);
}

.linzmann-front .property-list .single-property-item .property-text p {
  margin-bottom: 18px;
  color: var(--linzmann-text-soft);
  line-height: 1.75;
}

.linzmann-front .property-list .single-property-item .property-text p a {
  color: var(--linzmann-text);
  text-decoration: underline;
  text-decoration-color: rgba(180, 136, 82, 0.4);
}

.linzmann-front .property-list .single-property-item .property-text .room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.linzmann-front .property-list .single-property-item .property-text .room-features li {
  margin-right: 0;
  padding: 12px 14px;
  min-width: 132px;
  border-radius: 16px;
  background: #f7f4ee;
  border: 1px solid rgba(21, 34, 45, 0.06);
}

.linzmann-front .property-list .single-property-item .property-text .room-features li i {
  color: var(--linzmann-accent-strong);
}

.linzmann-front .property-list .single-property-item .property-text .room-features li p {
  margin-top: 8px;
  color: var(--linzmann-text);
  font-weight: 600;
}

.linzmann-front .property-pagination {
  padding-top: 22px;
}

.linzmann-front .property-pagination a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin-right: 8px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: var(--linzmann-text);
  box-shadow: 0 10px 26px rgba(11, 20, 29, 0.06);
}

.linzmann-front .property-pagination a.active,
.linzmann-front .property-pagination a:hover {
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  border-color: transparent;
  color: #ffffff;
}

.linzmann-front .pd-details-text {
  padding: 30px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 70px rgba(11, 20, 29, 0.1);
}

.linzmann-front .pd-details-text .pd-details-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.linzmann-front .pd-details-text .pd-details-social a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f7f4ee;
  color: var(--linzmann-text);
  border: 1px solid rgba(21, 34, 45, 0.08);
  box-shadow: none;
}

.linzmann-front .pd-details-text .pd-details-social a:hover {
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  color: #ffffff;
}

.linzmann-front .pd-details-text .property-more-pic {
  margin-bottom: 30px;
}

.linzmann-front .pd-details-text .property-more-pic .product-pic-zoom {
  overflow: hidden;
  border-radius: 28px;
}

.linzmann-front .pd-details-text .property-more-pic .product-pic-zoom img {
  min-height: 520px;
  object-fit: cover;
}

.linzmann-front .pd-details-text .property-more-pic .product-thumbs {
  margin-top: 14px;
}

.linzmann-front .pd-details-text .property-more-pic .product-thumbs .product-thumbs-track .pt {
  overflow: hidden;
  border-radius: 18px;
  border: 2px solid transparent;
}

.linzmann-front .pd-details-text .property-more-pic .product-thumbs .product-thumbs-track .pt.active {
  border-color: rgba(180, 136, 82, 0.75);
}

.linzmann-front .pd-details-text .pd-details-tab {
  margin-bottom: 34px;
}

.linzmann-front .pd-details-text .pd-details-tab .tab-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.linzmann-front .pd-details-text .pd-details-tab .tab-item ul li {
  margin-right: 0;
}

.linzmann-front .pd-details-text .pd-details-tab .tab-item ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f7f4ee;
  border: 1px solid rgba(21, 34, 45, 0.08);
  color: var(--linzmann-text);
  font-weight: 700;
}

.linzmann-front .pd-details-text .pd-details-tab .tab-item ul li a.active {
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  color: #ffffff;
}

.linzmann-front .pd-details-text .pd-details-tab .tab-content .property-more-table,
.linzmann-front .pd-details-text .pd-details-tab .tab-content .pd-table-desc,
.linzmann-front .pd-details-text .pd-details-tab .tab-content .pd-table-amenities {
  padding: 28px;
  border-radius: 26px;
  background: #fcfaf6;
  border: 1px solid rgba(21, 34, 45, 0.06);
}

.linzmann-front .pd-details-text .pd-details-tab .tab-content .property-more-table {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.linzmann-front .pd-details-text .pd-details-tab .tab-content .property-more-table .left-table,
.linzmann-front .pd-details-text .pd-details-tab .tab-content .property-more-table .right-table {
  width: 100%;
}

.linzmann-front .pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr td {
  padding: 16px 0;
  vertical-align: top;
}

.linzmann-front .pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr {
  border-bottom: 1px solid rgba(21, 34, 45, 0.08);
}

.linzmann-front .pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr:last-child {
  border-bottom: 0;
}

.linzmann-front .pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr td.pt-name {
  color: var(--linzmann-text-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.linzmann-front .pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr td.p-value {
  color: var(--linzmann-text);
  font-weight: 600;
  text-align: right;
}

.linzmann-front .pd-details-text .pd-details-tab .tab-content .pd-table-desc,
.linzmann-front .pd-details-text .pd-details-tab .tab-content .pd-table-amenities {
  color: var(--linzmann-text);
  line-height: 1.9;
}

.linzmann-front .pd-details-text .pd-details-tab .tab-content .pd-table-desc p,
.linzmann-front .pd-details-text .pd-details-tab .tab-content .pd-table-amenities p {
  color: var(--linzmann-text);
}

.linzmann-front .pd-details-text .property-contactus {
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(14, 24, 34, 0.98), rgba(34, 47, 60, 0.96));
  box-shadow: 0 26px 60px rgba(10, 18, 26, 0.24);
}

.linzmann-front .pd-details-text .property-contactus h4 {
  margin-bottom: 24px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 600;
}

.linzmann-front .pd-details-text .property-contactus .agent-desc {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.linzmann-front .pd-details-text .property-contactus .agent-desc img {
  width: 120px;
  height: 120px;
  border-radius: 22px;
  object-fit: cover;
  margin-bottom: 0;
}

.linzmann-front .pd-details-text .property-contactus .agent-desc .agent-title {
  margin-bottom: 14px;
}

.linzmann-front .pd-details-text .property-contactus .agent-desc .agent-title h5 {
  color: #ffffff;
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
}

.linzmann-front .pd-details-text .property-contactus .agent-desc .agent-title span,
.linzmann-front .pd-details-text .property-contactus .agent-desc p {
  color: rgba(255, 255, 255, 0.74);
}

.linzmann-front .pd-details-text .property-contactus .agent-desc .agent-social {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.linzmann-front .pd-details-text .property-contactus .agent-desc .agent-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.linzmann-front .pd-details-text .property-contactus .agent-desc .agent-social a:hover {
  background: rgba(200, 155, 99, 0.18);
}

.linzmann-front .about-section .section-title {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}

.linzmann-front .about-section .section-title h2 {
  padding-bottom: 20px;
  margin-bottom: 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
}

.linzmann-front .about-section .section-title h2:after {
  left: 0;
  right: auto;
  margin: 0;
}

.linzmann-front .about-section .section-title > p {
  margin-bottom: 0;
  padding: 34px 36px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(21, 34, 45, 0.08);
  box-shadow: 0 26px 60px rgba(11, 20, 29, 0.08);
  color: var(--linzmann-text);
  line-height: 1.9;
}

.linzmann-front .about-section .section-title > p html,
.linzmann-front .about-section .section-title > p body {
  display: contents;
}

.linzmann-front .about-section .section-title > p p {
  color: var(--linzmann-text);
  margin-bottom: 16px;
}

.linzmann-front td#center input[type="text"],
.linzmann-front td#center input[type="password"],
.linzmann-front td#center input[type="email"],
.linzmann-front td#center input[type="number"],
.linzmann-front td#center input[type="file"],
.linzmann-front td#center select,
.linzmann-front td#center textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(21, 34, 45, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--linzmann-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.linzmann-front td#center textarea {
  min-height: 150px;
  padding: 16px;
}

.linzmann-front td#center input[type="submit"],
.linzmann-front td#center button,
.linzmann-front td#center .site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .linzmann-front td#center {
    padding-left: 18px;
    padding-right: 18px;
  }

  .linzmann-front .property-list .single-property-item .property-pic {
    min-height: 240px;
    margin-bottom: 18px;
  }

  .linzmann-front .pd-details-text .pd-details-tab .tab-content .property-more-table {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .linzmann-front .property-section,
  .linzmann-front .property-details-section,
  .linzmann-front .about-section {
    padding-bottom: 54px;
  }

  .linzmann-front .property-section h4.property-title {
    font-size: 34px;
  }

  .linzmann-front .pd-details-text {
    padding: 22px;
  }

  .linzmann-front .pd-details-text .property-more-pic .product-pic-zoom img {
    min-height: 320px;
  }

  .linzmann-front .pd-details-text .property-contactus,
  .linzmann-front .about-section .section-title > p {
    padding: 24px;
  }

  .linzmann-front .pd-details-text .property-contactus .agent-desc {
    grid-template-columns: 1fr;
  }

  .linzmann-front .pd-details-text .property-contactus .agent-desc img {
    width: 96px;
    height: 96px;
  }

  .linzmann-front .about-section .section-title h2 {
    font-size: 42px;
  }
}

/* Unified premium module layer */
.linzmann-front .linzmann-zone-bar,
.linzmann-front .linzmann-zone-controls {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px 22px;
}

.linzmann-front .linzmann-zone-main {
  width: 100%;
}

.linzmann-front .linzmann-zone-main__inner,
.linzmann-front .linzmann-zone-right__inner {
  display: grid;
  gap: 28px;
}

.linzmann-front .linzmann-zone-left,
.linzmann-front .linzmann-zone-right {
  display: block;
  width: 100%;
}

.linzmann-front .linzmann-module-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(21, 34, 45, 0.08);
  color: var(--linzmann-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-module-heading:before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--linzmann-accent), rgba(180, 136, 82, 0));
}

.linzmann-front .linzmann-side-links,
.linzmann-front .linzmann-inline-links,
.linzmann-front .linzmann-legacy-nav__list,
.linzmann-front .linzmann-agent-card__contacts,
.linzmann-front .linzmann-detail-summary__facts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.linzmann-front .linzmann-side-links,
.linzmann-front .linzmann-legacy-nav,
.linzmann-front .linzmann-commerce-cart,
.linzmann-front .linzmann-commerce-cart-summary {
  border-radius: 24px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  box-shadow: 0 24px 58px rgba(11, 20, 29, 0.08);
}

.linzmann-front .linzmann-side-links {
  display: grid;
  gap: 10px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.9);
}

.linzmann-front .linzmann-side-links__item a,
.linzmann-front .linzmann-side-links__subitem a {
  display: block;
  padding: 14px 18px;
  border-radius: 16px;
  background: #f7f4ee;
  border: 1px solid rgba(21, 34, 45, 0.06);
  color: var(--linzmann-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.linzmann-front .linzmann-side-links__subitem a {
  background: rgba(247, 244, 238, 0.55);
  font-weight: 600;
}

.linzmann-front .linzmann-side-links__item a:hover,
.linzmann-front .linzmann-side-links__subitem a:hover {
  color: var(--linzmann-accent-strong);
  border-color: rgba(180, 136, 82, 0.22);
}

.linzmann-front .linzmann-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.linzmann-front .linzmann-inline-links__item a,
.linzmann-front .linzmann-inline-links__subitem a,
.linzmann-front .linzmann-top-links__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: var(--linzmann-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-inline-links__item a:hover,
.linzmann-front .linzmann-inline-links__subitem a:hover,
.linzmann-front .linzmann-top-links__item a:hover {
  color: var(--linzmann-accent-strong);
  border-color: rgba(180, 136, 82, 0.28);
}

.linzmann-front .linzmann-legacy-nav {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}

.linzmann-front .linzmann-legacy-nav__trigger a {
  display: block;
  padding: 18px 22px;
  color: var(--linzmann-text);
  font-size: 15px;
  font-weight: 700;
}

.linzmann-front .linzmann-legacy-nav__dropdown {
  padding: 6px 18px 18px;
  background: rgba(247, 244, 238, 0.72);
}

.linzmann-front .linzmann-legacy-nav__list {
  display: grid;
  gap: 8px;
}

.linzmann-front .linzmann-legacy-nav__item a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--linzmann-text-soft);
  font-weight: 600;
}

.linzmann-front .linzmann-legacy-nav__item a:hover {
  background: rgba(255, 255, 255, 0.82);
  color: var(--linzmann-text);
}

.linzmann-front .linzmann-content-section {
  padding: 26px 0 42px;
}

.linzmann-front .linzmann-content-card,
.linzmann-front .linzmann-article-card,
.linzmann-front .linzmann-news-card,
.linzmann-front .linzmann-form-card,
.linzmann-front .linzmann-summary-card,
.linzmann-front .linzmann-status-card,
.linzmann-front .linzmann-commerce-product,
.linzmann-front .linzmann-commerce-confirmation {
  position: relative;
  border-radius: 30px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(11, 20, 29, 0.08);
}

.linzmann-front .linzmann-content-card,
.linzmann-front .linzmann-article-card,
.linzmann-front .linzmann-news-card,
.linzmann-front .linzmann-summary-card,
.linzmann-front .linzmann-status-card,
.linzmann-front .linzmann-commerce-confirmation {
  max-width: 1120px;
  margin: 0 auto 28px;
}

.linzmann-front .linzmann-form-card,
.linzmann-front .linzmann-commerce-product {
  padding: 32px;
}

.linzmann-front .linzmann-content-card,
.linzmann-front .linzmann-article-card {
  padding: 38px 42px;
}

.linzmann-front .linzmann-news-card,
.linzmann-front .linzmann-summary-card,
.linzmann-front .linzmann-commerce-confirmation {
  padding: 28px 30px;
}

.linzmann-front .linzmann-content-card:before,
.linzmann-front .linzmann-article-card:before,
.linzmann-front .linzmann-news-card:before,
.linzmann-front .linzmann-form-card:before,
.linzmann-front .linzmann-summary-card:before,
.linzmann-front .linzmann-commerce-product:before,
.linzmann-front .linzmann-commerce-confirmation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 3px;
  background: linear-gradient(90deg, rgba(180, 136, 82, 0), rgba(180, 136, 82, 0.95), rgba(180, 136, 82, 0));
}

.linzmann-front .linzmann-content-card__header,
.linzmann-front .linzmann-article-card__header {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}

.linzmann-front .linzmann-content-card__eyebrow,
.linzmann-front .linzmann-content-card__meta,
.linzmann-front .linzmann-article-card__meta,
.linzmann-front .linzmann-news-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--linzmann-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-content-card__eyebrow:before,
.linzmann-front .linzmann-content-card__meta:before,
.linzmann-front .linzmann-article-card__meta:before,
.linzmann-front .linzmann-news-card__meta:before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.linzmann-front .linzmann-content-card__title,
.linzmann-front .linzmann-article-card__title,
.linzmann-front .linzmann-status-card h1,
.linzmann-front .linzmann-form-shell__header h1,
.linzmann-front .linzmann-commerce-product__title {
  margin: 0;
  color: var(--linzmann-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.linzmann-front .linzmann-news-card__title {
  margin: 14px 0 12px;
  color: var(--linzmann-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
}

.linzmann-front .linzmann-content-card__body,
.linzmann-front .linzmann-article-card__body,
.linzmann-front .linzmann-news-card__body {
  color: var(--linzmann-text);
  font-size: 16px;
  line-height: 1.9;
}

.linzmann-front .linzmann-content-card__body p,
.linzmann-front .linzmann-content-card__body li,
.linzmann-front .linzmann-content-card__body span,
.linzmann-front .linzmann-article-card__body p,
.linzmann-front .linzmann-article-card__body li,
.linzmann-front .linzmann-news-card__body p,
.linzmann-front .linzmann-news-card__body li {
  color: var(--linzmann-text);
}

.linzmann-front .linzmann-content-card__body img,
.linzmann-front .linzmann-article-card__body img {
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}

.linzmann-front .linzmann-article-card__actions,
.linzmann-front .linzmann-news-card__actions,
.linzmann-front .linzmann-article-card__share {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.linzmann-front .linzmann-article-card__link,
.linzmann-front .linzmann-news-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: #f7f4ee;
  color: var(--linzmann-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-article-card__link:hover,
.linzmann-front .linzmann-news-card__link:hover {
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  border-color: transparent;
  color: #ffffff;
}

.linzmann-front .linzmann-form-shell {
  max-width: 1120px;
  margin: 0 auto 28px;
}

.linzmann-front .linzmann-form-shell__header {
  margin-bottom: 20px;
  padding: 0 4px;
}

.linzmann-front .linzmann-form-shell__header p {
  margin-top: 10px;
  color: var(--linzmann-text-soft);
}

.linzmann-front .linzmann-form-card {
  display: grid;
  gap: 24px;
}

.linzmann-front .linzmann-form-grid {
  display: grid;
  gap: 18px;
}

.linzmann-front .linzmann-form-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.linzmann-front .linzmann-form-field {
  display: grid;
  gap: 10px;
}

.linzmann-front .linzmann-form-field--full {
  grid-column: 1 / -1;
}

.linzmann-front .linzmann-form-field > span {
  color: var(--linzmann-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-form-card textarea {
  min-height: 180px;
}

.linzmann-front .linzmann-form-error {
  color: #a03d2f;
  font-weight: 700;
}

.linzmann-front .linzmann-form-error:empty {
  display: none;
}

.linzmann-front .linzmann-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.linzmann-front .linzmann-summary-card__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(21, 34, 45, 0.08);
}

.linzmann-front .linzmann-summary-card__row:last-of-type {
  border-bottom: 0;
}

.linzmann-front .linzmann-summary-card__row span {
  color: var(--linzmann-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-summary-card__row strong {
  color: var(--linzmann-text);
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

.linzmann-front .linzmann-summary-card__body,
.linzmann-front .linzmann-summary-card__grid {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #f7f4ee;
  border: 1px solid rgba(21, 34, 45, 0.06);
  color: var(--linzmann-text);
  line-height: 1.8;
}

.linzmann-front .linzmann-summary-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.linzmann-front .linzmann-status-card {
  padding: 34px 38px;
  background: linear-gradient(135deg, rgba(10, 18, 26, 0.96), rgba(31, 45, 58, 0.96));
  color: #ffffff;
  box-shadow: 0 30px 70px rgba(10, 18, 26, 0.2);
}

.linzmann-front .linzmann-status-card h1,
.linzmann-front .linzmann-status-card p {
  color: inherit;
}

.linzmann-front .linzmann-status-card--success {
  border-color: rgba(180, 136, 82, 0.35);
}

.linzmann-front .linzmann-status-card--pending {
  border-color: rgba(214, 189, 131, 0.35);
}

.linzmann-front .linzmann-status-card--error {
  border-color: rgba(195, 94, 77, 0.35);
}

.linzmann-front .linzmann-contact-banner {
  max-width: 1120px;
  margin: 0 auto 18px;
  padding: 16px 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(10, 18, 26, 0.94), rgba(33, 46, 58, 0.94));
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-switch-table {
  margin: 0 !important;
}

.linzmann-front .linzmann-switch-table td {
  padding: 0;
  border: 0;
}

.linzmann-front .linzmann-switch-form {
  margin: 0 !important;
}

.linzmann-front .linzmann-switch-group {
  border-radius: 999px;
  overflow: hidden;
}

.linzmann-front .linzmann-switch-select {
  min-width: 120px;
}

.linzmann-front .linzmann-sortbar {
  margin: 0 0 30px;
  padding: 24px 26px;
  border-radius: 28px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 58px rgba(11, 20, 29, 0.08);
}

.linzmann-front .linzmann-sortbar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.linzmann-front .linzmann-sortbar__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
}

.linzmann-front .linzmann-pager-select,
.linzmann-front .linzmann-sortbar__pages,
.linzmann-front .linzmann-sortbar__perpage,
.linzmann-front .linzmann-sortbar__select {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--linzmann-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-pager-select form,
.linzmann-front .linzmann-sortbar__select form {
  margin: 0 !important;
}

.linzmann-front .linzmann-pager-select select,
.linzmann-front .linzmann-sortbar__select select {
  width: auto;
  min-width: 160px;
  height: 48px;
  padding: 0 16px;
  border-radius: 14px;
}

.linzmann-front .linzmann-pager__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: var(--linzmann-text);
  font-size: 13px;
  font-weight: 700;
}

.linzmann-front .linzmann-pager__item--active,
.linzmann-front .linzmann-pager__item:hover {
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  border-color: transparent;
  color: #ffffff;
}

.linzmann-front .linzmann-inline-gallery__lead {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 58px rgba(11, 20, 29, 0.08);
}

.linzmann-front .linzmann-inline-gallery__lead img {
  display: block;
  width: 100%;
  max-height: 580px;
  object-fit: cover;
}

.linzmann-front .linzmann-inline-gallery {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 0 0 6px;
}

.linzmann-front .linzmann-inline-gallery__thumb {
  flex: 0 0 auto;
  width: 118px;
  height: 86px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 14px 26px rgba(11, 20, 29, 0.12);
}

.linzmann-front .linzmann-inline-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.linzmann-front .linzmann-showcase-section,
.linzmann-front .linzmann-request-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.linzmann-front .linzmann-showcase-card__link {
  display: block;
  height: 100%;
  color: inherit;
}

.linzmann-front .linzmann-showcase-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: #ffffff;
  box-shadow: 0 28px 60px rgba(11, 20, 29, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.linzmann-front .linzmann-showcase-card:hover,
.linzmann-front .linzmann-request-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 68px rgba(11, 20, 29, 0.12);
}

.linzmann-front .linzmann-showcase-card__media {
  position: relative;
  min-height: 320px;
  background-size: cover !important;
  background-position: center !important;
}

.linzmann-front .linzmann-showcase-card__media:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 15, 22, 0.1) 0%, rgba(8, 15, 22, 0.7) 100%);
}

.linzmann-front .linzmann-showcase-card .pic-tag,
.linzmann-front .linzmann-showcase-card__author {
  position: relative;
  z-index: 1;
}

.linzmann-front .linzmann-showcase-card .pic-tag {
  display: flex;
  gap: 8px;
  padding: 20px;
}

.linzmann-front .linzmann-showcase-card .pic-tag .f-text,
.linzmann-front .linzmann-showcase-card .pic-tag .s-text {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-showcase-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 20px 20px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(10, 18, 26, 0.68);
  backdrop-filter: blur(10px);
}

.linzmann-front .linzmann-showcase-card__author .fa-text span {
  color: rgba(255, 255, 255, 0.74);
}

.linzmann-front .linzmann-showcase-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 20px;
  padding: 28px;
}

.linzmann-front .linzmann-showcase-card__body h4 {
  margin: 0 0 12px;
  color: var(--linzmann-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 0.98;
}

.linzmann-front .linzmann-showcase-card__body .inside-text ul,
.linzmann-front .linzmann-showcase-card__facts,
.linzmann-front .linzmann-request-card .room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.linzmann-front .linzmann-showcase-card__body .inside-text ul li,
.linzmann-front .linzmann-request-card .room-features li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 16px;
  background: #f7f4ee;
  color: var(--linzmann-text);
  font-size: 13px;
  font-weight: 600;
}

.linzmann-front .linzmann-showcase-card__facts li {
  margin-right: 0;
  min-width: 128px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f7f4ee;
  border: 1px solid rgba(21, 34, 45, 0.06);
}

.linzmann-front .linzmann-showcase-card__facts li p {
  margin-top: 8px;
  color: var(--linzmann-text);
  font-weight: 700;
}

.linzmann-front .linzmann-showcase-card__body .price {
  color: var(--linzmann-accent-strong);
  font-size: 26px;
  line-height: 1.3;
}

.linzmann-front .linzmann-request-section__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: var(--linzmann-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-request-card {
  border-radius: 28px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: #ffffff;
  box-shadow: 0 28px 60px rgba(11, 20, 29, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.linzmann-front .linzmann-request-card__media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.linzmann-front .linzmann-request-card__body {
  padding: 28px 28px 30px;
}

.linzmann-front .linzmann-request-card__body h2 {
  margin: 10px 0 12px;
  color: var(--linzmann-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  line-height: 0.98;
}

.linzmann-front .linzmann-request-card__contact {
  margin-bottom: 18px;
  color: var(--linzmann-text);
  font-weight: 600;
}

.linzmann-front .linzmann-property-collection {
  display: grid;
  gap: 26px;
}

.linzmann-front .linzmann-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.linzmann-front .linzmann-section-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--linzmann-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-section-head__eyebrow:before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.linzmann-front .linzmann-property-list {
  display: grid;
  gap: 22px;
}

.linzmann-front .linzmann-property-card {
  padding: 24px;
}

.linzmann-front .linzmann-property-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.linzmann-front .linzmann-property-card__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--linzmann-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-property-card__price {
  text-align: right;
}

.linzmann-front .linzmann-property-card__price h5 {
  margin: 0;
}

.linzmann-front .linzmann-property-card__broker {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fcfaf6;
  border: 1px solid rgba(21, 34, 45, 0.06);
}

.linzmann-front .linzmann-property-card__broker strong,
.linzmann-front .linzmann-property-card__broker span,
.linzmann-front .linzmann-property-card__broker a {
  color: var(--linzmann-text);
}

.linzmann-front .linzmann-property-card__actions {
  margin-top: auto;
  padding-top: 22px;
}

.linzmann-front .linzmann-property-card__cta {
  min-width: 176px;
}

.linzmann-front .linzmann-detail-shell {
  display: grid;
  gap: 32px;
}

.linzmann-front .linzmann-detail-shell > .row:first-child {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.88fr);
  gap: 32px;
  margin: 0;
}

.linzmann-front .linzmann-detail-shell > .row:first-child > [class*="col-"] {
  max-width: none;
  padding: 0;
}

.linzmann-front .linzmann-detail-summary {
  position: sticky;
  top: 156px;
  display: grid;
  align-self: start;
  gap: 20px;
  padding: 34px 30px;
  border-radius: 32px;
  background: linear-gradient(160deg, rgba(10, 18, 26, 0.98), rgba(31, 44, 55, 0.96));
  box-shadow: 0 30px 72px rgba(10, 18, 26, 0.24);
}

.linzmann-front .linzmann-detail-summary,
.linzmann-front .linzmann-detail-summary a,
.linzmann-front .linzmann-detail-summary p,
.linzmann-front .linzmann-detail-summary li,
.linzmann-front .linzmann-detail-summary span,
.linzmann-front .linzmann-detail-summary strong {
  color: #ffffff;
}

.linzmann-front .linzmann-detail-summary__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d9be95;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-detail-summary__eyebrow:before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.linzmann-front .linzmann-detail-summary__title {
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.linzmann-front .linzmann-detail-summary__price {
  color: #d9be95;
  font-size: 34px;
  font-weight: 800;
}

.linzmann-front .linzmann-detail-summary__location {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}

.linzmann-front .linzmann-detail-summary__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.linzmann-front .linzmann-detail-summary__facts li {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.linzmann-front .linzmann-detail-summary__facts li span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-detail-summary__facts li strong {
  font-size: 18px;
  font-weight: 700;
}

.linzmann-front .linzmann-detail-summary__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.linzmann-front .linzmann-detail-summary__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.linzmann-front .linzmann-detail-summary__social a:hover {
  background: rgba(200, 155, 99, 0.18);
}

.linzmann-front .linzmann-detail-tabs {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 60px rgba(11, 20, 29, 0.08);
}

.linzmann-front .linzmann-detail-tabs .tab-item {
  margin-bottom: 22px;
}

.linzmann-front .linzmann-detail-tabs .tab-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.linzmann-front .linzmann-detail-tabs .tab-item ul li {
  margin-right: 0;
}

.linzmann-front .linzmann-detail-tabs .tab-item ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f7f4ee;
  border: 1px solid rgba(21, 34, 45, 0.08);
  color: var(--linzmann-text);
  font-weight: 700;
}

.linzmann-front .linzmann-detail-tabs .tab-item ul li a.active {
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  border-color: transparent;
  color: #ffffff;
}

.linzmann-front .linzmann-detail-table,
.linzmann-front .linzmann-detail-description,
.linzmann-front .linzmann-detail-tabs .pd-table-amenities {
  padding: 28px;
  border-radius: 26px;
  background: #fcfaf6;
  border: 1px solid rgba(21, 34, 45, 0.06);
}

.linzmann-front .linzmann-detail-table {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.linzmann-front .linzmann-detail-table .left-table,
.linzmann-front .linzmann-detail-table .right-table {
  width: 100%;
}

.linzmann-front .linzmann-detail-table table tbody tr {
  border-bottom: 1px solid rgba(21, 34, 45, 0.08);
}

.linzmann-front .linzmann-detail-table table tbody tr:last-child {
  border-bottom: 0;
}

.linzmann-front .linzmann-detail-table table tbody tr td {
  padding: 16px 0;
  vertical-align: top;
}

.linzmann-front .linzmann-detail-table table tbody tr td.pt-name {
  color: var(--linzmann-text-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-detail-table table tbody tr td.p-value {
  color: var(--linzmann-text);
  font-weight: 700;
  text-align: right;
}

.linzmann-front .linzmann-data-row--emphasis td {
  color: var(--linzmann-text);
  font-weight: 800;
}

.linzmann-front .linzmann-detail-description,
.linzmann-front .linzmann-detail-tabs .pd-table-amenities {
  color: var(--linzmann-text);
  line-height: 1.9;
}

.linzmann-front .linzmann-contact-panel,
.linzmann-front .property-contactus {
  margin-top: 32px;
  padding: 32px;
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(10, 18, 26, 0.98), rgba(34, 47, 60, 0.96));
  box-shadow: 0 28px 68px rgba(10, 18, 26, 0.22);
}

.linzmann-front .linzmann-contact-panel h4,
.linzmann-front .property-contactus h4 {
  margin-bottom: 24px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 600;
}

.linzmann-front .linzmann-agent-card,
.linzmann-front .property-contactus .agent-desc {
  padding: 0;
  color: #ffffff;
}

.linzmann-front .linzmann-agent-card__profile,
.linzmann-front .property-contactus .agent-desc {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.linzmann-front .linzmann-agent-card__profile img,
.linzmann-front .property-contactus .agent-desc img {
  width: 120px;
  height: 120px;
  border-radius: 22px;
  object-fit: cover;
}

.linzmann-front .linzmann-agent-card .agent-title h5,
.linzmann-front .property-contactus .agent-desc .agent-title h5 {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 1;
}

.linzmann-front .linzmann-agent-card .agent-title span,
.linzmann-front .property-contactus .agent-desc .agent-title span,
.linzmann-front .linzmann-agent-card__lead,
.linzmann-front .property-contactus .agent-desc p {
  color: rgba(255, 255, 255, 0.72);
}

.linzmann-front .linzmann-agent-card__social,
.linzmann-front .property-contactus .agent-desc .agent-social {
  display: flex;
  gap: 10px;
  margin: 14px 0 18px;
}

.linzmann-front .linzmann-agent-card__social a,
.linzmann-front .property-contactus .agent-desc .agent-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.linzmann-front .linzmann-agent-card__contacts {
  display: grid;
  gap: 14px;
}

.linzmann-front .linzmann-agent-card__contacts li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.linzmann-front .linzmann-agent-card__contacts li span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-agent-card__contacts li strong,
.linzmann-front .linzmann-agent-card__contacts li a {
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}

.linzmann-front .linzmann-locked-dialog {
  position: fixed;
  inset: 0;
  z-index: 2400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(9, 15, 22, 0.64);
  backdrop-filter: blur(10px);
}

.linzmann-front .linzmann-locked-dialog__inner {
  position: relative;
  width: min(760px, 100%);
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(10, 18, 26, 0.98), rgba(31, 44, 55, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 80px rgba(7, 13, 19, 0.34);
  color: #ffffff;
}

.linzmann-front .linzmann-locked-dialog__title {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
}

.linzmann-front .linzmann-locked-dialog__form {
  display: flex;
  gap: 12px;
  margin: 20px 0 16px;
}

.linzmann-front .linzmann-locked-dialog__form input[type="password"] {
  flex: 1 1 auto;
  min-height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.linzmann-front .linzmann-locked-dialog__form input[type="submit"] {
  min-width: 188px;
}

.linzmann-front .linzmann-locked-dialog__meta {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
}

.linzmann-front .linzmann-locked-dialog__contact {
  display: grid;
  gap: 14px;
}

.linzmann-front .linzmann-locked-dialog #pwinvalid {
  margin-top: 12px;
  color: #ffd1c9;
  font-weight: 700;
}

.linzmann-front .linzmann-locked-dialog a img {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.linzmann-front .linzmann-locked-content {
  filter: blur(14px);
  pointer-events: none;
  user-select: none;
}

.linzmann-front .linzmann-commerce-cart {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  background: linear-gradient(135deg, rgba(10, 18, 26, 0.96), rgba(31, 45, 58, 0.96));
  color: #ffffff;
}

.linzmann-front .linzmann-commerce-cart__icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.linzmann-front .linzmann-commerce-cart__summary {
  display: grid;
  gap: 6px;
}

.linzmann-front .linzmann-commerce-cart__summary div,
.linzmann-front .linzmann-commerce-cart__summary strong,
.linzmann-front .linzmann-commerce-cart__actions a {
  color: #ffffff;
}

.linzmann-front .linzmann-commerce-cart__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.linzmann-front .linzmann-commerce-cart__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-commerce-product {
  display: grid;
  gap: 24px;
}

.linzmann-front .linzmann-commerce-product__header,
.linzmann-front .linzmann-commerce-product__toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.linzmann-front .linzmann-commerce-product__toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.linzmann-front .linzmann-commerce-product__meta {
  color: var(--linzmann-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-commerce-product__layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.linzmann-front .linzmann-commerce-product__media {
  overflow: hidden;
  border-radius: 22px;
  background: #f7f4ee;
}

.linzmann-front .linzmann-commerce-product__media img {
  width: 100%;
  min-height: 200px;
  height: 100%;
  object-fit: cover;
}

.linzmann-front .linzmann-commerce-product__body {
  color: var(--linzmann-text);
  line-height: 1.85;
}

.linzmann-front .linzmann-commerce-product__purchase {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.linzmann-front .linzmann-commerce-product__price {
  margin-right: auto;
  padding: 12px 16px;
  border-radius: 16px;
  background: #f7f4ee;
  color: var(--linzmann-accent-strong);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-commerce-product__purchase input[type="number"] {
  width: 110px;
}

.linzmann-front .linzmann-commerce-cart-summary {
  display: grid;
  gap: 12px;
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.9);
}

.linzmann-front .linzmann-commerce-cart-summary__row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(21, 34, 45, 0.08);
}

.linzmann-front .linzmann-commerce-cart-summary__name,
.linzmann-front .linzmann-commerce-cart-summary__price {
  color: var(--linzmann-text);
  font-weight: 700;
}

.linzmann-front .linzmann-commerce-cart-summary__meta {
  color: var(--linzmann-text-soft);
}

.linzmann-front .linzmann-commerce-cart-summary__price {
  text-align: right;
}

.linzmann-front .linzmann-commerce-cart-summary__total {
  padding-top: 8px;
  color: var(--linzmann-text);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.linzmann-front .linzmann-commerce-message {
  padding: 20px 24px;
  border-radius: 20px;
  background: #fcfaf6;
  border: 1px solid rgba(21, 34, 45, 0.08);
  color: var(--linzmann-text);
}

.linzmann-front .linzmann-commerce-confirmation__title {
  margin-bottom: 18px;
  color: var(--linzmann-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-commerce-confirmation__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .linzmann-front .linzmann-detail-summary {
    top: 128px;
  }

  .linzmann-front .linzmann-showcase-card__media {
    min-height: 280px;
  }
}

@media (max-width: 991px) {
  .linzmann-front .linzmann-zone-bar,
  .linzmann-front .linzmann-zone-controls {
    padding-left: 18px;
    padding-right: 18px;
  }

  .linzmann-front .linzmann-detail-shell > .row:first-child {
    grid-template-columns: 1fr;
  }

  .linzmann-front .linzmann-form-grid--two,
  .linzmann-front .linzmann-summary-card__grid,
  .linzmann-front .linzmann-detail-table,
  .linzmann-front .linzmann-commerce-product__layout {
    grid-template-columns: 1fr;
  }

  .linzmann-front .linzmann-property-card__head,
  .linzmann-front .linzmann-commerce-product__header,
  .linzmann-front .linzmann-commerce-product__toolbar,
  .linzmann-front .linzmann-section-head,
  .linzmann-front .linzmann-summary-card__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .linzmann-front .linzmann-detail-summary {
    position: relative;
    top: auto;
  }

  .linzmann-front .linzmann-detail-summary__facts {
    grid-template-columns: 1fr 1fr;
  }

  .linzmann-front .linzmann-agent-card__profile,
  .linzmann-front .property-contactus .agent-desc {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .linzmann-front .linzmann-module-heading {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .linzmann-front .linzmann-content-card,
  .linzmann-front .linzmann-article-card,
  .linzmann-front .linzmann-news-card,
  .linzmann-front .linzmann-form-card,
  .linzmann-front .linzmann-summary-card,
  .linzmann-front .linzmann-status-card,
  .linzmann-front .linzmann-commerce-product,
  .linzmann-front .linzmann-commerce-confirmation,
  .linzmann-front .linzmann-detail-tabs,
  .linzmann-front .linzmann-contact-panel,
  .linzmann-front .property-contactus,
  .linzmann-front .linzmann-locked-dialog__inner {
    padding: 24px;
    border-radius: 24px;
  }

  .linzmann-front .linzmann-content-card__title,
  .linzmann-front .linzmann-article-card__title,
  .linzmann-front .linzmann-status-card h1,
  .linzmann-front .linzmann-form-shell__header h1,
  .linzmann-front .linzmann-detail-summary__title,
  .linzmann-front .linzmann-commerce-product__title {
    font-size: 40px;
  }

  .linzmann-front .linzmann-news-card__title,
  .linzmann-front .linzmann-request-card__body h2 {
    font-size: 32px;
  }

  .linzmann-front .linzmann-sortbar__top,
  .linzmann-front .linzmann-sortbar__controls,
  .linzmann-front .linzmann-form-actions,
  .linzmann-front .linzmann-commerce-product__purchase,
  .linzmann-front .linzmann-commerce-cart,
  .linzmann-front .linzmann-locked-dialog__form {
    flex-direction: column;
    align-items: stretch;
  }

  .linzmann-front .linzmann-pager-select,
  .linzmann-front .linzmann-sortbar__select {
    width: 100%;
  }

  .linzmann-front .linzmann-pager-select form,
  .linzmann-front .linzmann-sortbar__select form,
  .linzmann-front .linzmann-pager-select select,
  .linzmann-front .linzmann-sortbar__select select {
    width: 100%;
  }

  .linzmann-front .linzmann-inline-gallery__thumb {
    width: 96px;
    height: 72px;
  }

  .linzmann-front .linzmann-showcase-card__media,
  .linzmann-front .linzmann-request-card__media img {
    min-height: 240px;
  }

  .linzmann-front .linzmann-detail-summary__facts,
  .linzmann-front .linzmann-summary-card__grid,
  .linzmann-front .linzmann-commerce-cart-summary__row {
    grid-template-columns: 1fr;
  }

  .linzmann-front .linzmann-locked-dialog {
    padding: 16px;
  }

  .linzmann-front .linzmann-locked-dialog__form input[type="submit"] {
    min-width: 0;
  }
}

@media (max-width: 575px) {
  .linzmann-front .linzmann-content-card,
  .linzmann-front .linzmann-article-card,
  .linzmann-front .linzmann-news-card,
  .linzmann-front .linzmann-form-card,
  .linzmann-front .linzmann-summary-card,
  .linzmann-front .linzmann-status-card,
  .linzmann-front .linzmann-commerce-product,
  .linzmann-front .linzmann-commerce-confirmation {
    padding: 22px;
  }

  .linzmann-front .linzmann-content-card__title,
  .linzmann-front .linzmann-article-card__title,
  .linzmann-front .linzmann-status-card h1,
  .linzmann-front .linzmann-form-shell__header h1,
  .linzmann-front .linzmann-detail-summary__title,
  .linzmann-front .linzmann-commerce-product__title {
    font-size: 34px;
  }
}

/* Account, directory, and generic control layer */
.linzmann-front .linzmann-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(143, 101, 52, 0.22);
}

.linzmann-front .linzmann-button--secondary {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(21, 34, 45, 0.08);
  color: var(--linzmann-text);
  box-shadow: none;
}

.linzmann-front .linzmann-button:hover {
  transform: translateY(-1px);
  color: #ffffff;
}

.linzmann-front .linzmann-button--secondary:hover {
  color: var(--linzmann-text);
}

.linzmann-front #center.linzmann-account-shell {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 28px;
  padding: 0 24px;
}

.linzmann-front #center.linzmann-account-shell--narrow {
  max-width: 760px;
}

.linzmann-front .linzmann-account-head {
  margin-bottom: 20px;
}

.linzmann-front .linzmann-account-title {
  margin: 0;
  color: var(--linzmann-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.linzmann-front .linzmann-account-card,
.linzmann-front .linzmann-auth-card,
.linzmann-front .linzmann-directory-search,
.linzmann-front .linzmann-directory-card,
.linzmann-front .linzmann-profile-widget,
.linzmann-front .linzmann-profile-card,
.linzmann-front .linzmann-consultant-card,
.linzmann-front .linzmann-empty-state {
  border-radius: 30px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(11, 20, 29, 0.08);
}

.linzmann-front .linzmann-account-card,
.linzmann-front .linzmann-directory-search,
.linzmann-front .linzmann-directory-card,
.linzmann-front .linzmann-profile-card,
.linzmann-front .linzmann-empty-state {
  padding: 30px;
}

.linzmann-front .linzmann-account-divider {
  height: 1px;
  margin-top: 20px;
  background: rgba(21, 34, 45, 0.08);
}

.linzmann-front .linzmann-auth-widget {
  max-width: 460px;
}

.linzmann-front .linzmann-auth-card {
  padding: 28px;
  background: linear-gradient(160deg, rgba(10, 18, 26, 0.98), rgba(31, 44, 55, 0.96));
  box-shadow: 0 30px 70px rgba(10, 18, 26, 0.22);
}

.linzmann-front .linzmann-auth-form,
.linzmann-front .linzmann-auth-form--compact {
  display: grid;
  gap: 16px;
}

.linzmann-front .linzmann-auth-field {
  display: grid;
  gap: 10px;
}

.linzmann-front .linzmann-auth-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-auth-card .linzmann-field-control {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.linzmann-front .linzmann-auth-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.linzmann-front .linzmann-auth-link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-auth-grid {
  display: grid;
  gap: 16px;
}

.linzmann-front .linzmann-auth-grid__row {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.2fr) auto;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(21, 34, 45, 0.08);
}

.linzmann-front .linzmann-auth-grid__row:last-child {
  border-bottom: 0;
}

.linzmann-front .linzmann-auth-grid__label,
.linzmann-front .linzmann-profile-card__label,
.linzmann-front .linzmann-directory-card__label,
.linzmann-front .linzmann-directory-search__label {
  color: var(--linzmann-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-auth-grid__help,
.linzmann-front .linzmann-field-help {
  margin-top: 6px;
  color: var(--linzmann-text-soft);
  line-height: 1.7;
}

.linzmann-front .linzmann-auth-grid__required,
.linzmann-front .linzmann-field-required {
  color: #a03d2f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.linzmann-front .linzmann-alert-stack {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.linzmann-front .linzmann-alert {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(195, 94, 77, 0.22);
  background: rgba(195, 94, 77, 0.08);
}

.linzmann-front .linzmann-alert--inline:empty {
  display: none;
}

.linzmann-front .linzmann-alert__label {
  color: #8c3b2d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-alert__text,
.linzmann-front .linzmann-alert--inline {
  color: #8c3b2d;
  font-weight: 700;
}

.linzmann-front .linzmann-status-card--info {
  border-color: rgba(80, 122, 161, 0.34);
}

.linzmann-front .linzmann-status-card__text {
  color: inherit;
  line-height: 1.8;
}

.linzmann-front .linzmann-profile-widget {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px;
  background: linear-gradient(160deg, rgba(10, 18, 26, 0.98), rgba(31, 44, 55, 0.96));
}

.linzmann-front .linzmann-profile-widget__photo,
.linzmann-front .linzmann-consultant-card__photo {
  width: 88px;
  height: 88px;
  border-radius: 22px;
  object-fit: cover;
}

.linzmann-front .linzmann-profile-widget__eyebrow,
.linzmann-front .linzmann-consultant-card__eyebrow {
  color: #d9be95;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-profile-widget__name,
.linzmann-front .linzmann-consultant-card__name {
  margin-top: 8px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 0.98;
  font-weight: 600;
}

.linzmann-front .linzmann-profile-widget__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.linzmann-front .linzmann-profile-widget__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-profile-card__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 280px;
  gap: 24px;
}

.linzmann-front .linzmann-profile-card__rows,
.linzmann-front .linzmann-directory-card__rows {
  display: grid;
}

.linzmann-front .linzmann-profile-card__row,
.linzmann-front .linzmann-directory-card__row {
  display: grid;
  grid-template-columns: minmax(160px, 0.7fr) minmax(0, 1.3fr);
  gap: 16px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid rgba(21, 34, 45, 0.08);
}

.linzmann-front .linzmann-profile-card__row:last-child,
.linzmann-front .linzmann-directory-card__row:last-child {
  border-bottom: 0;
}

.linzmann-front .linzmann-profile-card__value,
.linzmann-front .linzmann-directory-card__value {
  color: var(--linzmann-text);
  font-weight: 700;
}

.linzmann-front .linzmann-profile-card__media {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 22px;
  border-radius: 24px;
  background: #f7f4ee;
  border: 1px solid rgba(21, 34, 45, 0.06);
}

.linzmann-front .linzmann-profile-card__media-label {
  color: var(--linzmann-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-profile-card__photo {
  overflow: hidden;
  border-radius: 22px;
}

.linzmann-front .linzmann-profile-card__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.linzmann-front .linzmann-profile-card__upload {
  color: var(--linzmann-text-soft);
}

.linzmann-front .linzmann-profile-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.linzmann-front .linzmann-directory-search,
.linzmann-front .linzmann-directory-card {
  max-width: 1120px;
  margin: 0 auto 24px;
}

.linzmann-front .linzmann-directory-search__form {
  display: grid;
  gap: 22px;
}

.linzmann-front .linzmann-directory-search__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.linzmann-front .linzmann-directory-search__field {
  display: grid;
  gap: 10px;
}

.linzmann-front .linzmann-directory-search__range {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.linzmann-front .linzmann-directory-search__range-divider {
  color: var(--linzmann-text-soft);
  font-weight: 700;
}

.linzmann-front .linzmann-directory-search__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.linzmann-front .linzmann-moderator-search {
  max-width: 1120px;
  margin: 0 auto 24px;
}

.linzmann-front .linzmann-moderator-search__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.linzmann-front .linzmann-moderator-search input[type="text"],
.linzmann-front .linzmann-moderator-search select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(21, 34, 45, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--linzmann-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.linzmann-front .linzmann-moderator-toolbar,
.linzmann-front .linzmann-moderator-collection {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.linzmann-front .linzmann-moderator-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.linzmann-front .linzmann-moderator-collection {
  display: grid;
  gap: 18px;
}

.linzmann-front .linzmann-moderator-table {
  width: 100%;
  border-collapse: collapse;
}

.linzmann-front .linzmann-moderator-row__cell {
  padding: 0 0 18px;
  border: 0;
}

.linzmann-front .linzmann-moderator-row__cell--editor {
  padding-bottom: 22px;
}

.linzmann-front .linzmann-moderator-inline-table {
  margin-bottom: 18px;
}

.linzmann-front .linzmann-moderator-table--inline,
.linzmann-front .linzmann-moderator-table--extra {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 44px rgba(10, 18, 26, 0.08);
}

.linzmann-front .linzmann-moderator-inline-form {
  display: grid;
  gap: 16px;
  padding: 20px 22px;
}

.linzmann-front .linzmann-moderator-inline-form__actions {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

.linzmann-front .linzmann-moderator-row--message .linzmann-moderator-row__cell {
  padding-bottom: 24px;
}

.linzmann-front .linzmann-moderator-message {
  display: grid;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.94);
}

.linzmann-front .linzmann-moderator-message__item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  color: var(--linzmann-text-soft);
}

.linzmann-front .linzmann-moderator-message__item strong {
  color: var(--linzmann-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-moderator-stack {
  display: grid;
  gap: 18px;
}

.linzmann-front .linzmann-moderator-stack-sm {
  display: grid;
  gap: 12px;
}

.linzmann-front .linzmann-moderator-panel {
  border-radius: 24px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 44px rgba(10, 18, 26, 0.08);
}

.linzmann-front .linzmann-moderator-form-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.linzmann-front .linzmann-moderator-form-grid--compact {
  gap: 12px;
}

.linzmann-front .linzmann-moderator-form-grid > [class*="col-"] {
  grid-column: 1 / -1;
  min-width: 0;
}

.linzmann-front .linzmann-moderator-value {
  color: var(--linzmann-text);
  line-height: 1.7;
}

.linzmann-front .linzmann-moderator-value--checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.linzmann-front .linzmann-moderator-label {
  color: var(--linzmann-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-moderator-emphasis,
.linzmann-front .linzmann-moderator-heading {
  color: var(--linzmann-text);
  font-weight: 700;
}

.linzmann-front .linzmann-moderator-link {
  color: var(--linzmann-text);
  text-decoration: none;
}

.linzmann-front .linzmann-moderator-link:hover {
  color: var(--linzmann-accent-strong);
}

.linzmann-front .linzmann-moderator-link--strong {
  font-weight: 700;
}

.linzmann-front .linzmann-moderator-copy {
  color: var(--linzmann-text);
  line-height: 1.75;
}

.linzmann-front .linzmann-moderator-token {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: #f7f4ee;
  color: var(--linzmann-text);
  font-size: 12px;
  font-weight: 700;
}

.linzmann-front .linzmann-moderator-token--danger {
  background: rgba(160, 61, 47, 0.08);
  border-color: rgba(160, 61, 47, 0.12);
  color: #8f3025;
}

.linzmann-front .linzmann-moderator-inline-card__cell {
  display: grid;
  gap: 8px;
  align-content: start;
}

.linzmann-front .linzmann-moderator-gallery-card {
  text-align: center;
}

.linzmann-front .linzmann-moderator-gallery-card__meta {
  display: grid;
  gap: 6px;
}

.linzmann-front .linzmann-moderator-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.linzmann-front .linzmann-moderator-toolbar-shell {
  padding: 8px 0;
}

.linzmann-front .linzmann-moderator-toolbar-shell__title {
  margin-top: 6px;
  font-size: 18px;
}

.linzmann-front .linzmann-moderator-toolbar-shell__controls {
  justify-content: flex-end;
}

.linzmann-front .linzmann-moderator-actions {
  justify-content: flex-end;
}

.linzmann-front .linzmann-account-card .d-grid,
.linzmann-front .linzmann-search-card .d-grid,
.linzmann-front .linzmann-moderator-collection .d-grid {
  display: grid;
}

.linzmann-front .linzmann-account-card .d-flex,
.linzmann-front .linzmann-search-card .d-flex,
.linzmann-front .linzmann-moderator-collection .d-flex {
  display: flex;
}

.linzmann-front .linzmann-account-card .flex-column,
.linzmann-front .linzmann-search-card .flex-column,
.linzmann-front .linzmann-moderator-collection .flex-column {
  flex-direction: column;
}

.linzmann-front .linzmann-account-card .flex-wrap,
.linzmann-front .linzmann-search-card .flex-wrap,
.linzmann-front .linzmann-moderator-collection .flex-wrap {
  flex-wrap: wrap;
}

.linzmann-front .linzmann-account-card .justify-content-between,
.linzmann-front .linzmann-search-card .justify-content-between,
.linzmann-front .linzmann-moderator-collection .justify-content-between {
  justify-content: space-between;
}

.linzmann-front .linzmann-account-card .justify-content-end,
.linzmann-front .linzmann-search-card .justify-content-end,
.linzmann-front .linzmann-moderator-collection .justify-content-end {
  justify-content: flex-end;
}

.linzmann-front .linzmann-account-card .align-items-center,
.linzmann-front .linzmann-search-card .align-items-center,
.linzmann-front .linzmann-moderator-collection .align-items-center {
  align-items: center;
}

.linzmann-front .linzmann-account-card .align-items-start,
.linzmann-front .linzmann-search-card .align-items-start,
.linzmann-front .linzmann-moderator-collection .align-items-start {
  align-items: flex-start;
}

.linzmann-front .linzmann-account-card .align-items-end,
.linzmann-front .linzmann-search-card .align-items-end,
.linzmann-front .linzmann-moderator-collection .align-items-end {
  align-items: flex-end;
}

.linzmann-front .linzmann-account-card .gap-2,
.linzmann-front .linzmann-search-card .gap-2,
.linzmann-front .linzmann-moderator-collection .gap-2 {
  gap: 12px;
}

.linzmann-front .linzmann-account-card .gap-3,
.linzmann-front .linzmann-search-card .gap-3,
.linzmann-front .linzmann-moderator-collection .gap-3 {
  gap: 18px;
}

.linzmann-front .linzmann-account-card .row,
.linzmann-front .linzmann-search-card .row,
.linzmann-front .linzmann-moderator-collection .row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.linzmann-front .linzmann-account-card .row > [class*="col-"],
.linzmann-front .linzmann-search-card .row > [class*="col-"],
.linzmann-front .linzmann-moderator-collection .row > [class*="col-"] {
  grid-column: 1 / -1;
  min-width: 0;
}

.linzmann-front .linzmann-account-card .w-100,
.linzmann-front .linzmann-search-card .w-100,
.linzmann-front .linzmann-moderator-collection .w-100 {
  width: 100%;
}

.linzmann-front .linzmann-account-card .mt-4,
.linzmann-front .linzmann-search-card .mt-4,
.linzmann-front .linzmann-moderator-collection .mt-4 {
  margin-top: 24px;
}

.linzmann-front .linzmann-account-card .mb-2,
.linzmann-front .linzmann-search-card .mb-2,
.linzmann-front .linzmann-moderator-collection .mb-2 {
  margin-bottom: 8px;
}

.linzmann-front .linzmann-account-card .text-center,
.linzmann-front .linzmann-search-card .text-center,
.linzmann-front .linzmann-moderator-collection .text-center {
  text-align: center;
}

.linzmann-front .linzmann-account-card .small,
.linzmann-front .linzmann-search-card .small,
.linzmann-front .linzmann-moderator-collection .small {
  font-size: 11px;
  line-height: 1.5;
}

.linzmann-front .linzmann-account-card .text-uppercase,
.linzmann-front .linzmann-search-card .text-uppercase,
.linzmann-front .linzmann-moderator-collection .text-uppercase {
  text-transform: uppercase;
}

.linzmann-front .linzmann-account-card .text-muted,
.linzmann-front .linzmann-search-card .text-muted,
.linzmann-front .linzmann-moderator-collection .text-muted {
  color: var(--linzmann-text-soft);
}

.linzmann-front .linzmann-account-card .img-fluid,
.linzmann-front .linzmann-search-card .img-fluid,
.linzmann-front .linzmann-moderator-collection .img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.linzmann-front .linzmann-account-card .mx-auto,
.linzmann-front .linzmann-search-card .mx-auto,
.linzmann-front .linzmann-moderator-collection .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .linzmann-front .linzmann-account-card .row > .col-sm-3,
  .linzmann-front .linzmann-search-card .row > .col-sm-3,
  .linzmann-front .linzmann-moderator-collection .row > .col-sm-3 {
    grid-column: span 3;
  }

  .linzmann-front .linzmann-account-card .row > .col-sm-6,
  .linzmann-front .linzmann-search-card .row > .col-sm-6,
  .linzmann-front .linzmann-moderator-collection .row > .col-sm-6 {
    grid-column: span 6;
  }
}

@media (min-width: 768px) {
  .linzmann-front .linzmann-account-card .row > .col-md-2,
  .linzmann-front .linzmann-search-card .row > .col-md-2,
  .linzmann-front .linzmann-moderator-collection .row > .col-md-2 {
    grid-column: span 2;
  }

  .linzmann-front .linzmann-account-card .row > .col-md-3,
  .linzmann-front .linzmann-search-card .row > .col-md-3,
  .linzmann-front .linzmann-moderator-collection .row > .col-md-3 {
    grid-column: span 3;
  }

  .linzmann-front .linzmann-account-card .row > .col-md-4,
  .linzmann-front .linzmann-search-card .row > .col-md-4,
  .linzmann-front .linzmann-moderator-collection .row > .col-md-4 {
    grid-column: span 4;
  }

  .linzmann-front .linzmann-account-card .row > .col-md-5,
  .linzmann-front .linzmann-search-card .row > .col-md-5,
  .linzmann-front .linzmann-moderator-collection .row > .col-md-5 {
    grid-column: span 5;
  }

  .linzmann-front .linzmann-account-card .row > .col-md-6,
  .linzmann-front .linzmann-search-card .row > .col-md-6,
  .linzmann-front .linzmann-moderator-collection .row > .col-md-6 {
    grid-column: span 6;
  }
}

@media (min-width: 992px) {
  .linzmann-front .linzmann-account-card .row > .col-lg-1,
  .linzmann-front .linzmann-search-card .row > .col-lg-1,
  .linzmann-front .linzmann-moderator-collection .row > .col-lg-1 {
    grid-column: span 1;
  }

  .linzmann-front .linzmann-account-card .row > .col-lg-2,
  .linzmann-front .linzmann-search-card .row > .col-lg-2,
  .linzmann-front .linzmann-moderator-collection .row > .col-lg-2 {
    grid-column: span 2;
  }

  .linzmann-front .linzmann-account-card .row > .col-lg-3,
  .linzmann-front .linzmann-search-card .row > .col-lg-3,
  .linzmann-front .linzmann-moderator-collection .row > .col-lg-3 {
    grid-column: span 3;
  }

  .linzmann-front .linzmann-account-card .row > .col-lg-4,
  .linzmann-front .linzmann-search-card .row > .col-lg-4,
  .linzmann-front .linzmann-moderator-collection .row > .col-lg-4 {
    grid-column: span 4;
  }

  .linzmann-front .linzmann-account-card .row > .col-lg-5,
  .linzmann-front .linzmann-search-card .row > .col-lg-5,
  .linzmann-front .linzmann-moderator-collection .row > .col-lg-5 {
    grid-column: span 5;
  }

  .linzmann-front .linzmann-account-card .row > .col-lg-6,
  .linzmann-front .linzmann-search-card .row > .col-lg-6,
  .linzmann-front .linzmann-moderator-collection .row > .col-lg-6 {
    grid-column: span 6;
  }
}

@media (min-width: 1200px) {
  .linzmann-front .linzmann-account-card .row > .col-xl-3,
  .linzmann-front .linzmann-search-card .row > .col-xl-3,
  .linzmann-front .linzmann-moderator-collection .row > .col-xl-3 {
    grid-column: span 3;
  }

  .linzmann-front .linzmann-account-card .row > .col-xl-4,
  .linzmann-front .linzmann-search-card .row > .col-xl-4,
  .linzmann-front .linzmann-moderator-collection .row > .col-xl-4 {
    grid-column: span 4;
  }

  .linzmann-front .linzmann-account-card .row > .col-xl-6,
  .linzmann-front .linzmann-search-card .row > .col-xl-6,
  .linzmann-front .linzmann-moderator-collection .row > .col-xl-6 {
    grid-column: span 6;
  }
}

.linzmann-front .linzmann-moderator-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 72px;
  gap: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 48px rgba(10, 18, 26, 0.1);
}

.linzmann-front .linzmann-moderator-card__media {
  padding: 18px;
  background: linear-gradient(180deg, rgba(180, 136, 82, 0.08), rgba(10, 18, 26, 0.04));
}

.linzmann-front .linzmann-moderator-card__media img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.linzmann-front .linzmann-moderator-card__body {
  display: grid;
  gap: 18px;
  padding: 20px 22px;
}

.linzmann-front .linzmann-moderator-card__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.linzmann-front .linzmann-moderator-card__eyebrow,
.linzmann-front .linzmann-moderator-bulk__label {
  color: var(--linzmann-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-moderator-card__title {
  margin: 8px 0 0;
  color: var(--linzmann-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 0.98;
  font-weight: 600;
}

.linzmann-front .linzmann-moderator-card__title a {
  color: inherit;
}

.linzmann-front .linzmann-moderator-card__subtitle,
.linzmann-front .linzmann-moderator-card__meta {
  margin: 0;
  color: var(--linzmann-text-soft);
  line-height: 1.7;
}

.linzmann-front .linzmann-moderator-card__price {
  color: var(--linzmann-accent-strong);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.linzmann-front .linzmann-moderator-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.linzmann-front .linzmann-moderator-card__fact {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f7f4ee;
}

.linzmann-front .linzmann-moderator-card__fact span {
  color: var(--linzmann-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-moderator-card__fact strong {
  color: var(--linzmann-text);
  font-weight: 700;
}

.linzmann-front .linzmann-moderator-card__select {
  display: grid;
  place-items: center;
  padding: 18px;
  border-left: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(10, 18, 26, 0.03);
}

.linzmann-front .linzmann-moderator-card__select input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.linzmann-front .linzmann-moderator-bulk {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  border-radius: 24px;
  background: #f7f4ee;
  border: 1px solid rgba(21, 34, 45, 0.06);
}

.linzmann-front .linzmann-moderator-bulk__control select {
  min-height: 48px;
  border-radius: 14px;
}

.linzmann-front .linzmann-moderator-detail {
  max-width: 1120px;
  margin: 0 auto 24px;
  display: grid;
  gap: 22px;
}

.linzmann-front .linzmann-moderator-detail__head,
.linzmann-front .linzmann-moderator-detail__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.linzmann-front .linzmann-moderator-detail__title {
  margin: 8px 0 0;
  color: var(--linzmann-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 0.98;
  font-weight: 600;
}

.linzmann-front .linzmann-moderator-detail__status {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(180, 136, 82, 0.12);
  color: var(--linzmann-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-moderator-detail__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.linzmann-front .linzmann-moderator-detail__item {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #f7f4ee;
  border: 1px solid rgba(21, 34, 45, 0.06);
}

.linzmann-front .linzmann-moderator-detail__item--wide {
  grid-column: 1 / -1;
}

.linzmann-front .linzmann-moderator-detail__item span {
  color: var(--linzmann-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-moderator-detail__item strong,
.linzmann-front .linzmann-moderator-detail__item a {
  color: var(--linzmann-text);
  font-weight: 700;
  line-height: 1.7;
}

.linzmann-front .linzmann-moderator-detail__item--logo img {
  max-width: 180px;
  max-height: 88px;
  width: auto;
  height: auto;
  display: block;
}

.linzmann-front .linzmann-moderator-detail__body {
  display: grid;
  gap: 18px;
}

.linzmann-front .linzmann-directory-card__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 22px;
  align-items: center;
  margin-bottom: 20px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(10, 18, 26, 0.98), rgba(31, 44, 55, 0.96));
}

.linzmann-front .linzmann-directory-card__copy,
.linzmann-front .linzmann-directory-card__copy p,
.linzmann-front .linzmann-directory-card__copy span,
.linzmann-front .linzmann-directory-card__company,
.linzmann-front .linzmann-directory-card__person {
  color: #ffffff;
}

.linzmann-front .linzmann-directory-card__person,
.linzmann-front .linzmann-directory-card__company {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  line-height: 0.98;
  font-weight: 600;
}

.linzmann-front .linzmann-directory-card__media {
  display: flex;
  justify-content: flex-end;
}

.linzmann-front .linzmann-directory-card__portrait,
.linzmann-front .linzmann-directory-card__logo {
  width: 160px;
  height: 160px;
  border-radius: 24px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.linzmann-front .linzmann-directory-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.linzmann-front .linzmann-consultant-card {
  overflow: hidden;
  background: linear-gradient(160deg, rgba(10, 18, 26, 0.98), rgba(31, 44, 55, 0.96));
}

.linzmann-front .linzmann-consultant-card__media {
  padding: 24px 24px 0;
}

.linzmann-front .linzmann-consultant-card__photo {
  width: 100%;
  height: auto;
  max-height: 360px;
}

.linzmann-front .linzmann-consultant-card__body {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.linzmann-front .linzmann-consultant-card__body,
.linzmann-front .linzmann-consultant-card__body a,
.linzmann-front .linzmann-consultant-card__phone {
  color: #ffffff;
}

.linzmann-front .linzmann-consultant-card__phones {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.linzmann-front .linzmann-consultant-card__phone {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 700;
}

.linzmann-front .linzmann-consultant-card__actions {
  margin-top: 8px;
}

.linzmann-front .linzmann-empty-state {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.linzmann-front .linzmann-empty-state__title {
  color: var(--linzmann-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
}

.linzmann-front .linzmann-field-control {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(21, 34, 45, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--linzmann-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.linzmann-front .linzmann-field-control--textarea,
.linzmann-front .linzmann-field-control--editor {
  min-height: 150px;
  padding: 16px;
}

.linzmann-front .linzmann-field-control--file {
  padding-top: 12px;
  padding-bottom: 12px;
}

.linzmann-front .linzmann-inline-field,
.linzmann-front .linzmann-editor-field {
  display: grid;
  gap: 10px;
}

.linzmann-front .linzmann-inline-field--reverse .linzmann-inline-field__label {
  order: 2;
}

.linzmann-front .linzmann-inline-field__label {
  color: var(--linzmann-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-checkbox-field {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.linzmann-front .linzmann-checkbox-field input {
  width: 18px;
  height: 18px;
}

.linzmann-front .linzmann-checkbox-field__label {
  color: var(--linzmann-text);
  font-weight: 600;
}

.linzmann-front .linzmann-field-protected {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(21, 34, 45, 0.06);
  color: var(--linzmann-text-soft);
  font-weight: 700;
}

@media (max-width: 991px) {
  .linzmann-front #center.linzmann-account-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .linzmann-front .linzmann-auth-grid__row,
  .linzmann-front .linzmann-profile-card__grid,
  .linzmann-front .linzmann-directory-search__grid,
  .linzmann-front .linzmann-directory-card__hero {
    grid-template-columns: 1fr;
  }

  .linzmann-front .linzmann-profile-card__row,
  .linzmann-front .linzmann-directory-card__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .linzmann-front .linzmann-directory-card__media {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .linzmann-front .linzmann-account-card,
  .linzmann-front .linzmann-auth-card,
  .linzmann-front .linzmann-directory-search,
  .linzmann-front .linzmann-directory-card,
  .linzmann-front .linzmann-profile-widget,
  .linzmann-front .linzmann-profile-card,
  .linzmann-front .linzmann-consultant-card,
  .linzmann-front .linzmann-empty-state {
    padding: 24px;
    border-radius: 24px;
  }

  .linzmann-front .linzmann-account-title {
    font-size: 40px;
  }

  .linzmann-front .linzmann-profile-widget {
    grid-template-columns: 1fr;
  }

  .linzmann-front .linzmann-profile-widget__photo {
    width: 72px;
    height: 72px;
  }

  .linzmann-front .linzmann-auth-actions,
  .linzmann-front .linzmann-directory-search__actions,
  .linzmann-front .linzmann-profile-card__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .linzmann-front .linzmann-directory-card__portrait,
  .linzmann-front .linzmann-directory-card__logo {
    width: 120px;
    height: 120px;
  }

  .linzmann-front .linzmann-directory-card__person,
  .linzmann-front .linzmann-directory-card__company,
  .linzmann-front .linzmann-consultant-card__name,
  .linzmann-front .linzmann-empty-state__title {
    font-size: 32px;
  }
}

.linzmann-front .linzmann-sidebar-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 58px rgba(11, 20, 29, 0.08);
}

.linzmann-front .linzmann-sidebar-card__body {
  display: grid;
  gap: 18px;
}

.linzmann-front .linzmann-search-card {
  max-width: 760px;
  margin: 0 auto 24px;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 58px rgba(11, 20, 29, 0.08);
}

.linzmann-front .linzmann-search-card__form {
  display: grid;
  gap: 18px;
}

.linzmann-front .linzmann-search-card__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.linzmann-front .linzmann-search-input,
.linzmann-front .linzmann-search-select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(21, 34, 45, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--linzmann-text);
}

.linzmann-front .linzmann-search-input--mini {
  min-height: 46px;
  padding: 0 12px;
}

.linzmann-front .linzmann-search-switch,
.linzmann-front .linzmann-filter-pill-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.linzmann-front .linzmann-inline-label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(21, 34, 45, 0.06);
  color: var(--linzmann-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-inline-value {
  display: inline-grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f7f4ee;
  border: 1px solid rgba(21, 34, 45, 0.06);
}

.linzmann-front .linzmann-inline-value span {
  color: var(--linzmann-text-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-inline-value strong {
  color: var(--linzmann-text);
  font-weight: 700;
}

.linzmann-front .linzmann-range-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.linzmann-front .linzmann-criteria-group {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(21, 34, 45, 0.06);
}

.linzmann-front .linzmann-criteria-group__title {
  color: var(--linzmann-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-richtext,
.linzmann-front .linzmann-richtext p,
.linzmann-front .linzmann-richtext li {
  color: var(--linzmann-text);
  line-height: 1.8;
}

.linzmann-front .linzmann-price-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(180, 136, 82, 0.12);
  color: var(--linzmann-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-request-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.linzmann-front .linzmann-request-card__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--linzmann-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-request-card__price {
  padding: 12px 14px;
  border-radius: 16px;
  background: #f7f4ee;
  color: var(--linzmann-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-request-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 14px;
}

.linzmann-front .linzmann-request-card__facts span {
  display: inline-grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f7f4ee;
  border: 1px solid rgba(21, 34, 45, 0.06);
}

.linzmann-front .linzmann-property-card--locked {
  position: relative;
}

.linzmann-front .linzmann-property-card--locked:after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 24px;
  border: 1px dashed rgba(180, 136, 82, 0.34);
  pointer-events: none;
}

.linzmann-front .linzmann-property-card--locked .linzmann-property-card__media:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 15, 22, 0.18) 0%, rgba(8, 15, 22, 0.48) 100%);
}

.linzmann-front .linzmann-property-card--locked .linzmann-property-card__cta {
  background: linear-gradient(135deg, rgba(10, 18, 26, 0.96), rgba(34, 47, 60, 0.96));
  box-shadow: none;
}

.linzmann-front .linzmann-summary-card--request-object {
  max-width: 1200px;
}

.linzmann-front .linzmann-summary-card__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.linzmann-front .linzmann-summary-card__status,
.linzmann-front .linzmann-summary-card__caption {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(180, 136, 82, 0.12);
  color: var(--linzmann-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-summary-card__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(21, 34, 45, 0.06);
  color: var(--linzmann-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-summary-card__media {
  display: grid;
  gap: 12px;
}

.linzmann-front .linzmann-summary-card__media img {
  width: 100%;
  display: block;
  border-radius: 22px;
}

.linzmann-front .linzmann-summary-card__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.linzmann-front .linzmann-summary-card__gallery img {
  width: 82px;
  height: 62px;
  border-radius: 14px;
  object-fit: cover;
}

.linzmann-front .linzmann-summary-card__details {
  display: grid;
  gap: 0;
}

.linzmann-front .linzmann-summary-card__share {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.linzmann-front .linzmann-demand-card {
  max-width: 1120px;
  margin: 0 auto 28px;
  padding: 32px;
  border-radius: 30px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(11, 20, 29, 0.08);
}

.linzmann-front .linzmann-demand-card__header {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.linzmann-front .linzmann-demand-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--linzmann-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-demand-card__eyebrow:before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.linzmann-front .linzmann-demand-card__header h1 {
  margin: 0;
  color: var(--linzmann-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  line-height: 0.98;
  font-weight: 600;
}

.linzmann-front .linzmann-demand-card__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.linzmann-front .linzmann-demand-card__summary div {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f7f4ee;
  border: 1px solid rgba(21, 34, 45, 0.06);
}

.linzmann-front .linzmann-demand-card__summary span {
  color: var(--linzmann-text-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-demand-card__summary strong {
  color: var(--linzmann-text);
  font-weight: 700;
}

.linzmann-front .linzmann-demand-card__body,
.linzmann-front .linzmann-demand-card__body p,
.linzmann-front .linzmann-demand-card__body li {
  color: var(--linzmann-text);
  line-height: 1.85;
}

@media (max-width: 767px) {
  .linzmann-front .linzmann-sidebar-card,
  .linzmann-front .linzmann-search-card {
    padding: 22px;
    border-radius: 24px;
  }

  .linzmann-front .linzmann-request-card__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .linzmann-front .linzmann-summary-card__toolbar,
  .linzmann-front .linzmann-demand-card__summary {
    grid-template-columns: 1fr;
  }

  .linzmann-front .linzmann-summary-card__toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .linzmann-front .linzmann-demand-card {
    padding: 24px;
    border-radius: 24px;
  }

  .linzmann-front .linzmann-demand-card__header h1 {
    font-size: 34px;
  }
}

.linzmann-front .linzmann-button--primary {
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  color: #ffffff;
}

.linzmann-front .linzmann-alert--error {
  border-color: rgba(195, 94, 77, 0.22);
  background: rgba(195, 94, 77, 0.08);
}

.linzmann-front .linzmann-brand-bar,
.linzmann-front .linzmann-header-shell,
.linzmann-front .linzmann-top-nav,
.linzmann-front .linzmann-hero-shell,
.linzmann-front .linzmann-property-section,
.linzmann-front .linzmann-detail-section,
.linzmann-front .linzmann-showcase-section--featured,
.linzmann-front .linzmann-showcase-section--new,
.linzmann-front .linzmann-request-carousel,
.linzmann-front .linzmann-showcase-carousel,
.linzmann-front .linzmann-section-head--properties,
.linzmann-front .linzmann-inline-links--cascade,
.linzmann-front .linzmann-legacy-nav--content,
.linzmann-front .linzmann-content-section--story,
.linzmann-front .linzmann-content-card--article,
.linzmann-front .linzmann-news-card--schedule,
.linzmann-front .linzmann-directory-card--firm,
.linzmann-front .linzmann-directory-card--realter,
.linzmann-front .linzmann-directory-search--firms,
.linzmann-front .linzmann-directory-search--realters,
.linzmann-front .linzmann-side-links--mainpage,
.linzmann-front .linzmann-side-links--shop,
.linzmann-front .linzmann-summary-card--contact,
.linzmann-front .linzmann-request-card--wish,
.linzmann-front .linzmann-search-card--id,
.linzmann-front .linzmann-switch-table--language,
.linzmann-front .linzmann-modern-front {
  position: relative;
}

.linzmann-front .linzmann-search-switch a,
.linzmann-front .linzmann-filter-pill-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background: rgba(255, 255, 255, 0.9);
  color: var(--linzmann-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-search-switch a:hover,
.linzmann-front .linzmann-filter-pill-nav a:hover {
  color: var(--linzmann-accent-strong);
  border-color: rgba(180, 136, 82, 0.24);
}

.linzmann-front .linzmann-switch-icon {
  color: rgba(255, 255, 255, 0.92);
}

.linzmann-front .linzmann-auth-grid__meta,
.linzmann-front .linzmann-auth-grid__control,
.linzmann-front .linzmann-profile-card__content,
.linzmann-front .linzmann-commerce-product__content,
.linzmann-front .linzmann-agent-card__details,
.linzmann-front .linzmann-criteria-group__body,
.linzmann-front .linzmann-directory-search__field--range,
.linzmann-front .linzmann-profile-widget__body {
  display: grid;
  gap: 12px;
}

.linzmann-front .linzmann-profile-widget__media {
  display: block;
}

.linzmann-front .linzmann-auth-grid__control .linzmann-field-control,
.linzmann-front .linzmann-auth-grid__control textarea,
.linzmann-front .linzmann-auth-grid__control select {
  width: 100%;
}

.linzmann-front .linzmann-field-control--select {
  padding-right: 44px;
}

.linzmann-front .linzmann-inline-field--stacked {
  align-content: start;
}

.linzmann-front .linzmann-detail-media-card,
.linzmann-front .linzmann-detail-gallery,
.linzmann-front .linzmann-detail-gallery__lead,
.linzmann-front .linzmann-detail-gallery__thumbs,
.linzmann-front .linzmann-detail-gallery__thumb,
.linzmann-front .linzmann-property-card__body,
.linzmann-front .linzmann-property-card__location,
.linzmann-front .linzmann-property-card__facts,
.linzmann-front .linzmann-property-card__badge,
.linzmann-front .linzmann-property-card__title-group {
  position: relative;
}

.linzmann-front .linzmann-directory-search__field--range .linzmann-field-control {
  width: 100%;
}

.linzmann-front .linzmann-consultant-card__email a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(217, 190, 149, 0.5);
}

.linzmann-front .linzmann-commerce-message--muted {
  background: #fcfaf6;
  color: var(--linzmann-text-soft);
}

.linzmann-front .linzmann-article-card--current,
.linzmann-front .linzmann-article-card--full {
  background: rgba(255, 255, 255, 0.94);
}

.linzmann-front {
  overflow-x: hidden;
}

.linzmann-front .top-nav .main-menu > .linzmann-module-heading,
.linzmann-front .offcanvas-menu-wrapper .main-menu > .linzmann-module-heading {
  display: none;
}

.linzmann-front .linzmann-detail-shell,
.linzmann-front .linzmann-detail-shell .row,
.linzmann-front .linzmann-detail-shell [class*="col-"] {
  min-width: 0;
}

.linzmann-front .linzmann-detail-media-card,
.linzmann-front .linzmann-detail-gallery,
.linzmann-front .linzmann-detail-gallery__lead,
.linzmann-front .linzmann-detail-gallery__thumbs,
.linzmann-front .linzmann-detail-gallery__thumb,
.linzmann-front .product-pic-zoom,
.linzmann-front .product-thumbs,
.linzmann-front .product-thumbs .owl-stage-outer,
.linzmann-front .product-thumbs-track,
.linzmann-front .product-thumbs-track .owl-stage,
.linzmann-front .product-thumbs-track .pt {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.linzmann-front .product-thumbs .owl-stage-outer {
  overflow: hidden;
}

.linzmann-front .product-big-img,
.linzmann-front .product-thumbs img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.linzmann-front .linzmann-detail-gallery__lead,
.linzmann-front .product-pic-zoom {
  background:
    radial-gradient(circle at top left, rgba(200, 155, 99, 0.18), rgba(200, 155, 99, 0)),
    linear-gradient(145deg, #f5efe5 0%, #ebe2d3 42%, #f8f4ec 100%);
}

.linzmann-front .linzmann-detail-gallery__thumb,
.linzmann-front .product-thumbs-track .pt {
  background:
    radial-gradient(circle at top left, rgba(200, 155, 99, 0.12), rgba(200, 155, 99, 0)),
    linear-gradient(145deg, #f3ece1 0%, #e8dece 100%);
  min-height: 92px;
}

.linzmann-front .linzmann-detail-gallery__lead.linzmann-media-fallback,
.linzmann-front .product-pic-zoom.linzmann-media-fallback {
  min-height: 520px;
}

.linzmann-front .linzmann-detail-gallery__thumb.linzmann-media-fallback,
.linzmann-front .product-thumbs-track .pt.linzmann-media-fallback {
  min-height: 92px;
}

.linzmann-front .top-nav .container,
.linzmann-front .nav-logo .container {
  width: min(1360px, calc(100% - 48px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.linzmann-front .header-section {
  padding-top: 10px;
}

.linzmann-front .linzmann-brand-meta {
  padding: 14px 0 16px;
}

.linzmann-front .linzmann-logo {
  padding: 14px 0 16px;
}

.linzmann-front .hero-section {
  padding-top: 112px;
}

.linzmann-front .single-hero-item,
.linzmann-front .single-hero-item .container,
.linzmann-front .single-hero-item .row {
  min-height: 660px;
}

.linzmann-front .linzmann-filter-form {
  overflow: hidden;
}

.linzmann-front .linzmann-filter-form .second-row {
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(164px, 190px);
}

.linzmann-front .linzmann-filter-form .second-row > .search-btn,
.linzmann-front .linzmann-filter-form .second-row button.search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 100%;
  height: 62px;
  min-height: 62px;
  margin: 0;
  justify-self: stretch;
  align-self: stretch;
  box-shadow: 0 12px 24px rgba(143, 101, 52, 0.2);
}

.linzmann-front .pd-details-text .property-more-pic .product-pic-zoom img,
.linzmann-front .linzmann-detail-gallery__lead .product-big-img {
  min-height: 0;
  height: 100%;
  object-fit: cover;
}

.linzmann-front .linzmann-detail-gallery__lead,
.linzmann-front .product-pic-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(320px, 34vw, 520px);
}

.linzmann-front .linzmann-detail-gallery--no-thumbs,
.linzmann-front .linzmann-detail-gallery--empty {
  margin-bottom: 0;
}

.linzmann-front .linzmann-detail-gallery--no-thumbs .product-thumbs,
.linzmann-front .linzmann-detail-gallery--no-thumbs .linzmann-detail-gallery__thumbs {
  display: none;
}

.linzmann-front .linzmann-detail-gallery--no-thumbs .linzmann-detail-gallery__lead,
.linzmann-front .linzmann-detail-gallery--no-thumbs .product-pic-zoom,
.linzmann-front .linzmann-detail-gallery--empty .linzmann-detail-gallery__lead,
.linzmann-front .linzmann-detail-gallery--empty .product-pic-zoom {
  min-height: clamp(240px, 28vw, 360px);
}

.linzmann-front .linzmann-detail-gallery--no-thumbs .linzmann-detail-gallery__lead.linzmann-media-fallback,
.linzmann-front .linzmann-detail-gallery--no-thumbs .product-pic-zoom.linzmann-media-fallback,
.linzmann-front .linzmann-detail-gallery--empty .linzmann-detail-gallery__lead.linzmann-media-fallback,
.linzmann-front .linzmann-detail-gallery--empty .product-pic-zoom.linzmann-media-fallback {
  min-height: clamp(240px, 28vw, 360px);
}

.linzmann-front .linzmann-detail-description {
  display: grid;
  gap: 16px;
}

.linzmann-front .linzmann-detail-description .linzmann-criteria-group {
  gap: 10px;
}

.linzmann-front .linzmann-detail-description .linzmann-criteria-group__body {
  display: block;
  line-height: 2.1;
}

.linzmann-front .linzmann-detail-description .linzmann-inline-label,
.linzmann-front .linzmann-detail-description .linzmann-inline-value {
  margin: 0 8px 8px 0;
  vertical-align: middle;
}

.linzmann-front .linzmann-detail-description .linzmann-inline-value {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.linzmann-front .linzmann-detail-description .linzmann-inline-value span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
}

.linzmann-front .linzmann-detail-description .linzmann-richtext {
  display: block;
  width: 100%;
}

@media (max-width: 1199px) {
  .linzmann-front .hero-section {
    padding-top: 104px;
  }

  .linzmann-front .single-hero-item,
  .linzmann-front .single-hero-item .container,
  .linzmann-front .single-hero-item .row {
    min-height: 620px;
  }
}

@media (max-width: 991px) {
  .linzmann-front .top-nav .container,
  .linzmann-front .nav-logo .container {
    width: calc(100% - 36px);
  }

  .linzmann-front .hero-section {
    padding-top: 98px;
  }
}

@media (max-width: 767px) {
  .linzmann-front .hero-section {
    padding-top: 90px;
  }

  .linzmann-front .single-hero-item,
  .linzmann-front .single-hero-item .container,
  .linzmann-front .single-hero-item .row {
    min-height: 540px;
  }

  .linzmann-front .linzmann-search-shell {
    margin-top: -68px;
  }
}

@media (max-width: 575px) {
  .linzmann-front .top-nav .container,
  .linzmann-front .nav-logo .container {
    width: calc(100% - 20px);
  }
}

.linzmann-front .header-section {
  padding-top: 0;
  height: 0;
}

.linzmann-front .linzmann-top-nav {
  position: relative;
  z-index: 30;
}

.linzmann-front .linzmann-top-nav .container {
  width: calc(100% - 24px);
  border-radius: 0 0 18px 18px;
}

.linzmann-front .linzmann-brand-bar {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 24;
}

.linzmann-front .linzmann-brand-bar .container {
  width: min(1180px, calc(100% - 72px));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(14, 24, 34, 0.84), rgba(33, 44, 56, 0.76));
  box-shadow: 0 24px 56px rgba(7, 14, 21, 0.22);
}

.linzmann-front .linzmann-brand-meta {
  padding: 12px 0 14px;
}

.linzmann-front .linzmann-logo {
  padding: 12px 0 14px;
}

.linzmann-front .hero-section {
  padding-top: 197px;
}

.linzmann-front .single-hero-item,
.linzmann-front .single-hero-item .container,
.linzmann-front .single-hero-item .row {
  min-height: 672px;
}

.linzmann-front .single-hero-item .row {
  justify-content: center;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 138px;
}

.linzmann-front .linzmann-hero-copy {
  width: min(850px, calc(100% - 32px));
  max-width: 850px;
  margin: 0 auto;
  padding: 24px 40px;
  text-align: center;
  transform: translateY(-40px);
}

.linzmann-front .linzmann-hero-copy h2 {
  font-size: 54px;
  line-height: 0.98;
  margin-bottom: 18px;
}

.linzmann-front .linzmann-hero-copy p {
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  font-size: 16px;
}

.linzmann-front .linzmann-hero-kicker,
.linzmann-front .linzmann-hero-actions,
.linzmann-front .linzmann-hero-points {
  justify-content: center;
}

.linzmann-front .linzmann-search-shell {
  margin-top: -96px;
}

.linzmann-front .search-form-text,
.linzmann-front .linzmann-filter-form,
.linzmann-front .linzmann-search-shell,
.linzmann-front .linzmann-search-shell .container {
  overflow: visible;
}

.linzmann-front .linzmann-filter-form .nice-select.open,
.linzmann-front .linzmann-filter-form .linzmann-search-select.open {
  z-index: 40;
}

.linzmann-front .linzmann-filter-form .nice-select .list {
  max-height: min(360px, 48vh);
  overflow-y: auto;
  z-index: 80;
}

@media (max-width: 1199px) {
  .linzmann-front .linzmann-brand-bar {
    top: 60px;
  }

  .linzmann-front .linzmann-brand-bar .container {
    width: min(1120px, calc(100% - 48px));
  }

  .linzmann-front .hero-section {
    padding-top: 214px;
  }

  .linzmann-front .single-hero-item,
  .linzmann-front .single-hero-item .container,
  .linzmann-front .single-hero-item .row {
    min-height: 624px;
  }
}

@media (max-width: 991px) {
  .linzmann-front .linzmann-top-nav .container {
    width: calc(100% - 16px);
    border-radius: 0 0 16px 16px;
  }

  .linzmann-front .linzmann-brand-bar {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 24;
  }

  .linzmann-front .linzmann-brand-bar .container {
    width: calc(100% - 36px);
    margin-top: 10px;
  }

  .linzmann-front .hero-section {
    padding-top: 132px;
  }

  .linzmann-front .linzmann-hero-copy {
    width: 100%;
    padding: 24px 22px;
    transform: none;
  }

  .linzmann-front .linzmann-hero-copy h2 {
    font-size: 42px;
  }

  .linzmann-front .linzmann-search-shell {
    margin-top: -80px;
  }
}

@media (max-width: 767px) {
  .linzmann-front .hero-section {
    padding-top: 120px;
  }

  .linzmann-front .single-hero-item,
  .linzmann-front .single-hero-item .container,
  .linzmann-front .single-hero-item .row {
    min-height: 536px;
  }

  .linzmann-front .linzmann-hero-copy {
    padding: 20px 18px;
  }

  .linzmann-front .linzmann-hero-copy h2 {
    font-size: 34px;
  }

  .linzmann-front .linzmann-search-shell {
    margin-top: -58px;
  }
}

/* Shared shell follow-ups */
.linzmann-front .linzmann-modern-front--shell,
.linzmann-front .linzmann-main-shell,
.linzmann-front .linzmann-main-shell__body,
.linzmann-front .linzmann-zone-bar__inner,
.linzmann-front .linzmann-zone-controls__inner,
.linzmann-front .linzmann-zone-left__inner {
  display: grid;
  gap: 28px;
}

.linzmann-front .linzmann-main-shell__intro {
  display: grid;
  gap: 0;
}

.linzmann-front .linzmann-switch-shell {
  display: inline-flex;
  align-items: center;
}

.linzmann-front .linzmann-switch-form--language,
.linzmann-front .linzmann-switch-form--currency,
.linzmann-front .linzmann-pager-form,
.linzmann-front .linzmann-sortbar__form {
  margin: 0 !important;
}

.linzmann-front .linzmann-pager-form__control,
.linzmann-front .linzmann-sortbar__control {
  width: 100%;
  min-width: 160px;
  min-height: 46px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(21, 34, 45, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 243, 235, 0.96)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1.5 1.5L7 7L12.5 1.5' stroke='%23647280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center / 14px 9px;
  color: var(--linzmann-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  appearance: none;
}

.linzmann-front .linzmann-sidebar-card--module {
  display: grid;
  gap: 18px;
}

@media (max-width: 991px) {
  .linzmann-front .linzmann-moderator-search__grid,
  .linzmann-front .linzmann-moderator-detail__grid,
  .linzmann-front .linzmann-moderator-card {
    grid-template-columns: 1fr;
  }

  .linzmann-front .linzmann-moderator-card__select,
  .linzmann-front .linzmann-moderator-bulk {
    border-left: 0;
  }

  .linzmann-front .linzmann-moderator-bulk {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  .linzmann-front .linzmann-moderator-search,
  .linzmann-front .linzmann-moderator-collection,
  .linzmann-front .linzmann-moderator-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .linzmann-front .linzmann-moderator-card__body,
  .linzmann-front .linzmann-moderator-detail__item,
  .linzmann-front .linzmann-moderator-bulk {
    padding: 18px;
  }

  .linzmann-front .linzmann-moderator-card__title,
  .linzmann-front .linzmann-moderator-detail__title {
    font-size: 30px;
  }
}

/* Guide and share utility layer */
.linzmann-front .linzmann-guide-section {
  padding-top: 36px;
}

.linzmann-front .linzmann-guide-section__grid {
  row-gap: 24px;
}

.linzmann-front .linzmann-guide-card {
  height: 100%;
  padding: 26px 24px;
  border-radius: 28px;
  border: 1px solid rgba(21, 34, 45, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 243, 235, 0.94));
  box-shadow: 0 24px 58px rgba(11, 20, 29, 0.08);
}

.linzmann-front .linzmann-guide-card img {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}

.linzmann-front .linzmann-guide-card h4 {
  margin-bottom: 12px;
  color: var(--linzmann-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 0.98;
  font-weight: 600;
}

.linzmann-front .linzmann-guide-card p {
  margin: 0;
  color: var(--linzmann-text-soft);
  line-height: 1.85;
}

.linzmann-front .linzmann-zone-bar-placeholder {
  display: none;
}

.linzmann-front .linzmann-share-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(21, 34, 45, 0.1);
  background: rgba(255, 255, 255, 0.94);
  color: var(--linzmann-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-share-chip--facebook {
  background: linear-gradient(135deg, #c89b63, var(--linzmann-accent-strong));
  border-color: transparent;
  color: #ffffff;
}

.linzmann-front .linzmann-share-chip--outline:hover,
.linzmann-front .linzmann-share-chip--facebook:hover {
  color: inherit;
  transform: translateY(-1px);
}

.linzmann-front .linzmann-date-range {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.linzmann-front .linzmann-date-range__label {
  color: var(--linzmann-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.linzmann-front .linzmann-field-control--compact {
  min-width: 0;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 14px;
}

.linzmann-front .linzmann-editor-field__content {
  display: grid;
  gap: 12px;
}

.linzmann-front .linzmann-smscontact-form {
  display: grid;
  gap: 18px;
}

.linzmann-front .linzmann-smscontact-form__actions {
  display: flex;
  justify-content: flex-start;
}

.linzmann-front .linzmann-detail-sharebar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.linzmann-front .linzmann-detail-summary__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.linzmann-front .linzmann-detail-summary__id,
.linzmann-front .linzmann-detail-summary__available {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(217, 190, 149, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .linzmann-front .linzmann-date-range {
    grid-template-columns: 1fr;
  }

  .linzmann-front .linzmann-detail-summary__meta {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Hard fallback for legacy pages where Owl fails to initialize.
   Without this, hero slides remain in one long horizontal strip and
   stretch the whole document width. */
.linzmann-front,
.linzmann-front .linzmann-modern-front,
.linzmann-front .linzmann-modern-front--shell,
.linzmann-front .linzmann-main-shell,
.linzmann-front .linzmann-main-shell__intro,
.linzmann-front .linzmann-main-shell__body,
.linzmann-front .linzmann-header-shell,
.linzmann-front .linzmann-top-nav,
.linzmann-front .linzmann-brand-bar,
.linzmann-front .linzmann-hero-shell {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.linzmann-front .linzmann-hero-shell,
.linzmann-front .hero-section,
.linzmann-front .hero-items,
.linzmann-front .hero-items.owl-carousel {
  overflow: hidden;
}

.linzmann-front .hero-items.owl-carousel:not(.owl-loaded) {
  display: block;
  width: 100%;
  max-width: 100%;
}

.linzmann-front .hero-items > .single-hero-item + .single-hero-item,
.linzmann-front .thumbnail-pic .thumbs > .item + .item {
  display: none;
}

.linzmann-front .hero-items.owl-carousel:not(.owl-loaded) > .single-hero-item {
  display: none;
  width: 100%;
  max-width: 100%;
}

.linzmann-front .hero-items.owl-carousel:not(.owl-loaded) > .single-hero-item:first-child {
  display: flex;
}

.linzmann-front .thumbnail-pic .thumbs.owl-carousel:not(.owl-loaded) {
  display: none;
}
