.faq{padding:0 0 6rem}.faq__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.faq__body{display:grid;grid-template-columns:220px 1fr;gap:3rem;align-items:start}@media(max-width:768px){.faq__body{grid-template-columns:1fr}}.faq__content{display:flex;flex-direction:column;gap:3rem}.faq-hero{text-align:center;padding:5rem 1rem 3.5rem}.faq-hero__eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold, #f4d06f);margin-bottom:.75rem}.faq-hero__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.1;color:#f7f3e9;margin-bottom:1rem}.faq-hero__subtitle{font-size:1.0625rem;color:#f7f3e9a6;max-width:540px;margin:0 auto 2rem;line-height:1.6}.faq-search{position:relative;max-width:460px;margin:0 auto}.faq-search__input{width:100%;background:#f7f3e90d;border:1px solid rgba(244,208,111,.25);border-radius:50px;padding:.875rem 1.25rem .875rem 3rem;font-size:.9375rem;color:#f7f3e9;font-family:inherit;transition:border-color .2s,background .2s}.faq-search__input::placeholder{color:#f7f3e959}.faq-search__input:focus{outline:none;border-color:#f4d06f99;background:#f7f3e914}.faq-search__icon{position:absolute;left:1.125rem;top:50%;transform:translateY(-50%);font-size:1.125rem;color:#f4d06f80;pointer-events:none}.faq-nav{position:sticky;top:90px;display:flex;flex-direction:column;gap:.25rem}@media(max-width:768px){.faq-nav{position:static;flex-direction:row;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}.faq-nav__item{display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;background:transparent;border:1px solid transparent;border-radius:8px;color:#f7f3e999;font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;text-align:left;transition:all .15s ease}.faq-nav__item:hover{color:#f7f3e9;background:#f7f3e90d}.faq-nav__item--active{color:#f4d06f;background:#f4d06f14;border-color:#f4d06f33}@media(max-width:768px){.faq-nav__item{padding:.5rem .75rem;font-size:.8125rem}}.faq-nav__icon{font-size:1rem;flex-shrink:0}.faq-nav__cta{margin-top:2rem;padding:1.25rem;border:1px solid rgba(244,208,111,.15);border-radius:10px;background:#f4d06f0a}.faq-nav__cta p{font-size:.8125rem;color:#f7f3e980;margin-bottom:.5rem}@media(max-width:768px){.faq-nav__cta{display:none}}.faq-nav__contact-link{font-size:.875rem;font-weight:600;color:#f4d06f;text-decoration:none;transition:color .15s}.faq-nav__contact-link:hover{color:#fff}.faq-category__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(247,243,233,.08)}.faq-category__icon{font-size:1.375rem}.faq-category__title{font-family:Playfair Display,Georgia,serif;font-size:1.375rem;font-weight:600;color:#f7f3e9}.faq-category__items{display:flex;flex-direction:column;gap:0;border:1px solid rgba(247,243,233,.08);border-radius:12px;overflow:hidden}.faq-item{border-bottom:1px solid rgba(247,243,233,.06)}.faq-item:last-child{border-bottom:none}.faq-item__question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#f7f3e905;border:none;cursor:pointer;text-align:left;color:#f7f3e9;font-family:inherit;font-size:.9375rem;font-weight:500;line-height:1.4;transition:background .15s}.faq-item__question:hover{background:#f7f3e90d}.faq-item__text{flex:1}.faq-item__chevron{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:300;color:#f4d06fb3;transition:transform .2s,color .15s}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item__answer p{padding:0 1.5rem 1.375rem;font-size:.9375rem;color:#f7f3e9b3;line-height:1.7}.faq-item--open .faq-item__question{color:#f4d06f;background:#f4d06f0a}.faq-item--open .faq-item__answer{max-height:600px}
