@import "https://fonts.googleapis.com/css2?family=Figtree:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;700&display=swap";

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%
}

.util-bar {
  background: linear-gradient(90deg, #1b1610 0%, #231c0f 60%, #2a2010 100%);
  border-bottom: 1px solid #bc8a352e;
  padding: 8px 40px
}

.util-bar-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.util-contact-group {
  display: flex;
  align-items: center;
  gap: 40px
}

.util-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #D0B185;
  transition: color .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.util-contact-item:hover {
  color: #BC8A35
}

.util-contact-item:focus {
  outline: none;
  border-bottom: 4px solid #BC8A35
}

.util-contact-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  fill: #BC8A35
}

.util-region {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #EDECDA
}

.util-region-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #BC8A35;
  display: inline-block
}

.hd-main {
  background: linear-gradient(135deg, #16120a 0%, #1e1709 50%, #231c0d 100%);
  border-bottom: 2px solid #bc8a354d;
  box-shadow: 0 4px 22px 0 #bc8a351c;
  position: relative
}

.hd-main-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}

.brand-mark {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none
}

.brand-emblem {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 1px solid #ffffff38;
  background: #bc8a3514;
  box-shadow: 0 1px 6px 0 #bc8a350f 0 4px 22px 0 #bc8a351c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden
}

.brand-emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.brand-wordmark {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.brand-name {
  font-family: 'Source Serif Pro', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #EDECDA;
  letter-spacing: -.03em
}

.brand-descriptor {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #BC8A35;
  letter-spacing: .06em;
  text-transform: uppercase
}

.primary-nav {
  flex: 1;
  display: flex;
  justify-content: center
}

.primary-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center
}

.primary-nav-item {
  position: relative
}

.primary-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #EDECDA;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: color .65s cubic-bezier(0.22, 1, 0.36, 1), border-color .65s cubic-bezier(0.22, 1, 0.36, 1), background .65s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
  min-height: 44px;
  position: relative;
  overflow: hidden
}

.primary-nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #bc8a351f;
  transition: right .7s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 4px
}

.primary-nav-link:hover::before {
  right: 0
}

.primary-nav-link:hover {
  color: #BC8A35;
  border-color: #bc8a354d
}

.primary-nav-link:focus {
  outline: none;
  border-bottom: 4px solid #BC8A35
}

.primary-nav-link.active {
  color: #BC8A35;
  border-color: #bc8a3566;
  background: #bc8a3514
}

.hd-action {
  flex-shrink: 0
}

.enrol-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #BC8A35;
  text-decoration: none;
  border: 2px solid #BC8A35;
  border-radius: 6px;
  background: transparent;
  min-height: 44px;
  position: relative;
  overflow: hidden;
  transition: color .7s cubic-bezier(0.22, 1, 0.36, 1), border-color .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.enrol-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #BC8A35;
  transition: right .7s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0
}

.enrol-btn:hover::after {
  right: 0
}

.enrol-btn:hover {
  color: #16120a
}

.enrol-btn:focus {
  outline: none;
  border-bottom: 4px solid #EDECDA
}

.enrol-btn-text {
  position: relative;
  z-index: 1
}

.enrol-btn-icon {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  fill: currentColor
}

.ft-root {
  background: linear-gradient(180deg, #16120a 0%, #0f0c06 100%);
  border-top: 2px solid #bc8a3547;
  box-shadow: inset 0 4px 22px 0 #bc8a350f
}

.ft-upper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 40px 40px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start
}

.ft-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ft-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none
}

.ft-emblem {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #ffffff2e;
  background: #bc8a3512;
  box-shadow: 0 1px 6px 0 #bc8a350f 0 9px 36px 0 #bc8a351a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden;
  flex-shrink: 0
}

.ft-emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.ft-brand-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ft-brand-name {
  font-family: 'Source Serif Pro', serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  color: #EDECDA;
  letter-spacing: -.02em
}

.ft-founding {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #d0b185b3
}

.ft-tagline {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: #edecda8c;
  max-width: 280px
}

.ft-hours-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ft-col-label {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: #BC8A35;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid #bc8a3533;
  border-left: 3px solid #BC8A35;
  padding: 4px 8px
}

.ft-hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ft-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px
}

.ft-hours-day {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #edecdab3
}

.ft-hours-time {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #D0B185;
  font-weight: 700
}

.ft-legal-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}

.ft-legal-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end
}

.ft-legal-link {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #d0b185bf;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1);
  padding-bottom: 4px
}

.ft-legal-link:hover {
  color: #BC8A35;
  border-color: #bc8a3566
}

.ft-legal-link:focus {
  outline: none;
  border-bottom: 4px solid #BC8A35
}

.ft-lower {
  max-width: 1366px;
  margin: 0 auto;
  padding: 16px 40px 40px;
  border-top: 1px solid #bc8a351f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.ft-copyright {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #edecda66
}

.ft-address {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #d0b18580;
  text-align: right
}

@media (max-width: 900px) {
  .util-bar {
    padding: 8px 16px
  }

  .util-contact-group {
    gap: 16px
  }

  .hd-main-inner {
    padding: 16px;
    flex-wrap: wrap;
    gap: 16px
  }

  .primary-nav {
    order: 3;
    flex: 0 0 100%
  }

  .ft-upper {
    grid-template-columns: 1fr;
    padding: 40px 16px 16px;
    gap: 40px
  }

  .ft-legal-col {
    align-items: flex-start
  }

  .ft-legal-nav {
    align-items: flex-start
  }

  .ft-lower {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start
  }

  .ft-address {
    text-align: left
  }
}

@media (max-width: 600px) {
  .util-contact-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
  }

  .brand-wordmark {
    display: none
  }

  .primary-nav-link {
    font-size: 13px;
    padding: 8px
  }
}

.ck-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: none
}

.ck-card {
  background: #16120aeb;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-top: 1px solid #bc8a3547;
  border-radius: 0;
  box-shadow: 0 9px 36px 0 #bc8a351a;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap
}

.ck-text {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: #edecdacc;
  flex: 1;
  min-width: 200px
}

.ck-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0
}

.ck-accept {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: #BC8A35;
  background: transparent;
  border: 2px solid #BC8A35;
  border-radius: 4px;
  cursor: pointer;
  min-height: 44px;
  position: relative;
  overflow: hidden;
  transition: color .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.ck-accept::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #BC8A35;
  transition: right .65s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0
}

.ck-accept:hover::after {
  right: 0
}

.ck-accept:hover {
  color: #16120a
}

.ck-accept:focus {
  outline: none;
  border-bottom: 4px solid #EDECDA
}

.ck-accept span {
  position: relative;
  z-index: 1
}

.ck-decline {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #d0b185bf;
  background: transparent;
  border: 2px solid #d0b1854d;
  border-radius: 4px;
  cursor: pointer;
  min-height: 44px;
  position: relative;
  overflow: hidden;
  transition: color .65s cubic-bezier(0.22, 1, 0.36, 1), border-color .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.ck-decline:hover {
  color: #EDECDA;
  border-color: #edecda66
}

.ck-decline:focus {
  outline: none;
  border-bottom: 4px solid #BC8A35
}

.info-policy {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #EDECDA;
  background: linear-gradient(160deg, #bc8a3512 0%, #0c0b09fa 40%);
  min-height: 100vh
}

.info-policy h1 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #EDECDA;
  margin-bottom: 40px;
  margin-top: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #bc8a3559
}

.info-policy h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #D0B185;
  margin-top: 80px;
  margin-bottom: 16px
}

.info-policy h3 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #BC8A35;
  margin-top: 40px;
  margin-bottom: 16px
}

.info-policy h4 {
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: -.01em;
  color: #D0B185;
  margin-top: 40px;
  margin-bottom: 8px
}

.info-policy h5 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #BC8A35;
  margin-top: 40px;
  margin-bottom: 8px
}

.info-policy h6 {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #d0b185bf;
  margin-top: 16px;
  margin-bottom: 8px
}

.info-policy p {
  font-size: 16px;
  line-height: 1.9;
  color: #edecdad9;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 72ch
}

.info-policy ul,
.info-policy ol {
  font-size: 16px;
  line-height: 1.9;
  color: #edecdad9;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
  max-width: 72ch
}

.info-policy ul {
  list-style: none;
  padding-left: 16px
}

.info-policy ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px
}

.info-policy ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 0;
  background: #BC8A35;
  transform: rotate(45deg)
}

.info-policy ol {
  list-style: decimal;
  padding-left: 40px
}

.info-policy ol li {
  margin-bottom: 8px;
  padding-left: 8px
}

.info-policy ol li::marker {
  color: #BC8A35;
  font-size: 14px
}

.info-policy ul ul,
.info-policy ol ol,
.info-policy ul ol,
.info-policy ol ul {
  margin-top: 8px;
  margin-bottom: 4px
}

.info-policy strong,
.info-policy b {
  font-weight: 700;
  color: #EDECDA
}

.info-policy em,
.info-policy i {
  font-style: italic;
  color: #d0b185e6
}

.info-policy hr {
  border: none;
  border-top: 1px solid #bc8a3538;
  margin-top: 40px;
  margin-bottom: 40px;
  background: none
}

.info-policy div {
  margin-bottom: 16px
}

.info-policy div p:last-child,
.info-policy div ul:last-child,
.info-policy div ol:last-child {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .info-policy {
    padding: 40px 16px
  }

  .info-policy h1 {
    font-size: 38px
  }

  .info-policy h2 {
    font-size: 28px;
    margin-top: 40px
  }

  .info-policy h3 {
    font-size: 21px
  }

  .info-policy h4 {
    font-size: 16px
  }

  .info-policy p,
  .info-policy ul,
  .info-policy ol {
    max-width: 100%
  }
}

.spk-det {
  background: #13120e;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative
}

.spk-det .pg-circles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden
}

.spk-det .pg-circles span {
  position: absolute;
  border-radius: 50%;
  opacity: .04;
  background: #BC8A35
}

.spk-det .pg-circles span:nth-child(1) {
  width: 520px;
  height: 520px;
  top: -120px;
  right: -80px
}

.spk-det .pg-circles span:nth-child(2) {
  width: 320px;
  height: 320px;
  bottom: 200px;
  left: -60px
}

.spk-det .pg-circles span:nth-child(3) {
  width: 180px;
  height: 180px;
  top: 55%;
  right: 10%;
  opacity: .03
}

.spk-det .art-hero {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 80px 40px
}

.spk-det .art-hero-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: end
}

.spk-det .art-meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px
}

.spk-det .art-tag {
  display: inline-block;
  padding: 4px 16px;
  border: 1.5px solid #BC8A35;
  border-radius: 4px;
  font-size: 13px;
  color: #BC8A35;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: transparent;
  transition: background .6s cubic-bezier(0.22, 1, 0.36, 1), color .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk-det .art-tag:hover {
  background: #BC8A35;
  color: #13120e
}

.spk-det .art-cat-tag {
  font-size: 13px;
  color: #D0B185;
  letter-spacing: .04em
}

.spk-det .art-readtime {
  font-size: 13px;
  color: #7a6a50;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.spk-det .art-readtime svg {
  flex-shrink: 0
}

.spk-det .art-h1 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0 0 40px;
  font-weight: 700
}

.spk-det .art-h1 .grad-word {
  background: linear-gradient(37deg, #BC8A35, #EDECDA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.spk-det .art-byline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.spk-det .art-author-name {
  font-size: 16px;
  color: #EDECDA;
  font-weight: 600
}

.spk-det .art-pub-date {
  font-size: 13px;
  color: #7a6a50
}

.spk-det .art-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #BC8A35;
  flex-shrink: 0
}

.spk-det .art-img-wrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 9px 36px 0 #bc8a351a
}

