
.sl{display:flex;align-items:center;gap:14px;margin-bottom:32px}
.sl-line{flex:1;height:1px;background:#D3D1C7}
.sl-text{font-family:'Jost',sans-serif;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;color:#888780;white-space:nowrap}
.sl-dia{width:6px;height:6px;background:#8541FF;transform:rotate(45deg);flex-shrink:0}
.div-orn{display:flex;align-items:center;gap:14px;margin:40px 0}
.dl{flex:1;height:1px;background:#D3D1C7}
.dd{width:6px;height:6px;background:#8541FF;transform:rotate(45deg)}
.body-text{font-size:15px;font-weight:300;color:#5F5E5A;line-height:1.85;margin-bottom:20px}
.body-text a{color:#8541FF}
.body-text a:hover{text-decoration:underline}

.about-intro{
  display:grid;
  grid-template-columns:1fr 200px;
  gap:40px;
  align-items:start;
  margin-bottom:32px;
}
.about-photo{
  width:200px;
  height:auto;
  flex-shrink:0;
  border:1.5px solid #2C2C2A;
  display:block;
}
.about-quote{
  font-family:'Lora',serif;
  font-size:22px;
  font-style:italic;
  color:#8541FF;
  line-height:1.5;
  border-left:3px solid #8541FF;
  padding-left:24px;
  margin:32px 0;
}
.sig{
  font-family:'Lora',serif;
  font-size:18px;
  font-style:italic;
  color:#2C2C2A;
  margin-top:28px;
}
.book-section{
  margin-top:32px;
  display:flex;
  align-items:center;
  gap:24px;
  padding:24px;
  border:1.5px solid #D3D1C7;
  background:#fff;
}
.book-cover{
  width:110px;
  flex-shrink:0;
  display:block;
  transition:transform .2s;
  border:1px solid #E8E4DF;
}
.book-cover:hover{transform:scale(1.03)}
.book-kicker{
  font-size:10px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:#8541FF;
  margin-bottom:6px;
}
.book-title{
  font-family:'Lora',serif;
  font-size:20px;
  font-style:italic;
  color:#2C2C2A;
  margin-bottom:6px;
}
.book-desc{
  font-size:13px;
  font-weight:300;
  color:#5F5E5A;
  line-height:1.7;
  margin-bottom:14px;
}
.book-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#2C2C2A;
  color:#FAF7F2;
  font-size:11px;
  letter-spacing:0.10em;
  text-transform:uppercase;
  padding:10px 20px;
  transition:background .2s;
}
.book-btn:hover{background:#8541FF}
.book-btn svg{width:13px;height:13px;stroke:#FAF7F2;fill:none}
.contact-strip{
  position: relative;
  background:#2C2C2A;
  padding:40px;
  text-align:center;
/*   margin-top:0; */
}
.contact-strip-kicker{
  font-family:'Jost',sans-serif;
  font-size:11px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.4);
  margin-bottom:10px;
}
.contact-strip-title{
  font-family:'Lora',serif;
  font-size:28px;
  font-style:italic;
  color:#fff;
  margin-bottom:10px;
}
.contact-strip-sub{
  font-family:'Jost',sans-serif;
  font-size:14px;
  font-weight:300;
  color:rgba(255,255,255,0.6);
  margin-bottom:24px;
}
.contact-strip a{
  display:inline-block;
  font-family:'Jost',sans-serif;
  font-size:12px;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#2C2C2A;
  background:#FAF7F2;
  padding:13px 32px;
  transition:background .2s;
}
.contact-strip a:hover{background:#EDE8FF}


.contact-strip::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 98.9vw;
    transform: translateX(-50%);
    background: #2d2d2d;
    z-index: -1;
}

.privacy-body{max-width:720px}
.privacy-body h2{
  font-family:'Lora',serif;
  font-size:20px;
  font-weight:500;
  color:#2C2C2A;
  margin:36px 0 12px;
}
.privacy-body h3{
  font-family:'Jost',sans-serif;
  font-size:13px;
  font-weight:500;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#2C2C2A;
  margin:24px 0 8px;
}
.privacy-body p{
  font-size:14px;
  font-weight:300;
  color:#5F5E5A;
  line-height:1.85;
  margin-bottom:14px;
}
.privacy-body ul{
  margin:0 0 14px 24px;
}
.privacy-body ul li{
  font-size:14px;
  font-weight:300;
  color:#5F5E5A;
  line-height:1.85;
  margin-bottom:6px;
}
.privacy-body a{color:#8541FF}
.privacy-body a:hover{text-decoration:underline}
.privacy-body strong{color:#2C2C2A;font-weight:500}
.toc{
  background:#EDE8FF;
  padding:24px 28px;
  margin:32px 0;
}
.toc-title{
  font-family:'Jost',sans-serif;
  font-size:11px;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:#5C1FD4;
  margin-bottom:14px;
  font-weight:500;
}
.toc ol{margin-left:20px}
.toc ol li{
  font-size:13px;
  color:#5C1FD4;
  line-height:1.8;
}
.toc ol li a{color:#5C1FD4}
.toc ol li a:hover{text-decoration:underline}
.updated-note{
  font-family:'Jost',sans-serif;
  font-size:12px;
  color:#888780;
  letter-spacing:0.06em;
  margin-bottom:28px;
}

.listing-title {
font-style: italic;
}

.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  margin-bottom:48px;
}
.contact-info-card{
  border:1.5px solid #2C2C2A;
  padding:32px
}
.cic-title{
  font-family:'Lora',serif;
  font-size:20px;
  font-style:italic;
  color:#2C2C2A;
  margin-bottom:20px;
  padding-bottom:14px;
  border-bottom:1px solid #D3D1C7
}
.cic-row{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:18px
}
.cic-row:last-child{margin-bottom:0}
.cic-icon{
  width:34px;height:34px;
  border-radius:50%;
  background:#EDE8FF;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0; 
}
.cic-icon svg{width:15px;height:15px;stroke:#8541FF;fill:none}
.cic-label{font-size:10px;letter-spacing:0.12em;text-transform:uppercase;color:#888780;margin-bottom:3px}
.cic-val{font-size:14px;color:#2C2C2A;line-height:1.5}
.cic-val a{color:#8541FF}
.cic-val a:hover{text-decoration:underline}

.cf-title{
  font-family:'Lora',serif;
  font-size:20px;
  font-style:italic;
  color:#2C2C2A;
  margin-bottom:12px;
  padding-bottom:14px;
  border-bottom:1px solid #D3D1C7
}

.contact-form-card{border:1.5px solid #2C2C2A;padding:32px}

.cf-sub{font-size:13px;font-weight:300;color:#5F5E5A;line-height:1.7;margin-bottom:24px}
.form-btn-primary{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#2C2C2A;
  color:#FAF7F2;
  font-family:'Jost',sans-serif;
  font-size:12px;
  letter-spacing:0.12em;
  text-transform:uppercase;
  padding:14px 28px;
  transition:background .2s;
  cursor:pointer;
  border:none;
  width:100%;
  justify-content:center;
}
.form-btn-primary:hover{background:#8541FF}
.form-btn-primary svg{width:14px;height:14px;stroke:#FAF7F2;fill:none}
@media(max-width:640px){
  .about-intro{grid-template-columns:1fr;}
  .about-photo{width:140px;margin:0 auto;}
}

@media(max-width:660px){
  .contact-grid{grid-template-columns:1fr}
}

.wpcf7-submit {
    background: #2C2C2A;
    color: #FAF7F2;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 14px 28px;
    transition: background .2s;
    cursor: pointer;
    border: none;
    width: 100%;
}

/* contact form */
.wpcf7-submit {
	padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 18px;
	background-position: calc(50% - 85px) center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
  width:100%;
  font-family:'Jost',sans-serif;
  font-size:13px;
  padding:11px 14px;
  border:1.5px solid #D3D1C7;
  background:#FAF7F2;
  color:#2C2C2A;
  outline:none;
  transition:border-color .2s;
}
