


html {
  overflow-anchor: none;
}


.otl-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 1.5rem 6rem;
}



.otl-cover-wrap {
  float: left;
  margin: 0 2.5rem 2rem 0;
}
.otl-cover {
  display: block;
  width: clamp(160px, 28vw, 260px);
  height: auto;
  border: 2px solid rgba(184, 146, 42, 0.4);
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.6);
}


.otl-copy {
  font-size: clamp(0.95rem, 2.2vw, 1.08rem);
  line-height: 1.9;
  color: #d8cdb8;
}
.otl-copy p {
  margin-bottom: 1.1rem;
}
.otl-copy p:last-child {
  margin-bottom: 0;
}


.otl-copy-wrap::after {
  content: '';
  display: table;
  clear: both;
}


.otl-rule {
  border: none;
  border-top: 1px solid rgba(184, 146, 42, 0.3);
  margin: 3.5rem 0;
}


.otl-wells-intro {
  font-size: clamp(0.92rem, 2vw, 1rem);
  line-height: 1.8;
  color: #d8cdb8;
  margin-bottom: 1.5rem;
}

.otl-wells-heading {
  font-family: 'Windlass', Georgia, serif;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  color: #b8922a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
.otl-wells-pivot {
  font-family: 'Windlass', Georgia, serif;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: #b8922a;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
}


.otl-quote {
  border-left: 3px solid rgba(184, 146, 42, 0.5);
  padding-left: 1.5rem;
  margin: 0 0 2.5rem 0;
  font-style: italic;
  font-size: clamp(0.92rem, 2vw, 1.02rem);
  line-height: 1.85;
  color: #e8dfc8;
}
.otl-quote-attr {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b8922a;
}


.otl-cta-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
  align-items: flex-start;
  scroll-margin-top: 4rem; 
}
.otl-cta {
  display: inline-block;
  font-family: 'Windlass', Georgia, serif;
  font-size: clamp(0.88rem, 2vw, 1rem);
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 0.75rem 1.6rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}


.otl-cta--primary {
  background: #b8922a;
  color: #1a1008;
  border: 2px solid #b8922a;
}
.otl-cta--primary:hover {
  background: #f5ead6;
  border-color: #f5ead6;
  color: #2a1208;
}
.otl-cta--primary:focus-visible {
  outline: 2px solid #f5ead6;
  outline-offset: 3px;
}


.otl-cta--soon {
  background: transparent;
  color: #b8922a;
  border: 2px solid rgba(184, 146, 42, 0.5);
}
.otl-cta--soon:hover {
  border-color: #b8922a;
  color: #f5ead6;
}
.otl-cta--soon:focus-visible {
  outline: 2px solid #b8922a;
  outline-offset: 3px;
}


.otl-offer {
  background: rgba(184, 146, 42, 0.06);
  border: 1px solid rgba(184, 146, 42, 0.2);
  padding: 2rem 2rem 2rem 2rem;
  margin-top: 1rem;
}
.otl-offer p {
  font-size: clamp(0.88rem, 2vw, 0.97rem);
  line-height: 1.85;
  color: #d8cdb8;
  margin-bottom: 1rem;
}
.otl-offer p:last-child {
  margin-bottom: 0;
}


.otl-offer-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 1.25rem 0;
}
.otl-offer-list li {
  font-size: clamp(0.88rem, 2vw, 0.97rem);
  line-height: 1.8;
  color: #d8cdb8;
  padding: 0.2rem 0 0.2rem 2rem;
  position: relative;
}
.otl-offer-list li::before {
  content: attr(data-n) ' \2014'; 
  position: absolute;
  left: 0;
  color: #b8922a;
  font-size: 0.88rem;
}


.otl-offer-deadline {
  font-size: clamp(0.82rem, 1.8vw, 0.9rem);
  color: #8a7a5a;
  font-style: italic;
  margin-top: 0.5rem;
}


@media (max-width: 520px) {
  .otl-cover-wrap {
    float: none;
    margin: 0 auto 2rem auto;
    text-align: center;
  }
  .otl-cover {
    width: clamp(140px, 55vw, 200px);
    margin: 0 auto;
  }
  .otl-cta-group {
    align-items: stretch;
  }
  .otl-cta {
    text-align: center;
  }
  .otl-offer {
    padding: 1.5rem 1.25rem;
  }
}
