:root { --domain-guitar: #9c6b3f; --domain-guitar-ink: #774e29; --guide-rule: rgb(156 107 63 / 45%); --header-h: 0px; }
body[data-domain="guitar"] { --accent-soft: rgb(156 107 63 / 11%); --accent-line: rgb(156 107 63 / 32%); }

.guide, .catalog { font-family: var(--font-gentium); color: var(--body); }
.guide a, .catalog a { color: var(--sage-green); }
.guide a:hover, .catalog a:hover { color: var(--dark-green); }
.guide h1, .guide h2, .guide h3, .catalog h1, .catalog h2, .catalog h3 { font-weight: 400; margin: 0; }
.guide p, .catalog p { margin: 0; }
.guide button, .catalog button, .drawer button { font-family: var(--font-gentium); }
.label-caps { font-family: var(--font-gentium); font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-light); }
.label-caps.ink { color: var(--domain-guitar-ink); }

/* Page frame */
.guide { max-width: 1160px; margin: 0 auto; padding: clamp(32px, 6vh, 64px) clamp(16px, 3vw, 50px) 80px; display: flex; flex-direction: column; gap: 28px; }
.guide-intro { display: flex; flex-direction: column; gap: 12px; max-width: 760px; }
.guide-intro .lede { margin-top: -8px; }
.guide-eyebrow { font-size: 14px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--domain-guitar-ink); }
.guide-intro h1, .catalog-title h1 { font-family: var(--font-palatino); font-size: var(--text-3xl); line-height: 1.1; color: var(--sage-green); }
.guide-intro .lede { font-style: italic; font-size: var(--text-lg); color: var(--text-light); text-wrap: pretty; }

