:root{
  --astree-faq-green:#183126;
  --astree-faq-green-soft:#496b4a;
  --astree-faq-ivory:#fbf8f0;
  --astree-faq-paper:#f5f0e6;
  --astree-faq-ink:#3e342b;
  --astree-faq-sepia:#6b5442;
  --astree-faq-border:#d9d0c3;
  --astree-faq-gold:#b99a64;
  --astree-faq-shadow:0 12px 34px rgba(62,52,43,.08);
}
.astree-faq{
  width:100%;
  margin:0;
  padding:0 0 88px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,0) 28%),
    var(--astree-faq-ivory);
  color:var(--astree-faq-ink);
  font-family:"EB Garamond",Garamond,Georgia,serif;
}
.astree-faq *{box-sizing:border-box}
.astree-faq-hero{
  position:relative;
  overflow:hidden;
  padding:82px 8% 72px;
  text-align:center;
  background:
    radial-gradient(circle at 50% -15%,rgba(185,154,100,.22),transparent 42%),
    linear-gradient(180deg,#183126,#223e31);
  border-bottom:1px solid rgba(185,154,100,.55);
}
.astree-faq-hero::after{
  content:"";
  display:block;
  width:74px;
  height:1px;
  margin:36px auto 0;
  background:var(--astree-faq-gold);
}
.astree-faq-kicker{
  margin:0 0 13px;
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#d8c49a;
}
.astree-faq h1{
  margin:0 0 30px;
  font:500 clamp(46px,6vw,76px)/1 "Cormorant Garamond",Garamond,Georgia,serif;
  color:#fffaf0;
}
.astree-faq-intro{
  max-width:760px;
  margin:0 auto 14px;
  font-size:20px;
  line-height:1.66;
  color:#f2eadc;
}
.astree-faq-scribe{
  margin:30px auto 0;
  font:italic 24px/1.4 "Cormorant Garamond",Garamond,Georgia,serif;
  color:#d8c49a;
}
.astree-faq-list{
  width:min(92%,920px);
  margin:58px auto 0;
}
.astree-faq-item{
  margin:0 0 14px;
  border:1px solid var(--astree-faq-border);
  border-radius:16px;
  background:rgba(255,255,255,.58);
  box-shadow:0 4px 14px rgba(62,52,43,.035);
  overflow:hidden;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease;
}
.astree-faq-item:hover{
  border-color:#c9b991;
  box-shadow:0 8px 22px rgba(62,52,43,.06);
}
.astree-faq-item[open]{
  background:#fffdf8;
  border-color:#c8b27f;
  box-shadow:var(--astree-faq-shadow);
}
.astree-faq-item summary{
  position:relative;
  display:grid;
  grid-template-columns:1fr 42px;
  gap:18px;
  align-items:center;
  min-height:82px;
  padding:20px 22px 20px 26px;
  cursor:pointer;
  list-style:none;
  color:var(--astree-faq-ink);
}
.astree-faq-item summary::-webkit-details-marker{display:none}
.astree-faq-item summary:focus-visible{
  outline:2px solid var(--astree-faq-green-soft);
  outline-offset:-4px;
  border-radius:14px;
}
.astree-faq-question{
  font:500 25px/1.28 "Cormorant Garamond",Garamond,Georgia,serif;
}
.astree-faq-symbol{
  position:relative;
  display:block;
  width:34px;
  height:34px;
  border:1px solid rgba(185,154,100,.65);
  border-radius:50%;
  background:rgba(185,154,100,.07);
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.astree-faq-symbol::before,
.astree-faq-symbol::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:14px;
  height:1px;
  background:var(--astree-faq-gold);
  transform:translate(-50%,-50%);
  transition:transform .22s ease;
}
.astree-faq-symbol::after{
  transform:translate(-50%,-50%) rotate(90deg);
}
.astree-faq-item[open] .astree-faq-symbol{
  background:var(--astree-faq-green-soft);
  border-color:var(--astree-faq-green-soft);
}
.astree-faq-item[open] .astree-faq-symbol::before,
.astree-faq-item[open] .astree-faq-symbol::after{
  background:#fff;
}
.astree-faq-item[open] .astree-faq-symbol::after{
  transform:translate(-50%,-50%) rotate(0deg);
}
.astree-faq-answer{
  position:relative;
  margin:0 26px 26px;
  padding:22px 52px 2px 22px;
  border-top:1px solid rgba(217,208,195,.75);
  font-size:19px;
  line-height:1.68;
  color:var(--astree-faq-sepia);
}
.astree-faq-answer::before{
  content:"";
  position:absolute;
  left:0;
  top:22px;
  bottom:2px;
  width:2px;
  border-radius:2px;
  background:rgba(185,154,100,.7);
}
.astree-faq-answer p{margin:0 0 14px}
.astree-faq-answer p:last-child{margin-bottom:0}
.astree-faq-answer ul{
  margin:8px 0 18px 22px;
  padding:0;
}
.astree-faq-answer li{margin-bottom:7px}
.astree-faq-contact{
  width:min(88%,720px);
  margin:72px auto 0;
  padding:38px 30px;
  text-align:center;
  border:1px solid var(--astree-faq-border);
  border-radius:20px;
  background:
    radial-gradient(circle at 50% 0,rgba(185,154,100,.09),transparent 62%),
    var(--astree-faq-paper);
  box-shadow:0 10px 30px rgba(62,52,43,.05);
}
.astree-faq-contact p{
  margin:0 0 18px;
  font:500 26px/1.3 "Cormorant Garamond",Garamond,Georgia,serif;
}
.astree-faq-contact a{
  display:inline-block;
  padding:12px 25px;
  border:1px solid var(--astree-faq-green-soft);
  border-radius:999px;
  background:var(--astree-faq-green-soft);
  color:#fff;
  text-decoration:none;
  font-size:18px;
  transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
}
.astree-faq-contact a:hover,
.astree-faq-contact a:focus{
  background:var(--astree-faq-green);
  transform:translateY(-1px);
  box-shadow:0 7px 16px rgba(24,49,38,.16);
}
.astree-pcr-drawing{
  margin:26px auto 10px;
  max-width:620px;
  padding:10px;
  border:1px solid var(--astree-faq-border);
  border-radius:12px;
  background:#faf6ec;
}
.astree-pcr-drawing svg{
  display:block;
  width:100%;
  height:auto;
  border-radius:8px;
  background:#f6efdf;
}
@media(max-width:767px){
  .astree-faq{padding-bottom:64px}
  .astree-faq-hero{padding:58px 8% 52px}
  .astree-faq h1{font-size:48px}
  .astree-faq-intro{font-size:18px}
  .astree-faq-scribe{font-size:22px}
  .astree-faq-list{width:90%;margin-top:40px}
  .astree-faq-item{margin-bottom:11px;border-radius:14px}
  .astree-faq-item summary{
    grid-template-columns:1fr 36px;
    gap:12px;
    min-height:76px;
    padding:18px 16px 18px 19px;
  }
  .astree-faq-question{font-size:22px;line-height:1.3}
  .astree-faq-symbol{width:32px;height:32px}
  .astree-faq-answer{
    margin:0 18px 20px;
    padding:18px 20px 2px 16px;
    font-size:18px;
    line-height:1.62;
  }
  .astree-faq-answer::before{top:18px}
  .astree-faq-contact{margin-top:52px;padding:30px 22px}
}
@media(prefers-reduced-motion:reduce){
  .astree-faq-item,
  .astree-faq-symbol,
  .astree-faq-symbol::before,
  .astree-faq-symbol::after,
  .astree-faq-contact a{transition:none}
}