.spk-det .art-img-skel {
  position: absolute;
  inset: 0;
  background: #1e1c15;
  z-index: 1;
  transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk-det .art-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2
}

.spk-det .art-img-wrap img.loaded+.art-img-skel,
.spk-det .art-img-skel.hidden {
  opacity: 0;
  pointer-events: none
}

.spk-det .art-img-tint {
  position: absolute;
  inset: 0;
  background: #bc8a3514;
  z-index: 3;
  pointer-events: none
}

.spk-det .art-img-num {
  position: absolute;
  bottom: -16px;
  right: -8px;
  font-size: 66px;
  line-height: 1.2;
  font-weight: 900;
  color: #BC8A35;
  opacity: .07;
  letter-spacing: -.04em;
  z-index: 0;
  pointer-events: none;
  user-select: none
}

.spk-det .band-divider {
  height: 40px;
  background: linear-gradient(180deg, transparent 0%, #bc8a350a 50%, transparent 100%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: relative;
  z-index: 1
}

.spk-det .art-body-wrap {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  margin: 0 auto;
  padding: 40px 80px 80px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 80px;
  align-items: start
}

.spk-det .art-prose {
  min-width: 0
}

.spk-det .art-prose p {
  font-size: 16px;
  line-height: 1.9;
  color: #c8bfa8;
  margin: 0 0 16px
}

.spk-det .art-prose h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #EDECDA;
  letter-spacing: -.01em;
  margin: 40px 0 16px;
  font-weight: 700
}

.spk-det .art-prose strong {
  color: #D0B185;
  font-weight: 600
}

.spk-det .art-prose small {
  font-size: 13px;
  color: #7a6a50;
  display: block;
  margin: 8px 0
}

.spk-det .art-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 16px
}

.spk-det .art-prose caption {
  font-size: 13px;
  color: #7a6a50;
  text-align: left;
  margin-bottom: 8px;
  caption-side: top
}

.spk-det .art-prose thead th {
  padding: 8px 16px;
  background: #bc8a351a;
  color: #BC8A35;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #bc8a3533
}

.spk-det .art-prose tbody td {
  padding: 8px 16px;
  color: #c8bfa8;
  border-bottom: 1px solid #bc8a3512;
  line-height: 1.6
}

.spk-det .art-prose tbody tr:last-child td {
  border-bottom: none
}

.spk-det .art-prose details {
  margin: 16px 0;
  border: 1px solid #bc8a3526;
  border-radius: 4px;
  overflow: hidden
}

.spk-det .art-prose summary {
  padding: 16px;
  color: #D0B185;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  transition: background .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk-det .art-prose summary:hover {
  background: #bc8a350f
}

.spk-det .art-prose details[open] summary {
  border-bottom: 1px solid #bc8a351a
}

.spk-det .art-prose details> :not(summary) {
  padding: 16px;
  color: #c8bfa8;
  font-size: 16px;
  line-height: 1.9
}

.spk-det .art-sidebar {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.spk-det .side-actions {
  background: #bc8a350d;
  border: 1px solid #bc8a351f;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 4px 22px 0 #bc8a351c
}

.spk-det .side-actions-label {
  font-size: 13px;
  color: #7a6a50;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.spk-det .act-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  border: 1.5px solid #bc8a354d;
  background: transparent;
  color: #D0B185;
  position: relative;
  overflow: hidden;
  transition: color .65s cubic-bezier(0.22, 1, 0.36, 1), border-color .65s cubic-bezier(0.22, 1, 0.36, 1);
  text-align: left;
  width: 100%
}

.spk-det .act-btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  background: #bc8a351f;
  transition: left .65s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0
}

.spk-det .act-btn:hover::after {
  left: 0
}

.spk-det .act-btn:hover {
  border-color: #BC8A35;
  color: #EDECDA
}

.spk-det .act-btn span,
.spk-det .act-btn svg {
  position: relative;
  z-index: 1
}

.spk-det .side-likes {
  background: #bc8a350d;
  border: 1px solid #bc8a351f;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 6px 0 #bc8a350f
}

.spk-det .like-count {
  font-size: 21px;
  color: #BC8A35;
  font-weight: 700;
  line-height: 1.2
}

.spk-det .like-label {
  font-size: 13px;
  color: #7a6a50;
  line-height: 1.6
}

.spk-det .icon-trail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 16px;
  background: #d0b1850a;
  border-radius: 4px;
  border: 1px solid #d0b18514
}

.spk-det .icon-trail-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.spk-det .icon-trail-node span {
  font-size: 13px;
  color: #7a6a50;
  text-align: center;
  line-height: 1.2
}

.spk-det .icon-trail-dash {
  flex: 1;
  border-top: 1.5px dashed #bc8a3540;
  margin-bottom: 16px
}

.spk-det .trail-icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #bc8a351a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.spk-det .side-mini-card {
  background: #1a180f;
  border: 1px solid #bc8a352e;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 4px 22px 0 #bc8a351c
}

.spk-det .mini-card-label {
  font-size: 13px;
  color: #BC8A35;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.spk-det .mini-card-text {
  font-size: 13px;
  color: #c8bfa8;
  line-height: 1.6
}

.spk-det .mini-card-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #BC8A35;
  text-decoration: none;
  border-bottom: 1px solid #bc8a354d;
  transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1), color .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk-det .mini-card-link:hover {
  color: #EDECDA;
  border-color: #EDECDA
}

.spk-det .band-divider-wide {
  height: 80px;
  background: linear-gradient(180deg, transparent 0%, #bc8a350f 40%, #bc8a350f 60%, transparent 100%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: relative;
  z-index: 1
}

.spk-det .art-img-bg-sec {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  overflow: hidden
}

.spk-det .art-img-bg-inner {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-image:url({{image_src}});
  filter: blur(2px) brightness(0.18)
}

.spk-det .art-img-bg-overlay {
  position: absolute;
  inset: 0;
  background: #13120eb8
}

.spk-det .art-img-bg-content {
  position: relative;
  z-index: 2;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.spk-det .bg-sec-heading {
  font-size: 38px;
  line-height: 1.2;
  color: #EDECDA;
  letter-spacing: -.02em;
  font-weight: 700;
  margin: 0 0 16px
}

.spk-det .bg-sec-heading .accent-colon {
  color: #BC8A35
}

.spk-det .bg-sec-text {
  font-size: 16px;
  line-height: 1.9;
  color: #c8bfa8;
  margin: 0
}

.spk-det .bg-sec-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.spk-det .bg-stat-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 4px;
  background: #bc8a3512;
  border: 1px solid #bc8a3521;
  transition: background .7s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden
}

.spk-det .bg-stat-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  background: #bc8a3514;
  transition: left .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk-det .bg-stat-row:hover::before {
  left: 0
}

.spk-det .bg-stat-label {
  font-size: 13px;
  color: #7a6a50;
  flex: 1;
  position: relative;
  z-index: 1
}

.spk-det .bg-stat-label strong {
  display: block;
  color: #D0B185;
  font-size: 16px;
  margin-bottom: 4px
}

.spk-det .art-cta-strip {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px
}

.spk-det .cta-inner {
  background: #bc8a350f;
  border: 1.5px solid #bc8a3533;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  box-shadow: 0 9px 36px 0 #bc8a351a;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px)
}

.spk-det .cta-text-col {
  flex: 1
}

.spk-det .cta-heading {
  font-size: 28px;
  line-height: 1.2;
  color: #EDECDA;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -.01em
}

.spk-det .cta-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #c8bfa8;
  margin: 0
}

.spk-det .cta-btn-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  border: 2px solid #BC8A35;
  border-radius: 4px;
  background: transparent;
  color: #BC8A35;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk-det .cta-btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  background: #BC8A35;
  transition: left .65s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0
}

.spk-det .cta-btn-primary:hover::after {
  left: 0
}

.spk-det .cta-btn-primary:hover {
  color: #13120e
}

.spk-det .cta-btn-primary span {
  position: relative;
  z-index: 1
}

.spk-det .art-reveal {
  opacity: 0;
  transform: scale(0.9);
  animation: revealIn .85s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.spk-det .art-reveal-delay1 {
  animation-delay: .1s
}

.spk-det .art-reveal-delay2 {
  animation-delay: .22s
}

.spk-det .art-reveal-delay3 {
  animation-delay: .36s
}

@keyframes revealIn {
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@media (max-width: 1024px) {
  .spk-det .art-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .spk-det .art-img-wrap {
    display: none
  }

  .spk-det .art-body-wrap {
    grid-template-columns: 1fr;
    padding: 40px;
    gap: 40px
  }

  .spk-det .art-sidebar {
    position: static
  }

  .spk-det .art-hero {
    padding: 80px 40px 40px
  }

  .spk-det .art-img-bg-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 40px
  }

  .spk-det .art-cta-strip {
    padding: 40px
  }

  .spk-det .cta-inner {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 640px) {
  .spk-det .art-hero {
    padding: 40px 16px 16px
  }

  .spk-det .art-h1 {
    font-size: 38px
  }

  .spk-det .art-body-wrap {
    padding: 16px
  }

  .spk-det .art-img-bg-content {
    padding: 0 16px
  }

  .spk-det .art-cta-strip {
    padding: 16px
  }

  .spk-det .cta-inner {
    padding: 16px
  }

  .spk-det .art-meta-row {
    flex-wrap: wrap;
    gap: 8px
  }
}

.abt-us {
  background: #13120e;
  color: #EDECDA;
  position: relative
}

.abt-us .pg-lead {
  position: relative;
  padding: 80px 40px 40px;
  overflow: hidden
}

.abt-us .pg-lead-inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative
}

.abt-us .lead-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #BC8A35;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.abt-us .lead-h1 {
  font-size: 66px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #EDECDA;
  margin: 0 0 16px;
  max-width: 820px
}

.abt-us .lead-h1 span {
  display: block
}

.abt-us .lead-desc {
  font-size: 21px;
  line-height: 1.6;
  color: #D0B185;
  max-width: 560px;
  margin: 0 0 40px
}

.abt-us .lead-img-band {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 340px;
  margin-top: 40px
}

.abt-us .lead-img-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px) saturate(0.85) brightness(0.75);
  transition: filter .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-us .lead-img-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(37deg, #bc8a352e 0%, transparent 70%);
  pointer-events: none
}

.abt-us .lead-dots {
  position: absolute;
  bottom: 40px;
  right: 40px;
  pointer-events: none
}

.abt-us .lead-dots span {
  display: block;
  border-radius: 50%;
  background: #BC8A35;
  opacity: .18;
  position: absolute
}

.abt-us .lead-dots .d1 {
  width: 6px;
  height: 6px;
  top: 0;
  left: 0
}

.abt-us .lead-dots .d2 {
  width: 10px;
  height: 10px;
  top: 14px;
  left: 20px;
  opacity: .12
}

.abt-us .lead-dots .d3 {
  width: 4px;
  height: 4px;
  top: 28px;
  left: 4px;
  opacity: .22
}

.abt-us .lead-dots .d4 {
  width: 8px;
  height: 8px;
  top: 6px;
  left: 40px;
  opacity: .1
}

.abt-us .lead-dots .d5 {
  width: 5px;
  height: 5px;
  top: 36px;
  left: 34px;
  opacity: .16
}

.abt-us .lead-bg-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.abt-us .lead-bg-dots span {
  display: block;
  border-radius: 50%;
  background: #D0B185;
  position: absolute;
  opacity: .06
}

.abt-us .lead-bg-dots .b1 {
  width: 180px;
  height: 180px;
  top: -40px;
  right: 80px
}

.abt-us .lead-bg-dots .b2 {
  width: 80px;
  height: 80px;
  top: 120px;
  right: 260px;
  opacity: .04
}