/* Tabs */
.guide-tabs { position: sticky; top: var(--header-h); z-index: 5; background: rgb(247 244 236 / 92%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); display: flex; gap: clamp(12px, 2.4vw, 32px); overflow-x: auto; margin: 0 -8px; padding: 0 8px; scrollbar-width: thin; }
.guide-tabs a { display: flex; align-items: center; white-space: nowrap; padding: 16px 2px 13px; border-bottom: 3px solid transparent; font-size: 17px; color: var(--body); text-decoration: none; }
.guide-tabs a:hover { color: var(--sage-green); }
.guide-tabs a[aria-current="true"] { border-bottom-color: var(--domain-guitar); font-weight: 700; color: var(--sage-green); }
.guide-tabs a:last-child { margin-left: auto; }
.tab-num { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; margin-right: 8px; font-size: 14px; background: var(--beige); color: var(--text-dark); }
.guide-tabs a[aria-current="true"] .tab-num { background: var(--domain-guitar); color: #fff; }
.guide-panel { scroll-margin-top: calc(var(--header-h) + 64px); }
.guide-panel { display: flex; flex-direction: column; gap: 28px; }
.panel-head { display: flex; flex-direction: column; gap: 6px; }
.panel-head h2 { font-size: var(--text-2xl); color: var(--sage-green); }
.panel-head p { font-style: italic; font-size: 17px; color: var(--text-light); }
.legacy-anchor { position: relative; top: calc(-1 * var(--header-h) - 64px); }

/* Size */
.size-pick { display: flex; flex-direction: column; gap: 14px; }
.size-pick h2 { font-size: var(--text-2xl); color: var(--sage-green); }
.age-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; }
.age-btn { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding: 16px 20px; border-radius: 12px; border: 2px solid var(--beige); background: #fff; color: var(--ink); cursor: pointer; text-align: left; transition: all .2s; }
.age-btn[aria-pressed="true"] { border-color: var(--sage-green); background: var(--sage-green); color: #fff; }
.age-btn .age-label { font-family: var(--font-palatino); font-size: 22px; }
.age-btn .age-sub { font-size: 14px; opacity: .85; }
html:not(.js) .age-grid { display: none; }
.js .guide-panel:not(.is-active), .js .size-card:not(.is-active), .js .tier-card:not(.is-active) { display: none; }
.size-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--domain-guitar); border-radius: 12px; box-shadow: var(--shadow-sm); padding: clamp(20px, 3vw, 32px); display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px 0; }
.size-card-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.size-stat { display: flex; flex-direction: column; gap: 4px; padding: 0 24px; border-left: 1px solid var(--guide-rule); }
.size-card-title + .size-stat { padding-left: 0; border-left: 0; }
.size-stat.watch { gap: 6px; padding-right: 0; }
.size-stat .value { margin-top: 2px; font-family: var(--font-palatino); font-size: clamp(28px, 3vw, 36px); line-height: 1.15; color: var(--ink); }
.size-stat .note { margin-top: -2px; font-size: 15px; color: var(--body); }
.size-stat.watch p { font-size: 16px; line-height: 1.5; text-wrap: pretty; }
.size-models { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--line); padding-top: 20px; }
.size-models-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.size-models-head .hint { font-style: italic; font-size: 14px; color: var(--text-light); }
.bands { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
.band { display: flex; flex-direction: column; padding: 4px 24px; border-left: 1px solid var(--guide-rule); }
.band:first-child { padding-left: 0; border-left: 0; }
.band-head { display: flex; align-items: baseline; gap: 8px; padding-bottom: 6px; }
.band-head .band-label { font-family: var(--font-palatino); font-size: 19px; color: var(--ink); }
.band-head .band-range { font-size: 14px; color: var(--domain-guitar-ink); }
.model-link { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 16px; color: var(--sage-green); text-decoration: none; }
.guide .model-link { text-decoration: none; }
.guide .model-link:hover { color: var(--dark-green); text-decoration: underline; }
.model-link .fa-arrow-up-right-from-square { font-size: 11px; opacity: .6; }
.model-link .model-price { font-size: 14px; color: var(--text-light); white-space: nowrap; }
.band-empty { padding: 8px 0; border-top: 1px solid var(--line); font-style: italic; font-size: 15px; color: var(--text-light); }
.models-fallback { list-style: none; margin: 0; padding: 0; }
.size-foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 20px; }
.size-foot p { font-size: 16px; color: var(--body); max-width: 560px; text-wrap: pretty; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

.before { display: flex; flex-direction: column; gap: 18px; padding-top: 36px; }
.before-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.before-head h3 { font-size: var(--text-xl); color: var(--sage-green); }
.before-head p { font-style: italic; font-size: 16px; color: var(--text-light); }
.before-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); border-top: 1px solid var(--line); }
.before-item { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 14px 28px 20px; align-items: baseline; border-left: 1px solid var(--accent-line); }
.before-item:first-child { padding-left: 0; border-left: 0; }
.before-item .num { font-family: var(--font-palatino); font-size: 30px; line-height: 1; color: var(--domain-guitar); }
.before-item .copy { display: flex; flex-direction: column; gap: 4px; }
.before-item .title { font-family: var(--font-palatino); font-size: 21px; color: var(--ink); }
.before-item .text { font-size: 16px; line-height: 1.55; color: var(--body); }
.note-box { background: var(--cream); border: 1px solid var(--beige); border-radius: 12px; padding: 16px 20px; display: flex; flex-direction: column; gap: 10px; }
.note-box .label-caps { font-weight: 700; }
.note-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 12px 0; font-size: 15px; line-height: 1.55; color: var(--body); }
.note-grid > div { padding-right: 24px; }
.note-grid > div + div { padding: 0 0 0 24px; border-left: 1px solid var(--accent-line); }
.note-grid b { color: var(--ink); }

