nav{background-color:var(--nav-background-color);padding:0;position:fixed;top:0;width:100%;z-index:1000}nav ul{list-style-type:none;margin:0;padding:0;display:flex;justify-content:space-between;align-items:center}nav li{font-size:large}.right-aligned{margin-left:auto}.li_inactive{font-size:x-small;visibility:hidden}nav a{display:flex;align-items:center;text-decoration:none;color:var(--nav-link-color-inactive);padding:1px 10px 0 0}nav a.active{background-color:var(--nav-link-background-active);color:var(--nav-link-color-active);font-size:larger;height:var(--hc-nav-height);padding-left:2px}nav a.active2{background-color:transparent;color:var(--nav-link-color-active)}.hc_logo_small{width:var(--hc-nav-height);height:var(--hc-nav-height)}.hc_logo_small a{background-color:#000;color:var(--nav-link-color-active)}.hc_nav_icon{color:var(--nav-link-color-inactive);size:100;padding-right:5px}.hc-nav-icon-spacing{padding-right:4px}@media screen and (max-width: 768px){.responsive-logo{max-height:30px;width:auto}.logo-link{display:flex;align-items:center}nav ul{display:flex;align-items:center;font-size:x-small}nav ul li{display:flex;align-items:center}}.footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;color:#fff;font-family:Arial,sans-serif;background-color:var(--footer-background-color);font-size:1rem;flex-shrink:0;bottom:0;position:fixed;width:100%;padding:10px 20px;z-index:1000}.footer-left{text-align:left;align-items:center;display:flex;gap:10px}.footer-right{text-align:right;display:flex;align-items:center;padding-right:20px}.email-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;color:#fff;border-radius:50%;text-decoration:none;font-size:16px;margin-left:10px;transition:transform .3s ease}.email-icon:hover{transform:scale(1.2)}.home-icon{display:flex;align-items:center;justify-content:center}.home-icon:hover{transform:scale(1.2)}.cart-icon{display:flex;align-items:center;justify-content:center}.cart-icon:hover{transform:scale(1.2)}.footer-right a{color:#fff;text-decoration:none;margin-left:10px;transition:opacity .3s ease}.footer-right a:hover{opacity:.8}.footer-left a{text-decoration:none}.hc_logo_small{width:40px;height:40px}.responsive-logo{max-height:40px;width:auto;display:block}.home{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home h1{font-size:2.5rem;margin-bottom:1rem;color:#1a1a1a}.home-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem}.home-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.splash-image{max-width:100%;max-height:60vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin-bottom:.75rem}.home-text{display:flex;flex-direction:column;align-items:center;text-align:center}.home-tagline{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.home-location{font-size:1rem;color:#666}.home-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.home-section h2{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.home-section p{line-height:1.6;color:#555}.home-list{margin-left:1.5rem;line-height:2;color:#555}.home-list li{margin-bottom:.5rem}@media (max-width: 768px){.home h1{font-size:2rem}.home-subtitle{font-size:1rem}.home-section{padding:1.5rem}}.about{animation:fadeIn .5s ease-in}.about h1{font-size:2.5rem;margin-bottom:2rem;color:#1a1a1a}.about-content{display:flex;flex-direction:column;gap:2rem}.about-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.about-section h2{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.about-section p{line-height:1.6;color:#555}.tech-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.tech-item{background:#f8f9fa;padding:1.5rem;border-radius:6px}.tech-item h3{font-size:1.2rem;margin-bottom:.75rem;color:#1a1a1a}.tech-item ul{list-style:none;padding-left:0}.tech-item li{padding:.5rem 0;color:#555;border-bottom:1px solid #e0e0e0}.tech-item li:last-child{border-bottom:none}.process-list{margin-left:1.5rem;line-height:2;color:#555}.process-list li{margin-bottom:.5rem}@media (max-width: 768px){.about h1{font-size:2rem}.about-section{padding:1.5rem}.tech-stack{grid-template-columns:1fr}}.contact{animation:fadeIn .5s ease-in}.contact h1{font-size:2.5rem;margin-bottom:2rem;color:#1a1a1a}.contact-content{display:flex;flex-direction:column;gap:2rem}.contact-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.contact-section h2{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.contact-section p{line-height:1.6;color:#555}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1rem}.contact-item{background:#f8f9fa;padding:1.5rem;border-radius:6px}.contact-item h3{font-size:1.1rem;margin-bottom:.5rem;color:#1a1a1a}.contact-item p{color:#4a9eff;font-weight:500}.contact-item a{color:#4a9eff;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#357abd;text-decoration:underline}.contact-form{margin-top:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1a1a1a}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4a9eff}.submit-button{background-color:#4a9eff;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#357abd}@media (max-width: 768px){.contact h1{font-size:2rem}.contact-section{padding:1.5rem}.contact-info{grid-template-columns:1fr}}.ornament{animation:fadeIn .5s ease-in}.ornament-header{text-align:center;margin-bottom:.75rem}.ornament-title{font-size:2.5rem;font-weight:600;color:#1a1a1a;margin:0}.ornament-content{display:flex;flex-direction:column;gap:2rem;margin-top:0}.ornament-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.ornament-content>.ornament-section:first-child{margin-top:0;padding-top:1rem}.ornament-section h2{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.ornament-section p{line-height:1.6;color:#555}.disclaimer{margin-top:2rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.holiday-class-header{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.holiday-class-header h1{margin:0;font-size:1.75rem;color:#1a1a1a;flex:1;min-width:250px}.order-more-button-container{flex-shrink:0}.order-more-button{max-width:200px;width:auto;height:auto;border-radius:8px;box-shadow:0 4px 8px #00000026;cursor:pointer;transition:transform .2s ease}.order-more-button:hover{transform:scale(1.05)}.class-description{margin-bottom:2rem}.class-description p{margin:0;color:#555;line-height:1.6}.support-section{margin-top:2rem}.support-section h2{margin-bottom:1rem;color:#1a1a1a}.support-content{display:flex;flex-direction:column;gap:1rem}.support-content p{margin:0;line-height:1.6;color:#555}.support-content strong{font-weight:600;color:#1a1a1a}@media (max-width: 768px){.holiday-class-header{flex-direction:column;align-items:flex-start;gap:1rem}.holiday-class-header h1{font-size:1.5rem;width:100%}.order-more-button{max-width:150px}}.ornament-preview-container{display:flex;gap:2rem;align-items:flex-start;margin:1.5rem 0}.ornament-preview-image{width:300px;max-width:40%;height:auto;border-radius:8px;box-shadow:0 4px 8px #00000026;flex-shrink:0}.ornament-preview-container p{margin:0;flex:1}@media (max-width: 768px){.ornament-preview-container{flex-direction:column;gap:1rem}.ornament-preview-image{width:100%;max-width:100%;border-radius:4px}}.ornament-section a{color:#4a9eff;text-decoration:none;font-weight:500}.ornament-section a:hover{text-decoration:underline}.ornament-steps{margin-left:1.5rem;margin-top:1rem;line-height:2;color:#555}.ornament-steps li{margin-bottom:.75rem}.ornament-features{list-style:none;padding-left:0;margin-top:1rem}.ornament-features li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#555;border-bottom:1px solid #e0e0e0}.ornament-features li:last-child{border-bottom:none}.ornament-features li:before{content:"✨";position:absolute;left:0}.ornament-section code{background:#f8f9fa;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em;color:#d63384}@media (max-width: 768px){.ornament-title{font-size:2rem}.ornament-section{padding:1.5rem}.project-structure{grid-template-columns:1fr}}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:var(--block-padding);max-width:1200px;width:100%;margin:0 auto;padding-bottom:calc(var(--block-padding) + 60px)}@media (max-width: 768px){.main-content{padding:1rem;padding-bottom:calc(1rem + 60px)}}.devices{animation:fadeIn .5s ease-in}.devices-content{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:1rem}.devices-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.devices-section h1{font-size:2.5rem;font-weight:600;color:#1a1a1a;margin:0 0 2rem;text-align:center}.devices-section h2{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 1.5rem;text-align:center}.devices-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0;flex-wrap:wrap}.device-tab{padding:1rem 2rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:1.1rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;margin-bottom:-2px;font-family:inherit}.device-tab:hover{color:#4a9eff;background:#f8f9ff}.device-tab.active{color:#4a9eff;border-bottom-color:#4a9eff;background:transparent}.device-content{animation:fadeIn .3s ease-in}.device-variant ul{margin:.5rem 0 0;padding-left:1.5rem;list-style-type:disc}.device-variant ul li{margin-bottom:.5rem;line-height:1.6;color:#555}.devices-intro{font-size:1.1rem;line-height:1.7;color:#555;margin:0 0 2rem;text-align:center}.device-variants{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}.device-variant{padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #4a9eff}.device-variant h4{font-size:1.3rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.device-variant p{margin:0;line-height:1.6;color:#555}.devices-image-container{margin-top:2rem;width:100%;display:flex;justify-content:center;align-items:center}.devices-image{width:100%;max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #00000026;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;object-fit:contain}.devices-image:hover{transform:scale(1.02);box-shadow:0 6px 12px #0003}@media (max-width: 768px){.devices-content{padding:.5rem}.devices-section{padding:1.5rem}.devices-section h1{font-size:2rem}.devices-section h2{font-size:1.75rem}.devices-intro{font-size:1rem}.devices-tabs{gap:.25rem}.device-tab{padding:.75rem 1.25rem;font-size:1rem}.device-variants{grid-template-columns:1fr;gap:1.5rem}.device-variant{padding:1.25rem}.devices-image{width:100%;max-width:100%}}.memory-light-sphere{animation:fadeIn .5s ease-in}.memory-light-sphere-header{text-align:center;margin-bottom:.75rem}.memory-light-sphere-title{font-size:2.5rem;font-weight:600;color:#1a1a1a;margin:0}.memory-light-sphere-content{display:flex;flex-direction:column;gap:2rem;margin-top:0}.memory-light-sphere-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.memory-light-sphere-content>.memory-light-sphere-section:first-child{margin-top:0;padding-top:1rem}.memory-light-sphere-section h2{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.memory-light-sphere-section p{line-height:1.6;color:#555}.memory-light-sphere-preview-container{display:flex;gap:2rem;align-items:flex-start;margin:1.5rem 0}.memory-light-sphere-preview-image{width:300px;max-width:40%;height:auto;border-radius:8px;box-shadow:0 4px 8px #00000026;flex-shrink:0}.memory-light-sphere-text-content{flex:1;display:flex;flex-direction:column;gap:1.5rem}.memory-light-sphere-text-content p{margin:0;line-height:1.6}.order-today-container{margin:1rem 0}.product-variants{display:flex;flex-direction:column;gap:1rem}.product-variants p{margin:0}.product-features{margin:0;padding-left:1.5rem}.product-features li{margin-bottom:.5rem}.upload-requirements{margin-top:1rem}.requirements-list{margin:.5rem 0;padding-left:1.5rem;list-style-type:disc}.requirements-list li{margin-bottom:.25rem}@media (max-width: 768px){.memory-light-sphere-preview-container{flex-direction:column;gap:1rem}.memory-light-sphere-preview-image{width:100%;max-width:100%;border-radius:4px}}.memory-light-sphere-section a{color:#4a9eff;text-decoration:none;font-weight:500}.memory-light-sphere-section a:hover{text-decoration:underline}.memory-light-sphere-steps{margin-left:1.5rem;margin-top:1rem;line-height:2;color:#555}.memory-light-sphere-steps li{margin-bottom:.75rem}.memory-light-sphere-features{list-style:none;padding-left:0;margin-top:1rem}.memory-light-sphere-features li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#555;border-bottom:1px solid #e0e0e0}.memory-light-sphere-features li:last-child{border-bottom:none}.memory-light-sphere-features li:before{content:"✨";position:absolute;left:0}.project-structure{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.structure-item{background:#f8f9fa;padding:1.5rem;border-radius:6px;border-left:4px solid #4a9eff}.structure-item h3{font-size:1.2rem;margin-bottom:.5rem;color:#1a1a1a}.structure-item p{color:#666;font-size:.9rem}.memory-light-sphere-section code{background:#f8f9fa;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em;color:#d63384}.upload-description{margin-bottom:1rem;color:#666;font-size:.95rem}.upload-notice{margin-bottom:1.5rem}.upload-notice h3{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem;line-height:1.4}.upload-notice p{margin:0;line-height:1.6;color:#666}.upload-note{margin-bottom:1.5rem;padding:.75rem 1rem;background:#fff9e6;border-left:4px solid #ffc107;border-radius:4px;color:#666;font-size:.9rem}.upload-note a{color:#4a9eff;text-decoration:none;font-weight:500}.upload-note a:hover{text-decoration:underline}.upload-form{margin-top:1rem}.form-group{margin-bottom:1.5rem}.file-label{display:block;margin-bottom:.5rem;font-weight:500;color:#1a1a1a}.required{color:#c33;margin-left:2px}.optional{color:#666;margin-left:2px;font-size:.9em;font-weight:400}.form-help-text{margin-top:.5rem;font-size:.85rem;color:#666;font-style:italic}.file-input{width:100%;padding:.75rem;border:2px dashed #ddd;border-radius:4px;font-size:1rem;font-family:inherit;cursor:pointer;transition:border-color .3s ease,background-color .3s ease}.file-input:hover:not(:disabled){border-color:#4a9eff;background-color:#f8f9ff}.file-input:disabled{cursor:not-allowed;opacity:.6}.file-info{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:4px;border-left:4px solid #4a9eff}.file-info p{margin:.5rem 0;color:#555;font-size:.9rem}.file-info p:first-child{margin-top:0}.file-info p:last-child{margin-bottom:0}.error-message{margin:1rem 0;padding:.75rem 1rem;background-color:#fee;border:1px solid #fcc;border-radius:4px;color:#c33;font-size:.9rem}.success-message{margin:1rem 0;padding:.75rem 1rem;background-color:#efe;border:1px solid #cfc;border-radius:4px;color:#3c3;font-size:.9rem}.upload-button{background-color:#4a9eff;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;width:100%}.upload-button:hover:not(:disabled){background-color:#357abd}.upload-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.upload-preview{margin-top:2rem;padding:1.5rem;background-color:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0}.upload-preview h3{margin:0 0 1.5rem;color:#333;font-size:1.2rem}.preview-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.preview-full,.preview-crop{display:flex;flex-direction:column;align-items:center}.preview-full h4,.preview-crop h4{margin:0 0 1rem;color:#555;font-size:1rem;font-weight:600}.uploaded-image-preview{max-width:100%;max-height:400px;width:auto;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:block;filter:grayscale(100%);-webkit-filter:grayscale(100%)}.circular-crop-container{width:300px;height:300px;border-radius:50%;overflow:hidden;border:3px solid #4a9eff;box-shadow:0 4px 12px #00000026;position:relative;background-color:#fff;display:flex;align-items:center;justify-content:center}.circular-crop-preview{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(100%) contrast(.4);-webkit-filter:grayscale(100%) contrast(.4)}.crop-note{margin-top:1rem;font-size:.875rem;color:#666;text-align:center;max-width:300px}.upload-limit-note{margin-top:1.5rem;padding:1rem;background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;text-align:center;font-weight:500}.upload-limit-message{margin-top:1rem;padding:.75rem;background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;text-align:center;font-size:.9rem}@media (max-width: 768px){.preview-container{grid-template-columns:1fr;gap:2rem}.circular-crop-container{width:250px;height:250px}}.download-password-form{margin:1.5rem 0}.password-input-group{display:flex;gap:.5rem;margin-top:.5rem}.password-input-group .file-input{flex:1}.password-submit-button{background-color:#4a9eff;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.password-submit-button:hover{background-color:#357abd}.download-links{margin-top:1rem}.download-link{display:inline-block;color:#4a9eff;text-decoration:none;font-weight:500;margin:.5rem 0;padding:.5rem 1rem;border:1px solid #4a9eff;border-radius:4px;transition:all .3s ease}.download-link:hover{background-color:#4a9eff;color:#fff}@media (max-width: 768px){.memory-light-sphere-title{font-size:2rem}.memory-light-sphere-section{padding:1.5rem}.project-structure{grid-template-columns:1fr}}.order-today-image{width:30%;max-width:300;height:auto;border-radius:8px;box-shadow:0 4px 8px #00000026;cursor:pointer;transition:transform .2s ease}.order-today-image:hover{transform:scale(1.02)}.disclaimer{max-width:100%}.disclaimer h3{margin-top:0;margin-bottom:1.5rem;color:#1a1a1a}.disclaimer p{margin-bottom:1.5rem;line-height:1.6}.disclaimer p:last-of-type{margin-bottom:1.5rem}.disclaimer strong{font-weight:600}.fcc-compliance{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e0e0e0}.fcc-compliance p{margin-bottom:1rem}.fcc-compliance ol{margin:.5rem 0;padding-left:1.5rem}.fcc-compliance li{margin-bottom:.75rem;line-height:1.6}@media (min-width: 769px){.memory-light-sphere-preview-container{align-items:flex-start}.memory-light-sphere-text-content{max-width:none}}:root{--nav-background-color: #b23212;--nav-link-background-active: #ffffff;--nav-link-color-active: var(--nav-background-color);--nav-link-background-inactive: var(--nav-background-color);--nav-link-color-inactive: #efe9e9;--hc-nav-height: 60px;--footer-background-color: var(--nav-background-color);--body-background-color: #FFF;--body-font-size: 14px;--body-text-color: #000000;--hc-service-item-title-font-color: #000000;--hc-service-item-title-font-size: xx-large;--hc-service-item-body-font-color: #b13513;--hc-service-item-body-font-size: large;--btn-width: 120px;--btn-height: 40px;--block-padding: 60px}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0;min-height:100vh;background-color:var(--body-background-color);color:var(--body-text-color)}#root{min-height:100vh;display:flex;flex-direction:column;position:relative;padding-top:var(--hc-nav-height)}
