@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/prata-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/prata-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  background: #f4f4f2;
}

body {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #202326;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-nav-lock {
  overflow: hidden;
}

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

h1,
h2,
h3,
p,
li {
  overflow-wrap: break-word;
  max-width: 100%;
  min-width: 0;
}

.hero-content,
.hero-copy,
.section-heading,
.section-heading-row,
.collections-content,
.solution-copy,
.about-copy {
  min-width: 0;
  max-width: 100%;
}

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

button,
input,
select {
  font-family: inherit;
}

:focus-visible {
  outline: 2px solid #b98e54;
  outline-offset: 3px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.btn-gold {
  background: #b98e54;
  color: #f7f1e6;
}
.btn-gold:hover {
  background: #c49a5e;
}

.btn-outline {
  background: transparent;
  color: #c79a55;
  border: 1px solid #b98e54;
}
.btn-outline:hover {
  background: rgba(185, 142, 84, 0.12);
}

.section-marker {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6e70;
}
.section-marker span {
  margin-right: 10px;
  letter-spacing: 0;
}
.section-marker.gold {
  color: #c79a55;
}
.section-marker.gold span {
  color: #b98e54;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  min-height: 720px;
  background: #0c151c;
  color: #f1f0ec;
  overflow: hidden;
}

.hero-collage {
  grid-column: 2;
  grid-row: 2;
  min-height: 280px;
  position: relative;
  background: #0c151c;
}
.hero-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.hero-collage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #0c151c 0%, rgba(12, 21, 28, 0.75) 8%, rgba(12, 21, 28, 0) 22%), linear-gradient(0deg, #0c151c 0%, rgba(12, 21, 28, 0) 18%);
}

.header {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  z-index: 3;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}
@media (min-width: 1920px) {
  .header {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}

.hero .header {
  grid-column: 1/-1;
  grid-row: 1;
  background: #0c151c;
}

.header--page {
  position: relative;
  background: #0c151c;
  color: #f1f0ec;
}

.logo {
  font-family: "Prata", Georgia, serif;
  font-size: clamp(26px, 2.2vw, 32px);
  color: #f4c000;
  line-height: 1;
  position: relative;
  padding-bottom: 6px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.logo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 2px;
  background: #f4c000;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-wrap: wrap;
  gap: clamp(12px, 1.8vw, 28px);
  min-width: 0;
  padding: 0 12px;
}
.main-nav a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(241, 240, 236, 0.92);
  white-space: nowrap;
}
.main-nav a:hover {
  color: #fff;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  background: #b98e54;
  color: #f7f1e6;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  flex-shrink: 0;
  white-space: nowrap;
}
.header-cta:hover {
  background: #c49a5e;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: #f4f3ef;
  border-radius: 1px;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
}
.nav-toggle span {
  top: 21px;
}
.nav-toggle::before {
  top: 14px;
}
.nav-toggle::after {
  top: 28px;
}

.hero-content {
  grid-column: 1;
  grid-row: 2;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  width: 100%;
  padding-top: 54px;
  padding-right: clamp(20px, 4vw, 56px);
  padding-bottom: 52px;
  padding-left: clamp(20px, 4vw, 56px);
}
@media (min-width: 1920px) {
  .hero-content {
    padding-left: max(56px, (100vw - 1680px) / 2);
  }
}

.section-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b98e54;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.section-eyebrow::after {
  content: "";
  width: 36px;
  height: 1px;
  background: #b98e54;
}

.hero-copy h1 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(36px, 3.35vw, 58px);
  line-height: 1.1;
  color: #f4f3ef;
  margin-bottom: 22px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.hero-copy h1 .hero-title-line {
  display: block;
  white-space: nowrap;
}
.hero-copy h1 .hero-title-brand {
  display: block;
  margin-top: 8px;
  color: #b98e54;
  font-size: 0.9em;
}

.hero-copy {
  width: min(100%, 620px);
}

.hero-copy > p {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(241, 240, 236, 0.88);
  max-width: 450px;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 28px;
  width: min(100%, 620px);
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-benefit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.hero-benefit:nth-child(even) {
  padding-left: 8px;
}
.hero-benefit svg {
  width: 22px;
  height: 22px;
  color: #b98e54;
  flex-shrink: 0;
  margin-top: 2px;
}
.hero-benefit p {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(241, 240, 236, 0.92);
}

.product-directions {
  padding-top: 72px;
  padding-bottom: 76px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  background: #f4f4f2;
}
@media (min-width: 1920px) {
  .product-directions {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}

.product-directions .section-heading {
  margin-bottom: 36px;
}

.product-directions .section-marker {
  margin-bottom: 12px;
}

.product-directions .section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  min-width: 0;
}

.product-directions h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.2;
  color: #202326;
  flex: 0 1 520px;
  width: 100%;
  max-width: 14em;
}

.product-directions .section-heading-row p {
  flex: 0 1 480px;
  min-width: 0;
  max-width: 42em;
  font-size: 15px;
  line-height: 1.55;
  color: #5c6064;
  padding-top: 6px;
  overflow-wrap: break-word;
}

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