.abt-us .lead-bg-dots .b3 {
  width: 40px;
  height: 40px;
  bottom: 80px;
  left: 200px;
  opacity: .08
}

.abt-us .story-strip {
  padding: 80px 40px;
  background: linear-gradient(37deg, #bc8a3512 0%, transparent 60%);
  position: relative
}

.abt-us .story-strip-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.abt-us .story-left {
  flex: 0 0 420px;
  position: relative
}

.abt-us .story-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 480px;
  box-shadow: 0 9px 36px 0 #bc8a351a
}

.abt-us .story-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .9s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-us .story-img-wrap:hover img {
  transform: scale(1.03)
}

.abt-us .story-metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px
}

.abt-us .metric-cell {
  background: #edecda0a;
  border: 1px solid #bc8a352e;
  border-radius: 6px;
  padding: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 6px 0 #bc8a350f;
  transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-us .metric-cell:hover {
  border-color: #bc8a3566
}

.abt-us .metric-val {
  font-size: 38px;
  line-height: 1.2;
  color: #BC8A35;
  letter-spacing: -.02em;
  display: block
}

.abt-us .metric-lbl {
  font-size: 13px;
  line-height: 1.6;
  color: #D0B185;
  margin-top: 4px;
  display: block
}

.abt-us .story-right {
  flex: 1;
  min-width: 0
}

.abt-us .story-tag {
  font-size: 13px;
  letter-spacing: .1em;
  color: #BC8A35;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.abt-us .story-h2 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0 0 16px
}

.abt-us .story-h2 span {
  display: block
}

.abt-us .story-body {
  font-size: 16px;
  line-height: 1.9;
  color: #EDECDA;
  opacity: .82;
  margin: 0 0 16px
}

.abt-us .story-body-accent {
  font-size: 21px;
  line-height: 1.6;
  color: #D0B185;
  margin: 0 0 16px
}

.abt-us .story-checklist {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .story-checklist li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #EDECDA;
  opacity: .85
}

.abt-us .chk-box {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #BC8A35;
  border-radius: 4px;
  margin-top: 2px;
  position: relative;
  display: inline-block
}

.abt-us .chk-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 6px;
  height: 9px;
  border-right: 2px solid #BC8A35;
  border-bottom: 2px solid #BC8A35;
  transform: rotate(45deg)
}

.abt-us .team-strip {
  padding: 80px 40px;
  position: relative;
  background: #181710
}

.abt-us .team-strip-inner {
  max-width: 1366px;
  margin: 0 auto
}

.abt-us .team-strip-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px
}

.abt-us .team-h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0;
  max-width: 480px
}

.abt-us .team-h2 span {
  display: block
}

.abt-us .team-intro {
  font-size: 16px;
  line-height: 1.9;
  color: #EDECDA;
  opacity: .75;
  max-width: 400px;
  margin: 0
}

.abt-us .team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 16px;
  align-items: start
}

.abt-us .team-card {
  background: #edecda08;
  border: 1px solid #d0b18524;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 4px 22px 0 #bc8a351c;
  transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-us .team-card:hover {
  box-shadow: 0 9px 36px 0 #bc8a351a;
  border-color: #bc8a354d
}

.abt-us .team-portrait {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 16px
}

.abt-us .team-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-us .team-name {
  font-size: 21px;
  line-height: 1.2;
  color: #EDECDA;
  margin: 0 0 4px;
  letter-spacing: -.01em
}

.abt-us .team-role {
  font-size: 13px;
  color: #BC8A35;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px
}

.abt-us .team-bio {
  font-size: 16px;
  line-height: 1.6;
  color: #EDECDA;
  opacity: .72;
  margin: 0
}

.abt-us .team-feature-card {
  background: #bc8a3512;
  border: 1px solid #bc8a3538;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 22px 0 #bc8a351c;
  position: relative;
  overflow: hidden
}

.abt-us .team-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 50% 30%, #bc8a3521 0%, transparent 70%);
  pointer-events: none
}

.abt-us .feat-img-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.abt-us .feat-img-pair {
  display: flex;
  flex-direction: row;
  gap: 8px
}

.abt-us .feat-img-thumb {
  width: 120px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0
}

.abt-us .feat-img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-us .feat-img-tall {
  width: 140px;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0
}

.abt-us .feat-img-tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-us .feat-text {
  flex: 1
}

.abt-us .feat-h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #EDECDA;
  margin: 0 0 8px;
  letter-spacing: -.01em
}

.abt-us .feat-h3 span {
  display: block
}

.abt-us .feat-body {
  font-size: 16px;
  line-height: 1.9;
  color: #EDECDA;
  opacity: .78;
  margin: 0
}

.abt-us .feat-accent-line {
  font-size: 28px;
  line-height: 1.2;
  color: #BC8A35;
  letter-spacing: -.01em
}

.abt-us .feat-divider {
  height: 1px;
  background: linear-gradient(90deg, #bc8a354d 0%, transparent 100%);
  margin: 0
}

.abt-us .feat-approach {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .feat-approach-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #EDECDA;
  opacity: .8
}

.abt-us .feat-dot {
  width: 6px;
  height: 6px;
  min-width: 6px;
  background: #BC8A35;
  border-radius: 50%;
  margin-top: 8px
}

.abt-us .chevron-section {
  position: relative
}

.abt-us .chevron-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.abt-us .chevron-bg svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .035
}

.abt-us .abt-icon-spin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .6s steps(6, end)
}

.abt-us .abt-icon-spin:active {
  transform: rotate(360deg)
}

.abt-us .sep-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #bc8a3538 40%, #bc8a3538 60%, transparent 100%);
  margin: 0
}

.abt-us .grad-anim-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(37deg, #bc8a3517 0%, #13120e00 50%, #d0b1850f 100%);
  animation: gradshift 12s linear infinite alternate;
  pointer-events: none
}

