:root {
  --st-orange: #ff7900;
  --st-orange-dark: #c65d00;
  --st-cream: #fff8f1;
  --st-ink: #242424;
  --st-muted: #6f6f6f;
  --st-line: #e9e4df;
}
.st-page {
  padding: 0 0 72px;
  background: #f8f8f8;
  color: var(--st-ink);
}
.st-page * {
  box-sizing: border-box;
}
.st-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 0;
  color: #888;
  font-size: 11px;
}
.st-breadcrumb a {
  color: #555;
}
.st-kicker {
  margin: 0;
  color: var(--st-orange);
  font:
    400 24px/29px "Covered By Your Grace",
    cursive;
}
.st-hub-hero,
.st-tool-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: 46px 50px;
  border: 1px solid var(--st-line);
  border-top: 4px solid var(--st-orange);
  background: #fff;
}
.st-hub-hero h1,
.st-tool-hero h1 {
  margin: 2px 0 10px;
  font-size: 38px;
  line-height: 48px;
}
.st-hub-hero > p,
.st-tool-hero > div > p {
  max-width: 760px;
  margin: 0;
  color: var(--st-muted);
  font-size: 16px;
  line-height: 27px;
}
.st-tool-hero ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: #666;
  font-size: 11px;
}
.st-tool-hero li:before {
  content: "\f00c";
  margin-right: 6px;
  color: var(--st-orange);
  font-family: FontAwesome;
}
.st-flow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: #555;
  font-size: 11px;
  font-weight: 700;
}
.st-flow span {
  padding: 7px 11px;
  border-radius: 16px;
  background: var(--st-cream);
}
.st-flow i {
  color: var(--st-orange);
}
.st-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  color: #222 !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
}
.st-button:hover,
.st-button:focus-visible {
  border-color: var(--st-orange);
  color: var(--st-orange) !important;
}
.st-button-primary {
  border-color: var(--st-orange);
  background: var(--st-orange);
  color: #fff !important;
}
.st-button-primary:hover,
.st-button-primary:focus-visible {
  background: var(--st-orange-dark);
  color: #fff !important;
}
.st-button:focus-visible,
.st-tool-form :is(input, textarea, select):focus-visible {
  outline: 3px solid rgba(255, 121, 0, 0.24);
  outline-offset: 2px;
}
.st-featured-tools,
.st-hub-group,
.st-related {
  margin-top: 34px;
}
.st-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 16px;
}
.st-section-head h2,
.st-hub-group h2 {
  margin: 0;
  font-size: 25px;
  line-height: 34px;
}
.st-section-head > p {
  max-width: 470px;
  margin: 0;
  color: #777;
  font-size: 12px;
  text-align: right;
}
.st-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.st-tool-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--st-line);
  border-radius: 6px;
  background: #fff;
}
.st-tool-card > i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--st-cream);
  color: var(--st-orange);
  font-size: 20px;
}
.st-tool-card small {
  color: var(--st-orange);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.st-tool-card h3 {
  margin: 2px 0 8px;
  font-size: 17px;
  line-height: 23px;
}
.st-tool-card p {
  margin: 0;
  color: #6f6f6f;
  font-size: 11px;
  line-height: 19px;
}
.st-tool-card strong {
  display: block;
  margin: 11px 0;
  color: #555;
  font-size: 9px;
}
.st-tool-card .st-button {
  margin-top: 3px;
}
.st-tool-grid-compact .st-tool-card {
  grid-template-columns: 42px 1fr;
  padding: 20px;
}
.st-tool-grid-compact .st-tool-card > i {
  width: 40px;
  height: 40px;
  font-size: 15px;
}
.st-tool-grid-compact .st-tool-card p {
  display: none;
}
.st-coming {
  margin-top: 34px;
  padding: 38px 44px;
  border: 1px solid var(--st-line);
  background: #fff;
}
.st-hub-copy,
.st-method {
  margin-top: 34px;
}
.st-start-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.st-start-card,
.st-method > div {
  padding: 28px;
  border: 1px solid var(--st-line);
  background: #fff;
}
.st-start-card:last-child {
  grid-column: 1 / -1;
}
.st-start-card h3,
.st-method h2 {
  margin: 0 0 9px;
  font-size: 19px;
  line-height: 27px;
}
.st-start-card p,
.st-method p,
.st-method li {
  color: #5f5f5f;
  font-size: 12px;
  line-height: 21px;
}
.st-start-card .st-button {
  margin-top: 8px;
}
.st-method {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.st-method ol {
  margin: 14px 0 0;
  padding-left: 20px;
}
.st-method li + li {
  margin-top: 7px;
}
.st-guide-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.st-guide-links a {
  padding: 18px;
  border: 1px solid var(--st-line);
  background: #fff;
  color: #333;
  font-size: 12px;
  font-weight: 700;
}
.st-next-steps {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid var(--st-line);
  background: var(--st-cream);
}
.st-next-steps h2 {
  margin: 0 0 14px;
  font-size: 21px;
}
.st-next-steps > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.st-next-steps a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 17px;
  border: 1px solid #eadfd4;
  background: #fff;
  color: #333;
}
.st-next-steps a > span {
  color: #6f6f6f;
  font-size: 10px;
  line-height: 17px;
}
.st-coming h2 {
  margin: 2px 0 9px;
  font-size: 24px;
}
.st-coming > p:last-child {
  max-width: 850px;
  margin: 0;
  color: #666;
  line-height: 24px;
}
.st-disabled {
  display: inline-flex;
  margin-top: 8px;
  padding: 7px 9px;
  background: #eee;
  color: #777;
  font-size: 9px;
}
.st-quick-answer {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  margin-top: 16px;
  padding: 22px 30px;
  border-left: 5px solid var(--st-orange);
  background: var(--st-cream);
}
.st-quick-answer strong {
  color: var(--st-orange);
  font-size: 11px;
  text-transform: uppercase;
}
.st-quick-answer p {
  margin: 0;
  font-size: 13px;
  line-height: 23px;
}
.st-tool-form {
  scroll-margin-top: 20px;
  margin-top: 16px;
  padding: 32px;
  border: 1px solid var(--st-line);
  border-radius: 6px;
  background: #fff;
}
.st-form-heading {
  margin-bottom: 22px;
}
.st-form-heading > span,
.st-results-heading > div > span {
  color: var(--st-orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.st-form-heading h2,
.st-results-heading h2 {
  margin: 2px 0 4px;
  font-size: 23px;
  line-height: 31px;
}
.st-form-heading p,
.st-results-heading p {
  margin: 0;
  color: #777;
  font-size: 11px;
}
.st-tool-form form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
}
.st-field {
  min-width: 0;
}
.st-field-wide {
  grid-column: span 2;
}
.st-field label,
.st-chip-field legend {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-size: 10px;
  font-weight: 700;
}
.st-field label b {
  color: #b7411b;
}
.st-field :is(input, textarea, select) {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #fff;
  color: #222;
  font:
    400 13px/20px Ruda,
    sans-serif;
}
.st-field textarea {
  height: 92px;
  resize: vertical;
}
.st-check {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-size: 11px;
  cursor: pointer;
}
.st-check input,
.st-grocery-grid input {
  accent-color: var(--st-orange);
}
.st-chip-field {
  grid-column: 1/-1;
  margin: 0;
  padding: 0;
  border: 0;
}
.st-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.st-chips input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.st-chips span {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 22px;
  background: #fff;
  font-size: 11px;
  cursor: pointer;
}
.st-chips input:checked + span {
  border-color: var(--st-orange);
  background: var(--st-orange);
  color: #fff;
}
.st-chips input:focus-visible + span {
  outline: 3px solid rgba(255, 121, 0, 0.24);
}
.st-results {
  scroll-margin-top: 20px;
  min-height: 190px;
  margin-top: 16px;
  padding: 32px;
  border: 1px solid var(--st-line);
  border-radius: 6px;
  background: #fff;
}
.st-empty-result {
  display: grid;
  place-items: center;
  min-height: 125px;
  text-align: center;
}
.st-empty-result i {
  color: var(--st-orange);
  font-size: 28px;
}
.st-empty-result h2 {
  margin: 8px 0 2px;
  font-size: 20px;
}
.st-empty-result p {
  max-width: 550px;
  margin: 0;
  color: #777;
  font-size: 11px;
}
.st-results-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.st-results-heading > strong {
  padding: 8px 12px;
  border-radius: 20px;
  background: var(--st-cream);
  color: var(--st-orange);
  font-size: 10px;
}
.st-results-heading > div + div {
  display: flex;
  gap: 7px;
}
.st-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.st-recipe-result {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  min-width: 0;
  border: 1px solid #e8e8e8;
  background: #fff;
}
.st-recipe-result > img,
.st-recipe-result > .st-image-fallback {
  width: 160px;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}
.st-image-fallback {
  display: grid;
  place-items: center;
  background: var(--st-cream);
  color: var(--st-orange);
  font-size: 34px;
  font-weight: 700;
}
.st-recipe-result > div {
  min-width: 0;
  padding: 18px;
}
.st-recipe-result small {
  color: var(--st-orange);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.st-recipe-result h3 {
  margin: 4px 0 7px;
  font-size: 15px;
  line-height: 21px;
}
.st-recipe-result p {
  margin: 5px 0;
  color: #6f6f6f;
  font-size: 10px;
  line-height: 17px;
}
.st-recipe-result .st-match strong {
  color: #267049;
}
.st-recipe-result .st-missing strong {
  color: #a54e18;
}
.st-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.st-result-actions .st-button {
  min-height: 36px;
  padding: 6px 9px;
  font-size: 9px;
}
.st-meal-plan {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.st-meal-plan article {
  padding: 18px;
  border: 1px solid #e8e8e8;
  border-top: 3px solid var(--st-orange);
}
.st-meal-plan article > span {
  color: var(--st-orange);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.st-meal-plan h3 {
  margin: 4px 0 7px;
  font-size: 13px;
  line-height: 19px;
}
.st-meal-plan p {
  color: #777;
  font-size: 10px;
  line-height: 17px;
}
.st-meal-plan article > a {
  color: var(--st-orange);
  font-size: 9px;
  font-weight: 700;
}
.st-result-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #eee;
}
.st-grocery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.st-grocery-grid section {
  padding: 18px;
  border: 1px solid #e8e8e8;
}
.st-grocery-grid h3 {
  margin: 0 0 9px;
  font-size: 14px;
}
.st-grocery-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.st-grocery-grid li {
  border-top: 1px solid #f0f0f0;
}
.st-grocery-grid label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  font-size: 10px;
  line-height: 16px;
  cursor: pointer;
}
.st-grocery-grid input {
  margin-top: 2px;
}
.st-grocery-grid input:checked + span {
  color: #aaa;
  text-decoration: line-through;
}
.st-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 32px;
  border: 1px solid var(--st-line);
  background: #fff;
}
.st-guide section {
  padding: 30px 34px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.st-guide section:nth-child(-n + 2) {
  border-top: 0;
}
.st-guide section:nth-child(odd) {
  border-left: 0;
}
.st-guide h2 {
  margin: 0 0 9px;
  font-size: 20px;
  line-height: 28px;
}
.st-guide p {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 23px;
}
.st-faq {
  margin-top: 32px;
  padding: 34px 9%;
  border: 1px solid var(--st-line);
  background: #fff;
}
.st-faq h2 {
  margin: 0 0 10px;
  font-size: 24px;
}
.st-faq details {
  border-top: 1px solid #eee;
}
.st-faq details:last-child {
  border-bottom: 1px solid #eee;
}
.st-faq summary {
  padding: 14px 34px 14px 0;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.st-faq details p {
  margin: 0 0 16px;
  color: #666;
  font-size: 12px;
  line-height: 21px;
}
.st-disclaimer {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  margin-top: 16px;
  padding: 22px 28px;
  border: 1px solid #e9e2da;
  background: var(--st-cream);
}
.st-disclaimer i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: var(--st-orange);
}
.st-disclaimer strong {
  font-size: 11px;
}
.st-disclaimer p {
  margin: 3px 0 0;
  color: #666;
  font-size: 10px;
  line-height: 18px;
}
@media (max-width: 1080px) {
  .st-tool-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .st-tool-form form {
    grid-template-columns: repeat(2, 1fr);
  }
  .st-meal-plan {
    grid-template-columns: repeat(3, 1fr);
  }
  .st-grocery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .st-page {
    padding-bottom: 48px;
  }
  .st-hub-hero,
  .st-tool-hero {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }
  .st-hub-hero h1,
  .st-tool-hero h1 {
    font-size: 31px;
    line-height: 40px;
  }
  .st-hub-hero > p,
  .st-tool-hero > div > p {
    font-size: 14px;
    line-height: 24px;
  }
  .st-flow {
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .st-flow span {
    white-space: nowrap;
  }
  .st-tool-hero > .st-button {
    width: 100%;
  }
  .st-tool-grid,
  .st-start-grid,
  .st-method,
  .st-guide-links,
  .st-next-steps > div,
  .st-result-grid,
  .st-meal-plan,
  .st-grocery-grid,
  .st-guide {
    grid-template-columns: 1fr;
  }
  .st-section-head,
  .st-results-heading {
    display: block;
  }
  .st-section-head > p {
    text-align: left;
    margin-top: 5px;
  }
  .st-tool-form,
  .st-results {
    padding: 22px 20px;
  }
  .st-tool-form form {
    grid-template-columns: 1fr;
  }
  .st-field-wide {
    grid-column: auto;
  }
  .st-tool-form .st-run {
    width: 100%;
  }
  .st-quick-answer {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .st-recipe-result {
    grid-template-columns: 110px 1fr;
  }
  .st-recipe-result > img,
  .st-recipe-result > .st-image-fallback {
    width: 110px;
    min-height: 220px;
  }
  .st-results-heading > .st-button,
  .st-results-heading > div + div {
    width: 100%;
    margin-top: 14px;
  }
  .st-results-heading > div + div .st-button {
    flex: 1;
  }
  .st-guide section,
  .st-guide section:nth-child(n) {
    padding: 24px 20px;
    border-left: 0;
    border-top: 1px solid #eee;
  }
  .st-guide section:first-child {
    border-top: 0;
  }
  .st-faq {
    padding: 26px 20px;
  }
}
@media (max-width: 440px) {
  .st-tool-card,
  .st-tool-grid-compact .st-tool-card {
    grid-template-columns: 42px 1fr;
    padding: 18px;
  }
  .st-tool-card > i {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .st-recipe-result {
    grid-template-columns: 1fr;
  }
  .st-recipe-result > img,
  .st-recipe-result > .st-image-fallback {
    width: 100%;
    height: 180px;
    min-height: 0;
  }
  .st-result-actions {
    display: grid;
  }
  .st-meal-plan article {
    padding: 16px;
  }
  .st-grocery-grid {
    grid-template-columns: 1fr;
  }
  .st-coming {
    padding: 28px 22px;
  }
}

/* Premium readability pass: preserve the established layout while bringing
   all tool content up to a comfortable editorial reading size. */
.st-page {
  font-size: 15px;
  line-height: 1.65;
}
.st-hub-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: #eadfd4;
  background-color: #fffaf5;
  box-shadow: 0 18px 46px rgba(70, 42, 20, 0.08);
}
.st-hub-hero::after {
  position: absolute;
  z-index: -1;
  right: -48px;
  bottom: -86px;
  width: 310px;
  height: 310px;
  background: url("saucyrecipe-icon-transparent-1024.png") center / contain no-repeat;
  content: "";
  opacity: 0.055;
  pointer-events: none;
}
.st-breadcrumb {
  font-size: 13px;
}
.st-kicker {
  font-size: 30px;
  line-height: 36px;
}
.st-hub-hero .st-kicker {
  font-size: 38px;
  line-height: 44px;
}
.st-hub-hero h1,
.st-tool-hero h1 {
  font-size: 42px;
  line-height: 52px;
}
.st-hub-hero > p,
.st-tool-hero > div > p {
  font-size: 18px;
  line-height: 30px;
}
.st-tool-hero ul,
.st-flow,
.st-button {
  font-size: 13px;
}
.st-section-head > p {
  font-size: 15px;
  line-height: 24px;
}
.st-tool-card small,
.st-form-heading > span,
.st-results-heading > div > span,
.st-recipe-result small,
.st-meal-plan article > span {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.035em;
}
.st-tool-card h3 {
  font-size: 20px;
  line-height: 27px;
}
.st-tool-card p {
  font-size: 15px;
  line-height: 25px;
}
.st-tool-card strong {
  font-size: 12px;
  line-height: 19px;
}
.st-start-card p,
.st-method p,
.st-method li,
.st-guide p {
  font-size: 15px;
  line-height: 26px;
}
.st-guide-links a {
  font-size: 14px;
  line-height: 22px;
}
.st-next-steps a > span,
.st-quick-answer p,
.st-form-heading p,
.st-results-heading p,
.st-empty-result p,
.st-faq summary,
.st-faq details p {
  font-size: 14px;
  line-height: 23px;
}
.st-quick-answer strong,
.st-field label,
.st-chip-field legend,
.st-disclaimer strong {
  font-size: 12px;
  line-height: 18px;
}
.st-field :is(input, textarea, select),
.st-check,
.st-chips span {
  font-size: 14px;
  line-height: 21px;
}
.st-results-heading > strong,
.st-recipe-result p,
.st-meal-plan p,
.st-meal-plan article > a,
.st-grocery-grid label,
.st-disclaimer p {
  font-size: 13px;
  line-height: 21px;
}
.st-recipe-result h3,
.st-meal-plan h3,
.st-grocery-grid h3 {
  font-size: 16px;
  line-height: 23px;
}
.st-result-actions .st-button,
.st-disabled {
  font-size: 12px;
}

/* v1.1.5: keep actions unmistakable and give every tool its own
   editorial background instead of repeating the brand watermark. */
.st-hub-hero::after {
  display: none;
}
/* Hub artwork is decorative; the soft overlay protects text contrast. */
.st-hub-hero {
  background-image: linear-gradient(rgba(255, 250, 245, .78), rgba(255, 250, 245, .78)),
    url("tool-headers/saucy-tools-hub.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.st-hub-hero > p {
  color: #4d4945;
}
.st-hub-hero .st-flow {
  flex-wrap: wrap;
}
.st-tool-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: #eadfd4;
  background-color: #fffaf5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 18px 46px rgba(70, 42, 20, 0.08);
}
.st-tool-hero::after {
  display: none;
}
.st-tool[data-tool="ingredient_recipe_finder"] .st-tool-hero {
  background-image: url("tool-headers/ingredient-recipe-finder.jpg");
}
.st-tool[data-tool="seven_day_meal_plan_generator"] .st-tool-hero {
  background-image: url("tool-headers/seven-day-meal-planner.jpg");
}
.st-tool[data-tool="grocery_list_generator"] .st-tool-hero {
  background-image: url("tool-headers/grocery-list-generator.jpg");
}
.st-tool[data-tool="pantry_meal_finder"] .st-tool-hero {
  background-image: url("tool-headers/pantry-meal-finder.jpg");
}
.st-tool[data-tool="dinner_idea_generator"] .st-tool-hero {
  background-image: url("tool-headers/dinner-idea-generator.jpg");
}
.st-tool-card .st-button {
  border-color: var(--st-orange);
  background: var(--st-orange);
  color: #fff !important;
  box-shadow: 0 7px 18px rgba(198, 93, 0, 0.20);
  transition: background-color 180ms ease, border-color 180ms ease,
    box-shadow 180ms ease, transform 180ms ease;
}
.st-tool-card .st-button:hover,
.st-tool-card .st-button:focus-visible {
  border-color: var(--st-orange-dark);
  background: var(--st-orange-dark);
  color: #fff !important;
  box-shadow: 0 9px 22px rgba(198, 93, 0, 0.28);
  transform: translateY(-1px);
}
@media (max-width: 760px) {
  .st-kicker {
    font-size: 26px;
    line-height: 32px;
  }
  .st-hub-hero .st-kicker {
    font-size: 30px;
    line-height: 36px;
  }
  .st-hub-hero h1,
  .st-tool-hero h1 {
    font-size: 34px;
    line-height: 43px;
  }
  .st-hub-hero > p,
  .st-tool-hero > div > p {
    font-size: 16px;
    line-height: 27px;
  }
  .st-hub-hero::after {
    right: -80px;
    bottom: -70px;
    width: 260px;
    height: 260px;
  }
  .st-tool-hero::after {
    display: none;
  }
}
@media print {
  .dn-food-header,
  .dn-food-footer,
  .st-breadcrumb,
  .st-tool-hero,
  .st-quick-answer,
  .st-tool-form,
  .st-guide,
  .st-related,
  .st-faq,
  .st-disclaimer,
  .st-result-actions,
  .st-result-footer {
    display: none !important;
  }
  .st-page,
  .st-results {
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
  }
  .st-result-grid,
  .st-grocery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .st-recipe-result > img {
    display: none;
  }
  .st-recipe-result {
    grid-template-columns: 1fr;
  }
}
 /* v1.2: accessible controls for the connected planning workflow. */
.st-save-status { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:24px; padding:18px; background:#fff8ef; border-radius:12px; }
.st-save-status p { margin:0; font-size:15px; line-height:1.6; color:#554538; }
.st-tool .st-button { min-height:44px; }
.st-tool button:disabled { opacity:.55; cursor:not-allowed; box-shadow:none; }
.st-tool button[aria-pressed="true"] { background:#fff1df; border-color:#c75a00; color:#693100; }
.st-tool :is(button,a,input,select,textarea,summary):focus-visible { outline:3px solid #95501b; outline-offset:3px; }
.st-coverage { margin:16px 0; font-size:15px; font-weight:600; color:#514331; }
.st-tool progress { display:block; accent-color:#b55a00; width:100%; max-width:360px; height:10px; margin-top:8px; }
.st-recipe-result details { padding:12px 0; font-size:15px; line-height:1.6; }
.st-recipe-result summary { cursor:pointer; font-weight:600; min-height:36px; }
.st-recipe-result details ul { margin:8px 0; padding-left:20px; }
.st-result-actions, .st-plan-controls { display:flex; flex-wrap:wrap; gap:8px; }
.st-meal-plan { grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.st-meal-plan article { border-radius:12px; background:linear-gradient(145deg,#fff,#fffaf4); display:flex; flex-direction:column; gap:8px; min-width:0; }
.st-meal-plan article.st-locked { border-color:#bc650d; box-shadow:0 0 0 1px #bc650d; }
.st-meal-plan article > span { font-size:13px; color:#974707; }
.st-meal-plan h3 { font-size:19px; line-height:1.4; }
.st-meal-plan p, .st-grocery-grid label { font-size:16px; line-height:1.6; color:#514a43; }
.st-plan-controls { margin-top:auto; }
.st-grocery-add { display:flex; flex-wrap:wrap; gap:12px; align-items:center; padding:20px; margin:20px 0; background:#fff7ec; border-radius:12px; }
.st-grocery-add label { font-size:16px; font-weight:600; }
.st-grocery-add input { flex:1; min-width:140px; min-height:44px; padding:10px; border:1px solid #cabcaa; border-radius:6px; font-size:16px; }
.st-grocery-grid section { border-radius:12px; }
.st-grocery-grid li { padding:10px 0; }
.st-grocery-grid input[type="checkbox"] { width:20px; height:20px; flex-shrink:0; margin-top:3px; }
.st-grocery-grid h3 { font-size:19px; }
.st-grocery-grid .st-remove-item { font-size:13px; padding:6px 12px; color:#82470e; }
.st-tool .st-results-heading p { font-size:16px; line-height:1.6; }
.st-tool .st-results-heading > div { min-width:0; }
.st-tool .st-results-heading .st-button { margin:4px; }
@media(max-width:900px) {
  .st-meal-plan, .st-grocery-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:600px) {
  .st-meal-plan, .st-grocery-grid { grid-template-columns:1fr; }
  .st-save-status { align-items:flex-start; flex-direction:column; }
  .st-result-actions .st-button { flex:1 1 135px; text-align:center; font-size:14px; }
  .st-grocery-add input { width:100%; flex-basis:100%; }
}
@media print {
  .st-save-status,.st-plan-controls,.st-grocery-add,.st-remove-item,.st-results-heading button { display:none!important; }
  .st-meal-plan { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .st-meal-plan article,.st-grocery-grid section { break-inside:avoid; }
}
.st-tool :is(.st-open-grocery,.st-add-plan,.st-add-item,.st-regenerate) { background:#a74b00; color:#fff; border-color:#a74b00; }
.st-tool :is(.st-open-grocery,.st-add-plan,.st-add-item,.st-regenerate):hover { background:#7c3700; border-color:#7c3700; }
