.ondo-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rule);
}

.ondo-logo {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  text-decoration: none;
}

.ondo-logo:hover {
  text-decoration: none;
}

.ondo-logo-mark {
  width: 14px;
  height: 20px;
}

.ondo-logo-word {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.005em;
}

.ondo-logo-word--red {
  color: var(--red);
}

.ondo-header-actions {
  display: inline-flex;
  gap: 4px;
}

.ondo-icon-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  border-radius: 6px;
}

/* Article page nav */
.ondo-article-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ondo-article-nav a {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  letter-spacing: 0.02em;
}
.ondo-article-nav a:hover { color: var(--red); text-decoration: none; }
.ondo-article-nav__cta {
  background: var(--red);
  color: #fff !important;
  padding: 7px 14px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 600;
}
.ondo-article-nav__cta:hover { opacity: 0.88; }
@media (max-width: 480px) {
  .ondo-article-nav a:not(.ondo-article-nav__cta) { display: none; }
}

.ondo-article {
  padding: 0 0 60px;
}

.ondo-intro {
  padding: 28px var(--page-pad) 24px;
}

.ondo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
}

.ondo-eyebrow-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red);
}

.ondo-title {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.ondo-subtitle {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink-soft);
}

.ondo-dek {
  margin: 0 0 22px;
  padding-left: 14px;
  border-left: 2px solid var(--red);
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  line-height: 1.5;
  color: var(--gray);
}

.ondo-member-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.ondo-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  border-radius: var(--radius-pill);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ondo-badge--member {
  background: var(--red);
  color: #fff;
}

.ondo-badge--founding {
  background: var(--navy);
  color: var(--gold);
}

.ondo-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.ondo-byline-avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
}

.ondo-byline-text {
  flex: 1;
  font-size: 12px;
  line-height: 1.4;
  color: var(--gray);
}

.ondo-byline-text strong {
  color: var(--ink);
  font-weight: 600;
}

.ondo-byline-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  font-size: 11px;
  color: var(--gray);
}

.ondo-last-verified {
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--gray);
}

.ondo-hero-block {
  margin: 0 0 28px;
}

.ondo-hero-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--bg-soft);
}

.ondo-hero-caption {
  padding: 10px var(--page-pad) 0;
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
  color: var(--gray);
}

.ondo-hero-caption::before {
  content: "↑";
  margin-right: 6px;
  color: var(--ink-soft);
  font-style: normal;
  font-weight: 600;
}

.ondo-score-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 var(--page-pad) 36px;
  padding: 22px 22px 22px 18px;
  border-radius: var(--radius-sm);
  background: var(--bg-soft);
}

.ondo-thermo {
  flex-shrink: 0;
}

.ondo-score-label {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray);
}

.ondo-score-number {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.ondo-score-number small {
  margin-left: 2px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  color: var(--gray);
}

.ondo-score-context {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--ink-soft);
}

.ondo-body-section {
  margin-bottom: var(--section-gap);
  padding: 0 var(--page-pad);
}

.ondo-chapter-mark {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
  padding-top: 10px;
}

.ondo-chapter-mark::before {
  content: "";
  width: 30px;
  height: 1.5px;
  align-self: center;
  background: var(--red);
}

.ondo-chapter-num {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--red);
}

.ondo-chapter-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray);
}

.ondo-body-section h2 {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.ondo-section-copy p,
.ondo-section-copy li {
  color: var(--ink-soft);
  font-family: var(--body-jp);
}

.ondo-section-copy p {
  margin: 0 0 18px;
}

.ondo-section--why .ondo-section-copy p:first-of-type::first-letter {
  float: left;
  margin: 6px 10px -2px 0;
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 600;
  line-height: 0.85;
  color: var(--red);
}

.ondo-section-copy ol.steps {
  list-style: none;
  counter-reset: ondo-step;
  margin: 0 0 18px;
  padding: 0;
}

.ondo-section-copy ol.steps li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 38px;
}

.ondo-section-copy ol.steps li::before {
  content: counter(ondo-step);
  counter-increment: ondo-step;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--red);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 500;
  color: var(--red);
}

.ondo-section--order strong {
  display: inline-block;
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
}

.ondo-info-card {
  padding: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--rule);
}

.ondo-info-table {
  width: 100%;
  border-collapse: collapse;
}

