:root {
  --navy-950: #102538;
  --navy-900: #17354d;
  --navy-800: #214660;
  --gold: #c8a564;
  --gold-light: #e7d2a3;
  --ivory: #f5f0e5;
  --paper: #fffefa;
  --ink: #142231;
  --muted: #63707b;
  --line: rgba(16, 43, 65, 0.13);
  --radius: 24px;
  --shadow: 0 22px 60px rgba(6, 22, 35, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 12px 18px; background: var(--gold); color: var(--navy-950); border-radius: 0 0 10px 10px; font-weight: 800; }
.skip-link:focus { top: 0; }

.site-header {
  position: relative;
  z-index: 100;
  background: rgba(255, 254, 250, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--ink); }
.header-brand { flex: 0 1 auto; gap: 20px; min-width: 0; }
.brand-logo { width: 102px; height: 102px; object-fit: contain; object-position: left center; }
.header-brand-name { display: block; color: #101820; font-family: Georgia, "Times New Roman", serif; font-size: 2.05rem; line-height: 1.05; letter-spacing: .075em; white-space: nowrap; }
.header-brand-name strong { font-size: inherit; font-weight: 600; }
.footer-brand .brand-logo { width: 112px; height: 112px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(231,210,163,.55); border-radius: 50%; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.4rem; font-weight: 700; letter-spacing: -2px; }
.brand-copy { line-height: 1.1; }
.brand-copy strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; letter-spacing: .04em; }
.brand-copy small { color: rgba(255,255,255,.63); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: clamp(13px, 1.45vw, 28px); }
.nav-links a { position: relative; color: var(--navy-800); text-decoration: none; font-size: .92rem; font-weight: 700; }
.nav-links a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .25s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--navy-950); }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; background: var(--gold); color: var(--navy-950) !important; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: #d9bc80; box-shadow: 0 10px 28px rgba(200,165,100,.24); }
.button-outline { background: rgba(255,255,255,.75); color: var(--navy-950) !important; border-color: rgba(16,37,56,.26); }
.button-outline:hover { background: white; color: var(--navy-950) !important; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--navy-950); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s; }

