/* =========================================
   ABOUT PAGE (scoped)
   ========================================= */
.about-page{
  background:#f7f1e7;
  color:#2f2f2f;
}

/* Shared spacing */
.about-section{
  max-width:1100px;
  margin:0 auto;
  padding:64px 24px;
}

.about-h2{
  margin:0 0 10px;
  text-align:center;
  font-family:"Cormorant Garamond",serif;
  font-size:44px;
  font-weight:500;
  color:#2F2A24;
}

.about-intro{
  max-width:720px;
  margin:0 auto 26px;
  text-align:center;
  font-family:Inter,sans-serif;
  font-size:14px;
  line-height:1.9;
  color:#5E574F;
}

/* HERO */
.about-hero{
  max-width:1400px;
  margin:0 auto;
  padding:28px 40px 70px;
}

.about-hero-inner{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:44px;
  align-items:center;
}

.about-hero-media{
  border:1px solid rgba(222,214,203,1);
  background:rgba(255,255,255,.25);
  overflow:hidden;
}

.about-hero-media img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
}

.about-hero-content{
  padding-right:8px;
}

.about-kicker{
  font-family:Inter,sans-serif;
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#6A635B;
  margin-bottom:10px;
}

.about-title{
  margin:0 0 8px;
  font-family:"Cormorant Garamond",serif;
  font-size:56px;
  line-height:1.03;
  font-weight:500;
  color:#2F2A24;
}

.about-subtitle{
  margin:0 0 18px;
  font-family:"Cormorant Garamond",serif;
  font-size:22px;
  color:#3A342D;
}

.about-lede{
  margin:0 0 22px;
  font-family:Inter,sans-serif;
  font-size:14px;
  line-height:1.9;
  color:#5E574F;
  max-width:520px;
}

.about-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:10px;
}

.about-micro{
  margin-top:16px;
  font-family:Inter,sans-serif;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#6A635B;
}

/* Grids + cards */
.about-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:26px;
}

.about-grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:22px;
}

.about-card{
  border:1px solid rgba(222,214,203,1);
  background:rgba(255,255,255,.22);
  padding:22px 18px;
}

.about-card-kicker{
  font-family:Inter,sans-serif;
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#6A635B;
  margin-bottom:10px;
}

.about-card h3{
  margin:0 0 8px;
  font-family:"Cormorant Garamond",serif;
  font-size:24px;
  font-weight:500;
  color:#2F2A24;
}

.about-card p{
  margin:0;
  font-family:Inter,sans-serif;
  font-size:13px;
  line-height:1.9;
  color:#5E574F;
}

/* Two-column “standards” */
.about-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:26px;
}

.about-panel{
  border:1px solid rgba(222,214,203,1);
  background:rgba(255,255,255,.18);
  padding:22px 18px;
}

.about-panel-soft{
  background:rgba(255,255,255,.26);
}

.about-h3{
  margin:0 0 10px;
  font-family:"Cormorant Garamond",serif;
  font-size:26px;
  font-weight:500;
  color:#2F2A24;
}

.about-panel p{
  margin:0 0 14px;
  font-family:Inter,sans-serif;
  font-size:13px;
  line-height:1.9;
  color:#5E574F;
}

.about-list{
  margin:0;
  padding:0;
  list-style:none;
}

.about-list li{
  position:relative;
  padding-left:18px;
  margin:10px 0;
  font-family:Inter,sans-serif;
  font-size:13px;
  line-height:1.7;
  color:#5E574F;
}

.about-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border:1px solid rgba(90,84,76,.45);
  background:rgba(255,255,255,.35);
}

/* Callout */
.about-callout{
  border:1px solid rgba(222,214,203,1);
  background:rgba(255,255,255,.32);
  padding:14px 14px;
}

.about-callout-title{
  font-family:Inter,sans-serif;
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#6A635B;
  margin-bottom:8px;
}

.about-callout-body{
  font-family:Inter,sans-serif;
  font-size:13px;
  line-height:1.8;
  color:#5E574F;
}

/* Steps */
.about-step{
  border:1px solid rgba(222,214,203,1);
  background:rgba(255,255,255,.22);
  padding:18px 18px;
}

.about-step-top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.about-step-num{
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(90,84,76,.35);
  font-family:Inter,sans-serif;
  font-size:12px;
  letter-spacing:.12em;
  color:#6A635B;
}

.about-step h3{
  margin:0;
  font-family:"Cormorant Garamond",serif;
  font-size:22px;
  font-weight:500;
  color:#2F2A24;
}

.about-step p{
  margin:0;
  font-family:Inter,sans-serif;
  font-size:13px;
  line-height:1.9;
  color:#5E574F;
}

/* Links */
.about-link{
  display:inline-block;
  margin-top:10px;
  font-family:Inter,sans-serif;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#3A342D;
  border-bottom:1px solid rgba(90,84,76,.35);
  padding-bottom:4px;
}

.about-links-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

/* FAQ */
.about-faq{
  max-width:900px;
  margin:18px auto 0;
  border:1px solid rgba(222,214,203,1);
  background:rgba(255,255,255,.18);
  padding:0;
}

.about-faq summary{
  cursor:pointer;
  padding:16px 16px;
  font-family:Inter,sans-serif;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#3A342D;
  list-style:none;
}

.about-faq summary::-webkit-details-marker{display:none;}

.about-faq-body{
  padding:0 16px 16px;
  font-family:Inter,sans-serif;
  font-size:13px;
  line-height:1.9;
  color:#5E574F;
}

/* Newsletter */
.about-newsletter{
  max-width:1100px;
  margin:0 auto;
  padding:64px 24px 90px;
  text-align:center;
}

.about-form{
  margin:18px auto 0;
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.about-form input{
  width:min(520px, 92vw);
  border:1px solid rgba(222,214,203,1);
  background:rgba(255,255,255,.25);
  padding:14px 14px;
  font-family:Inter,sans-serif;
  font-size:14px;
}

/* Responsive */
@media (max-width: 980px){
  .about-hero{padding:22px 18px 60px;}
  .about-hero-inner{grid-template-columns:1fr;}
  .about-title{font-size:44px;}
  .about-hero-media img{height:420px;}
  .about-grid-3{grid-template-columns:1fr;}
  .about-grid-2{grid-template-columns:1fr;}
  .about-two-col{grid-template-columns:1fr;}
}
/* Luxury checkmark list */
.lk-checklist{
  list-style:none;
  padding:0;
  margin:16px 0 0;
  display:grid;
  gap:12px;
}

.lk-checklist li{
  position:relative;
  padding-left:28px;
  font-family:Inter,sans-serif;
  font-size:14px;
  line-height:1.8;
  color:#5E574F;
}

.lk-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0.05em;
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  color:#3F3A32;
  border:1px solid rgba(222,214,203,1);
  background:rgba(255,255,255,.35);
}
/* Button row layout */
.lk-btn-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:14px;
}

/* Dark filled luxury buttons */
.lk-btn-dark{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:12px 18px;
  min-height:44px;

  background:#3F3A32;
  color:#fff;
  border:1px solid rgba(63,58,50,.9);

  font-family: Inter, sans-serif;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  text-decoration:none;

  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.lk-btn-dark:hover{
  background:#2f2a24;
  border-color:rgba(47,42,36,.95);
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(63,58,50,.18);
}

.lk-btn-dark:active{
  transform:translateY(0);
  box-shadow:0 6px 14px rgba(63,58,50,.14);
}