.ondo-info-table th,
.ondo-info-table td {
  padding: 9px 14px;
  border-bottom: 1px solid var(--rule);
  vertical-align: middle;
}

.ondo-info-table tr:last-child th,
.ondo-info-table tr:last-child td {
  border-bottom: 0;
}

.ondo-info-table tr:nth-child(odd) th,
.ondo-info-table tr:nth-child(odd) td {
  background: var(--bg-soft);
}

.ondo-info-table tr:nth-child(even) th,
.ondo-info-table tr:nth-child(even) td {
  background: var(--bg);
}

.ondo-info-table th {
  width: 38%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray);
  text-align: left;
}

.ondo-info-table td {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* English menu badge */
.ondo-em-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-right: 6px;
  vertical-align: middle;
}
.ondo-em-badge--yes  { background: #e8f5e9; color: #2e7d32; }
.ondo-em-badge--limited { background: #fff8e1; color: #f57f17; }
.ondo-em-badge--no   { background: var(--bg-soft); color: var(--gray); }
.ondo-em-note {
  font-size: 12px;
  color: var(--gray);
  display: block;
  margin-top: 4px;
}

/* Ordering Tips — reserved for post-launch per-venue implementation */

.ondo-map-embed {
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--rule);
}

.ondo-map-embed iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}

.ondo-cta-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}

.ondo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 13px 22px;
  border: 1.5px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none !important;
}

.ondo-btn:hover {
  text-decoration: none !important;
  opacity: 0.92;
}

/* Specificity override: prevent .ondo-template-venue a from clobbering button colors */
.ondo-template-venue a.ondo-btn {
  color: inherit;
}

.ondo-btn--primary,
.ondo-template-venue a.ondo-btn--primary {
  background: var(--ink);
  color: #fff;
}

.ondo-btn--secondary,
.ondo-template-venue a.ondo-btn--secondary {
  border-color: var(--ink);
  color: var(--ink);
  background: #fff;
}

.ondo-newsletter-cta {
  padding: 18px 18px 20px;
  border: 1px solid var(--red-line);
  border-radius: 8px;
  background: var(--bg-tint);
}

.ondo-newsletter-cta p {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.35;
  color: var(--ink);
}

.ondo-btn--newsletter,
.ondo-template-venue a.ondo-btn--newsletter {
  width: 100%;
  color: #fff;
  background: var(--red);
}

.ondo-related-block {
  margin: 0 var(--page-pad) 28px;
  padding: 22px;
  border-radius: var(--radius-sm);
  background: var(--bg-soft);
}

.ondo-related-copy .ondo-related {
  all: unset;
}

.ondo-related-copy h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
}

.ondo-related-copy .ondo-related-links,
.ondo-related-copy .ondo-related-venues {
  display: flex;
  flex-direction: column;
}

.ondo-related-copy .ondo-link-area,
.ondo-related-copy .ondo-link-category,
.ondo-related-copy .ondo-link-related {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: var(--ink-soft);
  font-size: 14px;
  text-decoration: none;
}

.ondo-related-copy .ondo-link-area,
.ondo-related-copy .ondo-link-category {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
}

.ondo-related-copy .ondo-link-related:last-child {
  border-bottom: 0;
}

.ondo-related-copy .ondo-link-area::after,
.ondo-related-copy .ondo-link-category::after,
.ondo-related-copy .ondo-link-related::after {
  content: "→";
  color: var(--red);
  flex-shrink: 0;
}

.ondo-footer-meta {
  margin: 0 var(--page-pad);
}

.ondo-byline--footer {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.ondo-disclaimer {
  margin: 16px 0 0;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  color: var(--gray);
}

@media (min-width: 720px) {
  .ondo-intro {
    padding: 56px 0 32px;
  }

  .ondo-title {
    font-size: 56px;
  }

  .ondo-subtitle {
    font-size: 26px;
  }

  .ondo-hero-image {
    aspect-ratio: 16 / 9;
  }

  .ondo-hero-caption {
    padding-left: 0;
    padding-right: 0;
  }

  .ondo-body-section {
    padding: 0;
  }

  .ondo-score-row,
  .ondo-related-block,
  .ondo-footer-meta {
    margin-left: 0;
    margin-right: 0;
  }

  .ondo-cta-block {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ondo-btn--primary,
  .ondo-btn--secondary {
    flex: 1;
  }

  .ondo-newsletter-cta {
    flex-basis: 100%;
  }
}
