/* P3/P4 flows: built on the shared Caldas Indica tokens in styles.css. */
.flow-page {
  --flow-line: rgb(13 13 13 / 14%);
  --flow-muted: #656565;
  --flow-red-soft: #f9dfe0;
  min-height: 100dvh;
  padding-bottom: 5.7rem;
  background: var(--paper);
}

.flow-topbar {
  display: flex;
  justify-content: space-between;
  gap: var(--space-3);
  align-items: center;
  min-height: 5.25rem;
  padding: var(--space-3) var(--gutter);
  color: var(--white);
  background: var(--ink);
}

.flow-topbar--light { color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--flow-line); }
.flow-brand { display: inline-flex; gap: .55rem; align-items: center; flex: 0 0 auto; color: inherit; font-size: .66rem; font-weight: 700; letter-spacing: .09em; line-height: .9; text-decoration: none; text-transform: uppercase; }
.flow-brand img { width: 2.55rem; height: 2.55rem; border-radius: 50%; }
.flow-brand strong { color: var(--red); font-size: .8rem; }
.back-link { display: inline-flex; gap: .25rem; align-items: center; min-height: 2.75rem; color: inherit; font-size: .79rem; font-weight: 700; text-decoration: none; text-align: right; }
.back-link svg { width: 1.15rem; }

