.faq-page { background: #fff; }
.faq-page main { color: #192c30; letter-spacing: 0; }
.lfd-faq-intro { padding-block: 44px 30px; border-bottom: 1px solid #dbe5e3; }
.lfd-faq-intro h1 { margin: 8px 0 16px; font-size: 40px; line-height: 1.12; letter-spacing: 0; }
.lfd-faq-intro > p:not(.eyebrow):not(.lfd-faq-updated) { max-width: 720px; margin: 0; font-size: 18px; line-height: 1.6; color: #536665; }
.lfd-faq-updated { margin: 16px 0 0; font-size: 13px; color: #536665; }
.lfd-faq-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 56px; padding-block: 36px 64px; }
.lfd-faq-index { align-self: start; position: sticky; top: 210px; font-size: 14px; line-height: 1.65; }
.lfd-faq-index nav { display: grid; margin-bottom: 28px; }
.lfd-faq-index nav a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; border-bottom: 1px solid #dbe5e3; font-weight: 700; color: #075f6c; }
.lfd-faq-index svg { width: 17px; height: 17px; flex: 0 0 17px; }
.lfd-faq-index p { margin: 0 0 16px; }
.lfd-faq-answers { min-width: 0; max-width: 850px; }
.lfd-faq-answers section { margin-bottom: 48px; scroll-margin-top: 220px; }
.lfd-faq-answers h2 { margin: 6px 0 20px; font-size: 28px; line-height: 1.2; letter-spacing: 0; }
.lfd-faq-answers details { border-bottom: 1px solid #dbe5e3; scroll-margin-top: 220px; }
.lfd-faq-answers details:first-of-type { border-top: 1px solid #dbe5e3; }
.lfd-faq-answers summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding: 18px 0; font-size: 17px; line-height: 1.45; font-weight: 700; cursor: pointer; list-style: none; }
.lfd-faq-answers summary::-webkit-details-marker { display: none; }
.lfd-faq-answers summary svg { width: 20px; height: 20px; flex: 0 0 20px; color: #075f6c; transition: transform .15s; }
.lfd-faq-answers details[open] summary svg { transform: rotate(45deg); }
.lfd-faq-answers details > div { padding: 0 36px 22px 0; font-size: 16px; line-height: 1.75; color: #3f5455; }
.lfd-faq-answers p { margin: 0 0 14px; }
.lfd-faq-answers details p:last-child { margin-bottom: 0; }
.lfd-faq-answers ul { margin: 12px 0 16px; padding-left: 24px; }
.lfd-faq-answers li { margin-bottom: 5px; }
.lfd-faq-answers details a, .lfd-faq-section-note a { color: #075f6c; text-decoration: underline; text-underline-offset: 3px; }
.lfd-faq-section-note { font-size: 15px; line-height: 1.7; color: #536665; }
.lfd-faq-stocking { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 18px 0 8px; font-size: 14px; font-variant-numeric: tabular-nums; }
.lfd-faq-stocking caption { text-align: left; font-weight: 700; color: #192c30; margin-bottom: 8px; }
.lfd-faq-stocking th, .lfd-faq-stocking td { padding: 9px 4px; border-bottom: 1px solid #dbe5e3; text-align: center; overflow-wrap: anywhere; }
.lfd-faq-stocking thead { background: #edf5f3; color: #192c30; }
.lfd-faq-stocking thead th:nth-child(3) { width: 30%; }
.lfd-faq-stocking tbody th { font-weight: 700; }
.lfd-faq-table-note { font-size: 13px; color: #536665; }
.lfd-faq-farm-photo { margin: 0 0 24px; }
.lfd-faq-farm-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.lfd-faq-farm-photo figcaption { margin-top: 8px; color: #536665; font-size: 13px; }
.lfd-faq-contact { border-top: 3px solid #e8bd32; padding-top: 28px; }
.lfd-faq-contact p { line-height: 1.7; max-width: 650px; }
.faq-page main a:focus-visible, .lfd-faq-answers summary:focus-visible { outline: 3px solid #075f6c; outline-offset: 4px; }
@media (max-width: 900px) {
  .lfd-faq-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 28px; }
}
@media (max-width: 680px) {
  .lfd-faq-intro { padding-block: 28px 24px; }
  .lfd-faq-intro h1 { font-size: 32px; }
  .lfd-faq-intro > p:not(.eyebrow):not(.lfd-faq-updated) { font-size: 16px; }
  .lfd-faq-layout { display: block; padding-block: 8px 32px; }
  .lfd-faq-index { position: static; margin-bottom: 32px; }
  .lfd-faq-index nav { margin-bottom: 16px; }
  .lfd-faq-index > p, .lfd-faq-index > a { display: none; }
  .lfd-faq-answers h2 { font-size: 25px; }
  .lfd-faq-answers summary { font-size: 16px; gap: 14px; }
  .lfd-faq-answers details > div { padding-right: 0; }
  .lfd-faq-answers section { margin-bottom: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .lfd-faq-answers summary svg { transition: none; }
}
