.ks-footer{background:var(--espresso);padding:clamp(4rem,9vh,7rem) var(--space-md) clamp(2rem,5vh,3.5rem);text-align:center;position:relative;overflow:hidden;color:var(--text-on-dark)}.ks-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold-muted) 50%,transparent);opacity:.5}.ks-footer-glow{position:absolute;top:-80px;left:50%;transform:translate(-50%);width:600px;height:160px;border-radius:50%;background:radial-gradient(ellipse at center,var(--gold-pale) 0%,transparent 70%);pointer-events:none}.ks-footer-inner{display:flex;flex-direction:column;align-items:center;gap:clamp(1.5rem,3vh,2rem);max-width:var(--max-width);margin:0 auto;position:relative;z-index:1}.ks-footer-brand{display:flex;flex-direction:column;align-items:center;gap:.6rem}.ks-footer-logo{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:400;color:var(--cream);text-decoration:none;letter-spacing:.04em;line-height:1;transition:color var(--duration-normal) var(--ease-elegant)}.ks-footer-logo:hover{color:var(--gold-light)}.ks-footer-tagline{font-family:var(--font-display);font-size:clamp(1.08rem,1.7vw,1.25rem);font-style:italic;font-weight:400;color:var(--cream);margin:0;letter-spacing:.02em}.ks-footer-ornament{display:flex;align-items:center;justify-content:center;color:var(--gold-light);opacity:.95}.ks-footer-links{display:flex;flex-wrap:wrap;align-items:center;gap:0 .5rem;justify-content:center}.ks-footer-links a{font-family:var(--font-body);font-size:1.16rem;font-weight:500;letter-spacing:.035em;color:var(--cream);text-decoration:none;padding:.4em .6em;transition:color var(--duration-normal) var(--ease-elegant);position:relative}.ks-footer-links a:after{content:"";position:absolute;bottom:.2em;left:50%;right:50%;height:1px;background:var(--gold);transition:left var(--duration-normal) var(--ease-elegant),right var(--duration-normal) var(--ease-elegant)}.ks-footer-links a:hover{color:var(--gold-light)}.ks-footer-links a:hover:after{left:.6em;right:.6em}.ks-footer-links a:focus-visible{outline:2px solid var(--gold-light);outline-offset:2px}.ks-footer-links-dot{color:var(--gold-light);opacity:.9;font-size:1.1rem;-webkit-user-select:none;user-select:none}.ks-footer-service{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--gold-light);margin:0;letter-spacing:.08em;text-transform:uppercase}.ks-footer-rule{width:100%;max-width:420px;height:1px;background:linear-gradient(90deg,transparent,var(--gold-muted) 30%,var(--gold) 50%,var(--gold-muted) 70%,transparent);opacity:.6}.ks-footer-bottom{display:flex;align-items:center;justify-content:center;gap:var(--space-lg);width:100%;max-width:560px}.ks-footer-copy{font-family:var(--font-body);font-size:.96rem;font-weight:500;color:var(--cream);margin:0;letter-spacing:.04em;flex:1;text-align:center}.ks-back-to-top{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid var(--gold-muted);background:transparent;color:var(--gold);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--duration-normal) var(--ease-elegant),color var(--duration-normal) var(--ease-elegant)}.ks-back-to-top:hover{background:var(--gold);color:var(--espresso)}.ks-back-to-top:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}@media(max-width:749px){.ks-footer-bottom{flex-direction:column;gap:var(--space-sm)}.ks-footer-links a{min-height:44px;display:inline-flex;align-items:center;font-size:1.12rem}.ks-back-to-top{width:44px;height:44px}}@media(prefers-reduced-motion:reduce){.ks-footer-logo,.ks-footer-links a,.ks-footer-links a:after,.ks-back-to-top{transition:none}}.ks-newsletter{max-width:640px;margin:0 auto 4rem;padding:3.5rem 1.5rem 3rem;text-align:center;color:var(--cream);border-bottom:1px solid var(--border-light)}.ks-newsletter-eyebrow{font-family:var(--font-body);font-size:.98rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-light);margin:0 0 1rem}.ks-newsletter-heading{font-family:var(--font-display);font-weight:400;font-size:clamp(1.75rem,3.5vw,2.25rem);line-height:1.2;color:var(--cream);margin:0 0 1rem}.ks-newsletter-text{font-family:var(--font-body);font-size:1.1rem;line-height:1.6;color:var(--cream);margin:0 auto 2rem;max-width:480px}.ks-newsletter-form{width:100%}.ks-newsletter-row{display:flex;flex-direction:column;gap:.75rem;max-width:480px;margin:0 auto}.ks-newsletter-input{flex:1 1 auto;min-width:0;padding:.85rem 1rem;font-family:var(--font-body);font-size:1.05rem;color:var(--cream);background:transparent;border:1px solid var(--gold-muted);border-radius:2px;transition:border-color .2s ease}.ks-newsletter-input::placeholder{color:var(--gold-muted);opacity:.7}.ks-newsletter-input:hover{border-color:var(--gold)}.ks-newsletter-input:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-color:var(--gold)}.ks-newsletter-button{font-family:var(--font-body);font-size:.95rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--cream);background:var(--espresso);border:1px solid var(--gold-muted);border-radius:2px;padding:.85rem 1.75rem;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.ks-newsletter-button:hover,.ks-newsletter-button:focus-visible{background:var(--gold);color:var(--espresso);border-color:var(--gold)}.ks-newsletter-button:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.ks-newsletter-success{font-family:var(--font-display);font-style:italic;font-size:1.05rem;color:var(--cream);margin:0}.ks-newsletter-error{font-family:var(--font-body);font-size:.85rem;color:var(--gold-light);margin:.75rem 0 0}.ks-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:640px){.ks-newsletter-row{flex-direction:row}.ks-newsletter-button{flex:0 0 auto}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/ks-footer.css.map */
