.smc-experience-section { padding-block: 48px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.smc-experience-section > h2 { max-width: 900px; }
.smc-experience-section > *, [data-smc-explorer], [data-smc-box], [data-smc-shopping], [data-smc-dinner], [data-smc-seasons] { min-width: 0; }
.smc-experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.smc-experience-card { display: flex; min-width: 0; flex-direction: column; background: var(--paper); border: 1px solid var(--line); padding: 15px; }
.smc-experience-card-link { display: block; text-decoration: none; }
.smc-experience-card-link img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 18px; background: var(--yellow); }
.smc-experience-card h3 { margin-bottom: 12px; font-size: clamp(21px, 2.1vw, 28px); letter-spacing: -.6px; }
.smc-experience-meta { font-size: 13px; color: var(--muted); margin-bottom: 15px; }
.smc-experience-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: auto; padding-top: 10px; }
.smc-experience-save, [data-smc-save], .smc-experience-small-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 13px; border: 1px solid var(--ink); border-radius: 0; background: var(--paper); color: var(--ink); font-size: 13px; line-height: 1.45; font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.smc-experience-save:hover, [data-smc-save]:hover, .smc-experience-small-button:hover { background: var(--yellow); color: var(--ink); }
.smc-experience-save[aria-pressed="true"], [data-smc-save][aria-pressed="true"], .smc-experience-small-button[aria-pressed="true"] { background: var(--red); border-color: var(--red); color: white; }
.smc-experience-filters { display: flex; flex-wrap: wrap; align-items: end; gap: 18px; margin: 0 0 20px; padding: 22px; background: var(--yellow); border: 1px solid var(--ink); }
.smc-experience-field { display: flex; flex: 1 1 190px; min-width: 0; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 700; }
.smc-experience-field input, .smc-experience-field select { display: block; width: 100%; min-width: 0; min-height: 48px; border: 1px solid var(--ink); border-radius: 0; padding: 10px 12px; background: var(--paper); color: var(--ink); font-size: 15px; font-weight: 400; }
.smc-experience-note { font-size: 14px; color: var(--muted); max-width: 850px; }
.smc-experience-count { margin-block: 22px; font-size: 14px; font-weight: 700; }
.smc-experience-more { margin-top: 26px; }
.smc-experience-season-controls { display: flex; gap: 10px; flex-wrap: wrap; }
.smc-experience-dinner-result { max-width: 430px; }
.smc-experience-shopping-choices { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; margin: 24px 0; padding: 20px; border: 1px solid var(--line); }
.smc-experience-shopping-choices legend { padding-inline: 8px; font-weight: 700; }
.smc-experience-check { display: flex; align-items: flex-start; gap: 12px; min-height: 44px; cursor: pointer; padding-block: 7px; overflow-wrap: anywhere; }
.smc-experience-check input[type="checkbox"] { flex: 0 0 22px; width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--red); cursor: pointer; }
.smc-experience-check span { min-width: 0; }
.smc-experience-check small { display: block; font-size: 12px; color: var(--muted); margin-top: 3px; }
.smc-experience-checklist { list-style: none; padding: 0; margin: 0 0 24px; max-width: 900px; }
.smc-experience-checklist li { border-bottom: 1px solid var(--line); }
.smc-experience-checklist input:checked + span { text-decoration: line-through; color: var(--muted); }
.smc-experience-status { position: fixed; z-index: 10000; bottom: 20px; left: 50%; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; width: max-content; max-width: min(560px, calc(100vw - 32px)); transform: translateX(-50%); padding: 14px 20px; margin: 0; background: var(--ink); color: white; box-shadow: 4px 4px 0 var(--red); font-size: 14px; opacity: 0; pointer-events: none; overflow-wrap: anywhere; }
.smc-experience-status.is-visible { opacity: 1; pointer-events: auto; }
.smc-experience-status-message { flex: 1 1 100%; min-width: 0; }
.smc-experience-status-link { display: inline-flex; align-items: center; min-height: 44px; color: white; font-weight: 700; }
.smc-experience-status-link:hover { color: var(--yellow); }
.smc-experience-status-dismiss { min-height: 44px; border: 1px solid white; padding: 8px 12px; background: transparent; color: white; font-size: 12px; }
.smc-experience-status-dismiss:hover { background: var(--yellow); color: var(--ink); }
.smc-experience-status :focus-visible { outline-color: var(--yellow); }
.smc-experience-print-frame { position: fixed; width: 1px; height: 1px; left: -10000px; top: 0; border: 0; }
[data-smc-recent] { margin-block: 48px; }
[data-smc-recent] .smc-experience-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
[data-smc-recent] .smc-experience-card h3 { font-size: 21px; }
@media (max-width: 900px) {
	.smc-experience-grid, [data-smc-recent] .smc-experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.smc-experience-filters { padding: 18px; gap: 14px; }
	.smc-experience-card { padding: 12px; }
}
@media (max-width: 560px) {
	.smc-experience-section { padding-block: 32px; }
	.smc-experience-grid, [data-smc-recent] .smc-experience-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
	.smc-experience-card h3, [data-smc-recent] .smc-experience-card h3 { font-size: 25px; }
	.smc-experience-field { flex-basis: 100%; }
	.smc-experience-field input, .smc-experience-field select { font-size: 16px; }
	.smc-experience-shopping-choices { grid-template-columns: minmax(0, 1fr); padding: 14px; }
	.smc-experience-status { bottom: 12px; font-size: 13px; }
}
@media print {
	.smc-experience-status, .smc-experience-save, [data-smc-save], [data-smc-shop], [data-smc-surprise], .smc-experience-filters, .smc-experience-season-controls, .smc-experience-more { display: none !important; }
}