.product-card {
  min-width: 0;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(20, 30, 35, 0.1), 0 1px 3px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 1px rgba(20, 30, 35, 0.12), 0 16px 34px rgba(12, 21, 28, 0.1);
}
.product-card:hover img {
  transform: scale(1.025);
}
.product-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  flex-shrink: 0;
  transition: transform 0.45s ease;
}
.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 22px 18px;
}
.product-card__type {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #b98e54;
}
.product-card h3 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.25;
  color: #202326;
  margin-bottom: 10px;
}
.product-card p {
  font-size: 14px;
  line-height: 1.4;
  color: #6a6e72;
  flex: 1;
}

.card-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(20, 30, 35, 0.1);
  color: #b98e54;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.card-arrow span {
  font-size: 18px;
  line-height: 1;
}

@media (min-width: 1280px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.object-solutions {
  padding-top: 40px;
  padding-bottom: 44px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  background: #121c24;
  color: #f1f0ec;
}
@media (min-width: 1920px) {
  .object-solutions {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}

.object-solutions .section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.object-solutions .section-marker {
  padding-bottom: 10px;
  flex-shrink: 0;
}

.solution-tabs {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  gap: 8px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.solution-tabs button {
  background: none;
  border: 0;
  color: rgba(180, 184, 186, 0.9);
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 10px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.solution-tabs .is-active {
  color: #fff;
}
.solution-tabs .is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 42px;
  height: 2px;
  background: #b98e54;
}

.solution-content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: stretch;
  gap: 40px;
  margin-bottom: 24px;
}

.solution-photo {
  min-width: 0;
  min-height: 280px;
  border-radius: 6px;
  overflow: hidden;
  background: #0a1218;
}
.solution-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-copy {
  min-width: 0;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
}
.solution-copy h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(24px, 2.2vw, 32px);
  color: #f4f3ef;
  margin-bottom: 12px;
}
.solution-copy > p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(210, 212, 214, 0.9);
  margin-bottom: 18px;
  max-width: 42em;
}
.solution-copy ul {
  list-style: none;
  margin-bottom: 22px;
}
.solution-copy li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 12px;
  color: rgba(232, 232, 228, 0.95);
}
.solution-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #b98e54;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2.5 6.2l2.2 2.2 4.8-4.8' fill='none' stroke='%23fff' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 9px;
}
.solution-copy .btn {
  width: auto;
  max-width: 100%;
}

.solution-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #232c34;
  border-radius: 6px;
  overflow: hidden;
}

.stat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding: 20px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.stat:last-child {
  border-right: 0;
}
.stat svg {
  width: 24px;
  height: 24px;
  color: #b98e54;
  flex-shrink: 0;
  margin-top: 4px;
}
.stat p {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(190, 194, 196, 0.92);
}

.stat-value {
  font-family: "Prata", Georgia, serif;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.1;
  color: #fff;
  margin-bottom: 6px;
}
.stat-value span {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-left: 4px;
}
.stat-value--text {
  font-size: 16px;
  line-height: 1.2;
}

.collections {
  padding-top: 72px;
  padding-bottom: 32px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  background: #f4f4f2;
}
@media (min-width: 1920px) {
  .collections {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}

.collections-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  gap: 36px;
  align-items: start;
}

.collections-content {
  min-width: 0;
}

.collections .section-marker {
  margin-bottom: 10px;
}

.collections .section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 22px;
}

.collections h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.2;
  color: #202326;
  flex: 0 1 480px;
  width: 100%;
  max-width: 12em;
}

.collections .section-heading-row p {
  flex: 0 1 360px;
  max-width: 36em;
  font-size: 15px;
  line-height: 1.5;
  color: #5c6064;
  padding-top: 4px;
}

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

.collection-card {
  position: relative;
  min-width: 0;
  min-height: 250px;
  height: clamp(250px, 23vw, 330px);
  border-radius: 6px;
  overflow: hidden;
}
.collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.25s ease;
}
.collection-card__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 56px 18px 18px;
  background: linear-gradient(180deg, rgba(12, 21, 28, 0) 0%, rgba(12, 21, 28, 0.88) 100%);
  color: #fff;
}
.collection-card__label strong {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.collection-card__label span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(241, 240, 236, 0.82);
  line-height: 1.3;
}
.collection-card:hover img, .collection-card:focus-visible img {
  transform: scale(1.035);
  filter: brightness(0.9);
}