.hero { position: relative; min-height: 690px; background: var(--ivory); color: var(--ink); overflow: hidden; }
.slides { position: absolute; inset: 0; }
.slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.035); transition: opacity .8s ease, visibility .8s ease, transform 6s ease; background-size: cover; background-position: center; }
.slide.active { opacity: 1; visibility: visible; transform: scale(1); }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,254,250,.97) 0%, rgba(255,254,250,.86) 38%, rgba(255,254,250,.35) 66%, rgba(255,254,250,.1) 100%); }
.hero-content { position: relative; z-index: 2; min-height: 690px; display: flex; align-items: flex-start; padding-block: 46px 110px; }
.hero-copy { width: min(660px, 64%); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #8f692c; text-transform: uppercase; letter-spacing: .18em; font-size: .77rem; font-weight: 800; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6.2vw, 6.2rem); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.hero h1 em { color: #9c7636; font-weight: 400; }
.hero-text { max-width: 600px; margin: 26px 0 32px; color: #51616e; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.slider-ui { position: absolute; z-index: 5; bottom: 35px; left: 50%; width: min(1180px, calc(100% - 40px)); transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; }
.slide-dots { display: flex; gap: 9px; }
.slide-dot { width: 38px; height: 4px; padding: 0; border: 0; border-radius: 5px; background: rgba(255,255,255,.3); cursor: pointer; }
.slide-dot.active { background: var(--gold); }
.slide-arrows { display: flex; gap: 9px; }
.slide-arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: rgba(7,19,31,.35); color: white; font-size: 1.25rem; cursor: pointer; backdrop-filter: blur(8px); }
.slide-arrow:hover { background: var(--gold); color: var(--navy-950); border-color: var(--gold); }

.section { padding: 104px 0; }
.section-tint { background: var(--ivory); }
.section-dark { background: #edf2f3; color: var(--ink); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.section-head .intro { max-width: 610px; }
.kicker { margin: 0 0 12px; color: #9c7837; text-transform: uppercase; letter-spacing: .17em; font-size: .77rem; font-weight: 850; }
.section-dark .kicker { color: #8f692c; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4.3vw, 4rem); line-height: 1.05; letter-spacing: -.035em; font-weight: 500; }
.section-lead { margin: 18px 0 0; color: var(--muted); font-size: 1.06rem; }
.section-dark .section-lead { color: var(--muted); }

.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.about-copy p { color: var(--muted); }
.values-grid { display: grid; gap: 14px; margin-top: 26px; }
.value-card { padding: 23px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.value-card h3 { margin: 0 0 8px; color: var(--navy-800); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 500; }
.value-card p { margin: 0; font-size: .96rem; }
.signature { margin-top: 28px; padding-left: 20px; border-left: 3px solid var(--gold); font-family: Georgia, serif; color: var(--navy-800) !important; font-size: 1.28rem; font-style: italic; }
.achievement-card { position: relative; isolation: isolate; overflow: hidden; color: white; border: 1px solid rgba(200,165,100,.72); border-radius: 30px; padding: 36px; background: linear-gradient(145deg, rgba(16,37,56,.96), rgba(23,53,77,.88)), url('assets/hero-keman.webp') center / cover no-repeat; box-shadow: 0 28px 70px rgba(16,37,56,.24); }
.achievement-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 92% 5%, rgba(231,210,163,.3), transparent 32%); }
.achievement-card-heading { display: flex; align-items: center; gap: 16px; }
.achievement-card-heading > span { display: grid; place-items: center; flex: 0 0 60px; width: 60px; height: 60px; border-radius: 18px; background: linear-gradient(145deg, #ead5a7, #b78735); box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 1.8rem; }
.achievement-card-heading small { color: var(--gold-light); font-size: .72rem; font-weight: 850; letter-spacing: .18em; }
.achievement-card h3 { margin: 2px 0 0; font-family: Georgia, serif; font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1.05; font-weight: 800; letter-spacing: -.025em; }
.achievement-spotlight { display: flex; align-items: center; gap: 16px; margin: 28px 0 20px; padding: 18px 20px; border: 1px solid rgba(231,210,163,.35); border-radius: 18px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.achievement-spotlight strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 3.4rem; line-height: .9; }
.achievement-spotlight span { max-width: 130px; color: rgba(255,255,255,.88); font-size: .88rem; font-weight: 750; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
.years { display: grid; gap: 12px; }
.year-row { position: relative; display: grid; grid-template-columns: 76px 1fr; gap: 16px; align-items: start; padding: 18px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.07); }
.year-row::before { position: absolute; right: 14px; top: 11px; color: rgba(231,210,163,.35); font-size: 1.2rem; }
.year-row:nth-child(1)::before { content: "🎓"; }
.year-row:nth-child(2)::before { content: "🎨"; }
.year-row:nth-child(3)::before { content: "🎼"; }
.year-row:nth-child(4)::before { content: "⭐"; }
.year-row strong { color: var(--gold-light); font-size: 1.12rem; }
.year-row ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 18px; margin: 0; padding: 0 22px 0 0; list-style: none; }
.year-row li { position: relative; padding-left: 13px; color: rgba(255,255,255,.84); font-size: .86rem; line-height: 1.45; }
.year-row li::before { content: ""; position: absolute; left: 0; top: .62em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); }

.courses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.course-card { position: relative; min-height: 285px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.course-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(200,165,100,.6); }
.course-number { color: #9c7837; font-family: Georgia, serif; font-size: .9rem; }
.course-icon { position: absolute; right: 22px; top: 16px; color: rgba(16,43,65,.08); font-family: Georgia, serif; font-size: 5.2rem; line-height: 1; }
.course-photo { position: absolute; right: 18px; top: 17px; width: 90px; height: 120px; border: 1px solid rgba(16,43,65,.12); border-radius: 15px; background-image: url('assets/dersler-sprite.webp'); background-repeat: no-repeat; background-size: 400% 200%; box-shadow: 0 9px 22px rgba(16,43,65,.12); }
.course-photo-1 { background-position: 0 0; }
.course-photo-2 { background-position: 33.333% 0; }
.course-photo-3 { background-position: 66.667% 0; }
.course-photo-4 { background-position: 100% 0; }
.course-photo-5 { background-position: 0 100%; }
.course-photo-6 { background-position: 33.333% 100%; }
.course-photo-7 { background-position: 66.667% 100%; }
.course-photo-8 { background-position: 100% 100%; }
.course-card h3 { position: relative; margin: 98px 0 8px; font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.1; font-weight: 500; }
.course-card p { position: relative; margin: 0; color: var(--muted); font-size: .93rem; }
.course-wide { grid-column: span 2; background: #eaf0f2; color: var(--ink); border-color: #d7e1e5; }
.course-wide p { color: var(--muted); }
.course-wide .course-number { color: #8f692c; }
.course-wide .course-icon { color: rgba(33,70,96,.07); }

.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.why-item { background: var(--paper); padding: 32px 25px; }
.why-item strong { display: block; margin-bottom: 8px; color: var(--navy-800); font-family: Georgia, serif; font-size: 1.3rem; font-weight: 500; }
.why-item span { color: var(--muted); font-size: .92rem; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; }
.contact-section { background: #f8faf9; border-top: 1px solid var(--line); }
.contact-cards { display: grid; gap: 12px; margin-top: 28px; }
.contact-card { display: flex; gap: 16px; align-items: flex-start; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: white; text-decoration: none; }
.contact-card:hover { border-color: var(--gold); }
.contact-card .icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ivory); color: #8d692f; font-size: 1.1rem; }
.social-icon { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.social-dot { fill: currentColor; stroke: none; }
.instagram-card .icon { color: #c13584; background: #fff0f7; }
.youtube-card .icon { background: #fff0f0; }
.youtube-icon { stroke: none; }
.youtube-icon rect { fill: #ff0000; }
.youtube-icon path { fill: #fff; }
.gmail-card .icon { background: #f4f7fb; }
.gmail-icon { fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.gmail-left { stroke: #4285f4; }
.gmail-right { stroke: #34a853; }
.gmail-top { stroke: #ea4335; }
.gmail-bottom { stroke: #fbbc04; }
.contact-card small { display: block; color: var(--muted); }
.contact-card strong { display: block; line-height: 1.4; }
.contact-panel { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: #eef2f2; color: var(--ink); box-shadow: var(--shadow); }
.contact-panel h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.contact-panel p { color: var(--muted); }
.contact-panel .button { margin-top: 15px; }
.hours { margin: 27px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); }
.hours-row { display: flex; justify-content: space-between; gap: 15px; padding: 8px 0; color: var(--muted); }
.hours-row strong { color: var(--ink); }

.site-footer { background: #edf2f3; color: var(--muted); padding: 64px 0 25px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr; gap: 58px; padding-bottom: 45px; }
.footer-grid-full { grid-template-columns: 1.35fr 1fr 1fr .82fr; gap: 34px; }
.footer-about { padding-right: 12px; }
.footer-identity { display: flex; align-items: center; gap: 18px; margin-bottom: 17px; }
.footer-identity > div { display: grid; gap: 4px; }
.footer-identity strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.1; }
.footer-identity span { color: #8f692c; font-size: .78rem; font-weight: 750; letter-spacing: .04em; }
.footer-brand { margin-bottom: 18px; }
.footer-identity .footer-brand { flex: 0 0 auto; margin-bottom: 0; }
.footer-copy { max-width: 420px; font-size: .92rem; }
.footer-title { margin: 0 0 16px; color: var(--ink); font-size: .84rem; text-transform: uppercase; letter-spacing: .15em; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { width: fit-content; text-decoration: none; font-size: .92rem; }
.footer-links span { color: var(--muted); font-size: .9rem; line-height: 1.55; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 23px; border-top: 1px solid var(--line); font-size: .82rem; }
.site-footer-minimal { padding-top: 38px; }
.footer-minimal-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-bottom: 30px; }
.footer-heading { gap: 16px; min-width: 0; }
.footer-heading .brand-logo { flex: 0 0 78px; width: 78px; height: 78px; }
.footer-heading .header-brand-name { font-size: 1.4rem; letter-spacing: .07em; }
.footer-legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 26px; }
.footer-legal-links a { color: var(--navy-800); text-decoration: none; font-size: .9rem; font-weight: 750; }
.footer-legal-links a:hover { color: #8f692c; }

.cookie-banner { position: fixed; z-index: 300; left: 22px; right: 22px; bottom: 20px; display: none; align-items: center; justify-content: space-between; gap: 25px; width: min(930px, calc(100% - 44px)); margin-inline: auto; padding: 18px 20px; background: rgba(255,254,250,.98); color: var(--ink); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 65px rgba(0,0,0,.18); }
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .87rem; }
.cookie-banner a { color: #815f27; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-actions button { min-height: 39px; padding: 0 17px; border-radius: 999px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; }
.cookie-actions .accept { background: var(--gold); border-color: var(--gold); color: var(--navy-950); font-weight: 800; }

.legal-hero { padding: 78px 0 60px; background: #edf2f3; color: var(--ink); border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 500; line-height: 1.02; }
.legal-hero p { max-width: 720px; margin: 18px 0 0; color: var(--muted); }

.reviews-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 36px; align-items: stretch; }
.rating-card { padding: 35px; border-radius: var(--radius); background: #eef2f2; border: 1px solid var(--line); }
.rating-number { display: block; font-family: Georgia, serif; font-size: 4.8rem; line-height: 1; color: var(--navy-800); }
.stars { color: #d09a2f; letter-spacing: .14em; font-size: 1.25rem; margin: 13px 0 8px; }
.rating-card p { color: var(--muted); }
.review-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.review-card { padding: 26px; border-radius: 18px; border: 1px solid var(--line); background: white; }
.review-card p { margin: 14px 0 22px; color: #4f5f6a; font-family: Georgia, serif; font-size: 1.05rem; }
.review-card strong { display: block; font-size: .9rem; }
.review-card small { color: var(--muted); }
.map-section { padding: 0; background: var(--paper); }
.map-frame { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.map-frame iframe { display: block; width: 100%; height: 470px; border: 0; }
.map-caption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 28px; background: white; }
.map-caption strong { display: block; }
.map-caption span { color: var(--muted); font-size: .9rem; }
.legal-content { padding: 75px 0 100px; }
.legal-wrap { width: min(850px, 100%); }
.legal-wrap h2 { margin: 42px 0 14px; font-size: 1.75rem; letter-spacing: -.02em; }
.legal-wrap h2:first-child { margin-top: 0; }
.legal-wrap h3 { margin-top: 28px; color: var(--navy-800); }
.legal-wrap p, .legal-wrap li { color: #53616d; }
.legal-wrap a { color: #815f27; }
.legal-note { padding: 20px; border-left: 3px solid var(--gold); background: var(--ivory); }

.founder-hero { background: linear-gradient(135deg, #edf2f3 0%, #fffefa 70%); }
.founder-intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: center; }
.founder-portrait { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--ivory); box-shadow: var(--shadow); }
.founder-portrait::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.45); border-radius: inherit; pointer-events: none; }
.founder-portrait img { width: 100%; height: auto; object-fit: contain; }
.founder-summary h2 { margin-bottom: 16px; }
.founder-summary > p:not(.kicker):not(.founder-roles) { color: var(--muted); }
.founder-roles { margin: 0 0 27px; color: #8f692c; font-weight: 800; letter-spacing: .035em; }
.founder-roles span { margin-inline: 5px; color: var(--gold); }
.founder-story { margin-top: 78px; }
.founder-copy { width: min(900px, 100%); margin-inline: auto; }
.founder-copy h2 { margin: 56px 0 18px; font-size: clamp(2rem, 3.4vw, 3rem); }
.founder-copy h2:first-child { margin-top: 0; }
.founder-copy p { color: #53616d; font-size: 1.04rem; }
.founder-copy strong { color: var(--ink); }
.founder-results { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 34px 0 20px; }
.founder-results div { padding: 24px 15px; text-align: center; border: 1px solid var(--line); border-radius: 18px; background: #edf2f3; }
.founder-results strong { display: block; color: var(--navy-800); font-family: Georgia, "Times New Roman", serif; font-size: 2.3rem; line-height: 1; }
.founder-results span { display: block; margin-top: 8px; color: var(--muted); font-size: .83rem; font-weight: 750; }
.founder-copy .founder-results + p { display: block; }
.founder-copy .founder-results + p strong { color: #8f692c; }
.achievement-showcase { position: relative; isolation: isolate; overflow: hidden; margin: 46px 0 38px; padding: 34px; border: 1px solid rgba(200,165,100,.44); border-radius: 26px; background: linear-gradient(105deg, rgba(255,254,250,.97) 0%, rgba(245,240,229,.94) 58%, rgba(237,242,243,.88) 100%), url('assets/hero-piyano.webp') right center / cover no-repeat; box-shadow: 0 22px 55px rgba(16,37,56,.1); }
.achievement-showcase::after { content: ""; position: absolute; z-index: -1; right: -55px; top: -75px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(200,165,100,.26), transparent 68%); }
.achievement-heading { display: flex; align-items: center; gap: 16px; }
.achievement-trophy { display: grid; place-items: center; flex: 0 0 58px; width: 58px; height: 58px; border-radius: 18px; background: linear-gradient(145deg, #e8cf96, #b98939); box-shadow: 0 12px 28px rgba(143,105,44,.22); font-size: 1.75rem; }
.achievement-heading p { margin: 0; color: #8f692c; font-size: .78rem; font-weight: 850; letter-spacing: .16em; }
.founder-copy .achievement-heading h2 { margin: 2px 0 0; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.achievement-showcase .founder-results { margin: 28px 0 20px; }
.achievement-showcase .founder-results div { position: relative; overflow: hidden; padding: 22px 12px; background: rgba(255,255,255,.86); border-color: rgba(16,43,65,.12); box-shadow: 0 10px 28px rgba(16,37,56,.07); transition: transform .2s ease, border-color .2s ease; }
.achievement-showcase .founder-results div:hover { transform: translateY(-4px); border-color: var(--gold); }
.result-icon { display: block; min-height: 31px; margin-bottom: 9px; font-size: 1.55rem; line-height: 1; }
.achievement-showcase .founder-total { margin: 0; padding: 16px 20px; border-radius: 14px; background: var(--navy-950); color: rgba(255,255,255,.88); text-align: center; }
.achievement-showcase .founder-total strong { color: var(--gold-light); font-size: 1.08em; }
.achievement-year-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 30px; }
.achievement-year-grid article { padding: 22px; border: 1px solid rgba(16,43,65,.12); border-radius: 19px; background: rgba(255,255,255,.86); box-shadow: 0 10px 28px rgba(16,37,56,.07); }
.achievement-year-grid h3 { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--navy-800); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.achievement-year-grid h3 > span { font-family: system-ui, sans-serif; font-size: 1.2rem; }
.achievement-year-grid h3 small { margin-left: auto; color: #8f692c; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.achievement-year-grid ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.achievement-year-grid li { position: relative; padding-left: 15px; color: var(--muted); font-size: .87rem; line-height: 1.45; }
.achievement-year-grid li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.achievement-year-grid li strong { color: var(--navy-800); }
.achievement-showcase .founder-results { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.store-hero { padding: 72px 0 58px; background: linear-gradient(135deg, #edf2f3 0%, #fffefa 66%); border-bottom: 1px solid var(--line); }
.store-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .95; font-weight: 500; letter-spacing: -.045em; }
.store-hero > .container > p:last-child { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; }
.store-section { padding: 54px 0 100px; }
.store-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 54px; padding: 9px; border: 1px solid var(--line); border-radius: 22px; background: #edf2f3; }
.store-tab { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 62px; padding: 10px 15px; border: 1px solid transparent; border-radius: 15px; background: transparent; color: var(--navy-800); font-weight: 800; cursor: pointer; transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.store-tab span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: rgba(33,70,96,.09); font-size: .72rem; }
.store-tab:hover { transform: translateY(-2px); }
.store-tab.active { border-color: rgba(200,165,100,.38); background: var(--paper); color: var(--navy-950); box-shadow: 0 10px 28px rgba(16,37,56,.09); }
.store-tab.active span { background: var(--gold); color: var(--navy-950); }
.store-panel[hidden] { display: none; }
.store-panel-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.store-panel-head .kicker { margin-bottom: 0; }
.store-panel-head h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; line-height: 1.05; }
.store-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.store-grid-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 780px; }
.store-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 20px; background: white; color: var(--ink); text-decoration: none; box-shadow: 0 12px 32px rgba(16,37,56,.07); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.store-card:hover { transform: translateY(-6px); border-color: rgba(200,165,100,.72); box-shadow: 0 22px 46px rgba(16,37,56,.13); }
.store-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #f1efeb; border-bottom: 1px solid var(--line); }
.store-card-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.store-card-body strong { min-height: 3.1em; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; line-height: 1.28; font-weight: 600; }
.store-card-body small { margin-top: 18px; color: #8f692c; font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.store-card-body b { margin-top: 3px; color: var(--muted); font-size: .88rem; line-height: 1.45; font-weight: 650; }
.store-card-body em { margin-top: 19px; color: var(--navy-800); font-size: .82rem; font-style: normal; font-weight: 850; }
.nav-links a[aria-current="page"] { color: #8f692c; }

.product-detail-hero { padding: 56px 0 62px; background: linear-gradient(135deg, #edf2f3 0%, #fffefa 72%); border-bottom: 1px solid var(--line); }
.back-link { display: inline-flex; margin-bottom: 28px; color: var(--navy-800); text-decoration: none; font-size: .9rem; font-weight: 800; }
.back-link:hover { color: #8f692c; }
.product-detail-hero h1 { margin: 0; max-width: 900px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.045em; font-weight: 600; }
.product-detail-hero > .container > p:last-child { max-width: 780px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; }
.product-detail-section { padding: 72px 0 95px; }
.product-gallery { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 16px; }
.product-gallery figure { position: relative; overflow: hidden; margin: 0; min-height: 300px; border: 1px solid var(--line); border-radius: 22px; background: #f1efeb; box-shadow: 0 14px 36px rgba(16,37,56,.08); }
.product-gallery figure:first-child { grid-row: span 2; min-height: 620px; }
.product-gallery img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 13px; border-radius: 999px; background: rgba(16,37,56,.84); color: white; font-size: .75rem; font-weight: 750; backdrop-filter: blur(8px); }
.product-info-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; margin-top: 46px; }
.product-features, .product-contact-box { padding: 34px; border: 1px solid var(--line); border-radius: 24px; }
.product-features { background: white; }
.product-features h2, .product-contact-box h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3rem); }
.product-features ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 27px 0 0; padding: 0; list-style: none; }
.product-features li { display: flex; gap: 12px; align-items: flex-start; padding: 17px; border-radius: 15px; background: #f3f6f6; color: #52606b; }
.product-features li span { display: grid; place-items: center; flex: 0 0 27px; width: 27px; height: 27px; border-radius: 50%; background: var(--gold); color: var(--navy-950); font-weight: 900; }
.product-contact-box { background: var(--navy-950); color: white; }
.product-contact-box h2 { margin-top: 8px; color: white; }
.product-contact-box p { color: rgba(255,255,255,.68); }
.product-contact-note { color: var(--gold-light); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.product-contact-box .button { margin-top: 16px; }
.brand-marquee-section { overflow: hidden; padding: 72px 0 88px; background: #edf2f3; border-top: 1px solid var(--line); }
.brand-marquee-section h2 { max-width: 760px; }
.brand-marquee { overflow: hidden; margin-top: 36px; padding-block: 2px; }
.brand-track { display: flex; width: max-content; transform: translateX(-50%); animation: brands-right 65s linear infinite; }
.brand-set { display: flex; flex: none; }
.brand-slide { width: 230px; height: 104px; display: grid; place-items: center; margin-right: 12px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.brand-slide img { width: 100%; height: 100%; object-fit: contain; }
.brand-marquee:hover .brand-track { animation-play-state: paused; }
@keyframes brands-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* Müzik araçları */
.music-tool-page { background: #f3f6f6; }
.tool-hero { padding: 64px 0 58px; background: linear-gradient(135deg, #fffefa 10%, #e8eff1 100%); border-bottom: 1px solid var(--line); }
.tool-heading { text-align: center; }
.tool-heading .eyebrow { justify-content: center; }
.tool-heading h1 { margin: 0; color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 5.4rem); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.tool-heading > p:last-child { max-width: 660px; margin: 20px auto 0; color: var(--muted); font-size: 1.08rem; }
.tool-section { padding: 64px 0 100px; }
.metronome-shell, .tuner-shell { border: 1px solid rgba(200,165,100,.34); border-radius: 32px; background: var(--navy-950); color: white; box-shadow: 0 30px 80px rgba(16,37,56,.2); }
.metronome-shell { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; max-width: 980px; margin: 0 auto; }
.metronome-visual { min-height: 565px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px; background: radial-gradient(circle at 50% 42%, rgba(200,165,100,.21), transparent 43%), linear-gradient(145deg, #193a53, #0c1e2d); }
.tempo-orbit { width: 280px; height: 280px; display: grid; place-items: center; border: 1px solid rgba(231,210,163,.3); border-radius: 50%; box-shadow: inset 0 0 0 28px rgba(255,255,255,.018), 0 0 70px rgba(200,165,100,.12); }
.tempo-pulse { width: 150px; height: 150px; display: grid; place-items: center; border: 1px solid rgba(231,210,163,.5); border-radius: 50%; background: linear-gradient(145deg, var(--gold-light), var(--gold)); color: var(--navy-950); font-size: 4.5rem; box-shadow: 0 20px 55px rgba(0,0,0,.28); }
.tempo-pulse.beat { animation: tempo-pulse .23s ease-out; }
@keyframes tempo-pulse { 0% { transform: scale(.88); box-shadow: 0 0 0 0 rgba(231,210,163,.7); } 100% { transform: scale(1); box-shadow: 0 0 0 30px rgba(231,210,163,0); } }
.beat-lights { min-height: 18px; display: flex; gap: 12px; margin-top: 42px; }
.beat-lights span { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.2); transition: transform .08s, background .08s; }
.beat-lights span.active { transform: scale(1.42); background: var(--gold-light); box-shadow: 0 0 18px rgba(231,210,163,.8); }
.metronome-controls { display: flex; flex-direction: column; justify-content: center; padding: 50px 56px; }
.tempo-readout { display: flex; align-items: baseline; justify-content: center; gap: 12px; margin-bottom: 24px; }
.tempo-readout strong { font-family: Georgia, serif; font-size: clamp(5.2rem, 10vw, 8rem); font-weight: 500; line-height: .85; }
.tempo-readout span { color: var(--gold-light); font-weight: 850; letter-spacing: .18em; }
.range-label { display: flex; justify-content: space-between; margin-bottom: 7px; color: rgba(255,255,255,.6); font-size: .78rem; font-weight: 700; }
.tempo-range { width: 100%; height: 7px; appearance: none; border-radius: 999px; outline: none; background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%); }
.tempo-range::-webkit-slider-thumb { width: 28px; height: 28px; appearance: none; border: 4px solid white; border-radius: 50%; background: var(--gold); box-shadow: 0 4px 18px rgba(0,0,0,.35); cursor: grab; }
.tempo-range::-moz-range-thumb { width: 20px; height: 20px; border: 4px solid white; border-radius: 50%; background: var(--gold); cursor: grab; }
.tempo-stepper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 22px 0 29px; }
.tempo-stepper button, .meter-options button { min-height: 45px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); color: white; font-weight: 800; cursor: pointer; }
.tempo-stepper button:hover, .meter-options button:hover, .meter-options button.active { border-color: var(--gold); background: var(--gold); color: var(--navy-950); }
.meter-fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.meter-fieldset legend { margin-bottom: 10px; color: var(--gold-light); font-size: .78rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.meter-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.tool-primary-button { width: 100%; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 999px; background: var(--gold); color: var(--navy-950); font-weight: 900; cursor: pointer; transition: transform .18s, background .18s; }
.tool-primary-button:hover { transform: translateY(-2px); background: var(--gold-light); }
.tool-primary-button.running { background: #f0e2c4; }
.tool-status { min-height: 1.6em; margin: 15px 0 0; color: rgba(255,255,255,.63); text-align: center; font-size: .88rem; }
.tool-tip { max-width: 980px; display: grid; grid-template-columns: 180px 1fr; gap: 24px; margin: 24px auto 0; padding: 22px 25px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 32px rgba(16,37,56,.06); }
.tool-tip strong { color: #8f692c; }
.tool-tip p { margin: 0; color: var(--muted); }

.tuner-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: 28px; align-items: start; }
.tuner-shell { min-height: 630px; padding: 36px 50px 42px; background: radial-gradient(circle at 50% 38%, #244c68 0%, var(--navy-950) 57%); }
.tuner-topline { display: flex; align-items: center; justify-content: center; gap: 9px; color: rgba(255,255,255,.7); font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; }
.tuner-topline > span { width: 9px; height: 9px; border-radius: 50%; background: #8997a2; }
.tuner-topline > span.listening { background: #79d898; box-shadow: 0 0 0 6px rgba(121,216,152,.12); }
.tuner-gauge { margin-top: 26px; }
.gauge-scale { display: flex; justify-content: space-between; max-width: 530px; margin: 0 auto 7px; color: rgba(255,255,255,.48); font-size: .72rem; }
.gauge-arc { position: relative; overflow: hidden; max-width: 540px; height: 145px; margin: auto; border-top: 2px solid rgba(231,210,163,.48); border-radius: 50% 50% 0 0; background: radial-gradient(ellipse at 50% 100%, rgba(200,165,100,.18), transparent 62%); }
.gauge-center-mark { position: absolute; top: 0; left: 50%; width: 3px; height: 20px; background: #79d898; transform: translateX(-50%); }
.tuner-needle { position: absolute; left: 50%; bottom: 0; width: 3px; height: 132px; border-radius: 4px; background: linear-gradient(to top, var(--gold), var(--gold-light)); transform: translateX(-50%) rotate(0deg); transform-origin: 50% 100%; transition: transform .12s ease-out; box-shadow: 0 0 16px rgba(231,210,163,.38); }
.tuner-needle::after { content: ""; position: absolute; left: 50%; bottom: -9px; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); transform: translateX(-50%); }
.tuning-direction { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 12px; margin-top: 10px; color: rgba(255,255,255,.5); font-size: .82rem; }
.tuning-direction strong { color: var(--gold-light); text-align: center; font-size: 1rem; }
.tuning-direction span:last-child { text-align: right; }
.note-display { display: flex; justify-content: center; align-items: flex-start; margin-top: 14px; line-height: 1; }
.note-display strong { font-family: Georgia, serif; font-size: clamp(7rem, 17vw, 11rem); font-weight: 500; letter-spacing: -.07em; }
.note-display span { margin: 27px 0 0 10px; color: var(--gold-light); font-size: 2rem; font-weight: 700; }
.frequency-display { display: flex; justify-content: center; gap: 25px; margin: 4px 0 28px; color: rgba(255,255,255,.68); font-variant-numeric: tabular-nums; }
.tuner-shell.in-tune { border-color: rgba(121,216,152,.75); box-shadow: 0 30px 80px rgba(16,37,56,.2), 0 0 0 5px rgba(121,216,152,.08); }
.tuner-shell.in-tune .note-display strong, .tuner-shell.in-tune .tuning-direction strong { color: #8ee7ab; }
.tuning-presets { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 18px 45px rgba(16,37,56,.08); }
.tuning-presets h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; }
.tuning-presets > div > p:last-child { color: var(--muted); }
.preset-list { display: grid; gap: 9px; margin-top: 24px; }
.preset-list details { border: 1px solid var(--line); border-radius: 14px; background: #f7f9f9; }
.preset-list summary { padding: 15px 17px; color: var(--navy-950); font-weight: 850; cursor: pointer; }
.preset-list summary span { display: block; margin-top: 3px; color: #8f692c; font-size: .75rem; font-weight: 750; letter-spacing: .04em; }
.preset-list details p { margin: 0; padding: 0 17px 15px; color: var(--muted); font-size: .88rem; }
.warning-tip { max-width: none; margin-top: 28px; }

@media (max-width: 1280px) and (min-width: 1101px) {
  .header-brand { gap: 12px; }
  .brand-logo { width: 82px; height: 82px; }
  .header-brand-name { font-size: 1.5rem; }
  .nav-links a { font-size: .82rem; }
}

@media (max-width: 1350px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 20px 35px rgba(0,0,0,.13); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 5px; font-size: 1rem; }
  .nav-links .button { margin-top: 9px; }
}

@media (max-width: 920px) {
  .hero, .hero-content { min-height: 650px; }
  .hero-copy { width: 78%; }
  .about-grid, .contact-grid, .reviews-grid { grid-template-columns: 1fr; gap: 42px; }
  .review-cards { grid-template-columns: 1fr 1fr; }
  .courses-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid-full { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .founder-intro { grid-template-columns: 1fr; gap: 40px; }
  .founder-portrait { width: min(540px, 100%); }
  .founder-results { grid-template-columns: repeat(3, 1fr); }
  .achievement-showcase .founder-results { grid-template-columns: repeat(3, 1fr); }
  .store-tabs { grid-template-columns: repeat(2, 1fr); }
  .store-grid { grid-template-columns: repeat(2, 1fr); }
  .product-gallery { grid-template-columns: 1fr 1fr; }
  .product-gallery figure:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 520px; }
  .product-info-grid { grid-template-columns: 1fr; }
  .metronome-shell, .tuner-layout { grid-template-columns: 1fr; }
  .metronome-visual { min-height: 390px; }
  .tuner-shell { min-height: 600px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 106px; gap: 10px; }
  .header-brand { gap: 10px; }
  .brand-logo { flex: 0 0 82px; width: 82px; height: 82px; }
  .header-brand-name { display: flex; flex-direction: column; font-size: 1.18rem; letter-spacing: .055em; }
  .header-brand-name strong { font-size: 1.43rem; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: .93rem; }
  .brand-copy small { font-size: .61rem; }
  .hero, .hero-content { min-height: 670px; }
  .slide { background-position: 67% center; }
  .slide::after { background: linear-gradient(90deg, rgba(255,254,250,.96) 0%, rgba(255,254,250,.87) 62%, rgba(255,254,250,.42) 100%); }
  .hero-content { align-items: flex-start; padding-block: 36px 105px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .hero-text { font-size: .98rem; }
  .slider-ui { width: calc(100% - 28px); }
  .slide-arrow { width: 43px; height: 43px; }
  .section { padding: 76px 0; }
  .section-head { display: block; }
  .courses-grid { grid-template-columns: 1fr; }
  .course-wide { grid-column: auto; }
  .course-card { min-height: 265px; }
  .course-photo { width: 78px; height: 104px; }
  .course-card h3 { margin-top: 85px; }
  .why-grid { grid-template-columns: 1fr; }
  .review-cards { grid-template-columns: 1fr; }
  .map-caption { align-items: flex-start; flex-direction: column; }
  .map-frame iframe { height: 390px; }
  .contact-panel { padding: 28px; }
  .footer-minimal-inner { align-items: flex-start; flex-direction: column; gap: 22px; }
  .footer-heading .brand-logo { flex-basis: 82px; width: 82px; height: 82px; }
  .footer-heading .header-brand-name { font-size: 1.3rem; }
  .footer-legal-links { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-identity { align-items: center; }
  .founder-story { margin-top: 52px; }
  .founder-results { grid-template-columns: repeat(2, 1fr); }
  .achievement-year-grid { grid-template-columns: 1fr; }
  .achievement-showcase .founder-results { grid-template-columns: repeat(2, 1fr); }
  .achievement-showcase { padding: 24px 18px; }
  .achievement-showcase .founder-results > :last-child { grid-column: 1 / -1; }
  .year-row { grid-template-columns: 58px 1fr; }
  .year-row ul { grid-template-columns: 1fr; }
  .store-hero { padding: 52px 0 42px; }
  .store-section { padding: 32px 0 76px; }
  .store-tabs { grid-template-columns: 1fr; gap: 7px; margin-bottom: 42px; padding: 7px; }
  .store-tab { justify-content: flex-start; min-height: 54px; padding-inline: 16px; }
  .store-panel-head { display: block; }
  .store-panel-head .kicker { margin-bottom: 8px; }
  .store-grid, .store-grid-compact { grid-template-columns: 1fr; }
  .store-card-body strong { min-height: 0; }
  .product-detail-hero { padding: 42px 0 48px; }
  .product-detail-section { padding: 46px 0 70px; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-gallery figure, .product-gallery figure:first-child { grid-column: auto; min-height: 310px; }
  .product-features, .product-contact-box { padding: 25px 20px; }
  .product-features ul { grid-template-columns: 1fr; }
  .brand-marquee-section { padding: 58px 0 68px; }
  .brand-slide { width: 190px; height: 90px; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions button { flex: 1; }
  .tool-hero { padding: 46px 0 42px; }
  .tool-heading h1 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
  .tool-section { padding: 36px 0 72px; }
  .metronome-shell, .tuner-shell { border-radius: 24px; }
  .metronome-visual { min-height: 300px; padding: 30px 20px; }
  .tempo-orbit { width: 220px; height: 220px; }
  .tempo-pulse { width: 122px; height: 122px; font-size: 3.6rem; }
  .beat-lights { margin-top: 28px; }
  .metronome-controls { padding: 40px 22px; }
  .tempo-readout strong { font-size: 5rem; }
  .tempo-stepper, .meter-options { gap: 6px; }
  .tempo-stepper button, .meter-options button { min-height: 48px; }
  .tool-tip { grid-template-columns: 1fr; gap: 5px; }
  .tuner-layout { gap: 18px; }
  .tuner-shell { min-height: 565px; padding: 28px 18px 34px; }
  .gauge-arc { height: 120px; }
  .tuner-needle { height: 110px; }
  .note-display strong { font-size: 7rem; }
  .tuning-direction { grid-template-columns: 1fr 1.6fr 1fr; gap: 5px; font-size: .72rem; }
  .tuning-direction strong { font-size: .85rem; }
  .frequency-display { gap: 16px; }
  .tuning-presets { padding: 26px 19px; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
