[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #b46b51; outline-offset: 4px; }
html { scroll-padding-top: 110px; }
.category-directory, .action-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.category-directory a { border: 1px solid var(--line); background: white; padding: 12px 16px; text-decoration: none; color: var(--moss); font-weight: 700; }
.catalog-helper { padding: 16px; background: #eef2e7; }
.list-add, .list-remove, .secondary-action { font: inherit; cursor: pointer; padding: 11px 15px; min-height: 44px; border: 1px solid var(--moss); background: white; color: var(--moss); font-weight: 700; }
.list-add[aria-pressed="true"] { background: #eef2e7; }
.page-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 40px 0 80px; }
.page-heading { max-width: 850px; margin: 30px 0 40px; }
.page-heading h1, .detail-copy h1 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.12; overflow-wrap: anywhere; margin: 12px 0 20px; }
.page-heading p, .muted, .reference-note { color: var(--muted); }
.breadcrumb { font-size: .9rem; color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 48px; align-items: start; margin: 30px 0 45px; }
.detail-photo { margin: 0; background: #e9eee6; padding: 16px; }
.detail-photo img { display: block; width: 100%; max-height: 660px; object-fit: contain; }
.detail-photo figcaption { padding-top: 12px; font-size: .85rem; color: var(--muted); }
.facts { display: grid; grid-template-columns: minmax(100px, .7fr) minmax(0, 1.3fr); margin: 24px 0; border-top: 1px solid var(--line); }
.facts dt, .facts dd { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
.facts dt { font-weight: 700; padding-right: 12px; }
.notice { border-left: 4px solid var(--gold); background: #eeeadd; padding: 18px; }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 28px 0; }
.guide-grid article, .quote-form { background: white; border: 1px solid var(--line); padding: 24px; }
.guide-grid h2 { font-size: 1.35rem; margin-top: 0; }
.quote-row { display: grid; grid-template-columns: minmax(0, 1fr) 100px auto; gap: 16px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.quote-row strong { display: block; overflow-wrap: anywhere; }
.quote-row small { color: var(--muted); }
.quote-form { margin: 28px 0; }
.quote-form label { display: grid; gap: 6px; margin-bottom: 18px; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea, .quote-row input { width: 100%; min-height: 44px; border: 1px solid #81958a; border-radius: 0; padding: 12px; background: white; color: var(--ink); font: inherit; }
.quote-form textarea { resize: vertical; }
.quote-form button:disabled { opacity: .55; cursor: not-allowed; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.page-shell .button { text-decoration: none; }
.status-note { min-height: 1.5em; color: var(--moss); }
.inline-contact { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.inline-contact img { width: 24px; height: 24px; vertical-align: middle; }
.site-header .nav-links { gap: 16px; }
.site-footer a { color: white; }
.product-main h3 a { text-underline-offset: 4px; }
@media (max-width: 980px) {
  .site-header .nav-links { display: flex; grid-column: 1 / -1; flex-wrap: wrap; gap: 12px 20px; font-size: .85rem; }
  .site-header .header-action { grid-column: 2; grid-row: 1; }
  .detail-layout { gap: 24px; }
}
@media (max-width: 680px) {
  .detail-layout, .guide-grid, .field-grid { grid-template-columns: 1fr; }
  .quote-row { grid-template-columns: minmax(0, 1fr) 90px; }
  .quote-row .list-remove { grid-column: 1 / -1; justify-self: start; }
  .page-shell { width: calc(100% - 28px); padding-top: 24px; }
  .quote-form { padding: 18px; }
  .facts { font-size: .9rem; }
  .action-row > * { width: 100%; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Bilingual catalog introductions */
.plant-introduction { margin: 24px 0; }
.plant-introduction h2 { font-size: 1.2rem; }
.plant-introduction p { line-height: 1.7; }
.product-main .name-note, .name-note { margin-top: 12px; color: var(--muted); font-size: .82rem; line-height: 1.55; }
