.faq { padding-block: 88px 65px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; max-width: 1060px; align-items: start; }
.faq-heading h2 { font: 400 clamp(34px,4vw,52px)/1.12 var(--font-editorial); letter-spacing: -.035em; color: #e7dfcf; }
.faq-item { border-top: 1px solid #c8d3c72d; }
.faq-item:last-child { border-bottom: 1px solid #c8d3c72d; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 80px; padding-block: 21px; color: #e5e8df; font-size: 15px; line-height: 1.5; font-weight: 450; cursor: pointer; list-style: none; -webkit-tap-highlight-color: transparent; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ''; }
.faq-item summary:focus-visible { outline: 2px solid #dfc9a7; outline-offset: 5px; }
.faq-toggle { position: relative; display: block; width: 24px; height: 24px; flex: 0 0 24px; color: #d2bd9e; }
.faq-toggle::before, .faq-toggle::after { content: ''; position: absolute; left: 5px; top: 11px; width: 14px; height: 1px; background: currentColor; }
.faq-toggle::after { transform: rotate(90deg); transition: transform var(--motion-control) var(--motion-ease); }
.faq-item[open] .faq-toggle::after { transform: rotate(0); }
.faq-item[open] summary { color: #e3ceb0; }
.faq-answer { padding: 0 46px 28px 0; color: #c4d1c8; font-size: 14px; line-height: 1.7; }
.faq-answer strong { font-weight: 500; color: #eee4d3; white-space: nowrap; }
.faq-answer p + p, .faq-included { margin-top: 17px; }
.faq-answer a { color: #eee4d3; text-decoration: underline; text-decoration-color: #dfc9a780; text-underline-offset: 4px; }
.faq-item[open] .faq-answer { animation: panel-in var(--motion-control) var(--motion-ease) both; }
.wedding-prices { width: 100%; border-collapse: collapse; text-align: left; font-variant-numeric: tabular-nums; }
.wedding-prices th { padding: 0 0 8px; font-size: 10px; color: #a5bab2; font-weight: 400; letter-spacing: .04em; }
.wedding-prices th:last-child, .wedding-prices td:last-child { text-align: right; }
.wedding-prices td { padding: 10px 0; border-top: 1px solid #c8d3c718; }
.wedding-prices td:last-child { color: #e5d6bd; font-size: 23px; line-height: 1.3; letter-spacing: -.025em; }
.wedding-prices td span { font-size: 14px; }
@media (hover: hover) and (pointer: fine) {
  .faq-item summary:hover { color: #e3ceb0; }
}
@media (max-width: 700px) {
  .faq { padding-block: 64px 44px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-heading h2 { font-size: 40px; }
  .faq-item summary { font-size: 14px; min-height: 76px; gap: 14px; }
  .faq-answer { padding-right: 38px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .faq-toggle::after { transition: none; }
  .faq-item[open] .faq-answer { animation: none; }
}