@keyframes gradshift {
  0% {
    background: linear-gradient(37deg, #bc8a3517 0%, #13120e00 50%, #d0b1850f 100%)
  }

  33% {
    background: linear-gradient(97deg, #d0b18514 0%, #13120e00 50%, #bc8a3512 100%)
  }

  66% {
    background: linear-gradient(157deg, #bc8a3512 0%, #d0b1850d 50%, #13120e00 100%)
  }

  100% {
    background: linear-gradient(217deg, #d0b18517 0%, #13120e00 40%, #bc8a3514 100%)
  }
}

.abt-us .vignette-spot {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, #bc8a3517 0%, transparent 65%);
  pointer-events: none
}

@media (max-width: 900px) {
  .abt-us .lead-h1 {
    font-size: 38px
  }

  .abt-us .story-strip-inner {
    flex-direction: column;
    gap: 40px
  }

  .abt-us .story-left {
    flex: none;
    width: 100%
  }

  .abt-us .story-img-wrap {
    height: 260px;
    display: none
  }

  .abt-us .team-grid {
    grid-template-columns: 1fr
  }

  .abt-us .team-strip-top {
    flex-direction: column;
    align-items: flex-start
  }

  .abt-us .feat-img-row {
    flex-direction: column
  }

  .abt-us .team-portrait {
    display: none
  }

  .abt-us .lead-img-band {
    display: none
  }
}

@media (max-width: 600px) {
  .abt-us .pg-lead {
    padding: 40px 16px 16px
  }

  .abt-us .story-strip {
    padding: 40px 16px
  }

  .abt-us .team-strip {
    padding: 40px 16px
  }

  .abt-us .lead-h1 {
    font-size: 28px
  }

  .abt-us .story-h2 {
    font-size: 28px
  }

  .abt-us .story-metric-grid {
    grid-template-columns: 1fr 1fr
  }
}

.ctus {
  background: #0e0c09;
  min-height: 100vh;
  position: relative
}

.ctus .pg-lead {
  padding: 80px 40px;
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 40px;
  align-items: start
}

.ctus .lead-tag {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px
}

.ctus .lead-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #BC8A35;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.ctus .lead-label-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #BC8A35;
  flex-shrink: 0
}

.ctus .lead-heading {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0;
  display: flex;
  flex-direction: column
}

.ctus .lead-heading span {
  display: block
}

.ctus .lead-heading .wt-light {
  font-weight: 300;
  color: #D0B185;
  font-size: 38px
}

.ctus .lead-heading .wt-heavy {
  font-weight: 700
}

.ctus .lead-heading .wt-mid {
  font-weight: 500;
  font-size: 66px;
  color: #BC8A35
}

.ctus .lead-img-col {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center
}

.ctus .lead-img-frame {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden
}

.ctus .lead-img-frame::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(37deg, #bc8a358c 0%, transparent 60%);
  z-index: 1;
  pointer-events: none
}

.ctus .lead-img-frame::after {
  content: "";
  display: block;
  position: absolute;
  inset: 6px;
  border: 1px solid #bc8a3538;
  border-radius: 4px;
  z-index: 2;
  pointer-events: none
}

.ctus .lead-img-skeleton {
  width: 100%;
  height: 340px;
  background: #1a1510;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center
}

.ctus .lead-img-frame img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: contrast(1.15) saturate(0.1) brightness(0.82);
  border-radius: 6px;
  transition: filter .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus .lead-img-frame img:hover {
  filter: contrast(1.05) saturate(0.3) brightness(0.9)
}

.ctus .lead-geo {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px
}

.ctus .geo-card {
  background: #bc8a350f;
  border: 1px solid #bc8a352e;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 6px 0 #bc8a350f;
  transition: background .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative
}

.ctus .geo-card:hover {
  background: #bc8a351a;
  border-color: #bc8a3557
}

.ctus .geo-card-corner {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #BC8A35;
  color: #0e0c09;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 8px;
  border-radius: 0 6px 0 4px;
  text-transform: uppercase
}

.ctus .geo-lbl {
  font-size: 13px;
  color: #D0B185;
  letter-spacing: .08em;
  text-transform: uppercase
}

.ctus .geo-lbl span.colon {
  color: #BC8A35
}

.ctus .geo-val {
  font-size: 16px;
  color: #EDECDA;
  line-height: 1.6
}

.ctus .geo-val a {
  color: #D0B185;
  text-decoration: none;
  border-bottom: 1px solid #d0b1854d;
  transition: color .5s ease-in-out, border-color .5s ease-in-out
}

.ctus .geo-val a:hover {
  color: #BC8A35;
  border-color: #BC8A35
}

.ctus .lead-desc {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus .lead-desc-text {
  font-size: 16px;
  color: #edecdab8;
  line-height: 1.9;
  margin: 0
}

.ctus .lead-bar-wrap {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px
}

.ctus .bar-label-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.ctus .bar-lbl {
  font-size: 13px;
  color: #D0B185;
  letter-spacing: .06em
}

.ctus .bar-track {
  width: 100%;
  height: 6px;
  background: #bc8a3524;
  border-radius: 4px;
  position: relative;
  overflow: hidden
}

.ctus .bar-fill {
  height: 100%;
  background: linear-gradient(37deg, #BC8A35, #D0B185);
  border-radius: 4px;
  animation: barslide 1.1s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes barslide {
  from {
    width: 0
  }

  to {
    width: var(--bar-w)
  }
}

.ctus .bar-ends {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.ctus .bar-end-txt {
  font-size: 13px;
  color: #edecda73
}

.ctus .bar-end-txt.active {
  color: #BC8A35;
  font-weight: 600
}

.ctus .divider-asym {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.ctus .divider-asym .d-short {
  width: 40px;
  height: 1px;
  background: #bc8a3580;
  flex-shrink: 0
}

.ctus .divider-asym .d-long {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #bc8a3580, #bc8a350a)
}

.ctus .form-area {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 40px !important;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start
}

.ctus .form-col {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.ctus .form-heading {
  font-size: 28px;
  line-height: 1.2;
  color: #EDECDA;
  letter-spacing: -.01em;
  margin: 0;
  font-weight: 600
}

.ctus .form-sub {
  font-size: 16px;
  color: #edecdaa6;
  line-height: 1.6;
  margin: 8px 0 0
}

.ctus .cf {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctus .cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.ctus .cf-field {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .cf-field.full {
  grid-column: 1 / -1
}

.ctus .cf-lbl {
  font-size: 13px;
  color: #D0B185;
  letter-spacing: .07em;
  text-transform: uppercase
}

.ctus .cf-lbl .colon {
  color: #BC8A35
}

.ctus .cf-input-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center
}

.ctus .cf-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center
}

.ctus .cf-icon svg {
  width: 14px;
  height: 14px;
  fill: #bc8a358c
}

.ctus .cf-input-wrap input,
.ctus .cf-input-wrap select,
.ctus .cf-input-wrap textarea {
  width: 100%;
  background: #bc8a350d;
  border: 1px solid #bc8a3538;
  border-radius: 4px;
  color: #EDECDA;
  font-size: 16px;
  padding: 16px 16px 16px 44px;
  outline: none;
  transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1), background .6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: inset 0 2px 6px 0 #bc8a350a;
  -webkit-appearance: none;
  appearance: none
}

.ctus .cf-input-wrap input::placeholder,
.ctus .cf-input-wrap textarea::placeholder {
  color: #edecda4d
}

.ctus .cf-input-wrap input:focus,
.ctus .cf-input-wrap select:focus,
.ctus .cf-input-wrap textarea:focus {
  border-color: #BC8A35;
  background: #bc8a3517;
  box-shadow: 0 4px 22px 0 #bc8a351c inset 0 2px 6px 0 #bc8a350f
}

.ctus .cf-input-wrap textarea {
  min-height: 120px;
  resize: vertical;
  align-self: flex-start
}

.ctus .cf-input-wrap select {
  cursor: pointer;
  color: #edecdab3
}

.ctus .cf-input-wrap select option {
  background: #1a1510;
  color: #EDECDA
}

.ctus .cond-toggle-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus .cond-toggle-lbl {
  font-size: 13px;
  color: #edecda8c;
  line-height: 1.6
}

.ctus .cond-check-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.ctus .cond-check-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #BC8A35;
  cursor: pointer;
  flex-shrink: 0
}

.ctus .cond-check-row label {
  font-size: 13px;
  color: #edecdaa6;
  cursor: pointer;
  line-height: 1.6
}

.ctus .cond-fields {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: #bc8a350d;
  border: 1px solid #bc8a3526;
  border-radius: 4px;
  margin-top: 8px
}

.ctus .cond-fields.visible {
  display: flex
}

.ctus .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  background: #bc8a350a;
  border: 1px solid #bc8a3524;
  border-radius: 4px
}

.ctus .privacy-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #BC8A35;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.ctus .privacy-row label {
  font-size: 13px;
  color: #edecda99;
  line-height: 1.9;
  cursor: pointer
}

.ctus .privacy-row label a {
  color: #D0B185;
  text-decoration: none;
  border-bottom: 1px solid #d0b1854d;
  transition: color .5s ease-in-out
}

.ctus .privacy-row label a:hover {
  color: #BC8A35
}

.ctus .cf-submit-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.ctus .cf-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  border: 2px solid #BC8A35;
  border-radius: 4px;
  background: transparent;
  color: #BC8A35;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: color .65s cubic-bezier(0.22, 1, 0.36, 1), border-color .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus .cf-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #BC8A35;
  transition: right .65s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0
}

.ctus .cf-btn:hover::before {
  right: 0
}

.ctus .cf-btn:hover {
  color: #0e0c09
}

.ctus .cf-btn span {
  position: relative;
  z-index: 1
}

.ctus .cf-btn:focus-visible {
  outline: 2px solid #D0B185;
  outline-offset: 3px
}

.ctus .sidebar-col {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.ctus .sidebar-img-frame {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 9px 36px 0 #bc8a351a
}

.ctus .sidebar-img-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(37deg, #bc8a3573 0%, transparent 55%);
  z-index: 1;
  pointer-events: none
}

.ctus .sidebar-img-skeleton {
  width: 100%;
  height: 220px;
  background: #1a1510;
  display: flex;
  align-items: center;
  justify-content: center
}

.ctus .sidebar-img-frame img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: contrast(1.1) saturate(0.15) brightness(0.78);
  transition: filter .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus .sidebar-img-frame img:hover {
  filter: contrast(1.05) saturate(0.35) brightness(0.88)
}

.ctus .sidebar-card {
  background: #bc8a350f;
  border: 1px solid #bc8a352e;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 22px 0 #bc8a351c;
  position: relative
}

.ctus .sidebar-card-corner {
  position: absolute;
  top: -1px;
  left: -1px;
  background: #BC8A35;
  color: #0e0c09;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 8px;
  border-radius: 6px 0 4px 0;
  text-transform: uppercase
}

.ctus .sidebar-card-heading {
  font-size: 21px;
  color: #EDECDA;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 16px
}

.ctus .sidebar-detail-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0
}

.ctus .sidebar-detail-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  color: #edecdabf;
  line-height: 1.6;
  padding: 8px 0;
  border-bottom: 1px solid #bc8a351a
}

.ctus .sidebar-detail-list li:last-child {
  border-bottom: none
}

.ctus .sd-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center
}

.ctus .sd-icon svg {
  width: 14px;
  height: 14px;
  fill: #BC8A35
}

.ctus .sidebar-note {
  font-size: 13px;
  color: #edecda6b;
  line-height: 1.6;
  border-top: 1px solid #bc8a351f;
  padding-top: 16px
}

.ctus .reveal-blur {
  animation: revealblur .9s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes revealblur {
  from {
    opacity: 0;
    filter: blur(8px)
  }

  to {
    opacity: 1;
    filter: blur(0)
  }
}

.ctus .reveal-blur-delay {
  animation: revealblur .9s cubic-bezier(0.22, 1, 0.36, 1) .25s both
}

.ctus .typeout {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: typeout 1.4s steps(20, end) .1s both;
  max-width: 100%
}

@keyframes typeout {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

@media (max-width: 1024px) {
  .ctus .pg-lead {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto
  }

  .ctus .lead-tag {
    grid-column: 1 / 2;
    grid-row: 1 / 2
  }

  .ctus .lead-img-col {
    grid-column: 2 / 3;
    grid-row: 1 / 3
  }

  .ctus .lead-geo {
    grid-column: 1 / 2;
    grid-row: 2 / 3
  }

  .ctus .lead-desc {
    grid-column: 1 / 2;
    grid-row: 3 / 4
  }

  .ctus .lead-bar-wrap {
    grid-column: 2 / 3;
    grid-row: 3 / 4
  }

  .ctus .form-area {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .ctus .pg-lead {
    grid-template-columns: 1fr;
    padding: 40px 16px
  }

  .ctus .lead-img-col {
    display: none
  }

  .ctus .lead-tag {
    grid-column: 1;
    grid-row: auto
  }

  .ctus .lead-geo {
    grid-column: 1;
    grid-row: auto
  }

  .ctus .lead-desc {
    grid-column: 1;
    grid-row: auto
  }

  .ctus .lead-bar-wrap {
    grid-column: 1;
    grid-row: auto
  }

  .ctus .lead-heading {
    font-size: 38px
  }

  .ctus .lead-heading .wt-mid {
    font-size: 52px
  }

  .ctus .form-area {
    padding: 40px 16px !important;
    grid-template-columns: 1fr
  }

  .ctus .cf-row {
    grid-template-columns: 1fr
  }

  .ctus .cf-field.full {
    grid-column: 1
  }

  .ctus .sidebar-img-frame {
    display: none
  }

  .ctus .divider-asym {
    padding: 0 16px
  }
}

.frt {
  background: #18160f;
  color: #EDECDA;
  overflow-x: clip;
  position: relative
}

.frt .pg-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 40px
}

.frt .pg-divider span {
  flex: 1;
  height: 1px;
  background: #bc8a352e
}

.frt .pg-divider em {
  display: block;
  width: 48px;
  height: 2px;
  background: #BC8A35;
  border-radius: 0;
  flex-shrink: 0
}

.frt .tb {
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 40px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
  position: relative
}

.frt .tb-strip {
  width: 88px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  border-radius: 4px
}

.frt .tb-strip img {
  width: 88px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.28) brightness(0.82);
  display: block;
  border-radius: 4px;
  transition: filter .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.frt .tb-strip:hover img {
  filter: saturate(0.45) brightness(0.9)
}

.frt .tb-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding-left: 16px
}

.frt .tb-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #BC8A35;
  text-transform: uppercase;
  line-height: 1.2
}

.frt .tb-heading {
  font-size: 66px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #EDECDA;
  margin: 0;
  max-width: 720px
}

.frt .tb-heading strong {
  display: block;
  color: #BC8A35
}

.frt .tb-desc {
  font-size: 16px;
  line-height: 1.9;
  color: #D0B185;
  max-width: 520px;
  margin: 0;
  text-align: right;
  align-self: flex-end
}

.frt .tb-geo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #d0b18599;
  line-height: 1.2
}

.frt .tb-geo svg {
  flex-shrink: 0
}

.frt .tb-deco {
  position: absolute;
  top: 40px;
  right: 40px;
  pointer-events: none
}

.frt .tb-deco-rect {
  position: absolute;
  border: 1px solid #bc8a3521;
  border-radius: 0
}

.frt .lv {
  padding: 80px 0;
  background: linear-gradient(37deg, #bc8a3512 0%, transparent 100%)
}

.frt .lv-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start
}

.frt .lv-col-a {
  grid-column: 1
}

.frt .lv-col-b {
  grid-column: 2 / 4;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.frt .lv-eyebrow {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #BC8A35;
  margin-bottom: 16px;
  line-height: 1.2
}

.frt .lv-heading {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0 0 16px
}

.frt .lv-sub {
  font-size: 16px;
  line-height: 1.9;
  color: #edecdaa6;
  margin: 0
}

.frt .lv-metrics {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.frt .lv-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border: 1px solid #bc8a3533;
  border-radius: 6px;
  background: #bc8a350a;
  transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1), background .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.frt .lv-metric:hover {
  border-color: #bc8a3573;
  background: #bc8a3517
}

.frt .lv-metric-num {
  font-size: 38px;
  line-height: 1.2;
  color: #BC8A35;
  letter-spacing: -.02em
}

.frt .lv-metric-label {
  font-size: 13px;
  line-height: 1.6;
  color: #D0B185
}

.frt .lv-body {
  font-size: 16px;
  line-height: 1.9;
  color: #edecdab8;
  margin: 0
}

.frt .lv-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/4;
  background: #bc8a3514
}

.frt .lv-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.55) brightness(0.78);
  display: block;
  transition: filter .8s cubic-bezier(0.22, 1, 0.36, 1)
}

.frt .lv-img-wrap:hover img {
  filter: saturate(0.75) brightness(0.88)
}

.frt .av {
  padding: 80px 0;
  background: #1d1a11
}

.frt .av-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px
}

.frt .av-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 40px
}

.frt .av-heading {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -.025em;
  color: #EDECDA;
  margin: 0;
  max-width: 560px
}

.frt .av-intro {
  font-size: 16px;
  line-height: 1.9;
  color: #edecda99;
  max-width: 360px;
  margin: 0;
  text-align: right
}

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

.frt .av-card {
  background: #bc8a350d;
  border: 1px solid #bc8a3529;
  border-radius: 6px;
  padding: 40px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: border-color .65s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden
}

.frt .av-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #BC8A35);
  opacity: 0;
  transition: opacity .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.frt .av-card:hover {
  border-color: #bc8a3561
}