@media (min-width: 1280px) {
  .collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .collection-card {
    height: clamp(250px, 23vw, 330px);
  }
}
.solution-form {
  position: relative;
  background: #121d25;
  border-radius: 6px;
  padding: 28px 24px 24px;
  color: #f1f0ec;
  display: flex;
  flex-direction: column;
  color-scheme: dark;
}
.solution-form [hidden] {
  display: none !important;
}
.solution-form .form-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.solution-form h3 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25;
  color: #f4f3ef;
  margin-bottom: 10px;
}
.solution-form__lead {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(180, 184, 186, 0.92);
  margin-bottom: 18px;
}
.solution-form__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.solution-form input,
.solution-form select {
  width: 100%;
  height: 44px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  color: #eceae6;
  font-size: 15px;
  padding: 0 14px;
  outline: none;
  appearance: none;
  box-shadow: none;
}
.solution-form input::placeholder,
.solution-form select::placeholder {
  color: rgba(180, 184, 186, 0.75);
}
.solution-form input:focus,
.solution-form select:focus {
  border-color: rgba(185, 142, 84, 0.7);
}
.solution-form select {
  color: rgba(180, 184, 186, 0.85);
  cursor: pointer;
}
.solution-form select option {
  background: #121d25;
  color: #eceae6;
}
.solution-form .select-wrap {
  position: relative;
}
.solution-form .select-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 10px;
  height: 6px;
  pointer-events: none;
  transform: translateY(-40%);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' fill='none' stroke='%239a9d9e' stroke-width='1.2' stroke-linecap='round'/></svg>") center/contain no-repeat;
}
.solution-form .select-wrap select {
  padding-right: 34px;
}
.solution-form .btn {
  width: 100%;
  margin-top: auto;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 13px;
  color: rgba(180, 184, 186, 0.92);
  line-height: 1.4;
  cursor: pointer;
}
.form-check input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.form-check__box {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  background: transparent;
  flex-shrink: 0;
  position: relative;
}
.form-check input:checked + .form-check__box {
  background: #b98e54;
  border-color: #b98e54;
}
.form-check input:checked + .form-check__box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.form-check input:focus-visible + .form-check__box {
  outline: 2px solid #b98e54;
  outline-offset: 2px;
}
.form-check a {
  color: #c79a55;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.solution-form__note {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  color: rgba(180, 184, 186, 0.72);
}

.projects {
  padding-top: 48px;
  padding-bottom: 72px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  background: #f4f4f2;
}
@media (min-width: 1920px) {
  .projects {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}

.projects-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(20, 30, 35, 0.1);
}
.projects-head .section-marker {
  margin-bottom: 12px;
}
.projects-head h2 {
  font-family: "Prata", Georgia, serif;
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: #202326;
  max-width: 15em;
}
.projects-head a {
  font-size: 15px;
  color: #b98e54;
  font-weight: 500;
  white-space: nowrap;
}
.projects-head a:hover {
  color: #a37b45;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px 20px;
}

.project-card {
  min-width: 0;
  color: inherit;
  grid-column: span 4;
}
.project-card:first-child {
  grid-column: span 7;
}
.project-card:nth-child(2) {
  grid-column: span 5;
}
.project-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 14px;
  transition: transform 0.4s ease, filter 0.25s ease;
}
.project-card h3 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3;
  color: #202326;
  margin-bottom: 4px;
}
.project-card p {
  font-size: 14px;
  color: #6a6e72;
  line-height: 1.35;
}

.solution-form__error {
  font-size: 14px;
  line-height: 1.4;
  color: #e2b4b4;
  margin: 0 0 12px;
}

.solution-form__success {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution-form__success p {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(180, 184, 186, 0.92);
}

.about {
  padding-top: 64px;
  padding-bottom: 72px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  background: #f4f4f2;
}
@media (min-width: 1920px) {
  .about {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: start;
  margin-top: 16px;
}

.about h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.22;
  color: #202326;
}

.about-copy p {
  font-size: 16px;
  line-height: 1.55;
  color: #5c6064;
  margin-bottom: 18px;
  max-width: 42em;
}

.about-copy ul {
  list-style: none;
}

.about-copy li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.45;
  color: #202326;
  margin-bottom: 10px;
}
.about-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #b98e54;
}

.about-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(185, 142, 84, 0.55);
  font-size: 14px;
  font-weight: 500;
  color: #b98e54;
}

.support {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  background: #121c24;
  color: #f1f0ec;
}
@media (min-width: 1920px) {
  .support {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}

.support-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: 48px;
  align-items: end;
  margin: 16px 0 32px;
}
.support-head > p {
  max-width: 38em;
  padding-bottom: 4px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(210, 212, 214, 0.82);
}
.support-head:first-child img, .support-head:nth-child(2) img {
  height: 420px;
}

.support h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.2;
  color: #f4f3ef;
  margin: 0;
  max-width: 18em;
}

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

.support-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 26px;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.support-card__number {
  display: block;
  margin-bottom: auto;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #b98e54;
}
.support-card h3 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.support-card p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(210, 212, 214, 0.9);
}

.footer {
  padding-top: 28px;
  padding-bottom: 24px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  background: #0c151c;
  color: #f1f0ec;
}
@media (min-width: 1920px) {
  .footer {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}

.footer-top {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}
.footer-nav a {
  font-size: 14px;
  color: rgba(241, 240, 236, 0.88);
}
.footer-nav a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 16px;
  font-size: 14px;
  color: rgba(180, 184, 186, 0.9);
}
.footer-bottom a {
  color: #c79a55;
  white-space: nowrap;
}

.privacy-dialog {
  width: min(440px, 90vw);
  padding: 28px;
  border: 0;
  border-radius: 6px;
  background: #121d25;
  color: #f1f0ec;
}
.privacy-dialog::backdrop {
  background: rgba(8, 12, 16, 0.72);
}
.privacy-dialog h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 12px;
}
.privacy-dialog p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(210, 212, 214, 0.92);
  margin-bottom: 12px;
}
.privacy-dialog .btn {
  margin-top: 8px;
}

