.bowl-guide {
  --bowl-ink: #173d43;
  --bowl-rust: #a9472c;
  --bowl-miso: #8a642f;
  --bowl-paper: #fbf8f0;
  --bowl-wash: #e6eee8;
  --bowl-rule: color-mix(in srgb, var(--bowl-ink) 22%, transparent);
  color: var(--bowl-ink);
}

.bowl-guide > section,
.bowl-guide > nav {
  margin-top: clamp(5rem, 9vw, 9rem);
}

.bowl-guide h2,
.bowl-guide h3,
.bowl-guide p {
  text-wrap: pretty;
}

.bowl-guide h2 {
  max-width: 20ch;
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.bowl-guide h3 {
  line-height: 1.18;
}

.bowl-guide a:focus-visible,
.bowl-guide button:focus-visible,
.bowl-guide summary:focus-visible {
  outline: 3px solid #0d6975;
  outline-offset: 4px;
}

.bowl-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, .82fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  padding-bottom: clamp(2rem, 4vw, 4rem);
  border-bottom: 1px solid var(--bowl-rule);
}

.bowl-lead figure {
  margin: 0;
}

.bowl-lead picture,
.bowl-lead img {
  display: block;
  width: 100%;
}

.bowl-lead img {
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0;
}

.bowl-lead figcaption {
  max-width: 66ch;
  margin-top: .8rem;
  color: #547176;
  font-size: .76rem;
  line-height: 1.55;
}

.bowl-lead h2 {
  margin: .75rem 0 1.4rem;
}

.bowl-lead > div > p:not(.eyebrow) {
  max-width: 40rem;
  font-size: clamp(1.03rem, 1.6vw, 1.23rem);
  line-height: 1.85;
}

.bowl-lead dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 2.4rem 0 0;
  background: var(--bowl-rule);
  border-block: 1px solid var(--bowl-rule);
}

.bowl-lead dl div {
  display: grid;
  gap: .25rem;
  padding: 1.25rem .9rem;
  background: var(--bowl-paper);
}

.bowl-lead dt {
  font-family: var(--font-display, Georgia, serif);
  font-size: 2rem;
  line-height: 1;
}