.frt .av-card:hover::before {
  opacity: 1
}

.frt .av-card-num {
  font-size: 52px;
  line-height: 1.2;
  color: #bc8a352e;
  letter-spacing: -.04em;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 16px
}

.frt .av-card-name {
  font-size: 21px;
  line-height: 1.2;
  color: #EDECDA;
  letter-spacing: -.01em;
  margin: 0
}

.frt .av-card-desc {
  font-size: 13px;
  line-height: 1.9;
  color: #d0b185bf;
  margin: 0
}

.frt .av-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #BC8A35;
  border: 1.5px solid #bc8a354d;
  border-radius: 4px;
  padding: 4px 8px;
  line-height: 1.2;
  align-self: flex-start;
  margin-top: auto
}

.frt .gr {
  padding: 80px 0;
  position: relative
}

.frt .gr::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(37deg, #bc8a350d 0%, transparent 60%);
  pointer-events: none
}

.frt .gr-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.frt .gr-left {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative
}

.frt .gr-deco {
  position: absolute;
  bottom: -40px;
  right: -40px;
  pointer-events: none
}

.frt .gr-deco-r {
  position: absolute;
  border: 1px solid #bc8a351a
}

.frt .gr-eyebrow {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #BC8A35;
  line-height: 1.2
}

.frt .gr-heading {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0
}

.frt .gr-desc {
  font-size: 16px;
  line-height: 1.9;
  color: #edecdaa6;
  margin: 0
}

.frt .gr-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.frt .gr-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 6px;
  transition: background .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.frt .gr-item:hover {
  background: #bc8a3512
}

.frt .gr-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1.5px solid #BC8A35;
  border-radius: 4px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center
}

.frt .gr-check svg {
  display: block
}

.frt .gr-item-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.frt .gr-item-label {
  font-size: 16px;
  line-height: 1.6;
  color: #EDECDA
}

.frt .gr-item-sub {
  font-size: 13px;
  line-height: 1.6;
  color: #d0b185b3
}

.frt .cd {
  padding: 80px 0;
  background: #201d13
}

.frt .cd-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 80px;
  align-items: center
}

.frt .cd-left {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.frt .cd-eyebrow {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #BC8A35;
  line-height: 1.2
}

.frt .cd-heading {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0
}

.frt .cd-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.frt .cd-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  line-height: 1.9;
  color: #edecdab8
}

.frt .cd-list li::before {
  content: '';
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: #BC8A35;
  margin-top: 10px;
  transform: rotate(45deg)
}

.frt .cd-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.frt .cd-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/4;
  background: #bc8a3512
}

.frt .cd-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.45) brightness(0.75);
  display: block;
  transition: filter .8s cubic-bezier(0.22, 1, 0.36, 1)
}

.frt .cd-img-wrap:hover img {
  filter: saturate(0.62) brightness(0.85)
}

.frt .cd-note {
  font-size: 13px;
  line-height: 1.6;
  color: #d0b1858c;
  text-align: center
}

.frt .ex {
  padding: 80px 0;
  position: relative
}

.frt .ex-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px
}

.frt .ex-heading {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #EDECDA;
  margin: 0 0 40px;
  max-width: 600px
}

.frt .ex-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.frt .ex-portrait-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.frt .ex-portrait-wrap {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #bc8a351a
}

.frt .ex-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.frt .ex-card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #bc8a3529;
  border-radius: 6px;
  background: #bc8a350a;
  transition: border-color .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.frt .ex-card:hover {
  border-color: #bc8a355c
}

.frt .ex-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.frt .ex-card-quote {
  font-size: 16px;
  line-height: 1.9;
  color: #edecdacc;
  margin: 0;
  font-style: italic
}

.frt .ex-card-name {
  font-size: 13px;
  line-height: 1.2;
  color: #BC8A35
}

.frt .ex-card-role {
  font-size: 13px;
  line-height: 1.2;
  color: #d0b1858c
}

.frt .ex-text-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center
}

.frt .ex-text-body {
  font-size: 16px;
  line-height: 1.9;
  color: #edecdaad;
  margin: 0
}

.frt .ex-img-wrap {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  background: #bc8a3512
}

.frt .ex-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.5) brightness(0.75);
  display: block;
  transition: filter .75s cubic-bezier(0.22, 1, 0.36, 1)
}

.frt .ex-img-wrap:hover img {
  filter: saturate(0.7) brightness(0.88)
}

.frt .hs {
  padding: 80px 0;
  background: #1d1a11
}

.frt .hs-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.frt .hs-left {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.frt .hs-eyebrow {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #BC8A35;
  line-height: 1.2
}

.frt .hs-heading {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0
}

.frt .hs-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.frt .hs-q {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bc8a351f
}

.frt .hs-q:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.frt .hs-q-label {
  font-size: 21px;
  line-height: 1.2;
  color: #D0B185;
  letter-spacing: -.01em
}

.frt .hs-q-ans {
  font-size: 16px;
  line-height: 1.9;
  color: #edecdaad;
  margin: 0
}

@keyframes flicker-bg {
  0% {
    opacity: 1
  }

  18% {
    opacity: .93
  }

  22% {
    opacity: 1
  }

  55% {
    opacity: .96
  }

  60% {
    opacity: 1
  }

  80% {
    opacity: .94
  }

  85% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}

.frt .av {
  animation: flicker-bg 9s steps(4, end) infinite
}

@media (max-width: 900px) {
  .frt .tb {
    padding: 40px 16px;
    gap: 16px
  }

  .frt .tb-strip {
    display: none
  }

  .frt .tb-heading {
    font-size: 38px
  }

  .frt .tb-desc {
    text-align: left;
    align-self: flex-start
  }

  .frt .lv-inner {
    grid-template-columns: 1fr;
    padding: 0 16px
  }

  .frt .lv-col-b {
    grid-column: 1
  }

  .frt .lv-img-wrap {
    display: none
  }

  .frt .av-inner {
    padding: 0 16px
  }

  .frt .av-top {
    flex-direction: column;
    align-items: flex-start
  }

  .frt .av-intro {
    text-align: left
  }

  .frt .av-grid {
    grid-template-columns: 1fr
  }

  .frt .gr-inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 16px
  }

  .frt .gr-left {
    flex: none
  }

  .frt .cd-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 16px
  }

  .frt .cd-img-wrap {
    display: none
  }

  .frt .ex-inner {
    padding: 0 16px
  }

  .frt .ex-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .frt .ex-img-wrap {
    display: none
  }

  .frt .hs-inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 16px
  }

  .frt .hs-left {
    flex: none
  }

  .frt .pg-divider {
    padding: 0 16px
  }
}

.srvs-pg {
  background: #141210;
  min-height: 100vh;
  overflow-x: clip;
  position: relative
}

.srvs-pg ::selection {
  background: #BC8A35;
  color: #EDECDA
}

.srvs-pg .pg-bound {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px
}

@keyframes warm-shift {
  0% {
    background-color: #141210
  }

  50% {
    background-color: #171410
  }

  100% {
    background-color: #141210
  }
}

@keyframes clip-expand {
  from {
    clip-path: inset(0 50% 0 50%)
  }

  to {
    clip-path: inset(0 0% 0 0%)
  }
}

@keyframes skeleton-fade {

  0%,
  100% {
    opacity: .5
  }

  50% {
    opacity: .9
  }
}

.srvs-pg .grain-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: .5
}

.srvs-pg .diag-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(37deg, #BC8A35, transparent 60%);
  margin: 0;
  border: none
}

.srvs-pg .diag-divider.alt {
  background: linear-gradient(37deg, transparent 40%, #D0B185)
}

.srvs-pg .diag-divider.mid {
  background: linear-gradient(37deg, transparent 20%, #BC8A35 50%, transparent 80%)
}

.srvs-pg .tb {
  position: relative;
  padding: 80px 0;
  animation: warm-shift 14s ease-in-out infinite;
  border-top: 1px solid #bc8a351f;
  border-bottom: 1px solid #bc8a351f;
  overflow: hidden
}

.srvs-pg .tb-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 80px
}

.srvs-pg .tb-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 2
}

.srvs-pg .tb-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #BC8A35;
  line-height: 1.2
}

.srvs-pg .tb-h1 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0
}

.srvs-pg .tb-h1 .punct {
  color: #BC8A35
}

.srvs-pg .tb-desc {
  font-size: 16px;
  line-height: 1.9;
  color: #a89878;
  margin: 0;
  max-width: 480px
}

.srvs-pg .tb-img-col {
  flex: 0 0 380px;
  position: relative;
  z-index: 2
}

.srvs-pg .tb-img-wrap {
  width: 100%;
  height: 340px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 9px 36px 0 #bc8a351a
}

.srvs-pg .tb-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 30%, transparent 40%, #1412108c 100%);
  pointer-events: none;
  border-radius: 6px
}

.srvs-pg .tb-img-skeleton {
  position: absolute;
  inset: 0;
  background: #2a2318;
  animation: skeleton-fade 1.6s steps(4, end) infinite;
  border-radius: 6px;
  z-index: 1
}

.srvs-pg .tb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  display: block;
  position: relative;
  z-index: 2;
  transition: transform .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.srvs-pg .tb-img-wrap:hover .tb-img {
  transform: scale(1.04)
}

.srvs-pg .tb-deco {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 220px;
  height: 220px;
  border-radius: 4px;
  border: 1px solid #bc8a351a;
  pointer-events: none;
  z-index: 1;
  transform: rotate(18deg)
}

.srvs-pg .tb-deco-inner {
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 140px;
  height: 140px;
  border-radius: 4px;
  border: 1px solid #d0b18514;
  pointer-events: none;
  z-index: 1;
  transform: rotate(10deg)
}

.srvs-pg .srv-list {
  padding: 80px 0;
  background: linear-gradient(180deg, #141210 0%, #1a1612 100%);
  position: relative
}

.srvs-pg .srv-list-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 40px
}

.srvs-pg .srv-list-h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0;
  flex: 0 0 auto
}

.srvs-pg .srv-list-h2 span {
  display: block
}

.srvs-pg .srv-list-intro {
  font-size: 16px;
  line-height: 1.9;
  color: #8a7a62;
  margin: 0;
  max-width: 420px;
  flex: 1 1 0;
  padding-bottom: 4px
}

.srvs-pg .srv-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.srvs-pg .srv-card {
  background: #bc8a350a;
  border: 1px solid #bc8a351a;
  border-radius: 6px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  box-shadow: 0 4px 22px 0 #bc8a350f;
  transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden
}

.srvs-pg .srv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(37deg, #BC8A35, transparent);
  border-radius: 6px 6px 0 0;
  opacity: 0;
  transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.srvs-pg .srv-card:hover {
  border-color: #bc8a3547;
  box-shadow: 0 9px 36px 0 #bc8a351a
}

.srvs-pg .srv-card:hover::before {
  opacity: 1
}

.srvs-pg .srv-card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.srvs-pg .srv-card-icon svg {
  width: 28px;
  height: 28px
}

.srvs-pg .srv-card-h3 {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #EDECDA;
  margin: 0
}

.srvs-pg .srv-card-h3 span {
  display: block
}

.srvs-pg .srv-card-body {
  font-size: 16px;
  line-height: 1.9;
  color: #8a7a62;
  margin: 0
}

.srvs-pg .srv-card-feat {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px
}

.srvs-pg .srv-card-feat li {
  font-size: 13px;
  line-height: 1.6;
  color: #a89878;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.srvs-pg .srv-card-feat li::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1.5px solid #bc8a3580;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 1px;
  background: #bc8a3514;
  position: relative
}

.srvs-pg .srv-card-feat li.checked::before {
  background: #bc8a3538;
  border-color: #BC8A35;
  box-shadow: inset 0 1px 3px 0 #bc8a352e
}

.srvs-pg .srv-card-num {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 52px;
  line-height: 1.2;
  color: #bc8a350f;
  letter-spacing: -.04em;
  pointer-events: none;
  user-select: none
}

.srvs-pg .feat-blk {
  padding: 80px 0;
  background: linear-gradient(180deg, #1a1612 0%, #141210 100%);
  position: relative
}

.srvs-pg .feat-blk-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px
}

.srvs-pg .feat-sidebar {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  background: #bc8a350d;
  border: 1px solid #bc8a351a;
  border-radius: 6px;
  box-shadow: 0 1px 6px 0 #bc8a350f
}

.srvs-pg .feat-sidebar-label {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #BC8A35;
  line-height: 1.2
}

.srvs-pg .feat-sidebar-h4 {
  font-size: 21px;
  line-height: 1.2;
  color: #EDECDA;
  margin: 0;
  letter-spacing: -.01em
}

.srvs-pg .feat-sidebar-h4 span {
  display: block
}

.srvs-pg .feat-sidebar-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid #bc8a351a
}