.product-dialog {
  position: fixed;
  inset: 0;
  width: min(1040px, 100vw - 32px);
  height: fit-content;
  max-height: calc(100vh - 32px);
  margin: auto;
  padding: 44px 24px 20px;
  border: 0;
  border-radius: 8px;
  background: #f4f4f2;
  color: #202326;
  overflow: auto;
}
.product-dialog[open] {
  display: block;
}
.product-dialog::backdrop {
  background: rgba(8, 12, 16, 0.72);
}
.product-dialog__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  background: #f4f4f2;
  color: #202326;
  cursor: pointer;
}
.product-dialog__close svg {
  width: 22px;
  height: 22px;
}
.product-dialog__close:hover {
  background: rgba(20, 30, 35, 0.06);
}
.product-dialog__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: start;
}
.product-dialog__gallery {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.product-dialog__stage img {
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 420px;
  object-fit: cover;
  border-radius: 6px;
  background: #e7e6e2;
}
.product-dialog__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.product-dialog__thumbs[hidden] {
  display: none;
}
.product-dialog__thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  background: none;
  cursor: pointer;
  overflow: hidden;
}
.product-dialog__thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.product-dialog__thumb.is-active {
  border-color: #b98e54;
}
.product-dialog__info {
  min-width: 0;
}
.product-dialog__cat {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b98e54;
  margin-bottom: 6px;
}
.product-dialog h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
  margin-bottom: 6px;
}
.product-dialog__lead {
  font-size: 15px;
  line-height: 1.4;
  color: #202326;
  margin-bottom: 8px;
}
.product-dialog__text {
  font-size: 14px;
  line-height: 1.45;
  color: #5c6064;
  margin-bottom: 12px;
}
.product-dialog__text[hidden] {
  display: none;
}
.product-dialog__specs {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}
.product-dialog__specs div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 8px;
  font-size: 13px;
  line-height: 1.35;
}
.product-dialog__specs dt {
  color: #5c6064;
}
.product-dialog__specs dd {
  color: #202326;
}
.product-dialog .solution-form {
  margin-top: 4px;
  padding: 14px 14px 12px;
}
.product-dialog .solution-form__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}
.product-dialog .solution-form .select-wrap {
  grid-column: 1/-1;
}
.product-dialog .solution-form input,
.product-dialog .solution-form select {
  height: 40px;
  font-size: 14px;
  padding: 0 12px;
}
.product-dialog .form-check {
  margin-bottom: 10px;
  font-size: 12px;
}
.product-dialog .solution-form .btn {
  min-height: 42px;
}
.product-dialog .solution-form__error {
  margin-bottom: 8px;
}
.product-dialog .solution-form__success {
  min-height: 0;
  padding: 12px 4px;
}

@media (max-width: 960px) {
  .product-dialog {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    padding: 36px 14px 14px;
  }
  .product-dialog[open] {
    display: block;
  }
  .product-dialog__layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .product-dialog__gallery {
    gap: 6px;
  }
  .product-dialog__stage img {
    max-height: 220px;
    aspect-ratio: 16/10;
  }
  .product-dialog h2 {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .product-dialog__lead {
    margin-bottom: 6px;
  }
  .product-dialog__text {
    margin-bottom: 8px;
  }
  .product-dialog__specs {
    gap: 4px;
    margin-bottom: 10px;
  }
  .product-dialog__specs div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .product-dialog .solution-form {
    padding: 12px;
  }
  .product-dialog .solution-form__fields {
    grid-template-columns: 1fr;
  }
}
.catalog {
  padding-top: 40px;
  padding-bottom: 64px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  background: #f4f4f2;
  min-height: 70vh;
}
@media (min-width: 1920px) {
  .catalog {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}

.catalog h1 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.2;
  margin: 12px 0 10px;
}

.catalog-lead {
  font-size: 16px;
  line-height: 1.5;
  color: #5c6064;
  max-width: 40em;
  margin-bottom: 24px;
}

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.catalog-filter {
  min-height: 40px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(20, 30, 35, 0.14);
  border-radius: 4px;
  font-size: 14px;
  color: #202326;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
}
.catalog-filter.is-active {
  background: #121c24;
  border-color: #121c24;
  color: #f4f3ef;
}

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

.catalog-card {
  min-width: 0;
  color: inherit;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.catalog-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f4f3ef;
  background: rgba(12, 21, 28, 0.72);
}
.catalog-card__badge--stock {
  background: #b98e54;
  color: #f7f1e6;
}
.catalog-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 12px;
  transition: filter 0.2s ease;
}
.catalog-card h3 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 6px;
}
.catalog-card p {
  font-size: 15px;
  color: #6a6e72;
  line-height: 1.4;
}
.catalog-card:hover img, .catalog-card:focus-visible img {
  filter: brightness(0.94);
}
.catalog-card:focus-visible {
  outline: 2px solid #b98e54;
  outline-offset: 4px;
  border-radius: 6px;
}