.bowl-lead dd {
  margin: 0;
  color: #547176;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bowl-now {
  display: grid;
  grid-template-columns: minmax(15rem, .68fr) minmax(0, 1.32fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  color: #f8f2e8;
  background: var(--bowl-ink);
}

.bowl-now h2 {
  max-width: 12ch;
  margin-top: .8rem;
  font-size: clamp(2rem, 4vw, 4rem);
}

.bowl-now .eyebrow {
  color: #dfb77e;
}

.bowl-now ol {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bowl-now li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.25rem;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.bowl-now li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.bowl-now li > span {
  color: #dfb77e;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.bowl-now h3,
.bowl-now p {
  margin: 0;
}

.bowl-now h3 {
  font-size: 1.12rem;
}

.bowl-now p {
  margin-top: .55rem;
  color: #d8e2df;
  line-height: 1.75;
}

.bowl-toc {
  display: grid;
  grid-template-columns: minmax(11rem, .45fr) minmax(0, 1.55fr);
  gap: 2rem;
  padding-block: 1.25rem;
  border-block: 1px solid var(--bowl-rule);
}

.bowl-toc > p {
  margin: .6rem 0;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.bowl-toc ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  counter-reset: contents;
  list-style: none;
}

.bowl-toc li {
  counter-increment: contents;
  border-left: 1px solid var(--bowl-rule);
}

.bowl-toc a {
  display: grid;
  min-height: 56px;
  padding: .6rem 1rem;
  color: inherit;
  font-weight: 760;
  text-decoration: none;
}

.bowl-toc a::before {
  content: counter(contents, decimal-leading-zero);
  color: var(--bowl-rust);
  font-size: .65rem;
  letter-spacing: .08em;
}

.bowl-toc a:hover {
  background: var(--bowl-wash);
}

.bowl-context {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(18rem, .7fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}

.bowl-context h2,
.bowl-words h2,
.bowl-atlas h2,
.soup-atlas h2,
.bowl-regions h2,
.bowl-practice h2,
.bowl-safety h2,
.bowl-phrases h2,
.bowl-faq h2,
.bowl-sources h2,
.bowl-next h2 {
  margin: .7rem 0 1.4rem;
}

.bowl-context > div > p,
.bowl-context > aside p,
.bowl-guide section > header > p:last-child {
  max-width: 67ch;
  line-height: 1.85;
}

.bowl-context > div > ul,
.bowl-atlas footer ul,
.bowl-miso footer ul,
.bowl-seasons footer ul,
.bowl-safety > ul,
.bowl-regions article ul,
.bowl-sources ul {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.bowl-context li + li,
.bowl-atlas footer li + li,
.bowl-miso footer li + li,
.bowl-sources li + li {
  margin-top: .55rem;
}

.bowl-context a,
.bowl-atlas footer a,
.bowl-miso footer a,
.bowl-seasons footer a,
.bowl-safety > ul a,
.bowl-regions article a,
.bowl-sources a {
  color: inherit;
  text-underline-offset: .22em;
}

.bowl-context > aside {
  padding: 1.6rem 0 1.6rem 1.8rem;
  border-left: 5px solid var(--bowl-rust);
}

.bowl-context > aside strong {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.5rem;
}

.bowl-words > header,
.bowl-atlas > header,
.soup-atlas > header,
.bowl-regions > header,
.bowl-practice > header,
.bowl-phrases > header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .9fr);
  column-gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: 3rem;
}

.bowl-words > header .eyebrow,
.bowl-atlas > header .eyebrow,
.soup-atlas > header .eyebrow,
.bowl-regions > header .eyebrow,
.bowl-practice > header .eyebrow,
.bowl-phrases > header .eyebrow {
  grid-column: 1;
}

.bowl-words > header h2,
.bowl-atlas > header h2,
.soup-atlas > header h2,
.bowl-regions > header h2,
.bowl-practice > header h2,
.bowl-phrases > header h2 {
  grid-column: 1;
}

.bowl-words > header > p:last-child,
.bowl-atlas > header > p:last-child,
.soup-atlas > header > p:last-child,
.bowl-regions > header > p:last-child,
.bowl-practice > header > p:last-child,
.bowl-phrases > header > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.bowl-words > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--bowl-rule);
}

.bowl-words article {
  padding: 1.8rem 1.6rem 1.8rem 0;
  border-bottom: 1px solid var(--bowl-rule);
}

.bowl-words article:not(:nth-child(3n + 1)) {
  padding-left: 1.6rem;
  border-left: 1px solid var(--bowl-rule);
}

.bowl-words article header,
.bowl-atlas article header,
.soup-atlas article header,
.bowl-regions article header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.bowl-words article header > span,
.bowl-atlas article header > span,
.soup-atlas article header > span,
.bowl-regions article header > span {
  color: var(--bowl-rust);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.bowl-words article h3,
.bowl-atlas article h3,
.soup-atlas article h3,
.bowl-regions article h3 {
  margin: 0;
  font-size: 1.23rem;
}

.bowl-words article small,
.bowl-atlas article small,
.bowl-regions article small {
  display: block;
  margin-top: .25rem;
  color: #657d7f;
  font-size: .73rem;
  line-height: 1.45;
}

.bowl-words article > p,
.bowl-atlas article > p,
.soup-atlas article > p,
.bowl-regions article > p {
  line-height: 1.75;
}

.bowl-words article aside {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--bowl-rule);
}

.bowl-words article aside strong,
.bowl-atlas article aside strong,
.soup-atlas article aside strong {
  color: var(--bowl-rust);
  font-size: .69rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bowl-words article aside p,
.bowl-atlas article aside p,
.soup-atlas article aside p {
  margin-bottom: 0;
  font-size: .88rem;
  line-height: 1.7;
}

.bowl-atlas > div,
.soup-atlas > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 3rem;
  border-top: 1px solid var(--bowl-rule);
}

.bowl-atlas article,
.soup-atlas article {
  padding: 2.3rem 0;
  border-bottom: 1px solid var(--bowl-rule);
}

.bowl-atlas article i,
.soup-atlas article i,
.bowl-regions article i {
  display: grid;
  flex: 0 0 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--bowl-miso);
  font-family: var(--font-display, Georgia, serif);
  font-style: normal;
}

.bowl-atlas blockquote {
  margin: 1.4rem 0;
  padding: .2rem 0 .2rem 1.2rem;
  border-left: 2px solid var(--bowl-miso);
}