.srvs-pg .feat-sidebar-stat-val {
  font-size: 38px;
  line-height: 1.2;
  color: #BC8A35;
  letter-spacing: -.03em
}

.srvs-pg .feat-sidebar-stat-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #7a6e5a
}

.srvs-pg .feat-sidebar-portrait {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #bc8a351a
}

.srvs-pg .feat-portrait-img-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 4px 22px 0 #bc8a351c
}

.srvs-pg .feat-portrait-skeleton {
  position: absolute;
  inset: 0;
  background: #2a2318;
  animation: skeleton-fade 1.6s steps(4, end) infinite;
  z-index: 1;
  border-radius: 50%
}

.srvs-pg .feat-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
  z-index: 2
}

.srvs-pg .feat-portrait-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srvs-pg .feat-portrait-name {
  font-size: 16px;
  line-height: 1.2;
  color: #EDECDA
}

.srvs-pg .feat-portrait-role {
  font-size: 13px;
  line-height: 1.6;
  color: #7a6e5a
}

.srvs-pg .feat-main {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.srvs-pg .feat-main-top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.srvs-pg .feat-main-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.srvs-pg .feat-main-h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0
}

.srvs-pg .feat-main-h2 span {
  display: block
}

.srvs-pg .feat-main-body {
  font-size: 16px;
  line-height: 1.9;
  color: #8a7a62;
  margin: 0
}

.srvs-pg .feat-main-img-wrap {
  flex: 0 0 280px;
  height: 220px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 9px 36px 0 #bc8a351a
}

.srvs-pg .feat-main-img-skeleton {
  position: absolute;
  inset: 0;
  background: #2a2318;
  animation: skeleton-fade 1.6s steps(4, end) infinite;
  z-index: 1;
  border-radius: 6px
}

.srvs-pg .feat-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
  z-index: 2;
  transition: transform .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.srvs-pg .feat-main-img-wrap:hover .feat-main-img {
  transform: scale(1.05)
}

.srvs-pg .feat-img2-wrap {
  width: 100%;
  height: 240px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 22px 0 #bc8a351c
}

.srvs-pg .feat-img2-skeleton {
  position: absolute;
  inset: 0;
  background: #2a2318;
  animation: skeleton-fade 1.6s steps(4, end) infinite;
  z-index: 1;
  border-radius: 6px
}

.srvs-pg .feat-img2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
  z-index: 2;
  transition: transform .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.srvs-pg .feat-img2-wrap:hover .feat-img2 {
  transform: scale(1.04)
}

.srvs-pg .feat-process {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.srvs-pg .feat-process-label {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #BC8A35;
  line-height: 1.2;
  margin-bottom: 8px
}

.srvs-pg .feat-steps {
  display: flex;
  flex-direction: row;
  gap: 8px
}

.srvs-pg .feat-step {
  flex: 1 1 0;
  background: #bc8a350a;
  border: 1px solid #bc8a351a;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background .6s ease-in-out, border-color .6s ease-in-out
}

.srvs-pg .feat-step:hover {
  background: #bc8a3514;
  border-color: #bc8a3538
}

.srvs-pg .feat-step-num {
  font-size: 28px;
  line-height: 1.2;
  color: #bc8a354d;
  letter-spacing: -.03em
}

.srvs-pg .feat-step-title {
  font-size: 13px;
  line-height: 1.6;
  color: #EDECDA;
  letter-spacing: .02em
}

.srvs-pg .feat-step-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #7a6e5a;
  margin: 0
}

.srvs-pg .cta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 8px
}

.srvs-pg .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  font-size: 16px;
  line-height: 1.2;
  color: #BC8A35;
  background: transparent;
  border: 2px solid #BC8A35;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none
}

.srvs-pg .btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100%;
  background: #BC8A35;
  transition: right .6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0
}

.srvs-pg .btn-primary:hover {
  color: #141210;
  border-color: #BC8A35
}

.srvs-pg .btn-primary:hover::after {
  right: 0
}

.srvs-pg .btn-primary span {
  position: relative;
  z-index: 1
}

.srvs-pg .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  font-size: 16px;
  line-height: 1.2;
  color: #D0B185;
  background: transparent;
  border: 1.5px solid #d0b18540;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .7s ease-in-out, border-color .7s ease-in-out;
  text-decoration: none
}

.srvs-pg .btn-secondary::after {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100%;
  background: #d0b1851f;
  transition: right .7s ease-in-out;
  z-index: 0
}

.srvs-pg .btn-secondary:hover {
  border-color: #d0b18580
}

.srvs-pg .btn-secondary:hover::after {
  right: 0
}

.srvs-pg .btn-secondary span {
  position: relative;
  z-index: 1
}

@media (max-width: 900px) {
  .srvs-pg .tb-inner {
    flex-direction: column;
    gap: 40px
  }

  .srvs-pg .tb-img-col {
    flex: 0 0 auto;
    display: none
  }

  .srvs-pg .srv-cards {
    grid-template-columns: 1fr
  }

  .srvs-pg .srv-list-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .srvs-pg .feat-blk-inner {
    flex-direction: column
  }

  .srvs-pg .feat-sidebar {
    flex: 0 0 auto
  }

  .srvs-pg .feat-main-top {
    flex-direction: column
  }

  .srvs-pg .feat-main-img-wrap {
    flex: 0 0 auto;
    width: 100%;
    display: none
  }

  .srvs-pg .feat-steps {
    flex-direction: column
  }

  .srvs-pg .pg-bound {
    padding: 0 16px
  }

  .srvs-pg .tb-h1 {
    font-size: 38px
  }

  .srvs-pg .feat-main-h2 {
    font-size: 28px
  }

  .srvs-pg .cta-row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 600px) {
  .srvs-pg .srv-list-h2 {
    font-size: 28px
  }

  .srvs-pg .srv-card {
    padding: 16px
  }

  .srvs-pg .feat-sidebar {
    padding: 16px
  }
}

.cs-pg {
  background: #18160f;
  color: #EDECDA;
  overflow-x: hidden;
  position: relative
}

.cs-pg ::selection {
  background: #BC8A35;
  color: #18160f
}

.cs-pg .divider {
  display: flex;
  align-items: center;
  gap: 0;
  height: 1px;
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 40px
}

.cs-pg .divider span {
  flex: 1;
  height: 1px;
  background: #bc8a352e
}

.cs-pg .divider em {
  width: 48px;
  height: 2px;
  background: #BC8A35;
  display: block;
  font-style: normal
}

.cs-pg .pg-band {
  background: linear-gradient(37deg, #bc8a3538 0%, transparent 100%);
  border-bottom: 1px solid #bc8a3526;
  position: relative
}

.cs-pg .pg-band-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  position: relative
}

.cs-pg .pg-band-text {
  flex: 1
}

.cs-pg .pg-band-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #BC8A35;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block
}

.cs-pg .pg-band-h1 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #EDECDA;
  margin: 0 0 16px
}

.cs-pg .pg-band-h1 strong {
  display: block;
  color: #D0B185
}

.cs-pg .pg-band-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #edecdab8;
  max-width: 520px;
  margin: 0
}

.cs-pg .pg-band-img-col {
  flex: 0 0 340px;
  position: relative
}

.cs-pg .pg-band-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 9px 36px 0 #bc8a351a
}

.cs-pg .pg-band-img-wrap img {
  width: 340px;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.cs-pg .pg-band-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 20%, #bc8a3547 0%, transparent 60%), radial-gradient(ellipse at 80% 80%, #18160fb3 0%, transparent 60%);
  pointer-events: none;
  border-radius: 10px
}

.cs-pg .pg-band-corner-tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  pointer-events: none
}

.cs-pg .pg-band-corner-br {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  pointer-events: none
}

.cs-pg .pg-band-corner-tl svg,
.cs-pg .pg-band-corner-br svg {
  display: block
}

.cs-pg .img-skel {
  background: #bc8a3514;
  position: absolute;
  inset: 0;
  border-radius: 10px;
  z-index: 1;
  transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.cs-pg .img-skel.loaded {
  opacity: 0;
  pointer-events: none
}

.cs-pg .pg-band-img-wrap img.loaded+.img-skel {
  opacity: 0
}

.cs-pg .cards-row-section {
  padding: 80px 0;
  background: #18160f
}

.cs-pg .cards-row-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px
}

.cs-pg .cards-row-header {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px
}

.cs-pg .cards-row-h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0
}

.cs-pg .cards-row-h2 span {
  display: block
}

.cs-pg .cards-row-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #edecda99;
  max-width: 340px;
  margin: 0;
  text-align: right
}

.cs-pg .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.cs-pg .case-card {
  background: #edecda0a;
  border: 2px solid #bc8a352e;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 22px 0 #bc8a351c;
  transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden
}

.cs-pg .case-card:hover {
  border-color: #bc8a3585;
  box-shadow: 0 9px 36px 0 #bc8a351a
}

.cs-pg .case-card-tag {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #BC8A35;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.cs-pg .case-card-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #BC8A35;
  display: inline-block;
  flex-shrink: 0
}

.cs-pg .case-card-h3 {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #EDECDA;
  margin: 0
}

.cs-pg .case-card-body {
  font-size: 16px;
  line-height: 1.6;
  color: #edecdaad;
  margin: 0;
  flex: 1
}

.cs-pg .case-card-meta {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-top: 8px;
  border-top: 1px solid #bc8a351f
}

.cs-pg .case-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cs-pg .case-meta-label {
  font-size: 13px;
  color: #edecda73;
  letter-spacing: .06em;
  text-transform: uppercase
}

.cs-pg .case-meta-val {
  font-size: 16px;
  color: #D0B185;
  font-weight: 600
}

.cs-pg .case-card-reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: revealUp .7s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.cs-pg .case-card-reveal:nth-child(1) {
  animation-delay: .08s
}

.cs-pg .case-card-reveal:nth-child(2) {
  animation-delay: .22s
}

.cs-pg .case-card-reveal:nth-child(3) {
  animation-delay: .36s
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.cs-pg .complex-section {
  padding: 80px 0;
  background: linear-gradient(37deg, #bc8a3517 0%, transparent 100%);
  border-top: 1px solid #bc8a351a;
  border-bottom: 1px solid #bc8a351a
}

.cs-pg .complex-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px
}

.cs-pg .complex-three-col {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 40px;
  align-items: start
}

.cs-pg .complex-left {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cs-pg .complex-left-h2 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #EDECDA;
  margin: 0
}

.cs-pg .complex-left-h2 span {
  display: block
}

.cs-pg .complex-left-body {
  font-size: 16px;
  line-height: 1.6;
  color: #edecdaa6;
  margin: 0
}

.cs-pg .complex-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 9px 36px 0 #bc8a351a
}