.order-hero { padding: 2.5rem var(--gutter) 2rem; color: var(--white); background: var(--ink); }
.order-hero .eyebrow { color: #bcbcbc; }
.order-hero__row { display: flex; gap: var(--space-4); justify-content: space-between; align-items: end; }
.order-hero h1, .sent-hero h1, .guide-article__hero h1 { max-width: 9ch; margin: .5rem 0 1rem; font-family: var(--display); font-size: clamp(2.95rem, 13vw, 5.5rem); font-weight: 400; letter-spacing: -.06em; line-height: .85; text-transform: uppercase; }
.order-hero h1 em, .sent-hero h1 em, .guide-article__hero h1 em, .section-intro h2 em, .guide-body h2 em { color: var(--red); font-style: normal; }
.order-hero__row > div { min-width: 0; }
.order-hero p:not(.eyebrow) { max-width: 31rem; margin: 0; color: #d0d0cc; font-size: 1rem; }
.order-mark { display: grid; place-items: center; flex: 0 0 auto; width: 4.5rem; height: 4.5rem; margin-bottom: .2rem; color: var(--red); border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; font-family: var(--display); font-size: 1.3rem; letter-spacing: -.05em; }
.place-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin: 2rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line-light); }
.place-facts div { min-width: 0; }
.place-facts dt { color: #aaa; font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.place-facts dd { margin: .25rem 0 0; font-size: .76rem; font-weight: 700; line-height: 1.25; }

.order-main { padding: 2.5rem var(--gutter) 3rem; }
.section-intro { max-width: 41rem; }
.section-intro h2, .guide-body h2, .guide-callout h2 { margin: .4rem 0 1rem; font-family: var(--display); font-size: clamp(2rem, 8vw, 3.6rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; text-transform: uppercase; }
.section-intro > p:last-child { margin: 0; color: var(--flow-muted); font-size: .95rem; }
.menu-tabs { display: flex; gap: .5rem; margin: 2rem 0 1rem; overflow-x: auto; }
.menu-tabs button { flex: 0 0 auto; min-height: 2.75rem; padding: 0 .9rem; color: var(--ink); background: transparent; border: 1px solid var(--flow-line); border-radius: 999px; font-size: .78rem; font-weight: 700; }
.menu-tabs button[aria-selected="true"] { color: var(--white); background: var(--ink); border-color: var(--ink); }
.menu-grid { display: grid; gap: 1rem; }
.menu-item { display: grid; grid-template-columns: 6.35rem minmax(0, 1fr); min-height: 9.3rem; overflow: hidden; background: var(--white); border: 1px solid var(--flow-line); border-radius: 1rem; }
.menu-item__visual { display: grid; place-items: center; min-height: 100%; color: var(--white); background: var(--ink); font-family: var(--display); font-size: 1.15rem; letter-spacing: -.05em; }
.menu-item__visual--one { background: linear-gradient(160deg, #e51019, #751014); }
.menu-item__visual--two { color: var(--ink); background: #e6ae5a; }
.menu-item__visual--three { color: var(--ink); background: #d7d17a; }
.menu-item__visual--four { background: #76355a; }
.menu-item__visual--five { color: var(--ink); background: #a8d4df; }
.menu-item__content { display: flex; flex-direction: column; padding: .85rem; }
.menu-item__meta { display: flex; gap: .55rem; justify-content: space-between; color: var(--flow-muted); font-size: .67rem; font-weight: 700; letter-spacing: .025em; }
.menu-item__meta strong { flex: 0 0 auto; color: var(--red-dark); font-variant-numeric: tabular-nums; }
.menu-item h3 { margin: .35rem 0 .2rem; font-size: 1rem; line-height: 1.15; }
.menu-item p { margin: 0; color: var(--flow-muted); font-size: .76rem; line-height: 1.35; }
.add-item { display: inline-flex; gap: .45rem; justify-content: space-between; align-items: center; align-self: flex-start; min-width: 7.85rem; min-height: 2.4rem; margin-top: auto; padding: .25rem .6rem; color: var(--ink); background: transparent; border: 1px solid var(--ink); border-radius: .45rem; font-size: .74rem; font-weight: 800; }
.add-item span { color: var(--red); font-size: 1.25rem; line-height: 1; }
.add-item:hover, .add-item:active { color: var(--white); background: var(--ink); }

.item-sheet, .cart-drawer { position: fixed; z-index: 90; inset: 0; }
.sheet-backdrop { position: absolute; inset: 0; background: rgb(0 0 0 / 62%); }
.sheet-panel { position: relative; display: flex; flex-direction: column; width: 100%; max-height: min(43rem, calc(100dvh - 1rem)); min-height: 25rem; margin-top: auto; padding: 1.5rem var(--gutter) max(1.5rem, env(safe-area-inset-bottom)); overflow-y: auto; color: var(--ink); background: var(--paper); border-radius: 1.5rem 1.5rem 0 0; box-shadow: 0 -1rem 3rem rgb(0 0 0 / 22%); }
.item-sheet, .cart-drawer { align-items: end; display: flex; }
.sheet-close { position: absolute; top: .75rem; right: var(--gutter); display: grid; place-items: center; width: 2.75rem; height: 2.75rem; padding: 0; color: var(--ink); background: var(--white); border: 1px solid var(--flow-line); border-radius: 50%; font-size: 1.5rem; line-height: 1; }
.sheet-panel h2 { margin: .4rem 2.75rem .55rem 0; font-family: var(--display); font-size: 2rem; font-weight: 400; letter-spacing: -.05em; line-height: .95; text-transform: uppercase; }
.sheet-panel > p:not(.eyebrow) { margin: 0; color: var(--flow-muted); font-size: .92rem; }
.option-group { display: grid; gap: .6rem; margin: 1.5rem 0 1rem; padding: 0; border: 0; }
.option-group legend, .note-field { color: var(--ink); font-size: .82rem; font-weight: 800; }
.option-group legend span, .note-field span { color: var(--flow-muted); font-weight: 500; }
.option-choice { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: .65rem; align-items: center; min-height: 3rem; padding: .6rem .75rem; background: var(--white); border: 1px solid var(--flow-line); border-radius: .6rem; font-size: .8rem; }
.option-choice input { width: 1.1rem; height: 1.1rem; accent-color: var(--red); }
.option-choice strong { font-size: .75rem; font-variant-numeric: tabular-nums; }
.note-field { display: grid; gap: .45rem; }
.note-field textarea, .checkout-form input { width: 100%; min-height: 2.75rem; padding: .7rem .8rem; color: var(--ink); background: var(--white); border: 1px solid var(--flow-line); border-radius: .55rem; font: inherit; font-size: .9rem; resize: vertical; }
.primary-button, .primary-link { display: inline-flex; gap: .75rem; justify-content: space-between; align-items: center; min-height: 3.25rem; width: 100%; margin-top: 1.35rem; padding: .5rem 1rem; color: var(--white); background: var(--red); border: 1px solid var(--red); border-radius: .65rem; font-size: .86rem; font-weight: 800; text-decoration: none; }
.primary-button span { font-variant-numeric: tabular-nums; }
.primary-button:hover, .primary-link:hover { background: var(--red-dark); border-color: var(--red-dark); }
.cart-header { display: flex; justify-content: space-between; align-items: start; padding-right: 3rem; }
.cart-header h2 { margin: .3rem 0 0; }
.cart-empty { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .75rem; align-items: center; min-height: 8rem; margin: 1.5rem 0; padding: 1rem; color: var(--flow-muted); background: var(--white); border: 1px dashed var(--flow-line); border-radius: .9rem; }
.cart-empty span { color: var(--red); font-family: var(--display); font-size: 1.6rem; }
.cart-empty p { margin: 0; font-size: .9rem; }
.cart-lines { display: grid; gap: .75rem; margin-top: 1.25rem; }
.cart-line { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .45rem .75rem; padding-bottom: .9rem; border-bottom: 1px solid var(--flow-line); }
.cart-line__copy { min-width: 0; }
.cart-line h3 { margin: 0; font-size: .92rem; line-height: 1.15; }
.cart-line p { margin: .22rem 0 0; color: var(--flow-muted); font-size: .72rem; line-height: 1.35; }
.cart-line__price { font-size: .82rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.quantity-control { display: flex; grid-column: 1 / -1; gap: .15rem; align-items: center; width: fit-content; margin-top: .15rem; padding: .1rem; background: var(--white); border: 1px solid var(--flow-line); border-radius: .45rem; }
.quantity-control button { display: grid; place-items: center; width: 2rem; height: 2rem; padding: 0; color: var(--ink); background: transparent; border: 0; border-radius: .3rem; font-size: 1.1rem; }
.quantity-control button:hover { color: var(--white); background: var(--ink); }
.quantity-control output { min-width: 1.5rem; font-size: .8rem; font-weight: 800; text-align: center; }
.fulfillment-choice { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin: 1.5rem 0 1rem; }
.fulfillment-choice button { display: grid; gap: .15rem; min-height: 4.55rem; padding: .6rem; color: var(--ink); background: var(--white); border: 1px solid var(--flow-line); border-radius: .7rem; text-align: left; }
.fulfillment-choice button.is-selected { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); }
.fulfillment-choice span { font-size: .78rem; font-weight: 800; }
.fulfillment-choice small { color: var(--flow-muted); font-size: .65rem; }
.delivery-address, .form-grid > div { display: grid; gap: .4rem; margin-bottom: .9rem; }
.checkout-form label { font-size: .78rem; font-weight: 800; }
.checkout-form input[aria-invalid="true"] { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); }
.field-error { min-height: 1.05rem; margin: 0; color: var(--red-dark); font-size: .72rem; font-weight: 600; }
.form-error-summary { margin: 1rem 0; padding: .75rem .85rem; color: #8d0710; background: var(--flow-red-soft); border-left: 3px solid var(--red); font-size: .78rem; }
.form-error-summary ul { display: grid; gap: .3rem; margin: .45rem 0 0; padding-left: 1.1rem; }
.form-error-summary a { color: inherit; }
.order-total { display: grid; grid-template-columns: 1fr auto; gap: .5rem; margin-top: .8rem; padding-top: .85rem; border-top: 1px solid var(--flow-line); font-size: .85rem; }
.order-total strong { font-family: var(--display); font-size: 1.3rem; font-weight: 400; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.order-total small { grid-column: 1 / -1; color: var(--flow-muted); font-size: .72rem; }
.primary-button--checkout { margin-top: 1rem; }
.prototype-disclaimer { margin: .7rem 0 0; color: var(--flow-muted); font-size: .7rem; line-height: 1.35; text-align: center; }
.cart-bar { position: fixed; z-index: 40; right: .75rem; bottom: max(.75rem, env(safe-area-inset-bottom)); left: .75rem; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: .65rem; align-items: center; min-height: 4.35rem; padding: .5rem .7rem; color: var(--white); background: var(--ink); border: 1px solid rgb(255 255 255 / 18%); border-radius: .85rem; box-shadow: 0 .7rem 2rem rgb(0 0 0 / 24%); text-align: left; }
.cart-bar__count { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; color: var(--ink); background: var(--red); border-radius: 50%; font-size: .83rem; font-weight: 800; }
.cart-bar__copy { display: grid; min-width: 0; }
.cart-bar__copy strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.cart-bar__copy small { overflow: hidden; color: #bdbdb9; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.cart-bar__action { font-size: .7rem; font-weight: 800; white-space: nowrap; }

.flow-page--sent { padding-bottom: 2rem; }
.sent-main { max-width: 46rem; margin: auto; }
.sent-hero { position: relative; min-height: 23rem; padding: 3rem var(--gutter) 2rem; overflow: hidden; color: var(--white); background: var(--ink); }
.sent-hero::after { position: absolute; right: -6rem; bottom: -8rem; width: 17rem; height: 17rem; border: 1px solid rgb(255 255 255 / 12%); border-radius: 50%; content: ""; }
.sent-hero > * { position: relative; z-index: 1; }
.sent-hero p:not(.eyebrow) { max-width: 29rem; margin: 0; color: #d0d0cc; }
.sent-check { display: grid; place-items: center; width: 3.3rem; height: 3.3rem; margin-top: 1rem; color: var(--ink); background: var(--red); border-radius: 50%; font-size: 1.8rem; font-weight: 800; }
.message-preview { margin: -1.75rem var(--gutter) 0; padding: 1rem; color: var(--ink); background: var(--white); border: 1px solid var(--flow-line); border-radius: .95rem; box-shadow: var(--shadow); }
.message-preview__head { display: flex; justify-content: space-between; gap: .6rem; align-items: center; padding-bottom: .85rem; border-bottom: 1px solid var(--flow-line); }
.message-preview__head > div { display: flex; gap: .6rem; align-items: center; min-width: 0; }
.message-avatar { display: grid; place-items: center; flex: 0 0 auto; width: 2.5rem; height: 2.5rem; color: var(--white); background: var(--ink); border-radius: 50%; font-family: var(--display); font-size: .75rem; }
.message-preview__head strong, .message-preview__head small { display: block; }
.message-preview__head strong { font-size: .82rem; }
.message-preview__head small { color: var(--flow-muted); font-size: .66rem; }
.simulated-chip { padding: .25rem .45rem; color: var(--red-dark); background: var(--flow-red-soft); border-radius: 999px; font-size: .6rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.message-bubble { margin-top: 1rem; padding: .85rem; background: #e3f5dd; border-radius: .15rem .75rem .75rem .75rem; font-size: .82rem; line-height: 1.45; }
.message-bubble p { margin: 0 0 .6rem; }
.message-bubble p:last-child { margin-bottom: 0; }
.message-bubble ul { margin: 0 0 .6rem; padding-left: 1.1rem; }
.message-note { margin: .9rem 0 0; color: var(--flow-muted); font-size: .72rem; line-height: 1.4; }
.next-actions { display: grid; gap: .75rem; margin: 1.3rem var(--gutter); }
.next-actions .primary-link { margin: 0; }
.secondary-link { display: grid; place-items: center; min-height: 3rem; color: var(--ink); border: 1px solid var(--flow-line); border-radius: .6rem; font-size: .8rem; font-weight: 800; text-decoration: none; }

.flow-page--guide { padding-bottom: 2rem; }
.guide-article { max-width: 54rem; margin: auto; }
.guide-article__hero { position: relative; padding: 3rem var(--gutter) 2rem; overflow: hidden; color: var(--white); background: var(--ink); }
.guide-article__hero .eyebrow { color: #c4c4c1; }
.guide-deck { position: relative; z-index: 1; max-width: 31rem; margin: 0; color: #d3d3cf; font-size: 1.08rem; }
.guide-meta { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: .4rem 1rem; margin-top: 2rem; color: #b5b5b0; font-size: .69rem; font-weight: 700; }
.rain-graphic { position: absolute; right: -4rem; bottom: -4rem; width: 16rem; height: 16rem; opacity: .88; }
.rain-graphic span { position: absolute; width: 1px; height: 10rem; background: var(--red); transform: rotate(35deg); }
.rain-graphic span:nth-child(1) { top: 1rem; left: 4rem; }.rain-graphic span:nth-child(2) { top: -1rem; left: 8rem; }.rain-graphic span:nth-child(3) { top: 3rem; left: 12rem; }
.rain-graphic b { position: absolute; right: 2rem; bottom: 2rem; display: grid; place-items: center; width: 5rem; height: 5rem; border: 1px solid rgb(255 255 255 / 24%); border-radius: 50%; font-family: var(--display); font-size: 1.4rem; letter-spacing: -.06em; }
.guide-update { display: grid; gap: .3rem; margin: 1.25rem var(--gutter) 0; padding: .9rem 1rem; color: #713a00; background: #f6e8bb; border-left: 3px solid #ae7900; font-size: .79rem; }
.guide-update p { margin: 0; }
.guide-body { max-width: 42rem; padding: 2rem var(--gutter); }
.guide-lead { max-width: 38rem; margin: 0 0 2.5rem; font-size: clamp(1.1rem, 3vw, 1.35rem); line-height: 1.55; }
.guide-body > h2 { max-width: 25rem; }
.route-steps { display: grid; gap: 0; margin: 1.5rem 0 2.75rem; padding: 0; list-style: none; }
.route-steps li { display: grid; grid-template-columns: 3.2rem minmax(0, 1fr); gap: .7rem; padding: 1.4rem 0; border-top: 1px solid var(--flow-line); }
.route-steps li:last-child { border-bottom: 1px solid var(--flow-line); }
.route-steps > li > span { color: var(--red); font-size: .72rem; font-weight: 800; }
.route-steps h3 { margin: .25rem 0 .4rem; font-family: var(--display); font-size: 1.35rem; font-weight: 400; letter-spacing: -.04em; line-height: 1; text-transform: uppercase; }
.route-steps p:not(.eyebrow) { margin: 0; color: #40403d; font-size: .93rem; }
.route-steps a, .guide-footer a { display: inline-flex; gap: .35rem; align-items: center; min-height: 2.75rem; margin-top: .65rem; color: var(--ink); border-bottom: 2px solid var(--red); font-size: .78rem; font-weight: 800; text-decoration: none; }
.guide-callout { margin: 0 calc(var(--gutter) * -1); padding: 2rem var(--gutter); color: var(--white); background: var(--red); }
.guide-callout .eyebrow { color: var(--white); }
.guide-callout h2 { margin-top: .35rem; }
.guide-callout h2 em { color: var(--ink); }
.guide-callout p:not(.eyebrow) { max-width: 33rem; margin: 0; }
.guide-callout .primary-link { width: fit-content; margin-top: 1.25rem; color: var(--ink); background: var(--white); border-color: var(--white); }
.guide-footer { display: grid; gap: .6rem; padding: 1.5rem 0 0; color: var(--flow-muted); font-size: .75rem; }
.guide-footer p { margin: 0; }
.guide-footer a { width: fit-content; margin-top: 0; }

/* Editorial is intentionally distinct from the dated event agenda. */
.guide-breadcrumb { display: flex; flex-wrap: wrap; gap: .35rem; padding: .9rem var(--gutter); color: var(--flow-muted); font-size: .69rem; }
.guide-breadcrumb a { color: var(--ink); font-weight: 700; }
.guide-byline { position: relative; z-index: 1; display: flex; gap: .55rem; align-items: center; margin-top: 1.4rem; color: var(--white); font-size: .72rem; }
.guide-byline__mark { display: grid; place-items: center; width: 2rem; height: 2rem; color: var(--ink); background: var(--red); border-radius: 50%; font-size: .62rem; font-weight: 800; }
.guide-byline strong, .guide-byline small { display: block; }.guide-byline small { color: #c1c1bc; font-size: .65rem; }
.guide-toc { margin: 0 0 2rem; padding: 1rem; background: var(--white); border-left: 3px solid var(--ink); font-size: .82rem; }
.guide-toc ol { display: grid; gap: .35rem; margin: .55rem 0 0; padding-left: 1.15rem; }.guide-toc a { color: var(--ink); }
.guide-body section > p { color: #393936; font-size: 1rem; }.guide-body section { scroll-margin-top: 1rem; }
.article-callout, .editorial-transparency { margin: 1.5rem 0; padding: 1rem; background: var(--white); border: 1px solid var(--flow-line); font-size: .83rem; }
.article-callout { border-left: 3px solid var(--red); }.article-callout p, .editorial-transparency p { margin: .35rem 0 0; color: var(--flow-muted); }
.check-list { display: grid; gap: .65rem; margin: 1rem 0 2rem; padding: 0; list-style: none; }.check-list li { padding: .8rem .9rem; background: var(--white); border: 1px solid var(--flow-line); font-size: .88rem; }.check-list strong { color: var(--red-dark); }
.related-guides { display: grid; gap: 1rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--flow-line); }.related-guides__grid { display: grid; gap: .75rem; }.related-guides__grid a { display: grid; gap: .4rem; min-height: 8rem; padding: 1rem; color: var(--white); background: var(--ink); text-decoration: none; }.related-guides__grid a:nth-child(2) { color: var(--ink); background: #e6ae5a; }.related-guides__grid span, .related-guides__grid small { font-size: .68rem; }.related-guides__grid strong { font-family: var(--display); font-size: 1.2rem; font-weight: 400; letter-spacing: -.035em; line-height: 1; text-transform: uppercase; }

.flow-page--guides { padding-bottom: 0; }.guides-hero { padding: 3rem var(--gutter); color: var(--white); background: var(--ink); }.guides-hero .eyebrow { color: #c2c2bd; }.guides-hero h1 { max-width: 11ch; margin: .45rem 0 1rem; font-family: var(--display); font-size: clamp(3rem, 14vw, 6.2rem); font-weight: 400; letter-spacing: -.06em; line-height: .84; text-transform: uppercase; }.guides-hero h1 em { color: var(--red); font-style: normal; }.guides-hero > p:not(.eyebrow) { max-width: 31rem; margin: 0; color: #d0d0cc; }.editorial-label { display: grid; gap: .2rem; margin-top: 2rem; padding-top: .8rem; border-top: 1px solid var(--line-light); font-size: .72rem; }.editorial-label span { color: #aaa; }
.guides-listing { padding: 2.5rem var(--gutter) 3rem; }.guides-listing__head { display: grid; gap: .75rem; align-items: end; }.guides-listing__head h2, .agenda-separation h2 { margin: .3rem 0 0; font-family: var(--display); font-size: clamp(2rem, 8vw, 3.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }.guides-listing__head > p { margin: 0; color: var(--flow-muted); font-size: .75rem; font-weight: 700; }.guide-filters { display: flex; gap: .5rem; margin: 1.5rem 0; overflow-x: auto; padding-bottom: .2rem; }.guide-filters button { flex: 0 0 auto; min-height: 2.75rem; padding: 0 .85rem; color: var(--ink); background: transparent; border: 1px solid var(--flow-line); border-radius: 999px; font-size: .76rem; font-weight: 800; }.guide-filters button.is-active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.guide-feature { display: grid; overflow: hidden; color: var(--white); background: var(--ink); }.guide-feature__art { display: grid; place-items: center; min-height: 10rem; color: var(--red); background: repeating-linear-gradient(135deg, transparent 0 1.5rem, rgb(229 16 25 / 12%) 1.5rem 1.56rem); font-family: var(--display); font-size: 4rem; letter-spacing: -.08em; }.guide-feature > div:last-child { padding: 1.25rem; }.guide-feature h3 { margin: .35rem 0 .65rem; font-family: var(--display); font-size: clamp(2rem, 9vw, 3.4rem); font-weight: 400; letter-spacing: -.06em; line-height: .85; text-transform: uppercase; }.guide-feature h3 em { color: var(--red); font-style: normal; }.guide-feature p:not(.eyebrow) { margin: 0; color: #d0d0cc; font-size: .9rem; }.guide-card-meta { display: flex; flex-wrap: wrap; gap: .35rem 1rem; margin-top: 1rem; color: #bdbdb8; font-size: .67rem; }.guide-feature .primary-link { width: fit-content; margin-top: 1.2rem; color: var(--ink); background: var(--white); border-color: var(--white); }
.guide-card-grid { display: grid; gap: .75rem; margin-top: .75rem; }.guide-card { display: grid; gap: .55rem; min-height: 13.5rem; padding: 1rem; color: var(--ink); background: var(--white); border: 1px solid var(--flow-line); }.guide-card--ink { color: var(--white); background: var(--ink); }.guide-card--red { color: var(--white); background: var(--red); border-color: var(--red); }.guide-card__index { color: var(--red); font-size: .7rem; font-weight: 800; }.guide-card--red .guide-card__index { color: var(--ink); }.guide-card p, .guide-card small { margin: 0; color: var(--flow-muted); font-size: .68rem; font-weight: 700; }.guide-card--ink p, .guide-card--ink small { color: #b9b9b4; }.guide-card--red p, .guide-card--red small { color: #ffe2e3; }.guide-card h3 { margin: 0; font-family: var(--display); font-size: 1.45rem; font-weight: 400; letter-spacing: -.045em; line-height: .95; text-transform: uppercase; }.guide-card a { align-self: end; color: inherit; font-size: .76rem; font-weight: 800; text-decoration: none; }.guide-empty { margin: 2rem 0; color: var(--flow-muted); }
.agenda-separation { display: grid; gap: 1rem; padding: 2rem var(--gutter); color: var(--white); background: #262626; }.agenda-separation .eyebrow { color: #c6c6c0; }.agenda-separation h2 { max-width: 19rem; }.agenda-separation div > p:not(.eyebrow) { max-width: 31rem; color: #d1d1cc; }.agenda-separation .secondary-link { width: fit-content; min-width: 15rem; color: var(--ink); background: var(--white); border: 0; padding: 0 1rem; }

@media (min-width: 44rem) {
  .flow-topbar, .order-hero, .order-main { padding-right: max(2rem, var(--gutter)); padding-left: max(2rem, var(--gutter)); }
  .order-hero { padding-top: 3.5rem; padding-bottom: 2.5rem; }
  .place-facts { max-width: 39rem; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-item { grid-template-columns: 7.5rem minmax(0, 1fr); min-height: 10.5rem; }
  .sheet-panel { width: min(100%, 42rem); margin: 0 auto; border-radius: 1.5rem; }
  .item-sheet, .cart-drawer { align-items: center; padding: 1rem; }
  .cart-bar { right: max(1.5rem, calc((100vw - 44rem) / 2)); left: max(1.5rem, calc((100vw - 44rem) / 2)); }
  .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
  .sent-hero, .guide-article__hero { padding: 4rem 2.5rem 3rem; }
  .message-preview, .next-actions { margin-right: 2.5rem; margin-left: 2.5rem; }
  .guide-update { margin-right: 2.5rem; margin-left: 2.5rem; }
  .guide-body { padding-right: 2.5rem; padding-left: 2.5rem; }
  .guide-callout { margin-right: -2.5rem; margin-left: -2.5rem; padding-right: 2.5rem; padding-left: 2.5rem; }
  .guide-breadcrumb { padding-right: 2.5rem; padding-left: 2.5rem; }
  .related-guides__grid { grid-template-columns: 1fr 1fr; }
  .guides-hero, .guides-listing, .agenda-separation { padding-right: max(2rem, calc((100vw - 60rem) / 2)); padding-left: max(2rem, calc((100vw - 60rem) / 2)); }
  .guides-listing__head { grid-template-columns: 1fr auto; }.guide-feature { grid-template-columns: .9fr 1.1fr; }.guide-feature__art { min-height: 100%; }.guide-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 64rem) {
  .flow-topbar { padding-right: max(3rem, calc((100vw - 70rem) / 2)); padding-left: max(3rem, calc((100vw - 70rem) / 2)); }
  .order-hero, .order-main { padding-right: max(3rem, calc((100vw - 70rem) / 2)); padding-left: max(3rem, calc((100vw - 70rem) / 2)); }
  .order-main { padding-top: 3.5rem; }
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .menu-item { grid-template-columns: 1fr; }
  .menu-item__visual { min-height: 8rem; }
  .menu-item__content { min-height: 13rem; }
  .cart-bar { right: max(3rem, calc((100vw - 62rem) / 2)); left: max(3rem, calc((100vw - 62rem) / 2)); }
}

@media (max-height: 30rem) and (orientation: landscape) {
  .flow-topbar { min-height: 4rem; }
  .order-hero, .sent-hero, .guide-article__hero { padding-top: 1.5rem; }
  .order-hero h1, .sent-hero h1, .guide-article__hero h1 { font-size: clamp(2.6rem, 8vw, 4rem); }
  .sheet-panel { max-height: calc(100dvh - .5rem); padding-top: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .flow-page *, .flow-page *::before, .flow-page *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