.bowl-atlas blockquote strong {
  font-size: .74rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.bowl-atlas blockquote p {
  margin: .5rem 0 0;
  line-height: 1.7;
}

.bowl-atlas article aside,
.soup-atlas article aside {
  padding: 1rem 1.15rem;
  background: var(--bowl-wash);
}

.bowl-atlas footer,
.bowl-seasons footer {
  margin-top: 1.8rem;
}

.bowl-miso {
  padding: clamp(2.4rem, 6vw, 6rem);
  color: #f9f4e8;
  background: #213b3d;
}

.bowl-miso > header {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(14rem, .7fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
}

.bowl-miso h2 {
  margin: .7rem 0 1.4rem;
  color: #fffaf0;
}

.bowl-miso > header p:last-child,
.bowl-miso li p {
  color: #d6e1dc;
}

.bowl-miso .eyebrow {
  color: #efbc77;
}

.bowl-diagram {
  position: relative;
  display: grid;
  width: min(100%, 18rem);
  aspect-ratio: 1;
  place-items: center;
  margin-inline: auto;
}

.bowl-diagram::before,
.bowl-diagram::after {
  position: absolute;
  content: '';
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
}

.bowl-diagram::before {
  inset: 2%;
}

.bowl-diagram::after {
  inset: 19%;
  border-style: dashed;
}

.bowl-diagram > span {
  position: absolute;
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border-radius: 50%;
  color: #203c3e;
  background: #f0d49f;
  font-weight: 850;
}

.bowl-diagram > span:nth-child(1) { top: 2%; left: 40%; }
.bowl-diagram > span:nth-child(2) { top: 38%; right: 1%; background: #d3a86b; }
.bowl-diagram > span:nth-child(3) { bottom: 2%; left: 40%; background: #becdc1; }
.bowl-diagram > span:nth-child(4) { top: 38%; left: 1%; background: #e8ad92; }

.bowl-miso ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 3rem;
  margin: clamp(3rem, 6vw, 6rem) 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .25);
  list-style: none;
}

.bowl-miso li {
  display: grid;
  grid-template-columns: 2.5rem 3.4rem 1fr;
  gap: .9rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.bowl-miso li > span {
  color: #efbc77;
  font-size: .68rem;
  font-weight: 800;
}

.bowl-miso li > i {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.6rem;
  font-style: normal;
}

.bowl-miso li h3,
.bowl-miso li p {
  margin-top: 0;
}

.bowl-miso li small {
  color: #f1dcb8;
  line-height: 1.6;
}

.bowl-miso footer {
  margin-top: 2rem;
}

.bowl-miso footer a {
  color: #fffaf0;
}

.bowl-regions > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--bowl-rule);
}

.bowl-regions article {
  padding: 2rem 1.8rem 2rem 0;
  border-bottom: 1px solid var(--bowl-rule);
}

.bowl-regions article:not(:nth-child(3n + 1)) {
  padding-left: 1.8rem;
  border-left: 1px solid var(--bowl-rule);
}

.bowl-regions article ul {
  font-size: .78rem;
  line-height: 1.55;
}

.bowl-seasons {
  padding: clamp(2rem, 5vw, 5rem) 0;
  border-block: 1px solid var(--bowl-rule);
}

.bowl-seasons > header {
  display: flex;
  gap: 2rem;
  align-items: baseline;
  justify-content: space-between;
}

.bowl-seasons h2 {
  max-width: 19ch;
  margin: .6rem 0 2.5rem;
}

.bowl-seasons > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.bowl-seasons article i {
  display: block;
  padding-bottom: .7rem;
  border-bottom: 4px solid var(--bowl-rust);
  color: var(--bowl-rust);
  font-family: var(--font-display, Georgia, serif);
  font-size: 2.2rem;
  font-style: normal;
}

.bowl-seasons article:nth-child(2) i { border-color: #347b74; color: #347b74; }
.bowl-seasons article:nth-child(3) i { border-color: #9b712f; color: #9b712f; }
.bowl-seasons article:nth-child(4) i { border-color: #526f85; color: #526f85; }
.bowl-seasons article p { line-height: 1.75; }

.bowl-practice > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.bowl-practice article {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  border-top: 5px solid var(--bowl-ink);
}

.bowl-practice article header {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 1rem;
  align-items: start;
}

.bowl-practice article header span {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--bowl-rust);
  font-weight: 850;
}

.bowl-practice article h3 {
  margin: .2rem 0;
}

.bowl-practice article > p,
.bowl-practice dd {
  line-height: 1.75;
}

.bowl-practice dl {
  margin-top: 1rem;
}

.bowl-practice dl div {
  padding: .9rem 0;
  border-top: 1px solid var(--bowl-rule);
}

.bowl-practice dt {
  color: var(--bowl-rust);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bowl-practice dd {
  margin: .35rem 0 0;
}

.bowl-practice blockquote {
  margin: auto 0 0;
  padding: 1.2rem;
  background: var(--bowl-wash);
}

.bowl-practice blockquote p {
  font-size: 1.04rem;
  font-weight: 750;
}

.bowl-practice blockquote small {
  color: #547176;
  line-height: 1.55;
}

.bowl-practice button,
.bowl-safety button,
.bowl-phrases button {
  min-height: 44px;
  border: 1px solid currentColor;
  color: var(--bowl-ink);
  background: transparent;
  font: inherit;
  font-size: .78rem;
  font-weight: 850;
  cursor: pointer;
}

.bowl-practice button {
  width: 100%;
  margin-top: .65rem;
}

.bowl-practice button:hover,
.bowl-phrases button:hover {
  color: #fff;
  background: var(--bowl-ink);
}

.bowl-safety {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .9fr);
  gap: 2rem clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 5vw, 5rem);
  background: #f3e6dc;
}

.bowl-safety > header {
  grid-column: 1 / -1;
}

.bowl-safety > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2rem;
}

.bowl-safety > div article {
  padding: 1.3rem 0;
  border-top: 1px solid color-mix(in srgb, var(--bowl-rust) 40%, transparent);
}

.bowl-safety > div span {
  color: var(--bowl-rust);
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.6rem;
}

.bowl-safety > div h3 {
  display: inline;
  margin-left: .65rem;
}

.bowl-safety > div p {
  line-height: 1.72;
}

.bowl-safety > aside {
  align-self: start;
  padding: 1.8rem;
  color: #fff;
  background: var(--bowl-ink);
}

.bowl-safety > aside > span:first-child {
  color: #efbc77;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.bowl-safety > aside p {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 780;
  line-height: 1.65;
}

.bowl-safety > aside small {
  display: block;
  color: #d8e2df;
  line-height: 1.6;
}

.bowl-safety > aside button {
  width: 100%;
  margin-top: 1.3rem;
  color: #fff;
}

.bowl-safety > aside button:hover {
  color: var(--bowl-ink);
  background: #fff;
}

.bowl-safety > ul {
  grid-column: 1 / -1;
  font-size: .8rem;
}

.bowl-phrases > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--bowl-rule);
}