.cs-pg .complex-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block
}

.cs-pg .complex-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(37deg, #bc8a3533 0%, transparent 70%);
  mix-blend-mode: multiply;
  pointer-events: none
}

.cs-pg .complex-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cs-pg .stats-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cs-pg .stat-bar-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cs-pg .stat-bar-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.cs-pg .stat-bar-name {
  font-size: 13px;
  color: #edecda99;
  text-transform: uppercase;
  letter-spacing: .07em
}

.cs-pg .stat-bar-pct {
  font-size: 13px;
  color: #BC8A35;
  font-weight: 700
}

.cs-pg .stat-bar-track {
  height: 4px;
  background: #bc8a351f;
  border-radius: 4px;
  overflow: hidden
}

.cs-pg .stat-bar-fill {
  height: 4px;
  background: linear-gradient(90deg, #BC8A35, #D0B185);
  border-radius: 4px;
  width: 0;
  animation: barGrow 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.cs-pg .stat-bar-fill.w82 {
  animation-delay: .1s;
  --bar-w: 82%
}

.cs-pg .stat-bar-fill.w67 {
  animation-delay: .25s;
  --bar-w: 67%
}

.cs-pg .stat-bar-fill.w91 {
  animation-delay: .4s;
  --bar-w: 91%
}

.cs-pg .stat-bar-fill.w74 {
  animation-delay: .55s;
  --bar-w: 74%
}

@keyframes barGrow {
  to {
    width: var(--bar-w)
  }
}

.cs-pg .complex-metrics-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 8px
}

.cs-pg .metric-box {
  flex: 1;
  background: #bc8a3512;
  border: 1px solid #bc8a352e;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 1px 6px 0 #bc8a350f
}

.cs-pg .metric-num {
  font-size: 28px;
  line-height: 1.2;
  color: #D0B185;
  font-weight: 700;
  letter-spacing: -.02em
}

.cs-pg .metric-desc {
  font-size: 13px;
  color: #edecda8c;
  line-height: 1.6
}

.cs-pg .visual-indicator {
  margin-top: 16px;
  background: #edecda08;
  border: 1px solid #bc8a3524;
  border-radius: 6px;
  padding: 16px
}

.cs-pg .vi-label {
  font-size: 13px;
  color: #edecda73;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px
}

.cs-pg .vi-dots {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.cs-pg .vi-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bc8a352e;
  transition: background .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.cs-pg .vi-dot.active {
  background: #BC8A35
}

.cs-pg .reviews-section {
  padding: 80px 0;
  background: #18160f
}

.cs-pg .reviews-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px
}

.cs-pg .reviews-header {
  margin-bottom: 40px
}

.cs-pg .reviews-h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0 0 8px
}

.cs-pg .reviews-sub {
  font-size: 16px;
  color: #edecda8c;
  margin: 0;
  line-height: 1.6
}

.cs-pg .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.cs-pg .review-card {
  background: #edecda08;
  border: 2px solid #bc8a3524;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 22px 0 #bc8a351c;
  transition: border-color .65s ease-in-out;
  position: relative
}

.cs-pg .review-card:hover {
  border-color: #bc8a3566
}

.cs-pg .review-quote-mark {
  width: 28px;
  height: 20px;
  opacity: .35;
  flex-shrink: 0
}

.cs-pg .review-text {
  font-size: 16px;
  line-height: 1.9;
  color: #edecdac7;
  margin: 0;
  flex: 1
}

.cs-pg .review-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #bc8a351a
}

.cs-pg .review-portrait {
  width: 48px;
  height: 64px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 22px 0 #bc8a351c
}

.cs-pg .review-portrait img {
  width: 48px;
  height: 64px;
  object-fit: cover;
  object-position: center;
  display: block
}

.cs-pg .review-name {
  font-size: 16px;
  color: #D0B185;
  font-weight: 600;
  margin: 0 0 4px
}

.cs-pg .review-role {
  font-size: 13px;
  color: #edecda73;
  margin: 0
}

.cs-pg .review-no-portrait {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #bc8a3524;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cs-pg .review-no-portrait svg {
  opacity: .5
}

.cs-pg .checklist-section {
  padding: 80px 0;
  background: linear-gradient(37deg, #d0b18512 0%, transparent 100%);
  border-top: 1px solid #bc8a351a
}

.cs-pg .checklist-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.cs-pg .checklist-left {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cs-pg .checklist-h2 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin: 0
}

.cs-pg .checklist-h2 span {
  display: block
}

.cs-pg .checklist-body {
  font-size: 16px;
  line-height: 1.6;
  color: #edecda9e;
  margin: 0
}

.cs-pg .checklist-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 16px;
  box-shadow: 0 9px 36px 0 #bc8a351a;
  position: relative
}

.cs-pg .checklist-img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block
}

.cs-pg .checklist-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(37deg, #bc8a352e 0%, transparent 65%);
  mix-blend-mode: multiply;
  pointer-events: none
}

.cs-pg .checklist-right {
  flex: 1
}

.cs-pg .checklist-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cs-pg .checklist-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #edecda08;
  border: 1px solid #bc8a351f;
  border-radius: 6px;
  opacity: 0;
  transform: translateX(20px);
  animation: slideInItem .65s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.cs-pg .checklist-item:nth-child(1) {
  animation-delay: .05s
}

.cs-pg .checklist-item:nth-child(2) {
  animation-delay: .15s
}

.cs-pg .checklist-item:nth-child(3) {
  animation-delay: .25s
}

.cs-pg .checklist-item:nth-child(4) {
  animation-delay: .35s
}

.cs-pg .checklist-item:nth-child(5) {
  animation-delay: .45s
}

.cs-pg .checklist-item:nth-child(6) {
  animation-delay: .55s
}

@keyframes slideInItem {
  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.cs-pg .check-box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #BC8A35;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px
}

.cs-pg .check-box svg {
  display: block
}

.cs-pg .checklist-item-text {
  flex: 1
}

.cs-pg .checklist-item-h {
  font-size: 16px;
  color: #D0B185;
  font-weight: 600;
  margin: 0 0 4px
}

.cs-pg .checklist-item-desc {
  font-size: 13px;
  color: #edecda8c;
  line-height: 1.6;
  margin: 0
}

@media (max-width: 1024px) {
  .cs-pg .pg-band-img-col {
    display: none
  }

  .cs-pg .complex-three-col {
    grid-template-columns: 1fr
  }

  .cs-pg .cards-grid {
    grid-template-columns: 1fr 1fr
  }

  .cs-pg .reviews-grid {
    grid-template-columns: 1fr 1fr
  }

  .cs-pg .checklist-inner {
    flex-direction: column;
    gap: 40px
  }

  .cs-pg .checklist-left {
    flex: none;
    width: 100%
  }
}

@media (max-width: 700px) {
  .cs-pg .pg-band-h1 {
    font-size: 38px
  }

  .cs-pg .cards-grid {
    grid-template-columns: 1fr
  }

  .cs-pg .reviews-grid {
    grid-template-columns: 1fr
  }

  .cs-pg .cards-row-header {
    flex-direction: column;
    align-items: flex-start
  }

  .cs-pg .cards-row-sub {
    text-align: left;
    max-width: 100%
  }

  .cs-pg .complex-metrics-row {
    flex-direction: column
  }

  .cs-pg .pg-band-inner {
    padding: 40px 16px
  }

  .cs-pg .cards-row-inner,
  .cs-pg .complex-inner,
  .cs-pg .reviews-inner,
  .cs-pg .checklist-inner {
    padding: 0 16px
  }
}

.spk {
  background: #18160f;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative
}

.spk .pg-cap {
  position: relative;
  width: 100%;
  overflow: hidden
}

.spk .pg-cap-bg {
  position: relative;
  padding: 80px 40px;
  background: linear-gradient(37deg, #2a1f08, #1a1408, #0f0d07, #2a1f08, #1a1408);
  background-size: 400% 400%;
  animation: gradshift 9s steps(6, end) infinite
}

@keyframes gradshift {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.spk .pg-cap-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  opacity: .18;
  pointer-events: none
}

.spk .pg-cap-inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.spk .pg-cap-label {
  display: inline-block;
  font-size: 13px;
  color: #BC8A35;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  border: 1.5px solid #bc8a3559;
  padding: 4px 16px;
  border-radius: 4px
}

.spk .pg-cap-h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #EDECDA;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  max-width: 640px
}

.spk .pg-cap-h1 span {
  display: block
}

.spk .pg-cap-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #D0B185;
  max-width: 480px;
  margin: 0
}

.spk .pg-cap-deco {
  position: absolute;
  right: 80px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: .22
}

.spk .pg-cap-deco span {
  display: block;
  height: 2px;
  background: #BC8A35;
  border-radius: 0
}

.spk .pg-cap-deco span:nth-child(1) {
  width: 40px
}

.spk .pg-cap-deco span:nth-child(2) {
  width: 28px
}

.spk .pg-cap-deco span:nth-child(3) {
  width: 18px
}

.spk .pg-cap-deco span:nth-child(4) {
  width: 10px
}

.spk .arc-div {
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 0
}

.spk .arc-div svg {
  display: block;
  width: 100%;
  height: 48px
}

.spk .posts-area {
  padding: 80px 40px;
  background: #18160f
}

.spk .posts-area-inner {
  max-width: 1366px;
  margin: 0 auto
}

.spk .posts-area-top {
  margin-bottom: 40px
}

.spk .posts-area-top h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #EDECDA;
  letter-spacing: -.01em;
  margin: 0 0 8px
}

.spk .posts-area-top p {
  font-size: 16px;
  line-height: 1.6;
  color: #D0B185;
  margin: 0
}

.spk .cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.spk .post-card {
  background: #bc8a350a;
  border: 1px solid #bc8a3524;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 22px 0 #bc8a351c;
  transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .7s cubic-bezier(0.22, 1, 0.36, 1);
  filter: blur(0);
  animation: sharpload .8s steps(5, end) both
}

@keyframes sharpload {
  0% {
    filter: blur(6px);
    opacity: .4
  }

  100% {
    filter: blur(0);
    opacity: 1
  }
}

.spk .post-card:hover {
  border-color: #bc8a3566;
  box-shadow: 0 9px 36px 0 #bc8a351a
}

.spk .post-card-img-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  background: #23200f;
  overflow: hidden
}

.spk .post-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk .post-card-img-wrap img.loaded {
  opacity: 1
}

.spk .post-card-img-wrap .img-skel {
  position: absolute;
  inset: 0;
  background: linear-gradient(37deg, #23200f, #2e2910);
  transition: opacity .6s ease-in-out
}

.spk .post-card-img-wrap .img-skel.hidden {
  opacity: 0;
  pointer-events: none
}

.spk .post-card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 13px;
  color: #18160f;
  background: #BC8A35;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase
}

.spk .post-card-body {
  padding: 16px 16px 8px;
  flex: 1;
  display: flex;
  flex-direction: column
}

.spk .post-card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px
}

.spk .post-card-cat {
  font-size: 13px;
  color: #BC8A35;
  letter-spacing: .08em;
  text-transform: uppercase
}

.spk .post-card-read {
  font-size: 13px;
  color: #d0b18599;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.spk .post-card-read svg {
  width: 12px;
  height: 12px;
  fill: #d0b18580
}

.spk .post-card-h {
  font-size: 21px;
  line-height: 1.2;
  color: #EDECDA;
  letter-spacing: -.01em;
  margin: 0 0 8px
}

.spk .post-card-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #d0b185cc;
  margin: 0 0 16px;
  flex: 1
}

.spk .post-card-foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 16px;
  border-top: 1px solid #bc8a351a
}

.spk .post-card-author {
  font-size: 13px;
  color: #D0B185
}