.catalog-detail {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
}
.catalog-detail img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 6px;
}
.catalog-detail h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.2;
  margin-bottom: 10px;
}
.catalog-detail p {
  font-size: 16px;
  line-height: 1.55;
  color: #5c6064;
  margin-bottom: 24px;
}

.catalog-empty {
  grid-column: 1/-1;
  font-size: 16px;
  color: #6a6e72;
}

.lp-hero {
  position: relative;
  min-height: min(86vh, 920px);
  background: #0c151c;
  color: #f1f0ec;
  overflow: hidden;
}
.lp-hero__media {
  position: absolute;
  inset: 0;
}
.lp-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lp-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 18, 24, 0.93) 0%, rgba(10, 18, 24, 0.7) 36%, rgba(10, 18, 24, 0.12) 68%, rgba(10, 18, 24, 0.16) 100%), linear-gradient(0deg, rgba(10, 18, 24, 0.72) 0%, transparent 40%);
}
.lp-hero .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(12, 21, 28, 0.9) 0%, rgba(12, 21, 28, 0.35) 72%, transparent 100%);
  z-index: 3;
}
.lp-hero .header.is-nav-open {
  background: #0c151c;
}
.lp-hero__content {
  position: relative;
  z-index: 2;
  min-height: min(86vh, 920px);
  padding: clamp(132px, 14vh, 172px) clamp(20px, 4vw, 56px) 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1680px;
  margin: 0 auto;
}
.lp-hero__back, .lp-hero__eyebrow {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lp-hero__back {
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 44px;
}
.lp-hero__back:hover {
  color: #fff;
}
.lp-hero__eyebrow {
  color: #b98e54;
  margin-bottom: 14px;
}
.lp-hero h1 {
  max-width: 790px;
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.07;
  letter-spacing: -0.025em;
  color: #f7f5f0;
  text-wrap: balance;
}
.lp-hero__lead {
  max-width: 610px;
  margin-top: 22px;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
  color: rgba(244, 243, 239, 0.84);
}
.lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.lp-hero__actions .btn {
  min-width: 190px;
}
.lp-hero .btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(12, 21, 28, 0.22);
}
.lp-hero .btn-ghost:hover {
  background: rgba(12, 21, 28, 0.66);
}
.lp-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(760px, 100%);
  margin-top: auto;
  padding-top: 44px;
}
.lp-hero__facts span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.67);
}
.lp-hero__facts span:first-child {
  padding-left: 0;
  border-left: 0;
}
.lp-hero__facts strong {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.lp-catalog .catalog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 30, 35, 0.1);
  border-radius: 7px;
  background: #fff;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.lp-catalog .catalog-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #e9e7e2;
}
.lp-catalog .catalog-card img {
  height: 100%;
  aspect-ratio: auto;
  margin: 0;
  border-radius: 0;
  transition: transform 0.45s ease, filter 0.25s ease;
}
.lp-catalog .catalog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 18px 16px;
}
.lp-catalog .catalog-card__type {
  margin-bottom: 9px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
  color: #b98e54;
}
.lp-catalog .catalog-card h3 {
  font-size: 19px;
}
.lp-catalog .catalog-card p {
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lp-catalog .catalog-card__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(20, 30, 35, 0.1);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #202326;
}
.lp-catalog .catalog-card__link span {
  color: #b98e54;
  font-size: 17px;
}
.lp-catalog .catalog-card:hover, .lp-catalog .catalog-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(182, 139, 76, 0.55);
  box-shadow: 0 14px 30px rgba(12, 21, 28, 0.09);
}
.lp-catalog .catalog-card:hover img, .lp-catalog .catalog-card:focus-visible img {
  filter: brightness(0.96);
  transform: scale(1.025);
}
.lp-catalog .catalog-card.is-image-missing .catalog-card__media::after {
  content: "Изображение коллекции";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  color: #5c6064;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lp-catalog .catalog-card.is-image-missing img {
  visibility: hidden;
}
.lp-catalog .catalog-card:hover img, .lp-catalog .catalog-card:focus-visible img {
  transform: scale(1.015);
  filter: brightness(0.94);
}
.lp-catalog .catalog-card a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: #c79a55;
}
.lp-catalog .catalog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(185, 142, 84, 0.45);
  background: rgba(255, 255, 255, 0.025);
}

.support-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 20px;
  padding: 26px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}
.support-cta strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Prata", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.support-cta p {
  font-size: 14px;
  color: rgba(210, 212, 214, 0.82);
}
.support-cta .btn {
  flex-shrink: 0;
}

.lp-status {
  padding-top: 64px;
  padding-bottom: 0;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
  background: #0c151c;
  color: #f1f0ec;
  padding-bottom: 0;
}
@media (min-width: 1920px) {
  .lp-status {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}
.lp-status__copy {
  padding-bottom: 64px;
}
.lp-status h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.18;
  color: #f4f3ef;
  margin: 16px 0 18px;
  max-width: 14em;
}
.lp-status > .lp-status__copy > p {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(210, 212, 214, 0.9);
  max-width: 36em;
  margin-bottom: 36px;
}
.lp-status__photo {
  aspect-ratio: 4/3;
  min-height: 0;
  overflow: hidden;
  margin-right: calc(-1 * clamp(20px, 4vw, 56px));
}
@media (min-width: 1920px) {
  .lp-status__photo {
    margin-right: 0;
  }
}
.lp-status__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.lp-point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.lp-point:last-child {
  border-right: 0;
  padding-right: 0;
}
.lp-point svg {
  width: 28px;
  height: 28px;
  color: #b98e54;
}
.lp-point span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
  color: rgba(241, 240, 236, 0.92);
  overflow-wrap: normal;
}