/* Compare */
.filter-box { display: flex; flex-direction: column; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px 20px; }
.filter-row { display: grid; grid-template-columns: 80px minmax(0, 1fr); align-items: center; gap: 8px; }
.filter-row > span { font-size: 14px; font-weight: 700; color: var(--text-dark); }
.chips { display: grid; grid-template-columns: repeat(auto-fill, 136px); gap: 8px; }
.chip { padding: 6px 14px; border-radius: 20px; border: 1px solid var(--beige); background: var(--soft-white); color: var(--text-dark); font-size: 15px; cursor: pointer; width: 100%; text-align: center; white-space: nowrap; }
.chip[aria-pressed="true"] { border-color: var(--sage-green); background: var(--sage-green); color: #fff; }
.results-line { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.results-line .left { display: flex; gap: 16px; align-items: baseline; flex-wrap: wrap; font-size: 16px; }
.results-line .left a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 600; }
.results-line .price-note { font-style: italic; font-size: 14px; color: var(--text-light); }
.text-btn { background: none; border: 0; padding: 0; font-size: 15px; color: var(--sage-green); text-decoration: underline; cursor: pointer; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.catalog .card-grid { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.g-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); overflow: hidden; display: flex; flex-direction: column; }
.g-media { position: relative; height: 200px; background: var(--cream); border-bottom: 1px solid var(--line); }
.catalog .g-media { height: 190px; }
.g-media img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 14px 16px; box-sizing: border-box; mix-blend-mode: multiply; }
.g-media .guitar-art { display: block; width: 100%; height: 100%; }
.g-tag { position: absolute; left: 12px; top: 12px; pointer-events: none; white-space: nowrap; font-size: 14px; padding: 2px 12px; border-radius: 20px; background: rgb(255 255 255 / 92%); border: 1px solid var(--beige); color: var(--domain-guitar-ink); }
.save-btn { position: absolute; right: 10px; top: 10px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--beige); background: rgb(255 255 255 / 92%); cursor: pointer; font-size: 16px; color: var(--text-light); }
.save-btn[aria-pressed="true"] { color: var(--domain-guitar); }
.g-body { padding: 16px 20px 18px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.catalog .g-body { padding: 14px 18px 18px; gap: 10px; }
.g-titles { display: flex; flex-direction: column; gap: 4px; }
.catalog .g-titles { gap: 3px; }
.g-brand { font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: var(--text-light); }
.g-name { font-family: var(--font-palatino); font-size: 22px; line-height: 1.2; color: var(--ink); }
.catalog .g-name { font-size: 20px; margin-top: 1px; }
.g-name button { all: unset; cursor: pointer; display: inline-block; padding: 10px 0; margin: -10px 0; }
.g-name button:hover { text-decoration: underline; }
.g-name button:focus-visible { outline: 3px solid #9c6929; outline-offset: 3px; }
.g-line { font-size: 15px; line-height: 1.45; color: var(--body); text-wrap: pretty; }
.g-specs { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 10px 0; margin: 0; }
.catalog .g-specs { padding: 8px 0; }
.g-specs dt { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-light); }
.g-specs dd { margin: 0; font-size: 17px; font-weight: 700; color: var(--ink); }
.catalog .g-specs dd { font-size: 16px; }
.g-price-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 8px; }
.g-price { display: flex; flex-direction: column; }
.g-price .amount { font-family: var(--font-palatino); font-size: 26px; color: var(--sage-green); }
.catalog .g-price .amount { font-size: 24px; }
.g-price .amount.unknown { font-family: var(--font-gentium); font-size: 17px; font-weight: 700; }
.g-price .sub { font-size: 14px; color: var(--text-light); }
.rating { display: flex; align-items: center; gap: 8px; }
.rating .num { font-size: 18px; font-weight: 700; color: var(--ink); }
.catalog .rating .num { font-size: 17px; }
.rating .num.none { font-size: 14px; font-weight: 400; color: var(--text-light); }
.bars { display: inline-flex; gap: 2px; }
.bars i { display: inline-block; width: 6px; height: 14px; border-radius: 2px; border: 1px solid var(--sage-green); background: transparent; }
.bars i.on { background: var(--sage-green); }
.g-actions { display: flex; gap: 8px; margin-top: auto; }
.btn-solid { flex: 1; padding: 10px 14px; border-radius: 8px; border: 2px solid var(--sage-green); background: var(--sage-green); color: #fff; font-size: 15px; font-weight: 600; cursor: pointer; }
.btn-solid:hover { background: var(--dark-green); border-color: var(--dark-green); }
.btn-line { padding: 8px 14px; min-height: 44px; border-radius: 8px; border: 2px solid var(--sage-green); background: transparent; color: var(--sage-green); font-size: 15px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.btn-line[aria-pressed="true"] { background: var(--accent-soft); }
.btn-line:disabled { opacity: .5; cursor: not-allowed; }
a.where-btn { margin-top: auto; display: flex; justify-content: center; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 8px; border: 2px solid var(--sage-green); background: var(--sage-green); color: #fff; font-size: 15px; font-weight: 600; text-decoration: none; }
.catalog a.where-btn:hover { background: var(--dark-green); border-color: var(--dark-green); color: #fff; }
a.where-btn .fa-solid { font-size: 12px; }
.empty-note:not([hidden]) { display: block; text-align: center; padding: 40px; font-size: 17px; color: var(--body); }
.catalog .empty-note:not([hidden]) { padding: 48px 20px; }
.empty-note button { background: none; border: 0; color: var(--sage-green); text-decoration: underline; font: inherit; cursor: pointer; }
.compare-bar:not([hidden]) { position: sticky; bottom: 16px; z-index: 6; background: var(--sage-dark); color: #fff; border-radius: 12px; box-shadow: 0 8px 24px rgb(0 0 0 / 18%); padding: 12px 16px 12px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.compare-bar .summary { font-size: 16px; }
.compare-bar .bar-actions { display: flex; gap: 10px; align-items: center; }
.compare-bar .clear { background: none; border: 0; color: #fff; font-size: 15px; text-decoration: underline; cursor: pointer; min-height: 44px; }
.compare-bar .open { padding: 9px 18px; min-height: 44px; border-radius: 8px; border: 2px solid #fff; background: #fff; color: var(--sage-dark); font-size: 15px; font-weight: 600; cursor: pointer; }
.compare-bar .open:disabled { opacity: .6; cursor: not-allowed; }
.cmp-panel:not([hidden]) { display: block; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--domain-guitar); border-radius: 12px; overflow-x: auto; }
.cmp-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; border-bottom: 1px solid var(--line); }
.cmp-head h2 { font-size: var(--text-lg); color: var(--sage-green); }
.cmp-table { width: 100%; border-collapse: collapse; }
.cmp-table th, .cmp-table td { padding: 10px 20px; text-align: left; vertical-align: baseline; border-top: 1px solid var(--line); font-size: 15px; line-height: 1.45; color: var(--body); font-weight: 400; }
.cmp-table thead th { border-top: 0; font-family: var(--font-palatino); font-size: 19px; color: var(--ink); }
.cmp-table thead th:first-child { width: 150px; }
.cmp-table tbody th { font-size: 14px; color: var(--text-light); white-space: nowrap; }
.cmp-remove { display: block; margin-top: 4px; font-family: var(--font-gentium); font-size: 14px; }

/* String types */
.types-wrap { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.types { width: 100%; border-collapse: collapse; table-layout: fixed; }
.types th, .types td { padding: 14px 20px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 16px; line-height: 1.5; color: var(--body); font-weight: 400; }
.types thead th { padding: 16px 20px; border-top: 3px solid transparent; }
.types thead th:first-child { width: 18%; }
.types .type-name { display: block; font-family: var(--font-palatino); font-size: 22px; line-height: 1.3; color: var(--ink); }
.types .type-sub { display: block; font-size: 14px; font-weight: 700; color: var(--sage-green); }
.types tbody th { font-size: 14px; font-weight: 700; color: var(--text-dark); }
.types .nylon { background: var(--accent-soft); }
.types thead th.nylon { border-top-color: var(--sage-green); }
.after-types { font-size: 16px; max-width: 760px; text-wrap: pretty; }

/* Budget */
.tier-tabs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
.tier-btn { display: flex; flex-direction: column; gap: 2px; align-items: flex-start; padding: 12px 14px 10px; background: transparent; border: 1px solid transparent; border-bottom: 4px solid var(--beige); border-radius: 8px 8px 0 0; color: var(--body); cursor: pointer; text-align: left; min-width: 0; }
.tier-btn[aria-pressed="true"] { background: #fff; border-color: var(--line); border-bottom-color: var(--domain-guitar); color: var(--sage-green); }
.tier-btn .tier-label { font-family: var(--font-palatino); font-size: clamp(16px, 2vw, 22px); }
.tier-btn .tier-sub { font-size: 14px; }
html:not(.js) .tier-tabs { display: none; }
.tier-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); padding: clamp(20px, 3vw, 32px); display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px 40px; }
.tier-col { display: flex; flex-direction: column; gap: 6px; }
.tier-col p { font-size: 17px; line-height: 1.6; text-wrap: pretty; }
.tier-examples { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; border-top: 1px solid var(--line); padding-top: 18px; }
.tier-examples .label-caps { margin-right: 6px; }
.pill { font-size: 15px; padding: 4px 14px; border-radius: 20px; background: var(--cream); border: 1px solid var(--beige); color: var(--sage-green); cursor: pointer; }
.pill:hover { border-color: var(--sage-green); color: var(--dark-green); }
.side-note { border-left: 4px solid var(--domain-guitar); background: rgb(156 107 63 / 7%); border-radius: 0 12px 12px 0; padding: 18px 22px; display: flex; flex-direction: column; gap: 6px; max-width: 860px; }
.side-note .title { font-size: 17px; font-weight: 700; color: var(--ink); }
.side-note p { font-size: 16px; line-height: 1.6; text-wrap: pretty; }

/* Try and buy */
.buy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 32px; align-items: start; }
.buy-main { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.buy-main h2 { font-size: var(--text-xl); color: var(--sage-green); margin: 16px 0 -8px; }
.go-play { border-left: 4px solid var(--sage-green); background: var(--accent-soft); border-radius: 0 12px 12px 0; padding: 18px 22px; font-size: 17px; line-height: 1.6; }
.go-play b { color: var(--ink); }
.list-box { background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.store { padding: 16px 20px; display: flex; flex-direction: column; gap: 4px; }
.store + .store { border-top: 1px solid var(--line); }
.store-head { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; align-items: baseline; }
.store-head .name { font-family: var(--font-palatino); font-size: 20px; color: var(--ink); }
.store-head .links { display: flex; gap: 14px; font-size: 15px; }
.store .addr { font-size: 15px; }
.store .note { font-size: 14px; color: var(--text-light); }
.buy-main > p { font-size: 16px; line-height: 1.6; }
.finder-box { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; display: flex; flex-direction: column; gap: 14px; }
.finder-box label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 700; color: var(--text-dark); }
.finder-box input { padding: 10px 12px; border: 2px solid var(--beige); border-radius: 8px; font-family: var(--font-gentium); font-size: 16px; font-weight: 400; background: var(--soft-white); color: var(--ink); }
.find-groups { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)); gap: 14px 20px; }
.find-group { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.find-group ul { list-style: none; margin: 4px 0 0; padding: 0; }
.find-group li { border-top: 1px solid var(--line); }
.find-group a, .find-group button { display: flex; align-items: center; min-height: 40px; padding: 6px 0; font-size: 15px; line-height: 1.35; text-align: left; }
.find-group button { width: 100%; background: none; border: 0; color: var(--sage-green); text-decoration: underline; cursor: pointer; }
.find-group .none { font-size: 15px; font-style: italic; color: var(--text-light); padding: 8px 0; }
.checklist { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--domain-guitar); border-radius: 12px; padding: 22px 24px; display: flex; flex-direction: column; gap: 14px; position: sticky; top: calc(var(--header-h) + 72px); }
.checklist-head { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.checklist-head h2 { font-size: var(--text-xl); color: var(--sage-green); }
.checklist-head .count { font-size: 14px; color: var(--text-light); }
.checklist > p { margin-top: -6px; font-style: italic; font-size: 15px; color: var(--text-light); }
.checklist ul { list-style: none; margin: 0; padding: 0; }
.check-item { display: flex; gap: 12px; align-items: flex-start; width: 100%; text-align: left; background: none; border: 0; border-top: 1px solid var(--line); padding: 11px 0; cursor: pointer; font-size: 16px; line-height: 1.45; color: var(--body); }
.check-box { flex: none; width: 20px; height: 20px; margin-top: 2px; border-radius: 4px; border: 2px solid var(--sage-green); background: #fff; color: transparent; display: inline-flex; align-items: center; justify-content: center; }
.check-box .fa-solid { font-size: 11px; }
.check-item[aria-pressed="true"] .check-box { background: var(--sage-green); color: #fff; }
.check-item[aria-pressed="true"] .check-text { color: var(--text-light); }
.checklist .print { align-self: flex-start; }

/* About the data */
.data-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 32px 48px; align-items: start; }
.legend { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.legend-row { display: flex; align-items: center; gap: 12px; font-size: 16px; }
.data-copy { display: flex; flex-direction: column; gap: 16px; font-size: 17px; line-height: 1.7; grid-column: span 2; min-width: 0; }

/* Drawer */
.drawer { position: fixed; inset: 0 0 0 auto; margin: 0; padding: 0; border: 0; width: min(460px, 100%); height: 100%; max-height: 100%; max-width: 100%; background: var(--soft-white); color: var(--body); box-shadow: -8px 0 24px rgb(0 0 0 / 12%); overflow-y: auto; font-family: var(--font-gentium); }
.drawer::backdrop { background: rgb(15 47 29 / 35%); }
.drawer[open] { display: flex; flex-direction: column; }
.d-media { height: 260px; flex: none; background: var(--cream); border-bottom: 1px solid var(--line); }
.d-media img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 18px; box-sizing: border-box; mix-blend-mode: multiply; }
.d-media .guitar-art { display: block; width: 100%; height: 100%; }
.d-head { padding: 20px 28px 0; display: flex; flex-direction: column; gap: 6px; }
.d-title { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.d-title h2 { font-family: var(--font-palatino); font-size: 28px; line-height: 1.15; color: var(--ink); font-weight: 400; margin: 0; }
.d-close { flex: none; width: 44px; height: 44px; background: none; border: 0; font-size: 22px; color: var(--text-light); cursor: pointer; }
.d-line { font-size: 15px; }
.d-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.d-tabs { display: flex; gap: 24px; padding: 0 28px; border-bottom: 1px solid var(--line); margin-top: 18px; }
.d-tab { padding: 10px 0; min-height: 44px; min-width: 44px; background: none; border: 0; border-bottom: 3px solid transparent; font-size: 16px; color: var(--body); cursor: pointer; }
.d-tab[aria-selected="true"] { border-bottom-color: var(--domain-guitar); font-weight: 700; color: var(--sage-green); }
.d-body { padding: 22px 28px 32px; display: flex; flex-direction: column; gap: 18px; }
.d-body h3 { font-family: var(--font-palatino); font-size: 20px; font-weight: 400; color: var(--ink); margin: 0; }
.d-body p { margin: 0; font-size: 16px; line-height: 1.6; }
.d-body ul.plain { margin: 0; padding-left: 1.1em; font-size: 16px; line-height: 1.55; }
.d-body ul.plain li + li { margin-top: 4px; }
.d-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0; }
.d-specs dt { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-light); }
.d-specs dd { margin: 0; font-size: 18px; font-weight: 700; color: var(--ink); overflow-wrap: anywhere; }
.d-specs dd.long { font-size: 16px; line-height: 1.4; }
.watch-box { border-left: 4px solid var(--domain-guitar); background: rgb(156 107 63 / 7%); border-radius: 0 8px 8px 0; padding: 12px 16px; font-size: 16px; line-height: 1.55; }
.watch-box b { color: var(--ink); }
.watch-box ul { margin: 4px 0 0; padding-left: 1.1em; }
.fit-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fit-pair > div { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; font-size: 15px; line-height: 1.5; }
.fit-pair b { display: block; color: var(--ink); }
.d-rating { display: flex; align-items: baseline; gap: 10px; }
.d-rating .big { font-family: var(--font-palatino); font-size: 40px; color: var(--ink); }
.d-rating .of { font-size: 15px; color: var(--text-light); }
.d-ev { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 700; color: var(--ink); }
.d-price .big { display: block; font-family: var(--font-palatino); font-size: 30px; color: var(--sage-green); }
.d-price .note { display: block; font-size: 14px; color: var(--text-light); }
.link-list { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.link-list a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 13px 18px; min-height: 44px; box-sizing: border-box; font-size: 16px; text-decoration: none; color: var(--sage-green); }
.link-list a + a { border-top: 1px solid var(--line); }
.link-list a:hover { background: var(--accent-soft); }
.link-list .meta { font-size: 14px; color: var(--text-light); text-align: right; }
.link-group { display: flex; flex-direction: column; gap: 8px; }
.fine { font-size: 14px; line-height: 1.55; color: var(--text-light); }
.drawer .fine a { color: var(--sage-green); }

/* All guitars */
.catalog { max-width: 1280px; margin: 0 auto; padding: clamp(24px, 4vh, 48px) clamp(16px, 3vw, 50px) 80px; display: flex; flex-direction: column; gap: 24px; }
.catalog-head { display: flex; flex-direction: column; gap: 8px; }
.crumbs { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; font-size: 15px; color: var(--text-light); }
.crumbs [aria-current] { color: var(--text-dark); }
.catalog-title { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; }
.catalog-title > div { display: flex; flex-direction: column; gap: 4px; }
.catalog-title .sub { margin-top: -2px; font-style: italic; font-size: 17px; color: var(--text-light); }
.catalog-title .back { display: inline-flex; align-items: center; min-height: 44px; font-size: 16px; font-weight: 600; }
.catalog-layout { display: flex; flex-wrap: wrap; gap: 28px; align-items: flex-start; }
.filter-side { flex: 1 1 250px; max-width: 300px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; display: flex; flex-direction: column; gap: 18px; position: sticky; top: calc(var(--header-h) + 16px); max-height: calc(100vh - var(--header-h) - 32px); overflow-y: auto; box-sizing: border-box; }
.filter-side-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: -8px; }
.filter-side-head h2 { font-size: var(--text-lg); color: var(--sage-green); }
.filter-side-head .text-btn { font-size: 14px; }
.filter-toggle { display: none; }
.filter-body { display: flex; flex-direction: column; gap: 18px; }
.filter-body[hidden] { display: none; }
.f-search { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 700; color: var(--text-dark); }
.f-search input, .f-price input { border: 2px solid var(--beige); border-radius: 8px; font-family: var(--font-gentium); background: var(--soft-white); color: var(--ink); }
.f-search input { padding: 10px 12px; font-size: 16px; font-weight: 400; }
.f-group { display: flex; flex-direction: column; gap: 6px; border: 0; border-top: 1px solid var(--line); padding: 14px 0 0; margin: 0; min-width: 0; }
.f-group .f-title { font-size: 14px; font-weight: 700; color: var(--text-dark); }
.f-opt { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--body); cursor: pointer; padding: 2px 0; }
.f-opt input { width: 17px; height: 17px; accent-color: var(--sage-green); margin: 0; flex: none; }
.f-opt .lbl { flex: 1; }
.f-opt .n { font-size: 14px; color: var(--text-muted); }
.f-price { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; }
.f-price input { width: 100%; min-height: 44px; box-sizing: border-box; padding: 8px 10px; font-size: 15px; }
.f-price span { color: var(--text-light); }
.f-toggle { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; line-height: 1.4; color: var(--body); cursor: pointer; padding-top: 4px; }
.f-toggle input { width: 17px; height: 17px; accent-color: var(--sage-green); margin: 2px 0 0; flex: none; }
.f-foot { font-size: 14px; line-height: 1.5; color: var(--text-light); border-top: 1px solid var(--line); padding-top: 14px; }
.results { flex: 999 1 520px; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.results-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.results-bar .showing { font-size: 16px; }
.results-bar .controls { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.results-bar label { display: flex; align-items: center; gap: 8px; font-size: 15px; color: var(--text-dark); }
.results-bar select { padding: 8px 12px; border: 2px solid var(--beige); border-radius: 8px; font-family: var(--font-gentium); font-size: 15px; background: #fff; color: var(--ink); }
.active-chips:not([hidden]) { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.active-chip { display: flex; align-items: center; gap: 8px; padding: 5px 12px; border-radius: 20px; border: 1px solid var(--sage-green); background: var(--accent-soft); color: var(--sage-green); font-size: 14px; cursor: pointer; }
.active-chip .fa-xmark { font-size: 11px; }
.pager:not([hidden]) { display: flex; justify-content: center; align-items: center; gap: 6px; padding-top: 12px; flex-wrap: wrap; }
.pager button { min-width: 44px; height: 44px; padding: 0 12px; border-radius: 8px; border: 1px solid var(--beige); background: #fff; color: var(--text-dark); font-size: 15px; cursor: pointer; }
.pager button[aria-current="page"] { border-color: var(--sage-green); background: var(--sage-green); color: #fff; }
.pager button:disabled { color: var(--text-muted); cursor: default; opacity: .5; }
.feedback { min-height: 1.4em; font-size: 14px; color: var(--text-light); }

/* Touch */
@media (pointer: coarse) {
  .chip, .pill, .text-btn, .tier-btn, .check-item, .active-chip { min-height: 44px; }
  .save-btn { width: 44px; height: 44px; }
  .f-opt, .f-toggle { min-height: 44px; align-items: center; }
  .f-toggle input { margin: 0; }
  .find-group a, .find-group button, .store-head .links a, .crumbs a { min-height: 44px; display: inline-flex; align-items: center; }
  .store-head .links a { min-width: 44px; justify-content: center; }
  .results-bar select { min-height: 44px; }
}

/* Print: the checklist button prints only the checklist */
@media print {
  .site-header, .site-footer, .guide-tabs, .skip-link, .compare-bar { display: none; }
  body.print-checklist .guide > :not(#buy), body.print-checklist .buy-main { display: none; }
  body.print-checklist .buy-grid { display: block; }
  body.print-checklist .checklist { position: static; border: 0; }
  body.print-checklist .checklist .print { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .age-btn { transition: none; }
}

/* Narrow screens, last so they win at equal specificity */
@media (max-width: 1023px) {
  .data-copy { grid-column: auto; }
}
@media (max-width: 760px) {
  .size-stat, .size-card-title + .size-stat { padding: 16px 0 0; border-left: 0; border-top: 1px solid var(--guide-rule); }
  .size-card-title + .size-stat { padding-top: 0; border-top: 0; }
  .band, .band:first-child { padding: 12px 0 0; border-left: 0; }
  .band:first-child { padding-top: 4px; }
  .before-item, .before-item:first-child { padding: 14px 0 18px; border-left: 0; }
  .before-item + .before-item { border-top: 1px solid var(--accent-line); }
  .note-grid > div, .note-grid > div + div { padding: 0; border-left: 0; }
  .note-grid > div + div { padding-top: 12px; border-top: 1px solid var(--accent-line); }
  .types thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .types, .types tbody, .types tr, .types th, .types td { display: block; width: auto; }
  .types tr { border-top: 1px solid var(--line); padding: 14px 18px; }
  .types tr:first-child { border-top: 0; }
  .types tbody th { padding: 0 0 6px; border: 0; font-family: var(--font-palatino); font-size: 19px; font-weight: 400; color: var(--ink); }
  .types td { padding: 8px 10px; border-top: 1px solid var(--line); }
  .types td::before { content: attr(data-label); display: block; font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--text-light); }
  .tier-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tier-btn { border-radius: 8px; border: 1px solid var(--beige); border-bottom-width: 4px; }
  .fit-pair { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .filter-row { grid-template-columns: 1fr; gap: 6px; }
  .chips { grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); }
  .chip { padding: 6px 8px; }
  .filter-side { position: static; flex-basis: 100%; max-width: none; max-height: none; overflow: visible; }
  .filter-toggle { display: inline-flex; align-self: flex-start; }
  .cmp-panel:not([hidden]) { overflow: visible; }
  .cmp-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .cmp-table, .cmp-table tbody, .cmp-table tr, .cmp-table th, .cmp-table td { display: block; width: auto; }
  .cmp-table tr { padding: 12px 16px; border-top: 1px solid var(--line); }
  .cmp-table tbody th { padding: 0 0 4px; border: 0; font-family: var(--font-palatino); font-size: 18px; color: var(--ink); white-space: normal; }
  .cmp-table td { padding: 6px 0; border-top: 0; font-size: 16px; }
  .cmp-table td::before { content: attr(data-guitar); display: block; font-size: 14px; font-weight: 700; color: var(--text-light); }
  .cmp-names:not([hidden]) { padding: 12px 16px 0; display: flex; flex-wrap: wrap; gap: 8px; }
  .drawer .d-head, .drawer .d-body { padding-left: 20px; padding-right: 20px; }
  .drawer .d-tabs { padding: 0 20px; gap: 18px; }
  .d-media { height: 220px; }
}
@media (min-width: 621px) {
  .cmp-names { display: none; }
}