.spk .post-card-author strong {
  color: #EDECDA;
  font-weight: 600
}

.spk .post-card-stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.spk .post-card-date {
  font-size: 13px;
  color: #d0b18580
}

.spk .post-card-likes {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #bc8a35b3
}

.spk .post-card-likes svg {
  width: 13px;
  height: 13px;
  fill: #bc8a3599
}

.spk .post-card-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 0 16px 16px;
  font-size: 13px;
  color: #BC8A35;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 2px solid #BC8A35;
  padding: 8px 16px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: color .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk .post-card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #BC8A35;
  transform: translateX(100%);
  transition: transform .7s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0
}

.spk .post-card-link:hover {
  color: #18160f
}

.spk .post-card-link:hover::after {
  transform: translateX(0)
}

.spk .post-card-link span {
  position: relative;
  z-index: 1
}

.spk .post-card-link svg {
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  fill: currentColor;
  transition: fill .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk .arc-div2 {
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 0
}

.spk .arc-div2 svg {
  display: block;
  width: 100%;
  height: 48px
}

.spk .about-area {
  padding: 80px 40px;
  background: linear-gradient(37deg, #1e1a0a, #141208);
  position: relative;
  overflow: hidden
}

.spk .about-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at 80% 20%, #bc8a3512 0%, transparent 70%);
  pointer-events: none
}

.spk .about-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1
}

.spk .about-txt h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #EDECDA;
  letter-spacing: -.02em;
  margin: 0 0 16px
}

.spk .about-txt h2 span {
  display: block
}

.spk .about-txt p {
  font-size: 16px;
  line-height: 1.9;
  color: #d0b185d9;
  margin: 0 0 16px
}

.spk .about-txt p:last-child {
  margin-bottom: 0
}

.spk .about-img-col {
  position: relative
}

.spk .about-img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 9px 36px 0 #bc8a351a
}

.spk .about-img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk .about-img-wrap img.loaded {
  opacity: 1
}

.spk .about-img-skel {
  position: absolute;
  inset: 0;
  background: linear-gradient(37deg, #23200f, #2e2910);
  border-radius: 10px;
  transition: opacity .6s ease-in-out
}

.spk .about-img-skel.hidden {
  opacity: 0;
  pointer-events: none
}

.spk .about-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: #BC8A35;
  color: #18160f;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 4px 22px 0 #bc8a351c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 100px
}

.spk .about-badge strong {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #18160f
}

.spk .about-badge span {
  font-size: 13px;
  color: #18160fbf;
  text-align: center;
  line-height: 1.2
}

.spk .arc-div3 {
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 0
}

.spk .arc-div3 svg {
  display: block;
  width: 100%;
  height: 48px
}

.spk .topics-area {
  padding: 80px 40px;
  background: #18160f
}

.spk .topics-inner {
  max-width: 1366px;
  margin: 0 auto
}

.spk .topics-head {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px
}

.spk .topics-head h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #EDECDA;
  letter-spacing: -.02em;
  margin: 0
}

.spk .topics-head h2 span {
  display: block
}

.spk .topics-head p {
  font-size: 16px;
  line-height: 1.6;
  color: #d0b185bf;
  margin: 0;
  max-width: 360px;
  text-align: right
}

.spk .topics-list {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px
}

.spk .topic-item {
  background: #bc8a350a;
  border: 1px solid #bc8a351f;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  transition: background .7s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: inset 0 1px 0 #bc8a3514
}

.spk .topic-item:hover {
  background: #bc8a3514;
  border-color: #bc8a354d
}

.spk .topic-item.featured {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.spk .topic-num {
  width: 32px;
  height: 32px;
  background: #BC8A35;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #18160f;
  margin-bottom: 16px;
  flex-shrink: 0
}

.spk .topic-item h3 {
  font-size: 21px;
  line-height: 1.2;
  color: #EDECDA;
  margin: 0 0 8px;
  letter-spacing: -.01em
}

.spk .topic-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #d0b185bf;
  margin: 0
}

.spk .topic-item h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #EDECDA;
  margin: 0 0 8px
}

.spk .topic-item .topic-detail {
  font-size: 13px;
  line-height: 1.6;
  color: #d0b185a6;
  margin: 0
}

.spk .topic-deco {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: .15
}

.spk .topic-deco span {
  display: block;
  height: 2px;
  background: #BC8A35
}

.spk .topic-deco span:nth-child(1) {
  width: 28px
}

.spk .topic-deco span:nth-child(2) {
  width: 18px
}

.spk .topic-deco span:nth-child(3) {
  width: 10px
}

.spk .arc-div4 {
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 0
}

.spk .arc-div4 svg {
  display: block;
  width: 100%;
  height: 48px
}

.spk .engage-area {
  padding: 80px 40px;
  background: linear-gradient(37deg, #1e1a0a, #141208);
  position: relative
}

.spk .engage-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start
}

.spk .engage-left h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #EDECDA;
  letter-spacing: -.02em;
  margin: 0 0 16px
}

.spk .engage-left h2 span {
  display: block
}

.spk .engage-left p {
  font-size: 16px;
  line-height: 1.9;
  color: #d0b185cc;
  margin: 0 0 40px
}

.spk .engage-form {
  background: #bc8a350a;
  border: 1px solid #bc8a3524;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 4px 22px 0 #bc8a351c
}

.spk .engage-form h3 {
  font-size: 21px;
  line-height: 1.2;
  color: #EDECDA;
  margin: 0 0 16px;
  letter-spacing: -.01em
}

.spk .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

.spk .form-field {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.spk .form-field label {
  font-size: 13px;
  color: #D0B185;
  letter-spacing: .06em;
  text-transform: uppercase
}

.spk .form-field label span {
  color: #BC8A35
}

.spk .form-field input,
.spk .form-field textarea,
.spk .form-field select {
  background: #bc8a350f;
  border: 1.5px solid #bc8a3533;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 16px;
  color: #EDECDA;
  outline: none;
  transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  box-sizing: border-box
}

.spk .form-field input::placeholder,
.spk .form-field textarea::placeholder {
  color: #d0b18566
}

.spk .form-field input:focus,
.spk .form-field textarea:focus,
.spk .form-field select:focus {
  border-color: #BC8A35;
  box-shadow: 0 1px 6px 0 #bc8a350f
}

.spk .form-field textarea {
  resize: vertical;
  min-height: 100px
}

.spk .form-field select option {
  background: #1e1a0a;
  color: #EDECDA
}

.spk .form-full {
  margin-bottom: 16px
}

.spk .form-submit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #BC8A35;
  border: 2.5px solid #BC8A35;
  border-radius: 4px;
  padding: 8px 40px;
  background: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .7s cubic-bezier(0.22, 1, 0.36, 1);
  letter-spacing: .06em;
  font-weight: 600
}

.spk .form-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #BC8A35;
  transform: translateX(100%);
  transition: transform .7s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0
}

.spk .form-submit:hover {
  color: #18160f
}

.spk .form-submit:hover::after {
  transform: translateX(0)
}

.spk .form-submit span {
  position: relative;
  z-index: 1
}

.spk .form-submit svg {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  fill: currentColor
}

@media (max-width: 900px) {
  .spk .cards-grid {
    grid-template-columns: 1fr
  }

  .spk .about-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .spk .about-img-col {
    display: none
  }

  .spk .topics-list {
    grid-template-columns: 1fr
  }

  .spk .topic-item.featured {
    grid-row: span 1
  }

  .spk .topics-head {
    flex-direction: column;
    align-items: flex-start
  }

  .spk .topics-head p {
    text-align: left;
    max-width: 100%
  }

  .spk .engage-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .spk .form-row {
    grid-template-columns: 1fr
  }

  .spk .pg-cap-h1 {
    font-size: 38px
  }
}

@media (max-width: 600px) {
  .spk .pg-cap-bg {
    padding: 40px 16px
  }

  .spk .posts-area,
  .spk .about-area,
  .spk .topics-area,
  .spk .engage-area {
    padding: 40px 16px
  }

  .spk .pg-cap-h1 {
    font-size: 28px
  }

  .spk .about-txt h2,
  .spk .topics-head h2,
  .spk .engage-left h2 {
    font-size: 28px
  }
}

.success-pg {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 16px;
  background: linear-gradient(37deg, #1b1710 0%, #2a2215 40%, #1e1c10 100%);
  position: relative;
  overflow: hidden
}

.success-pg::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -40px;
  width: 420px;
  height: 420px;
  background: linear-gradient(37deg, #bc8a3512 0%, transparent 70%);
  border-radius: 0;
  pointer-events: none
}

.success-pg::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: linear-gradient(37deg, #d0b1850d 0%, transparent 65%);
  border-radius: 0;
  pointer-events: none
}

.success-pg .success-card {
  max-width: 560px;
  width: 100%;
  background: #231c0eb8;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid #bc8a352e;
  border-radius: 10px;
  padding: 80px 40px;
  box-shadow: 0 9px 36px 0 #bc8a351a;
  position: relative;
  z-index: 1;
  text-align: center
}

.success-pg .success-card .icon-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 40px;
  border-radius: 6px;
  border: 2px solid #bc8a3573;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 6px 0 #bc8a350f 0 4px 22px 0 #bc8a351c;
  background: #bc8a3514
}

.success-pg .success-card .icon-wrap svg {
  display: block
}

.success-pg .success-card .success-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #BC8A35;
  line-height: 1.2;
  margin-bottom: 16px
}

.success-pg .success-card .success-heading {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #EDECDA;
  margin-bottom: 16px
}

.success-pg .success-card .success-heading span {
  display: block
}

.success-pg .success-card .success-body {
  font-size: 16px;
  line-height: 1.6;
  color: #D0B185;
  margin-bottom: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}

.success-pg .success-card .divider-line {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #BC8A35, #bc8a3533);
  border-radius: 0;
  margin: 0 auto 40px
}

.success-pg .success-card .action-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap
}

.success-pg .success-card .btn-primary {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #BC8A35;
  text-decoration: none;
  padding: 16px 40px;
  border: 2px solid #BC8A35;
  border-radius: 4px;
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: color .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 4px 22px 0 #bc8a351c
}

.success-pg .success-card .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  background: #BC8A35;
  transition: left .7s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0
}

.success-pg .success-card .btn-primary:hover::before {
  left: 0
}

.success-pg .success-card .btn-primary:hover {
  color: #1b1710;
  border-color: #BC8A35
}

.success-pg .success-card .btn-primary span {
  position: relative;
  z-index: 1
}

.success-pg .success-card .btn-secondary {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #D0B185;
  text-decoration: none;
  padding: 16px 40px;
  border: 2px solid #d0b18547;
  border-radius: 4px;
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: color .65s cubic-bezier(0.22, 1, 0.36, 1), border-color .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.success-pg .success-card .btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  background: #d0b1851f;
  transition: left .7s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0
}

.success-pg .success-card .btn-secondary:hover::before {
  left: 0
}

.success-pg .success-card .btn-secondary:hover {
  border-color: #d0b1858c;
  color: #EDECDA
}

.success-pg .success-card .btn-secondary span {
  position: relative;
  z-index: 1
}

.success-pg .success-card .meta-note {
  margin-top: 40px;
  font-size: 13px;
  line-height: 1.6;
  color: #d0b18580
}

.success-pg .success-card .meta-note strong {
  color: #bc8a35bf;
  font-weight: 600
}

@media (max-width: 600px) {
  .success-pg .success-card {
    padding: 40px 16px
  }

  .success-pg .success-card .success-heading {
    font-size: 28px
  }

  .success-pg .success-card .action-row {
    flex-direction: column;
    gap: 8px
  }

  .success-pg .success-card .btn-primary,
  .success-pg .success-card .btn-secondary {
    width: 100%;
    text-align: center
  }
}