.comparison-hero{padding-bottom:clamp(2rem,5vw,4rem)}
.comparison-summary{padding-top:0}
.scope-note{background:linear-gradient(135deg,rgba(15,84,77,.08),rgba(226,169,87,.12));border:1px solid rgba(15,84,77,.14);border-radius:32px;padding:clamp(1.5rem,4vw,3rem)}
.hotel-filter-panel{display:grid;grid-template-columns:minmax(240px,1.5fr) minmax(150px,.7fr) minmax(220px,1fr) auto;gap:1rem;align-items:end;margin:2rem 0 1rem;padding:1.25rem;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-soft)}
.hotel-filter-panel label{display:grid;gap:.45rem;font-weight:800;font-size:.84rem;color:var(--ink-soft)}
.hotel-filter-panel input,.hotel-filter-panel select{width:100%;min-height:48px;padding:.7rem .85rem;border:1px solid #cbd8d3;border-radius:12px;background:#fff;color:var(--ink);font:inherit}
.hotel-filter-panel input:focus,.hotel-filter-panel select:focus{outline:3px solid rgba(19,112,99,.2);border-color:var(--accent)}
.filter-reset{min-height:48px;padding:.7rem 1rem;border:1px solid var(--ink);border-radius:12px;background:var(--ink);color:#fff;font:inherit;font-weight:800;cursor:pointer}
.hotel-feature-filters{display:flex;gap:.65rem;flex-wrap:wrap;margin:0 0 1rem}
.hotel-feature-filters button{border:1px solid #c8d7d2;border-radius:999px;padding:.65rem .95rem;background:#fff;color:var(--ink);font:inherit;font-weight:800;cursor:pointer}
.hotel-feature-filters button[aria-pressed="true"]{background:var(--accent);border-color:var(--accent);color:#fff}
.hotel-result-line{margin:.8rem 0;color:var(--ink-soft)}
.hotel-table-shell{overflow:auto;max-width:100%;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-soft);scrollbar-color:var(--accent) #e8efec}
.hotel-table-shell:focus{outline:3px solid rgba(19,112,99,.22);outline-offset:3px}
.hotel-comparison-table{width:100%;min-width:1480px;border-collapse:separate;border-spacing:0;margin:0;font-size:.9rem}
.hotel-comparison-table.compact{min-width:880px}
.hotel-comparison-table th,.hotel-comparison-table td{padding:1rem .9rem;text-align:left;vertical-align:top;border-bottom:1px solid #e6ece9;border-right:1px solid #edf1ef}
.hotel-comparison-table th{position:sticky;top:0;z-index:3;background:#123d39;color:#fff;font-size:.78rem;letter-spacing:.03em;text-transform:uppercase}
.hotel-comparison-table tbody tr:nth-child(even) td{background:#f7faf8}
.hotel-comparison-table tbody tr:hover td{background:#eef7f3}
.hotel-comparison-table th:first-child,.hotel-comparison-table td:first-child{position:sticky;left:0;z-index:2;min-width:220px;max-width:260px}
.hotel-comparison-table th:first-child{z-index:4;background:#0d302d}
.hotel-comparison-table tbody tr:nth-child(odd) td:first-child{background:#fff}
.hotel-comparison-table tbody tr:nth-child(even) td:first-child{background:#f7faf8}
.hotel-comparison-table tbody tr:hover td:first-child{background:#eef7f3}
.hotel-name-cell strong{display:block;font-size:1rem;line-height:1.25;color:var(--ink)}
.hotel-name-cell small,.hotel-comparison-table td>small{display:block;margin-top:.5rem;color:var(--ink-soft);line-height:1.4}
.hotel-name-cell .record-status{padding:.38rem .48rem;border-left:2px solid var(--gold);background:#f8f3e9;color:#5f543f;font-size:.72rem;font-weight:750}
.stars{color:#a96616;letter-spacing:.08em;white-space:nowrap;font-weight:900}
.fact-label{display:block;margin:0 0 .28rem;color:var(--ink-soft);font-size:.67rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.fact-badge{display:inline-block;max-width:190px;padding:.34rem .54rem;border-radius:8px;background:#e7f5ee;color:#165b45;font-size:.76rem;font-weight:850;line-height:1.25}
.fact-badge.is-no{background:#f5e9e6;color:#81392e}
.fact-badge.is-unknown{background:#edf0ef;color:#54615e}
.fact-badge.is-qualified{background:#fff1d8;color:#76531c}
.source-links{min-width:120px}
.source-links a{display:block;width:max-content;margin:0 0 .5rem;font-weight:800;font-size:.8rem}
.hotel-empty{padding:1rem 1.2rem;border-radius:16px;background:#fff1d8;color:#684816;font-weight:800}
.comparison-picks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.comparison-picks article{min-width:0}
.comparison-picks p{overflow-wrap:anywhere}
.mini-note{font-size:.86rem;opacity:.8}
.method-steps{list-style:none;counter-reset:method;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;padding:0;margin:2rem 0}
.method-steps li{counter-increment:method;display:grid;align-content:start;gap:.6rem;min-height:190px;padding:1.25rem;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft)}
.method-steps li:before{content:counter(method,decimal-leading-zero);font-family:var(--font-display);font-size:2rem;color:var(--accent)}
.method-steps strong{font-size:1rem;color:var(--ink)}
.method-steps span{font-size:.9rem;color:var(--ink-soft)}
.source-records{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.source-record{border:1px solid var(--line);border-radius:16px;background:#fff;padding:0 1rem}
.source-record summary{cursor:pointer;padding:1rem 0;font-weight:850;color:var(--ink)}
.source-record p,.source-record ul{font-size:.86rem;overflow-wrap:anywhere}
@media(max-width:1050px){.hotel-filter-panel{grid-template-columns:1fr 1fr}.filter-reset{width:100%}.method-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.hotel-filter-panel{grid-template-columns:1fr;padding:1rem}.comparison-picks,.source-records{grid-template-columns:1fr}.method-steps{grid-template-columns:1fr}.method-steps li{min-height:0}.hotel-comparison-table{min-width:1280px;font-size:.82rem}.hotel-comparison-table.compact{min-width:760px}.hotel-comparison-table th,.hotel-comparison-table td{padding:.8rem .7rem}.hotel-comparison-table th:first-child,.hotel-comparison-table td:first-child{min-width:180px;max-width:200px}.fact-badge{font-size:.7rem}.scope-note{border-radius:22px}.hotel-feature-filters{gap:.45rem}.hotel-feature-filters button{padding:.55rem .75rem;font-size:.82rem}}
