.food-information {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
  padding: 80px 8vw;
  background: #e8dfcf;
}

.food-information h2,
.launch-notice h2,
.legal-hero h1 {
  font: 600 clamp(34px, 4vw, 58px)/1.08 Fraunces, serif;
  margin: 0;
}

.food-information p,
.launch-notice p { color: #536052; line-height: 1.75; }

.launch-notice { padding: 70px 8vw; background: #f1cf97; }
.launch-notice p { max-width: 760px; }
.footer-links { display: flex; gap: 25px; flex-wrap: wrap; }
.footer-links a:hover { color: #e9b04b; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 14px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.legal-header .main-nav { margin-left: auto; }
.legal-header .main-nav a[aria-current="page"] { color: var(--orange); }
.legal-header .cart-button {
  margin-left: 34px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  padding: 9px 15px;
  font-size: 13px;
  white-space: nowrap;
}

.legal-header .cart-button:hover { filter: brightness(1.12); }
.legal-main { min-height: 70vh; }
.legal-hero { padding: 85px max(6vw, calc((100vw - 1120px) / 2)); background: var(--cream); }
.legal-hero p:last-child { max-width: 720px; color: #536052; line-height: 1.7; font-size: 17px; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 70px; max-width: 1120px; margin: 0 auto; padding: 70px 5vw 100px; }
.legal-toc { align-self: start; position: sticky; top: 105px; border-top: 1px solid var(--line); padding-top: 18px; }
.legal-toc strong { display: block; margin-bottom: 12px; }
.legal-toc a { display: block; color: #536052; text-decoration: none; padding: 6px 0; font-size: 13px; }
.legal-toc a:hover { color: var(--orange); }
.legal-content section { scroll-margin-top: 105px; margin-bottom: 45px; }
.legal-content h2 { font: 600 clamp(23px, 5.5vw, 31px)/1.2 Fraunces, serif; margin: 0 0 15px; }
.legal-content h3 { font-size: 17px; margin: 24px 0 8px; }
.legal-content p,
.legal-content li { color: #4f5b4f; font-size: 16px; line-height: 1.65; }
.legal-content li + li { margin-top: 7px; }
.legal-content a { color: var(--green); }
.legal-meta { font-size: 13px; color: #677067; }
.legal-alert { background: #f8e4bd; border-left: 4px solid var(--orange); padding: 20px 22px; margin: 0 0 38px; }
.legal-alert strong { display: block; margin-bottom: 7px; }
.legal-card { background: var(--cream); padding: 20px; }

/* Detailed reference material, folded away so it does not head the page.
   <details> is operable by keyboard and exposed to screen readers with no
   script, which the brief's accordion requirement asks for. */
.detail-block { border-top: 1px solid var(--line); padding-top: 16px; }

.detail-block summary {
  cursor: pointer;
  font: 600 17px Fraunces, serif;
  padding: 4px 0;
  list-style-position: outside;
}

.detail-block summary:hover { color: var(--orange); }

.detail-block summary:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.detail-block[open] summary { margin-bottom: 14px; }
.legal-card p:last-child { margin-bottom: 0; }
.contact-list { list-style: none; padding: 0; }
.policy-footer { grid-template-columns: 1fr; }
.policy-footer small { text-align: left; }

@media (max-width: 900px) {
  .food-information { grid-template-columns: 1fr; gap: 25px; }
  .legal-header .cart-button { margin-left: auto; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-toc { position: static; columns: 2; }
}

@media (max-width: 580px) {
  .food-information,
  .launch-notice { padding: 48px 20px; }
  .legal-hero { padding: 34px 20px; }
  .legal-layout { padding: 30px 20px 56px; gap: 26px; }
  .legal-toc { columns: 1; padding-top: 14px; }
  .legal-toc a { padding: 5px 0; }
  .legal-content section { margin-bottom: 32px; }
  .legal-content h3 { margin: 18px 0 6px; }
  .legal-alert { padding: 16px 18px; margin-bottom: 26px; }
  .legal-card { padding: 16px; }
  .legal-header .cart-button { margin-left: auto; padding: 8px 12px; font-size: 12px; }
  .policy-footer { padding: 40px 20px 26px; }
}

.food-phone {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.food-phone a {
  color: inherit;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  white-space: nowrap;
}

/* PAIA actions (brief 6.2).

   Three plain links, none behind a login, a cart or an R0 checkout. The manual
   itself is not among them as a download: it is already published on this page,
   which is what section 51 asks for, and a PDF sitting in someone's downloads
   folder is a copy we can no longer correct. It is offered by email instead,
   which is what section 9 of the manual already promises. */
.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 38px;
}

.legal-actions a {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 18px;
  border: 1px solid var(--green);
  color: var(--green);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition: background-color .2s, color .2s;
}

.legal-actions a small {
  font-weight: 400;
  font-size: 12px;
  color: #55705c;
}

.legal-actions a:hover,
.legal-actions a:focus-visible {
  background: var(--green);
  color: #fff;
}

.legal-actions a:hover small,
.legal-actions a:focus-visible small {
  color: #d7e2d6;
}

.legal-actions a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

@media (max-width: 580px) {
  .legal-actions {
    gap: 10px;
    margin-bottom: 26px;
  }

  .legal-actions a {
    width: 100%;
    padding: 13px 16px;
  }
}