.lp-objects {
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
  background: #f4f4f2;
}
@media (min-width: 1920px) {
  .lp-objects {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}
.lp-objects h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.2;
  color: #202326;
  margin-bottom: 18px;
  max-width: 16em;
}
.lp-objects p {
  font-size: 16px;
  line-height: 1.55;
  color: #5c6064;
  max-width: 38em;
  margin-bottom: 28px;
}
.lp-objects__photo {
  aspect-ratio: 4/3;
  min-height: 0;
  overflow: hidden;
  margin-right: calc(-1 * clamp(20px, 4vw, 56px));
}
@media (min-width: 1920px) {
  .lp-objects__photo {
    margin-right: 0;
  }
}
.lp-objects__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-text-link {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #202326;
  border-bottom: 1px solid #202326;
  padding-bottom: 4px;
}
.lp-text-link:hover {
  color: #b98e54;
  border-color: #b98e54;
}

.lp-process {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
  background: #0c151c;
  color: #f1f0ec;
}
@media (min-width: 1920px) {
  .lp-process {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}
.lp-process h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.2;
  color: #f4f3ef;
  margin-bottom: 16px;
  max-width: 14em;
}
.lp-process p {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(210, 212, 214, 0.9);
  max-width: 36em;
}

.lp-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.lp-steps li {
  min-width: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.lp-steps span {
  display: block;
  font-family: "Prata", Georgia, serif;
  font-size: 28px;
  color: #b98e54;
  margin-bottom: 10px;
}
.lp-steps strong {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(241, 240, 236, 0.92);
}

.lp-catalog {
  padding-top: 64px;
  padding-bottom: 72px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  background: #f4f4f2;
}
@media (min-width: 1920px) {
  .lp-catalog {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}
.lp-catalog .section-marker {
  margin-bottom: 12px;
}
.lp-catalog__head {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.lp-catalog h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.2;
  flex: 0 1 520px;
}
.lp-catalog__head p {
  flex: 0 1 420px;
  font-size: 16px;
  line-height: 1.55;
  color: #5c6064;
  padding-top: 6px;
}
.lp-catalog__shop {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.lp-catalog__main {
  min-width: 0;
}
.lp-catalog__meta {
  font-size: 14px;
  color: #5c6064;
  margin-bottom: 16px;
}
.lp-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 16px;
}
.lp-catalog__more {
  display: flex;
  width: 100%;
  max-width: 280px;
  margin: 32px auto 0;
}
.lp-catalog__more[hidden] {
  display: none;
}

.lp-filter {
  position: sticky;
  top: 24px;
  align-self: start;
  background: #f4f4f2;
  z-index: 2;
  padding-bottom: 8px;
}
.lp-filter__title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5c6064;
  margin-bottom: 12px;
}
.lp-filter__title + .lp-filter__list + .lp-filter__title {
  margin-top: 20px;
}
.lp-filter__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lp-filter__item {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 15px;
  color: #202326;
  cursor: pointer;
  line-height: 1.3;
}
.lp-filter__item:hover {
  background: rgba(20, 30, 35, 0.05);
}
.lp-filter__item.is-active {
  background: #121c24;
  color: #f4f3ef;
}

@media (min-width: 1280px) {
  .lp-catalog__shop {
    grid-template-columns: 240px minmax(0, 1fr);
  }
  .lp-catalog__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.lp-related {
  padding-top: 0;
  padding-bottom: 48px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  background: #f4f4f2;
}
@media (min-width: 1920px) {
  .lp-related {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}
.lp-related span {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5c6064;
  margin-bottom: 4px;
}
.lp-related a {
  min-height: 40px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(20, 30, 35, 0.14);
  border-radius: 4px;
  font-size: 14px;
  color: #202326;
  background: #fff;
}
.lp-related a:hover, .lp-related a.is-active {
  background: #121c24;
  border-color: #121c24;
  color: #f4f3ef;
}

.lp-lead {
  padding-top: 64px;
  padding-bottom: 72px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 420px);
  gap: 40px;
  align-items: start;
  background: #121c24;
  color: #f1f0ec;
}
@media (min-width: 1920px) {
  .lp-lead {
    padding-left: max(56px, (100vw - 1680px) / 2);
    padding-right: max(56px, (100vw - 1680px) / 2);
  }
}
.lp-lead h2 {
  font-family: "Prata", Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.2;
  color: #f4f3ef;
  margin: 12px 0 16px;
}
.lp-lead__copy p {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(210, 212, 214, 0.9);
  max-width: 36em;
}

.lp-sticky {
  display: none;
}

@media (max-width: 960px) {
  .lp-page .lp-sticky {
    display: flex;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 6;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    background: #b98e54;
    color: #f7f1e6;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(12, 21, 28, 0.28);
  }
}

@media (max-width: 960px) {
  .lp-page {
    padding-bottom: 80px;
  }
}

@media (max-width: 1119px) {
  .nav-toggle {
    display: block;
  }
  .header {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    height: auto;
    min-height: 64px;
    padding-top: 10px;
    padding-bottom: 10px;
    row-gap: 0;
  }
  .logo {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }
  .nav-toggle {
    grid-column: 2;
    grid-row: 1;
    margin-left: 0;
  }
  .main-nav,
  .header-cta {
    display: none;
  }
  .header.is-nav-open {
    background: #0c151c;
  }
  .header.is-nav-open .main-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    grid-column: 1/-1;
    grid-row: 2;
    padding: 12px 0 8px;
    gap: 0;
  }
  .header.is-nav-open .main-nav a {
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .header.is-nav-open .header-cta {
    display: inline-flex;
    grid-column: 1/-1;
    grid-row: 3;
    width: 100%;
    margin: 12px 0 4px;
    min-height: 44px;
  }
  .hero .header.is-nav-open {
    background: #0c151c;
  }
}
@media (max-width: 1279px) {
  .projects-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .solution-stats {
    grid-template-columns: 1fr 1fr;
  }
  .stat:nth-child(2) {
    border-right: 0;
  }
  .stat:nth-child(1), .stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 0;
  }
  .hero-collage {
    grid-column: 1;
    grid-row: 2;
    min-height: 240px;
    height: min(42vw, 320px);
  }
  .hero-collage::after {
    width: 100%;
    height: 48px;
    inset: auto 0 0 0;
    background: linear-gradient(180deg, rgba(12, 21, 28, 0) 0%, #0c151c 100%);
  }
  .hero .header {
    grid-column: 1;
    grid-row: 1;
  }
  .hero-content {
    grid-column: 1;
    grid-row: 3;
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .product-directions .section-heading-row,
  .collections .section-heading-row,
  .object-solutions .section-header,
  .about-grid,
  .solution-content,
  .collections-main,
  .catalog-detail {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }
  .lp-status,
  .lp-objects,
  .lp-process,
  .lp-lead,
  .lp-catalog__shop {
    grid-template-columns: 1fr;
  }
  .lp-catalog__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .lp-catalog__head h2,
  .lp-catalog__head p {
    width: 100%;
    max-width: none;
    flex: none;
  }
  .lp-hero {
    min-height: 680px;
    height: auto;
  }
  .lp-hero__content {
    min-height: 680px;
    padding-top: 112px;
    padding-bottom: 28px;
  }
  .lp-hero__back {
    margin-bottom: 32px;
  }
  .lp-hero__facts {
    padding-top: 32px;
  }
  .lp-status,
  .lp-objects,
  .lp-process,
  .lp-catalog,
  .lp-lead {
    padding-top: 28px;
    padding-bottom: 28px;
    gap: 20px;
  }
  .lp-status {
    padding-bottom: 0;
  }
  .lp-status__copy {
    padding-bottom: 0;
  }
  .lp-status h2 {
    font-size: clamp(26px, 7vw, 32px);
    margin: 10px 0 12px;
  }
  .lp-status > .lp-status__copy > p {
    margin-bottom: 16px;
  }
  .lp-status__photo,
  .lp-objects__photo {
    margin-right: calc(-1 * clamp(20px, 4vw, 56px));
    margin-left: calc(-1 * clamp(20px, 4vw, 56px));
    aspect-ratio: 16/10;
  }
  .lp-objects h2,
  .lp-process h2,
  .lp-catalog h2,
  .lp-lead h2 {
    font-size: clamp(24px, 6vw, 30px);
    margin-bottom: 10px;
  }
  .lp-objects p,
  .lp-process p {
    margin-bottom: 16px;
  }
  .lp-catalog__head {
    margin-bottom: 16px;
    gap: 8px;
  }
  .lp-catalog__shop {
    gap: 16px;
  }
  .lp-catalog__meta {
    margin-bottom: 10px;
  }
  .lp-catalog .catalog-card h3 {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .lp-catalog .catalog-card p {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .lp-filter {
    top: 0;
    z-index: 4;
    margin: 0 calc(-1 * clamp(20px, 4vw, 56px));
    padding: 8px clamp(20px, 4vw, 56px) 10px;
    border-bottom: 1px solid rgba(20, 30, 35, 0.08);
  }
  .lp-filter__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
  .lp-filter__title {
    margin-bottom: 6px;
  }
  .lp-filter__title + .lp-filter__list + .lp-filter__title {
    margin-top: 10px;
  }
  .lp-filter__item {
    width: auto;
    padding: 7px 10px;
    font-size: 13px;
  }
  .lp-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }
  .lp-catalog__more {
    margin-top: 20px;
  }
  .catalog {
    min-height: 0;
    padding-top: 28px;
    padding-bottom: 36px;
  }
  .catalog-detail {
    gap: 16px;
  }
  .catalog-detail img {
    aspect-ratio: 16/10;
  }
  .lp-related {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .lp-page {
    padding-bottom: 72px;
  }
  .lp-steps {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
  }
  .lp-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 10px;
  }
  .lp-point {
    padding-right: 8px;
  }
  .lp-point span {
    font-size: 11px;
  }
  .product-directions h2,
  .product-directions .section-heading-row p,
  .collections h2,
  .collections .section-heading-row p {
    flex: none;
    max-width: none;
    width: 100%;
  }
  .object-solutions .section-header {
    align-items: flex-start;
  }
  .solution-tabs {
    justify-content: flex-start;
    width: 100%;
  }
  .product-grid,
  .collection-grid,
  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-card,
  .project-card:first-child,
  .project-card:nth-child(2) {
    grid-column: span 1;
  }
  .project-card:first-child img,
  .project-card:nth-child(2) img {
    height: 260px;
  }
  .support-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .support-cta {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .support-grid,
  .catalog-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top,
  .footer-bottom,
  .projects-head {
    flex-wrap: wrap;
  }
  .footer-nav {
    justify-content: flex-start;
    width: 100%;
    order: 3;
  }
}
@media (max-width: 640px) {
  .product-grid,
  .collection-grid,
  .projects-grid,
  .support-grid,
  .hero-benefits,
  .solution-stats {
    grid-template-columns: 1fr;
  }
  .lp-hero {
    min-height: 620px;
    height: auto;
  }
  .lp-hero__media img {
    object-position: 62% center;
  }
  .lp-hero__media::after {
    background: linear-gradient(90deg, rgba(10, 18, 24, 0.9) 0%, rgba(10, 18, 24, 0.58) 100%), linear-gradient(0deg, rgba(10, 18, 24, 0.78) 0%, transparent 50%);
  }
  .lp-hero__content {
    min-height: 620px;
    padding: 94px 16px 24px;
    justify-content: flex-start;
  }
  .lp-hero__back {
    margin-bottom: 28px;
    font-size: 10px;
  }
  .lp-hero__eyebrow {
    font-size: 10px;
  }
  .lp-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
  }
  .lp-hero__lead {
    margin-top: 16px;
    font-size: 15px;
  }
  .lp-hero__actions {
    width: 100%;
    margin-top: 22px;
  }
  .lp-hero__actions .btn {
    min-width: 0;
    width: 100%;
  }
  .lp-hero__facts {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 24px;
    margin-top: auto;
  }
  .lp-hero__facts span,
  .lp-hero__facts span:first-child {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 9px 0 0;
  }
  .lp-status,
  .lp-objects,
  .lp-process,
  .lp-catalog,
  .lp-lead {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 14px;
  }
  .lp-status {
    padding-bottom: 0;
  }
  .lp-status h2 {
    font-size: 24px;
    margin: 8px 0 10px;
  }
  .lp-status > .lp-status__copy > p {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .lp-objects h2,
  .lp-process h2,
  .lp-catalog h2,
  .lp-lead h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .lp-objects p,
  .lp-process p,
  .lp-lead__copy p {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .lp-steps {
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
  }
  .lp-steps span {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .lp-steps strong {
    font-size: 13px;
  }
  .lp-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }
  .lp-catalog .catalog-card img {
    margin-bottom: 0;
  }
  .lp-catalog .catalog-card__body {
    padding: 12px 12px 11px;
  }
  .lp-catalog .catalog-card__type {
    font-size: 8px;
    margin-bottom: 6px;
  }
  .lp-catalog .catalog-card h3 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .lp-catalog .catalog-card p {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .lp-catalog .catalog-card__link {
    font-size: 9px;
    padding-top: 9px;
  }
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }
  .catalog-card h3 {
    font-size: 16px;
  }
  .product-dialog {
    width: 100vw;
    max-height: 100dvh;
    margin: 0;
    border-radius: 0;
    padding: 40px 16px 16px;
  }
  .lp-lead .solution-form {
    padding: 18px 16px 16px;
  }
  .lp-lead .solution-form h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .lp-lead .solution-form__lead {
    margin-bottom: 12px;
  }
  .stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .stat:last-child {
    border-bottom: 0;
  }
  .hero-actions .btn,
  .solution-copy .btn {
    width: 100%;
  }
  .hero-collage {
    min-height: 220px;
    height: min(48vw, 280px);
  }
  .hero-copy > p {
    max-width: none;
  }
  .hero-copy h1 {
    font-size: 26px;
  }
  .hero-copy h1 .hero-title-line {
    white-space: normal;
  }
  .hero-benefits {
    gap: 14px;
    margin-top: 30px;
    padding-top: 20px;
  }
  .hero-benefit:nth-child(even) {
    padding-left: 0;
  }
  .product-card__body {
    padding: 18px 18px 16px;
  }
  .product-card h3 {
    font-size: 21px;
  }
  .collection-card {
    height: 300px;
  }
  .support-cta {
    flex-direction: column;
  }
  .support-cta .btn {
    width: 100%;
  }
  .product-directions h2,
  .collections h2,
  .about h2,
  .support h2 {
    font-size: 26px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom a {
    white-space: normal;
  }
}

/*# sourceMappingURL=main.css.map */
