/* Shopping-first refinement. Original lodge colors and native scroll are preserved. */
.photo-pending { display: grid; place-items: center; background: var(--soft); color: var(--ink); text-align: center; padding: 1rem; }
.photo-pending > div { display: grid; gap: .6rem; border: 1px solid var(--line); padding: 1.5rem 1rem; width: 100%; max-width: 17rem; }
.photo-pending b { font: 2.5rem "Fraunces",Georgia,serif; }
.photo-pending strong { font-size: 1rem; }
.photo-pending small { font-size: .875rem; }
.product-dialog-main[hidden] { display: none; }
.email-signup[hidden], [data-email-fallback][hidden] { display: none; }
.email-signup { display: grid; gap: .65rem; min-width: 0; }
.email-signup input[type=email] { width: 100%; min-width: 0; font: inherit; padding: .75rem; border: 1px solid var(--ink-soft); border-radius: .3rem; }
.email-consent { display: flex; gap: .65rem; align-items: flex-start; font-size: .9rem; }
.email-consent input { margin-top: .3rem; width: 1.2rem; height: 1.2rem; flex-shrink: 0; }
.email-honeypot { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
.related-items { padding: 1.25rem; background: var(--soft); color: var(--ink); border-top: 1px solid var(--line); }
.related-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .7rem; }
.related-heading h3 { margin: 0; font: 1.5rem "Fraunces",Georgia,serif; }
.related-heading button, .related-back { min-height: 44px; font: inherit; color: inherit; background: transparent; border: 1px solid currentColor; padding: .5rem .75rem; cursor: pointer; }
.related-back { margin: .6rem 1rem; color: var(--soft); }
.related-back[hidden] { display: none; }
.related-items p { font-size: .95rem; }
.related-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; }
.related-grid button { display: flex; align-items: center; gap: .75rem; padding: .75rem; min-width: 0; text-align: left; background: var(--soft); color: var(--ink); border: 1px solid var(--line); cursor: pointer; font: inherit; }
.related-grid img { width: 4.5rem; height: 5rem; object-fit: cover; flex-shrink: 0; }
.related-grid span { min-width: 0; overflow-wrap: anywhere; }
.related-grid strong, .related-grid span span { display: block; }
.related-grid strong { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.related-grid span span { margin-top: .4rem; font-size: .875rem; }
@media(max-width:600px) { .related-grid { grid-template-columns: minmax(0,1fr); } }
.hero { min-height: 0; max-height: none; padding: 2.5rem var(--lodge-gutter) 3rem; gap: 2rem; grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); }
.hero h1 { font-size: clamp(2.5rem,4.2vw,4.3rem); max-width: 18ch; line-height: 1.05; }
.hero-lede { margin: 1rem 0; font-size: 1.05rem; }
.hero-actions { margin: 1.2rem 0 .6rem; }
.hero .text-action { display: none; }
.hero-specimen { height: 330px; min-height: 0; max-width: 26rem; justify-self: end; }
.hero-tag { width: 13.5rem; height: 9rem; right: -.3rem; bottom: .5rem; }
.concept-note { position: static; grid-column: 1 / -1; max-width: none; margin: 0; font-size: .875rem; }
.inventory { padding-block: 1.5rem 3rem; }
.inventory-head { display: block; }
.inventory h2, .buying-notes h2, .story h2, .care h2, .lodge-letters h2, .shipping h2, .counter h2 { font-size: clamp(1.8rem,2.8vw,2.8rem); line-height: 1.12; letter-spacing: -.035em; }
.inventory-tools { margin-top: 1rem; gap: .6rem; }
.inventory-tools label { gap: .25rem; }
.inventory-tools input { min-height: 44px; padding: .65rem .8rem; font-size: .875rem; letter-spacing: 0; text-transform: none; }
.collection-tabs { margin-top: .8rem; }
.inventory-grid { margin-top: 1rem; }
.product-kicker { font-size: .8rem; letter-spacing: .035em; }
.product-card h3 { font-size: 1.45rem; }
.buying-notes, .story, .care, .shipping, .counter { padding-block: 3rem; }
.buying-notes-grid { margin-top: 1.25rem; gap: 1rem; }
.buying-notes-grid h3 { font-size: 1.35rem; }
.buying-notes-grid article { padding: 1.2rem; }
.story { align-items: center; }
.story-figure { max-width: 17rem; }
.story-copy p { margin-block: .8rem; }
.care-head { display: block; }
.care-head .shop-label { margin-bottom: .7rem; }
.care-head > p:last-child { margin-top: .8rem; max-width: 65ch; font-size: 1rem; }
.care-grid { margin-top: 1.5rem; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; border: none; background: none; }
.care-grid article { padding: 1.2rem; border: 1px solid var(--line); border-radius: .35rem; }
.care-grid article > span { display: none; }
.care-grid h3 { font-size: 1.35rem; margin: 0 0 .5rem; }
.care-grid p { font-size: 1rem; margin: 0; }
.care-grid a { font-size: .95rem; }
.lodge-letters { padding: 2rem var(--lodge-gutter); grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); align-items: center; gap: 2rem; border-block: 1px solid var(--line); }
.lodge-letters .shop-label { margin-bottom: .5rem; }
.lodge-letters p { margin: .7rem 0 0; max-width: 55ch; font-size: 1rem; }
.letters-actions { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; min-width: 0; }
.letters-actions > * { max-width: 100%; overflow-wrap: anywhere; }
.letters-actions small { color: var(--ink-soft); font-size: .875rem; }
.shipping-ledger { margin-top: 1.5rem; }
.shipping-ledger article { grid-template-columns: max-content minmax(0,1fr); gap: 1.25rem; padding: 1.3rem 0; }
.shipping-ledger article > span { font-size: 1.2rem; min-width: 2ch; line-height: 1.65; }
.shipping-ledger h3 { font-size: 1.3rem; }
.site-footer { margin-top: 2.5rem; }
.product-dialog-toolbar { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .75rem 1rem; background: var(--paper); }
.product-dialog-toolbar .dialog-close { position: static; margin: 0; min-height: 44px; padding: .5rem .75rem; flex-shrink: 0; border: 1px solid var(--line); }
.product-dialog-toolbar .product-inquiry { font-size: .95rem; line-height: 1.35; min-height: 44px; padding: .7rem 1rem; overflow-wrap: anywhere; }
.product-dialog-copy { padding: 1.5rem; }
.product-dialog-copy h2 { font-size: clamp(1.6rem,2.8vw,2.6rem); }
.product-dialog-copy .shop-label { color: var(--ink-soft); }
.product-dialog-copy .demo-chip { background: var(--soft); color: var(--accent) !important; font-size: .875rem !important; letter-spacing: 0; text-transform: none; }
.product-dialog-copy .inquiry-explanation { font-size: .875rem; }
.product-dialog-copy .product-dialog-price { color: var(--accent); }
@media(max-width:1100px) { .care-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:900px) {
 .hero { margin-top: 0; }
 .story { grid-template-columns: minmax(0,1fr) minmax(0,.55fr); gap: 1.5rem; }
 .lodge-letters { gap: 1.2rem; }
}
@media(max-width:600px) {
 .hero { display: block; padding: 1.5rem 1.25rem 1rem; }
 .hero-copy { display: block; }
 .hero .shop-label { margin-bottom: .65rem; font-size: .8rem; letter-spacing: .08em; }
 .hero h1 { font-size: clamp(2rem,8.5vw,2.6rem); max-width: 19ch; }
 /* The first catalog photo supplies the mobile imagery; avoid showing it twice before shopping. */
 .hero-specimen { display: none; }
 .hero-lede { font-size: 1rem; margin: .75rem 0; max-width: 34ch; }
 .hero-actions { flex-direction: row; flex-wrap: wrap; align-items: center; margin: .8rem 0; gap: .65rem 1rem; }
 .hero-actions .primary-link { padding: .7rem 1rem; }
 .hero-actions > a:not(.primary-link) { font-size: .9rem; }
 .concept-note { line-height: 1.4; font-size: .8rem; margin-top: .8rem; }
 .inventory { padding-top: 1.25rem; }
 .inventory h2 { font-size: 1.8rem; }
 .inventory-tools { margin-top: .85rem; }
 .inventory-tools label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
 .inventory-tools p { font-size: .8rem; }
 .collection-tabs button { padding: .55rem 1rem; min-height: 44px; }
 .buying-notes, .story, .care, .shipping, .counter { padding: 2rem 1.25rem; }
 .story { grid-template-columns: minmax(0,1fr); }
 .story-figure { max-width: 11rem; }
 .care-grid { grid-template-columns: minmax(0,1fr); gap: .65rem; margin-top: 1rem; }
 .care-grid article { padding: 1rem; }
 .care-grid a { margin-top: .45rem; }
 .care-grid h3 { font-size: 1.25rem; }
 .lodge-letters { grid-template-columns: minmax(0,1fr); padding: 1.5rem 1.25rem; gap: 1rem; }
 .shipping-ledger article { gap: 1rem; }
 .product-dialog-toolbar { padding: .6rem; gap: .5rem; }
 .product-dialog-toolbar .product-inquiry { font-size: .875rem; padding: .6rem .75rem; }
 .product-dialog-main { max-height: 35svh; aspect-ratio: 1; }
 .product-dialog-copy { padding: 1.1rem; }
 .product-dialog-copy .shop-label { margin-bottom: .6rem; }
 .product-dialog-copy .product-dialog-price { margin-block: .7rem; }
}
.reserve-block { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.reserve-form[hidden] { display: none; }
.reserve-form { display: grid; gap: .75rem; margin-top: .9rem; }
.reserve-form label { display: grid; gap: .3rem; font-size: .85rem; font-weight: 600; color: var(--ink-soft); }
.reserve-form input, .reserve-form textarea { font: inherit; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: .3rem; min-height: 44px; width: 100%; }
.reserve-form textarea { min-height: 4.5rem; resize: vertical; }
.reserve-honeypot { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
.reserve-message { margin: 0; font-size: .875rem; color: var(--accent); min-height: 1.2em; }
.reserve-success { margin: 0; font-size: 1rem; font-weight: 600; color: var(--ink); }
.reserve-block-held .hold-note { margin-top: .6rem; }
.inventory-fallback { display: grid; gap: .75rem; justify-items: center; }
