@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;600;700&display=swap";:root{font-family:"Source Sans 3",Helvetica Neue,Helvetica,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;--accent-1: #d97706;--accent-2: #ea580c;--accent-strong: #b45309;--accent-soft: rgba(217, 119, 6, .18);--accent-soft-light: rgba(217, 119, 6, .12);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--accent-1);text-decoration:inherit}a:hover{color:var(--accent-strong)}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--accent-1)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:var(--accent-2)}button{background-color:#f9f9f9}}.home-container{min-height:100vh;display:flex;flex-direction:column}.hero-section{background:linear-gradient(135deg,#d97706,#ea580c,#dc2626);position:relative;overflow:hidden;padding:6rem 2rem;text-align:center}.hero-section:before{content:"";position:absolute;width:200%;height:200%;background:repeating-linear-gradient(45deg,transparent,transparent 30px,rgba(255,255,255,.05) 30px,rgba(255,255,255,.05) 60px);animation:slide 25s linear infinite}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%,50%)}}.hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto}.store-title{font-size:4rem;font-weight:700;margin:0 0 1rem;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.3);letter-spacing:-.02em}.store-tagline{font-size:1.5rem;color:#fffffff2;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.2)}.guitars-section{flex:1;padding:4rem 2rem;max-width:1400px;margin:0 auto;width:100%}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#d97706,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.125rem;color:#888;margin:0}.guitars-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.guitar-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden;transition:transform .3s,box-shadow .3s,border-color .3s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.guitar-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #d9770640;border-color:#d9770666}.guitar-image{background:linear-gradient(135deg,#d977061a,#ea580c1a);height:200px;display:flex;align-items:center;justify-content:center;font-size:6rem;border-bottom:1px solid rgba(255,255,255,.1)}.guitar-info{padding:1.5rem;display:flex;flex-direction:column;flex:1}.guitar-brand{color:#d97706;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.guitar-name{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;line-height:1.3}.guitar-description{color:#aaa;line-height:1.6;margin:0 0 1.5rem;flex:1}.guitar-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.guitar-price{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#d97706,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.view-details{color:#d97706;font-weight:600;font-size:.875rem;transition:transform .2s}.guitar-card:hover .view-details{transform:translate(4px)}.footer{background:#ffffff08;border-top:1px solid rgba(255,255,255,.08);padding:2rem;text-align:center;margin-top:4rem}.footer p{margin:0;color:#888}@media(prefers-color-scheme:light){.guitar-card{background:#00000005;border:1px solid rgba(0,0,0,.08)}.guitar-card:hover{box-shadow:0 12px 32px #d9770626}.guitar-image{background:linear-gradient(135deg,#d977060d,#ea580c0d);border-bottom-color:#00000014}.guitar-description{color:#666}.guitar-footer{border-top-color:#00000014}.section-subtitle{color:#666}.footer{background:#00000005;border-top:1px solid rgba(0,0,0,.08)}.footer p{color:#666}}@media(max-width:768px){.store-title{font-size:2.5rem}.store-tagline{font-size:1.125rem}.guitars-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{font-size:2rem}}.product-container{min-height:100vh;padding:2rem;max-width:1400px;margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#d97706;text-decoration:none;font-weight:600;margin-bottom:2rem;transition:transform .2s}.back-link:hover{transform:translate(-4px);color:#ea580c}.not-found{text-align:center;padding:4rem 2rem}.not-found h2{font-size:2rem;margin:0 0 1rem}.not-found p{color:#888;margin:0 0 2rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:2rem}.product-image-section{position:sticky;top:2rem;height:fit-content}.product-image-large{background:linear-gradient(135deg,#d977061a,#ea580c1a);border:1px solid rgba(255,255,255,.1);border-radius:1rem;height:500px;display:flex;align-items:center;justify-content:center;font-size:12rem}.product-details-section{display:flex;flex-direction:column;gap:2rem}.product-header{padding-bottom:2rem;border-bottom:2px solid rgba(255,255,255,.1)}.product-category{display:inline-block;background:#d9770626;color:#d97706;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.product-title{font-size:3rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;background:linear-gradient(135deg,#d97706,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-model{font-size:1.25rem;color:#888;margin-bottom:1.5rem}.product-price{font-size:2.5rem;font-weight:700;color:#d97706}.product-description h2,.product-features h2{font-size:1.5rem;font-weight:700;margin:0 0 1rem}.product-description p{color:#aaa;line-height:1.8;font-size:1.125rem;margin:0}.features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.features-list li{padding-left:1.5rem;position:relative;color:#aaa;line-height:1.6}.features-list li:before{content:"✓";position:absolute;left:0;color:#d97706;font-weight:700}.product-actions{display:flex;gap:1rem;padding-top:2rem}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#d97706,#ea580c);color:#fff;flex:1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #d977064d}.btn-secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:inherit;flex:1}.btn-secondary:hover{background:#ffffff14;border-color:#d97706}@media(prefers-color-scheme:light){.product-image-large{background:linear-gradient(135deg,#d977060d,#ea580c0d);border-color:#00000014}.product-header{border-bottom-color:#0000001a}.product-model,.product-description p,.features-list li{color:#666}.btn-secondary{background:#00000005;border:1px solid rgba(0,0,0,.08)}.btn-secondary:hover{background:#0000000d}}@media(max-width:1024px){.product-layout{grid-template-columns:1fr;gap:2rem}.product-image-section{position:relative;top:0}.product-image-large{height:400px;font-size:10rem}.product-title{font-size:2.5rem}}@media(max-width:768px){.product-container{padding:1rem}.product-image-large{height:300px;font-size:8rem}.product-title,.product-price{font-size:2rem}.product-actions{flex-direction:column}}#root{max-width:100%;margin:0 auto;padding:0}