.bowl-phrases article {
  display: grid;
  grid-template-columns: 2.3rem 1fr auto;
  gap: .8rem;
  align-items: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--bowl-rule);
}

.bowl-phrases article:nth-child(odd) {
  padding-right: 1.5rem;
}

.bowl-phrases article:nth-child(even) {
  padding-left: 1.5rem;
  border-left: 1px solid var(--bowl-rule);
}

.bowl-phrases article > span:first-child {
  color: var(--bowl-rust);
  font-size: .66rem;
  font-weight: 850;
}

.bowl-phrases article p {
  grid-column: 2;
  margin: 0;
  font-size: 1.02rem;
  font-weight: 760;
}

.bowl-phrases article small {
  grid-column: 2;
  color: #547176;
  line-height: 1.5;
}

.bowl-phrases button {
  grid-column: 3;
  grid-row: 1 / span 2;
  padding-inline: .8rem;
}

.bowl-faq {
  display: grid;
  grid-template-columns: minmax(14rem, .55fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 7vw, 7rem);
}

.bowl-faq details {
  border-top: 1px solid var(--bowl-rule);
}

.bowl-faq details:last-child {
  border-bottom: 1px solid var(--bowl-rule);
}

.bowl-faq summary {
  display: flex;
  min-height: 56px;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.bowl-faq summary::-webkit-details-marker { display: none; }
.bowl-faq details[open] summary span { transform: rotate(45deg); }
.bowl-faq details p { max-width: 64ch; line-height: 1.8; }

.bowl-sources {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .75fr);
  gap: clamp(2rem, 7vw, 7rem);
  padding-top: 2.5rem;
  border-top: 1px solid var(--bowl-rule);
}

.bowl-sources > div > p {
  max-width: 67ch;
  line-height: 1.8;
}

.bowl-sources ul {
  align-self: start;
  margin-top: 0;
}

.bowl-sources li {
  padding: .75rem 0;
  border-top: 1px solid var(--bowl-rule);
}

.bowl-sources li:last-child {
  border-bottom: 1px solid var(--bowl-rule);
}

.bowl-next {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, .8fr));
  border-block: 1px solid var(--bowl-rule);
}

.bowl-next > div,
.bowl-next > a {
  padding: 1.6rem;
}

