.guide-main { background: var(--salon-cream); color: var(--salon-ink); }
.guide-main p { color: #66564a; }
.guide-main .salon-eyebrow { color: var(--salon-terra); }
.guide-main h1 em, .guide-main h2 em { color: var(--salon-terra); }
.guide-main .salon-button { background: var(--salon-ink); color: var(--salon-cream); }
.guide-main .salon-button:hover { background: #78412d; }
.guide-main .salon-text-link { color: var(--salon-ink); }
.guide-main .salon-actions { gap: .7rem 1.6rem; }
.guide-hero { padding: calc(var(--nav-height) + 70px) 0 64px; background: radial-gradient(ellipse at 85% 10%, #e5cfb4, transparent 60%), var(--salon-cream); }
.guide-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: 3rem; align-items: center; }
.guide-hero h1 { font-size: clamp(2.25rem, 4.3vw, 3.8rem); }
.guide-intro { max-width: 37rem; font-size: 1rem; line-height: 1.95; margin-top: 1.7rem; }
.guide-index { padding: 2rem 0 2rem 2rem; border-left: 1px solid var(--salon-line); }
.guide-index p { font-size: .8rem; margin-bottom: 1.1rem; }
.guide-index ol { list-style: none; counter-reset: guide-index; }
.guide-index li { counter-increment: guide-index; border-top: 1px solid var(--salon-line); }
.guide-index a { display: flex; align-items: center; gap: 1rem; padding: .65rem 0; font-size: .9rem; min-height: 44px; }
.guide-index a::before { content: '0' counter(guide-index); color: var(--salon-terra); font-size: .73rem; }
.guide-index a:hover { text-decoration: underline; text-underline-offset: 4px; }
.guide-section { padding: 72px 0; border-top: 1px solid var(--salon-line); }
.guide-section h2 { margin-bottom: 1.3rem; }
.guide-note { font-size: .84rem; line-height: 1.85; max-width: 48rem; }
.guide-topics { margin-top: 2.5rem; }
.guide-topic { border-top: 1px solid var(--salon-line); }
.guide-topic:last-child { border-bottom: 1px solid var(--salon-line); }
.guide-topic summary { cursor: pointer; display: grid; grid-template-columns: 40px minmax(0, 1fr) 26px; gap: 1rem; padding: 1.65rem 0; align-items: center; list-style: none; }
.guide-topic summary::-webkit-details-marker { display: none; }
.guide-topic summary::after { content: '+'; font-size: 1.5rem; font-weight: 400; }
.guide-topic[open] summary::after { content: '−'; }
.guide-topic summary > span { color: var(--salon-terra); font-size: .8rem; }
.guide-topic h3 { font-size: clamp(1.05rem, 2vw, 1.4rem); font-weight: 600; }
.guide-topic-body { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 3rem; padding: .2rem 0 2.5rem 56px; }
.guide-topic-body p { font-size: .9rem; line-height: 1.95; }
.guide-topic-body strong { display: block; margin-bottom: .45rem; color: var(--salon-ink); }
.guide-check { margin: 1.25rem 0 1rem; padding-left: 1rem; border-left: 2px solid #98492f; }
.guide-caption { padding: 1.5rem; background: #fffaf2; border: 1px solid var(--salon-line); color: #403227; white-space: pre-wrap; overflow-wrap: anywhere; font-family: var(--font-body); font-size: .9rem; line-height: 1.9; }
.guide-copy { min-height: 44px; padding: .65rem 1.1rem; margin-top: .75rem; background: #30251f; color: #fffaf2; border: 0; border-radius: 2px; cursor: pointer; font: inherit; font-size: .84rem; }
.guide-copy:disabled { opacity: .6; cursor: wait; }
.guide-copy[hidden] { display: none; }
.guide-topic-body .guide-status { min-height: 2.8rem; margin-top: .6rem; font-size: .8rem; }
.guide-samples { display: grid; grid-template-columns: 1fr .64fr; align-items: start; gap: 2rem; max-width: 790px; margin: 2.5rem auto; }
.guide-samples figure { min-width: 0; }
.guide-samples img { width: 100%; height: auto; box-shadow: 0 14px 35px #30251f18; }
.guide-samples figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; margin-top: 1rem; font-size: .77rem; color: #66564a; }
.guide-samples figcaption a { text-decoration: underline; text-underline-offset: 4px; min-height: 44px; display: inline-flex; align-items: center; }
.guide-pack-actions { padding: 1.5rem 0; border-top: 1px solid var(--salon-line); }
.guide-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.guide-choices > div + div { border-left: 1px solid var(--salon-line); padding-left: 3rem; }
.guide-choices h3 { font-size: 1.2rem; margin-bottom: 1rem; }
.guide-choices ul { margin: 1.5rem 0; padding-left: 1.1rem; list-style: disc; color: #66564a; line-height: 2; font-size: .9rem; }
.guide-promo-note { padding-top: 2rem; font-size: .78rem; }
@media (max-width: 760px) {
    .guide-hero { padding-top: calc(var(--nav-height) + 42px); }
    .guide-hero-grid, .guide-topic-body, .guide-choices { grid-template-columns: 1fr; gap: 1.5rem; }
    .guide-index { border-left: 0; padding: 1rem 0 0; }
    .guide-section { padding: 48px 0; }
    .guide-topic summary { grid-template-columns: 26px minmax(0, 1fr) 22px; gap: .6rem; }
    .guide-topic-body { padding-left: 0; }
    .guide-caption { padding: 1.1rem; font-size: .87rem; }
    .guide-samples { gap: 1rem; }
    .guide-choices > div + div { border-left: 0; border-top: 1px solid var(--salon-line); padding: 2rem 0 0; }
}
