/* Styles for the guitar draft only. Shared brand styles live in ../styles.css. */
.guitar-page .desktop-navigation { gap: clamp(12px, 1.6vw, 25px); white-space: nowrap; }
.guitar-page .hero { padding-block: 92px 104px; }
.guitar-page .hero h1 { max-width: 620px; }
.guitar-page .hero-art { transform: rotate(1deg); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 0; margin: 30px 0 0; }
.hero-facts li { background: var(--lime); color: var(--green); border-radius: 100px; padding: 7px 13px; font-size: .8rem; font-weight: 700; }
.hero-facts .free-lesson-fact { background: var(--yellow); }
.guitar-section-head { max-width: 720px; margin-bottom: 34px; }
.guitar-section-head h2 { margin-bottom: 14px; }
.guitar-section-head > p:last-child { color: var(--muted); font-size: 1.05rem; margin-bottom: 0; }
.audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.audience-card { min-width: 0; border-radius: var(--radius); background: var(--lime); padding: 30px 26px; display: flex; flex-direction: column; min-height: 275px; }
.audience-card:nth-child(2) { background: var(--green); color: #fff; }
.audience-card:nth-child(2) p { color: #d0dfcf; }
.audience-card h3 { font-size: clamp(1.35rem, 1.9vw, 1.65rem); line-height: 1.17; margin: 24px 0 12px; }
.audience-card p { color: #49634f; margin: auto 0 0; font-size: .93rem; }
.guitar-program { background: var(--green); color: #fff; padding-block: 92px; }
.program-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.guitar-program .eyebrow { color: #d8e6a2; }
.guitar-program h2 span { color: var(--yellow); }
.guitar-program p { color: #d0dfcf; max-width: 360px; }
.guitar-program .text-link { color: #fff; }
.skill-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.skill-card { background: #ffffff13; border: 1px solid #ffffff2e; border-radius: 18px; padding: 24px; min-height: 176px; }
.skill-card span { display: block; color: var(--yellow); font-size: .78rem; font-weight: 700; margin-bottom: 13px; }
.skill-card strong { display: block; font-size: 1.25rem; }
.skill-card p { margin: 8px 0 0; font-size: .9rem; }
.step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 0; margin: 0; list-style: none; }
.step-grid li { border-top: 1px solid var(--line); padding: 27px 8px 0 0; }
.step-grid span { color: #739543; font-size: 2.8rem; font-weight: 800; line-height: 1; letter-spacing: -2px; }
.step-grid h3 { font-size: 1.4rem; line-height: 1.22; margin: 22px 0 12px; }
.step-grid p { color: var(--muted); }
.new-student-promo { padding-top: 0; }
.new-student-promo-card { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--lime); }
.new-student-promo-card h2 { max-width: 750px; margin-bottom: 26px; }
.new-student-promo-steps { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 18px; max-width: 950px; margin-bottom: 22px; }
.new-student-promo-step { display: grid; gap: 6px; min-width: 0; padding: 20px 24px; border-radius: 16px; background: #fff; }
.new-student-promo-step span { color: var(--muted); font-size: .88rem; font-weight: 700; }
.new-student-promo-step strong { color: var(--green); font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.2; }
.new-student-promo-plus { color: var(--green); font-size: 2rem; font-weight: 700; }
.new-student-promo-card > p:not(.eyebrow) { max-width: 810px; margin: 0 0 18px; color: var(--muted); }
.new-student-promo-tag { display: inline-block; padding: 5px 12px; border-radius: 100px; background: var(--yellow); color: var(--green); font-size: .78rem; font-weight: 800; }
.guitar-prices { background: #eff3e9; padding-block: 96px; }
.trial-banner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 26px; padding: 24px 30px; border-radius: var(--radius); background: var(--green); color: #fff; }
.trial-banner-stages { display: flex; align-items: center; gap: 20px; }
.trial-banner-stage { min-width: 0; }
.trial-banner-stage span { display: block; margin-bottom: 5px; color: #d8e6a2; font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.trial-banner-stage strong { display: block; color: var(--yellow); font-size: clamp(1.35rem, 2.1vw, 1.8rem); line-height: 1.2; white-space: nowrap; }
.trial-banner-plus { color: #d8e6a2; font-size: 1.6rem; font-weight: 700; }
.trial-banner p { max-width: 310px; margin: 0; color: #e5eee6; }
.pricing-category-label { margin: 34px 0 14px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.package-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.package-card { min-width: 0; position: relative; border-radius: 20px; border: 1px solid var(--line); background: #fff; padding: 26px 20px 23px; display: flex; flex-direction: column; }
.package-card.featured { background: var(--yellow); border-color: #e2bb31; }
.package-badge { display: block; font-size: .7rem; font-weight: 800; line-height: 1.25; margin: 0 0 14px; text-transform: uppercase; letter-spacing: .5px; }
.package-count { font-size: .87rem; font-weight: 700; color: var(--green); margin-bottom: 18px; }
.package-card h3 { font-size: clamp(1.8rem, 2.45vw, 2.65rem); line-height: 1; letter-spacing: -1.5px; margin: 0 0 16px; white-space: nowrap; }
.package-card h3 span { font-size: .85rem; letter-spacing: 0; font-weight: 500; }
.package-card > p:not(.package-count) { color: var(--muted); font-size: .85rem; margin-bottom: 25px; }
.package-card.featured > p:not(.package-count) { color: var(--ink); }
.package-card a { border-top: 1px solid #d9e2d7; padding-top: 15px; margin-top: auto; font-size: .82rem; font-weight: 700; text-decoration: none; }
.package-card a span { margin-left: 6px; }
.special-panel { padding: 40px; border-radius: 28px; background: #f4efcc; border: 1px solid #e7dfae; }
.special-panel .guitar-section-head { max-width: 850px; }
.special-badge { display: inline-block; margin-bottom: 15px; padding: 6px 13px; border-radius: 100px; background: var(--green); color: #fff; font-size: .74rem; font-weight: 800; letter-spacing: .07em; }
.special-panel .guitar-section-head > p:not(.eyebrow) { margin-bottom: 12px; color: var(--muted); }
.special-panel .guitar-section-head .special-confirmation-note { padding-left: 13px; border-left: 3px solid #a7b956; font-size: .92rem; }
.special-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.special-grid article { min-width: 0; background: #fffdf1; border: 1px solid #e7dfae; border-radius: 17px; padding: 20px 16px; }
.special-grid h3 { font-size: .88rem; margin-bottom: 15px; }
.special-grid strong { display: block; font-size: clamp(1.3rem, 2.1vw, 1.9rem); line-height: 1.1; margin-bottom: 12px; white-space: nowrap; }
.special-grid p { font-size: .83rem; color: var(--muted); margin-bottom: 7px; }
.special-grid small { color: var(--green); font-weight: 700; }
.special-note { color: var(--muted); font-size: .78rem; margin: 15px 0 0; }
.special-application-button { margin-top: 24px; }
.guitar-ready { padding-block: 72px; background: var(--lime); }
.ready-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 65px; }
.ready-layout > div > p:last-child { color: var(--muted); }
.ready-layout ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.ready-layout li { background: #fff; border-radius: 15px; padding: 18px; font-weight: 700; font-size: .94rem; }
.ready-layout li::before { content: "✓"; color: #658e35; margin-right: 10px; }
.teacher-video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 22px; }
.teacher-video-card { min-width: 0; margin: 0; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #f0f3ea; box-shadow: 0 16px 34px #103d2c0d; }
.teacher-video-card:only-child { width: min(100%, 820px); justify-self: center; }
.teacher-video-card video { display: block; width: 100%; max-width: 100%; height: auto; border-radius: 16px; background: var(--green); }
.teacher-video-caption { padding: 20px 4px 3px; }
.teacher-video-caption span { color: #536a34; font-size: .73rem; font-weight: 800; letter-spacing: .08em; }
.teacher-video-caption h3 { margin: 7px 0 5px; font-size: clamp(1.25rem, 2vw, 1.65rem); }
.teacher-video-caption p { margin: 0; color: var(--muted); font-size: .92rem; }
.reviews-section { padding-top: 0; }
.review-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; align-items: start; }
.review-card { grid-column: span 2; min-width: 0; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.review-card:nth-child(2n) { background: #f4f7e8; }
.review-card:nth-child(4) { grid-column: 2 / span 2; }
.review-card:nth-child(5) { grid-column: 4 / span 2; }
.review-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; min-height: 48px; }
.review-category { color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.review-quote-mark { color: #b28a16; font-size: 3.5rem; font-weight: 700; line-height: .75; }
.review-card blockquote { margin: 14px 0 0; }
.review-card blockquote p { margin: 0; font-size: .98rem; line-height: 1.65; }
.review-person { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding-top: 17px; border-top: 1px solid var(--line); }
.review-avatar { display: grid; flex: none; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--lime); color: var(--green); font-weight: 800; }
.review-card:nth-child(2n) .review-avatar { background: var(--yellow); }
.review-card:nth-child(3) .review-avatar { background: var(--green); color: #fff; }
.review-person strong, .review-person span:not(.review-avatar) { display: block; }
.review-person strong { color: var(--green); line-height: 1.25; }
.review-person div span { color: var(--muted); font-size: .83rem; }
.guitar-faq { columns: 2; column-gap: 24px; }
.guitar-faq details { break-inside: avoid; border: 1px solid var(--line); border-radius: 16px; margin-bottom: 13px; padding: 18px 21px; background: #fff; }
.guitar-faq summary { cursor: pointer; font-weight: 700; }
.guitar-faq details p { color: var(--muted); margin: 14px 0 0; font-size: .94rem; }
.guitar-page .contact-section { padding-top: 20px; }
.guitar-page .contact-card { min-width: 0; }
.application-cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 40px; border-radius: var(--radius); background: var(--lime); }
.application-cta .button { flex: none; }
.application-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.application-intro > p:last-child { margin-bottom: 0; }
html.application-modal-open, body.application-modal-open { overflow: hidden; }
.application-modal { width: min(720px, calc(100% - 32px)); max-width: none; max-height: calc(100vh - 32px); max-height: calc(100dvh - 32px); margin: auto; padding: 0; border: 0; border-radius: var(--radius); background: #fff; color: var(--ink); box-shadow: 0 24px 80px #103d2c40; overflow-y: auto; overscroll-behavior: contain; }
.application-modal::backdrop { background: #102d22bd; }
.modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 28px 32px 20px; border-bottom: 1px solid var(--line); background: #fff; }
.modal-header .eyebrow { margin-bottom: 8px; }
.modal-header h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.modal-intro { max-width: 540px; margin: 12px 0 0; color: var(--muted); font-size: .91rem; line-height: 1.5; }
.family-modal-note { max-width: 540px; margin: 14px 0 0; padding: 10px 14px; border-radius: 10px; background: var(--lime); color: var(--green); font-size: .86rem; }
.modal-close { flex: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--green); font: inherit; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.modal-close:hover { background: var(--lime); }
.modal-content { padding: 28px 32px 32px; }
.package-summary { display: grid; gap: 4px; margin-bottom: 24px; padding: 18px 20px; border: 1px solid #c8d6bb; border-radius: 16px; background: var(--lime); }
.package-summary[hidden], .package-picker[hidden], .application-form[hidden] { display: none; }
.package-summary span { color: var(--muted); font-size: .82rem; }
.package-summary strong { color: var(--green); font-size: 1.16rem; }
.modal-success { padding: 24px; border: 1px solid #c8d6bb; border-radius: 16px; background: var(--lime); }
.modal-success[hidden] { display: none; }
.modal-success strong { display: block; margin-bottom: 10px; color: var(--green); font-size: 1.3rem; }
.modal-success p { margin: 0; }
.application-form { padding: 0; }
.botcheck { display: none !important; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-field { min-width: 0; }
.form-field > label, .form-field legend { display: block; color: var(--ink); font-weight: 700; font-size: .9rem; margin-bottom: 8px; }
.form-field input:not([type="radio"]), .form-field select, .form-field textarea { display: block; width: 100%; min-height: 52px; border: 1px solid #bdcdbb; border-radius: 12px; padding: 12px 14px; color: var(--ink); background: #fff; font: inherit; font-size: 1rem; }
.form-field textarea { resize: vertical; }
.form-field input:focus-visible, .form-field select:focus-visible, .form-field textarea:focus-visible, .consent-field input:focus-visible, .radio-row input:focus-visible { outline: 3px solid #dd9818; outline-offset: 2px; border-color: var(--green); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #738679; }
.form-field .optional { color: var(--muted); font-weight: 400; font-size: .78rem; }
.form-wide { grid-column: 1 / -1; }
.student-type { border: 0; margin: 0; padding: 0; min-width: 0; }
.radio-row { display: flex; gap: 9px; }
.radio-row label { flex: 1; display: flex; align-items: center; gap: 7px; min-height: 52px; padding: 8px 11px; border: 1px solid #bdcdbb; border-radius: 12px; font-size: .9rem; cursor: pointer; }
.radio-row input, .consent-field input { accent-color: var(--green); width: 18px; height: 18px; flex: none; }
.consent-field { display: flex; align-items: flex-start; gap: 12px; margin-top: 24px; font-size: .85rem; cursor: pointer; }
.consent-field input { margin: 2px 0 0; }
.family-application-modal .consent-field + .consent-field { margin-top: 16px; }
.form-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 26px; }
.form-actions button:disabled { cursor: wait; opacity: .7; transform: none; }
.form-status { flex: 1 1 245px; margin: 0; font-size: .9rem; }
.form-status.is-error { color: #a33523; font-weight: 700; }
.mobile-action-bar { display: none; }

@media (max-width: 1100px) {
  .guitar-page .desktop-navigation { display: none; }
  .guitar-page .mobile-menu { display: block; margin-left: auto; }
  .guitar-page .mobile-menu > summary { display: flex; gap: 12px; align-items: center; cursor: pointer; list-style: none; min-height: 44px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 8px; font-size: .875rem; }
  .guitar-page .mobile-menu > summary::-webkit-details-marker { display: none; }
  .guitar-page .mobile-menu:not([open]) > nav { display: none; }
  .guitar-page .mobile-menu > nav { position: absolute; top: 100%; left: 0; width: 100%; display: grid; gap: 0; padding: 12px 20px; max-height: calc(100dvh - 100px); overflow-y: auto; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 14px 22px #103d2c16; }
  .guitar-page .mobile-menu > nav a { display: block; padding: 12px; min-height: 44px; }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-grid, .special-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-card, .review-card:nth-child(4), .review-card:nth-child(5) { grid-column: auto; }
  .application-cta { flex-wrap: wrap; }
}
@media (max-width: 720px) {
  .guitar-page { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
  .mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 40; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: 10px; padding: 10px max(16px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); border-top: 1px solid var(--line); background: #fff; box-shadow: 0 -8px 22px #103d2c16; }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 9px 12px; border-radius: 100px; font-size: .9rem; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; touch-action: manipulation; }
  .mobile-action-prices { background: var(--lime); color: var(--green); }
  .mobile-action-trial { background: var(--green); color: #fff; }
  .guitar-page.application-modal-open .mobile-action-bar { display: none; }
  .guitar-page .hero { padding-block: 54px 82px; }
  .guitar-page .hero-art { transform: none; }
  .program-layout, .ready-layout { grid-template-columns: 1fr; gap: 32px; }
  .guitar-program, .guitar-prices { padding-block: 64px; }
  .new-student-promo-steps { grid-template-columns: 1fr; gap: 8px; }
  .new-student-promo-plus { line-height: 1; text-align: center; }
  .trial-banner { align-items: stretch; flex-direction: column; gap: 20px; padding: 24px; }
  .trial-banner-stages { align-items: stretch; flex-direction: column; gap: 8px; }
  .trial-banner-plus { line-height: 1; text-align: center; }
  .step-grid { grid-template-columns: 1fr; gap: 18px; }
  .step-grid li { display: grid; grid-template-columns: 56px 1fr; column-gap: 14px; }
  .step-grid span { grid-row: span 2; font-size: 2rem; }
  .step-grid h3 { margin: 0 0 8px; }
  .step-grid p { margin: 0; }
  .package-grid, .special-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .special-panel { padding: 25px 20px; }
  .special-application-button { width: 100%; }
  .review-grid { display: flex; gap: 14px; overflow-x: auto; margin-inline: -20px; padding: 0 20px 16px; scroll-snap-type: x mandatory; scroll-padding-inline: 20px; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; }
  .review-card { flex: 0 0 min(420px, calc(100vw - 88px)); padding: 22px; scroll-snap-align: start; }
  .guitar-faq { columns: 1; }
}
@media (max-width: 480px) {
  .audience-grid, .skill-grid, .package-grid, .special-grid, .ready-layout ul { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; }
  .package-card h3, .special-grid strong { font-size: 2.2rem; }
  .special-grid article { padding: 20px; }
  .teacher-video-card { padding: 14px; }
  .teacher-video-caption { padding: 17px 4px 4px; }
  .guitar-page .hero-actions .button { width: 100%; }
  .application-cta { padding: 28px 22px; }
  .application-cta .button { width: 100%; }
  .application-modal { width: calc(100% - 16px); max-height: calc(100vh - 16px); max-height: calc(100dvh - 16px); border-radius: 18px; }
  .modal-header { padding: 20px 18px 16px; }
  .modal-content { padding: 20px 18px 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-actions .button { width: 100%; }
}