.bowl-next h2 {
  max-width: 15ch;
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.bowl-next > a {
  position: relative;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border-left: 1px solid var(--bowl-rule);
}

.bowl-next > a span {
  color: var(--bowl-rust);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bowl-next > a strong {
  margin-top: .7rem;
  line-height: 1.35;
}

.bowl-next > a b {
  margin-top: auto;
  align-self: flex-end;
}

.bowl-next > a:hover {
  background: var(--bowl-wash);
}

@media (max-width: 980px) {
  .bowl-words > div,
  .bowl-regions > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bowl-words article:not(:nth-child(3n + 1)),
  .bowl-regions article:not(:nth-child(3n + 1)) {
    padding-left: 0;
    border-left: 0;
  }

  .bowl-words article:nth-child(even),
  .bowl-regions article:nth-child(even) {
    padding-left: 1.6rem;
    border-left: 1px solid var(--bowl-rule);
  }

  .bowl-words article:nth-child(odd),
  .bowl-regions article:nth-child(odd) {
    padding-right: 1.6rem;
  }

  .bowl-toc ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bowl-seasons > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bowl-practice > div { grid-template-columns: 1fr; }
  .bowl-next { grid-template-columns: 1fr 1fr; }
  .bowl-next > div { grid-column: 1 / -1; }
  .bowl-next > a:nth-of-type(3) { grid-column: 1 / -1; border-top: 1px solid var(--bowl-rule); }
}

@media (max-width: 760px) {
  .bowl-guide > section,
  .bowl-guide > nav {
    margin-top: 4.8rem;
  }

  .bowl-lead,
  .bowl-now,
  .bowl-context,
  .bowl-miso > header,
  .bowl-safety,
  .bowl-faq,
  .bowl-sources {
    grid-template-columns: 1fr;
  }

  .bowl-lead { gap: 2rem; }
  .bowl-lead figure { order: 1; }
  .bowl-lead > div { order: 2; }

  .bowl-toc {
    grid-template-columns: 1fr;
    gap: .5rem;
  }

  .bowl-toc li:nth-child(odd) { border-left: 0; }

  .bowl-words > header,
  .bowl-atlas > header,
  .soup-atlas > header,
  .bowl-regions > header,
  .bowl-practice > header,
  .bowl-phrases > header {
    display: block;
  }

  .bowl-atlas > div,
  .soup-atlas > div,
  .bowl-miso ol,
  .bowl-phrases > div {
    grid-template-columns: 1fr;
  }

  .bowl-atlas article,
  .soup-atlas article {
    padding: 1.8rem 0;
  }

  .bowl-miso {
    margin-inline: calc(50% - 50vw);
    padding-inline: max(1.25rem, calc((100vw - 100%) / 2));
  }

  .bowl-miso ol { gap: 0; }
  .bowl-seasons > div { gap: 2.5rem 1.4rem; }
  .bowl-safety > header { grid-column: 1; }
  .bowl-safety > ul { grid-column: 1; }

  .bowl-phrases article:nth-child(odd),
  .bowl-phrases article:nth-child(even) {
    padding-inline: 0;
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .bowl-guide h2 {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .bowl-lead dl,
  .bowl-safety > div,
  .bowl-words > div,
  .bowl-regions > div,
  .bowl-seasons > div,
  .bowl-toc ol,
  .bowl-next {
    grid-template-columns: 1fr;
  }

  .bowl-lead dl div {
    grid-template-columns: 2.5rem 1fr;
    align-items: baseline;
  }

  .bowl-now,
  .bowl-safety {
    padding: 1.5rem;
  }

  .bowl-now li {
    grid-template-columns: 2.3rem 1fr;
  }

  .bowl-words article:nth-child(n),
  .bowl-regions article:nth-child(n) {
    padding-inline: 0;
    border-left: 0;
  }

  .bowl-miso li {
    grid-template-columns: 2rem 2.4rem 1fr;
  }

  .bowl-diagram { max-width: 15rem; }
  .bowl-diagram > span { width: 3.3rem; height: 3.3rem; }

  .bowl-phrases article {
    grid-template-columns: 2rem 1fr;
  }

  .bowl-phrases button {
    grid-column: 2;
    grid-row: auto;
    width: 100%;
  }

  .bowl-next > a,
  .bowl-next > a:nth-of-type(3) {
    grid-column: 1;
    min-height: 120px;
    border-top: 1px solid var(--bowl-rule);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bowl-guide *,
  .bowl-guide *::before,
  .bowl-guide *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (forced-colors: active) {
  .bowl-now,
  .bowl-miso,
  .bowl-safety > aside {
    border: 2px solid CanvasText;
  }

  .bowl-diagram > span,
  .bowl-practice article header span {
    border: 1px solid CanvasText;
  }

  .bowl-atlas article aside,
  .soup-atlas article aside,
  .bowl-practice blockquote,
  .bowl-safety {
    border: 1px solid CanvasText;
  }
}
