.elementor-1397 .elementor-element.elementor-element-17c5511{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6b3e22a */.res-hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 110px 24px 50px;
  text-align: center;
}
.res-back {
  display: inline-block;
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #7A2B2B;
  text-decoration: none;
  border-bottom: 1px solid rgba(122,43,43,0.35);
  padding-bottom: 2px;
  margin-bottom: 32px;
}
.res-back:hover { color: #B5502E; border-color: #B5502E; }
.res-eyebrow {
  display: block;
  font-family: 'Courier Prime', monospace;
  font-size: 11px;
  letter-spacing: 6px;
  color: #B5502E;
  font-weight: 700;
  margin-bottom: 14px;
}
.res-title {
  font-family: 'Calistoga', serif;
  font-size: 46px;
  color: #7A2B2B;
  line-height: 1.1;
  margin: 0 0 18px;
}
.res-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #6b5a52;
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto;
}

.res-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px 70px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.res-card {
  display: flex;
  align-items: center;
  gap: 28px;
  background: #FBF6EE;
  border: 1px solid rgba(122,43,43,0.15);
  border-radius: 4px;
  padding: 28px 32px;
  transition: box-shadow .3s ease, transform .3s ease;
}
.res-card:hover {
  box-shadow: 0 8px 24px rgba(122,43,43,0.1);
  transform: translateY(-2px);
}
.res-card-thumb {
  flex: 0 0 auto;
  position: relative;
  width: 130px;
  height: 92px;
  border-radius: 3px;
  overflow: hidden;
  background: #efe5d8;
  box-shadow: 0 4px 14px rgba(122,43,43,0.18);
}
.res-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.res-card-thumb-badge {
  position: absolute;
  bottom: 6px;
  left: 6px;
  background: #7a1f1f;
  color: #FBF6EE;
  font-family: 'Courier Prime', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 3px 6px;
  border-radius: 2px;
}
.res-card-body { flex: 1 1 auto; min-width: 0; }
.res-card-brand {
  display: block;
  font-family: 'Courier Prime', monospace;
  font-size: 11px;
  letter-spacing: 4px;
  color: #B5502E;
  font-weight: 700;
  margin-bottom: 6px;
}
.res-card-title {
  font-family: 'Calistoga', serif;
  font-size: 22px;
  color: #7A2B2B;
  margin: 0 0 8px;
  line-height: 1.25;
}
.res-card-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #6b5a52;
  line-height: 1.55;
  margin: 0 0 10px;
}
.res-card-meta {
  display: inline-block;
  font-family: 'Courier Prime', monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #9a8a80;
}
.res-card-btn {
  flex: 0 0 auto;
  display: inline-block;
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #FBF6EE;
  background: #7A2B2B;
  border: 1px solid #7A2B2B;
  padding: 12px 26px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .25s ease, color .25s ease;
}
.res-card-btn:hover {
  background: #B5502E;
  border-color: #B5502E;
  color: #ffffff;
}

@media (max-width: 700px) {
  .res-hero { padding: 90px 20px 40px; }
  .res-title { font-size: 32px; }
  .res-subtitle { font-size: 14px; }
  .res-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 24px;
    gap: 16px;
  }
  .res-card-btn { width: 100%; text-align: center; }
}

.res-cta {
  width: 100%;
  position: relative;
  overflow: visible;
  background: #7a1f1f;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,0.03) 1px,transparent 1px);
  background-size: 36px 36px;
  padding: 56px 24px;
}
.res-cta-inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 44px;
}
.res-cta-photo {
  flex: 0 0 auto;
  width: 280px;
  height: 360px;
  position: relative;
  top: -105px;
  margin-bottom: -105px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
  border: 4px solid rgba(255,235,210,0.15);
  z-index: 2;
}
.res-cta-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.res-cta-text {
  flex: 1 1 auto;
  text-align: left;
}
.res-cta-eyebrow {
  display: block;
  font-family: 'Courier Prime', monospace;
  font-size: 11px;
  letter-spacing: 5px;
  color: #E3C8A0;
  font-weight: 700;
  margin-bottom: 12px;
}
.res-cta-title {
  font-family: 'Calistoga', serif;
  font-size: 27px;
  color: #FBF6EE;
  line-height: 1.3;
  margin: 0 0 12px;
}
.res-cta-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: rgba(255,235,210,0.65);
  line-height: 1.6;
  margin: 0 0 24px;
}
.res-cta-btn {
  display: inline-block;
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #7a1f1f;
  background: #FBF6EE;
  border: 1px solid #FBF6EE;
  padding: 14px 32px;
  text-decoration: none;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.res-cta-btn:hover {
  background: transparent;
  color: #FBF6EE;
  border-color: #FBF6EE;
}

@media (max-width: 700px) {
  .res-cta { padding: 44px 20px; }
  .res-cta-inner { flex-direction: column; text-align: center; gap: 24px; }
  .res-cta-text { text-align: center; }
  .res-cta-photo { width: 190px; height: 240px; top: 0; margin: 0 0 20px; }
  .res-cta-title { font-size: 22px; }
}/* End custom CSS */