:root{--background-color:#0e0e0e;--white-text:#fff;--black-text:#000}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-100-normal-DmCriHno.woff2)format("woff2");font-weight:100}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-200-normal-C98N1POV.woff2)format("woff2");font-weight:200}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-300-normal-BgP24wlQ.woff2)format("woff2");font-weight:300}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-400-normal-BLhwKU8k.woff2)format("woff2");font-weight:400}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-500-normal-DRFEGfly.woff2)format("woff2");font-weight:500}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-600-normal-UVxSCcoG.woff2)format("woff2");font-weight:600}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-700-normal-BdjcYUrC.woff2)format("woff2");font-weight:700}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-800-normal-axpkC1rd.woff2)format("woff2");font-weight:800}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-900-normal-B0TD3Qnu.woff2)format("woff2");font-weight:900}@font-face{font-family:UKNumberPlate;src:url(/assets/UKNumberPlate-Dsu_md5F.woff2)format("woff2");font-weight:400;font-style:normal}body{background-color:var(--background-color);color:var(--white-text);margin:0;font-family:Montserrat,Arial,sans-serif}.header{box-sizing:border-box;z-index:100000;width:100%;color:var(--white-text);background:0 0;grid-template-columns:auto auto;align-items:center;padding:.75rem 1rem;display:grid;position:fixed;top:1rem;left:0}.logo{justify-self:start;align-items:center;display:flex}.logo img{width:auto;height:48px;display:block}.header-actions{justify-self:end;align-items:center;gap:1rem;display:flex}.header-icons{align-items:center;gap:.8rem;display:flex}.header-icons a{align-items:center;display:flex}.header-icons img{width:21px;height:21px;display:block}.menu-toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:flex}.menu-toggle span{background:var(--white-text);border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.menu-toggle.open span:first-child{transform:translateY(8px)rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.desktop-nav{z-index:99999;-webkit-backdrop-filter:blur(40px)saturate(120%);opacity:0;visibility:hidden;pointer-events:none;background:#080808e0;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:opacity .35s,transform .35s,visibility .35s;display:flex;position:fixed;inset:0;transform:translateY(-100%)}.desktop-nav:before{content:"";z-index:-1;background:#00000059;position:absolute;inset:0}.desktop-nav.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.desktop-nav a{color:var(--white-text);letter-spacing:.04em;text-transform:uppercase;padding-bottom:.35rem;font-size:1.5rem;font-weight:700;text-decoration:none;position:relative}.desktop-nav a:after{content:"";transform-origin:50%;background:#f4c400;width:100%;height:2px;transition:transform .25s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}.logo,.header-actions{z-index:100001;position:relative}.cart-link{position:relative}.cart-count{color:#111;background:#f4c400;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.7rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-9px;right:-10px}@media (width>=768px){.header{grid-template-columns:1fr auto 1fr;padding:.75rem 2rem}.logo img{height:60px}.desktop-nav{-webkit-backdrop-filter:none;opacity:1;visibility:visible;pointer-events:auto;background:0 0;flex-direction:row;justify-content:center;justify-self:center;align-items:center;gap:2rem;width:auto;height:auto;padding:0;position:static;inset:auto;transform:none}.desktop-nav:before{display:none}.desktop-nav a{font-size:.95rem}.header-actions{justify-self:end}.header-icons{gap:1.25rem}.header-icons img{width:24px;height:24px}.menu-toggle{display:none}}.footer{padding:4rem 1.25rem 2rem;overflow:hidden}.footer-container{max-width:1400px;margin:0 auto}.footer-top-line{background:#2a2c31;width:100%;height:1px;margin-bottom:4rem}.footer-main{text-align:center;gap:4rem;padding:0 0 4rem;display:grid}.footer-left,.footer-right,.footer-nav,.footer-contact{min-width:0}.footer-left{flex-direction:column;align-items:center;display:flex}.footer-logo{object-fit:contain;width:min(100%,400px);height:auto;display:block}.footer-left p{color:#ffffffa6;max-width:380px;margin:1.5rem 0 0;font-size:clamp(.95rem,2vw,1.1rem);font-weight:600;line-height:1.25}.footer-socials{gap:1rem;margin-top:3rem;display:flex}.footer-socials a{justify-content:center;align-items:center;transition:transform .3s;display:flex}.footer-socials a:hover{transform:translateY(-3px)}.footer-socials img{width:32px;height:32px;display:block}.footer-right{flex-direction:column;align-items:center;gap:3rem;display:flex}.footer-nav{flex-direction:column;align-items:center;display:flex}.footer-nav a{color:var(--white-text);text-transform:uppercase;word-break:break-word;font-size:clamp(1.1rem,4vw,3rem);font-weight:600;line-height:1.1;text-decoration:none;transition:color .3s}.footer-nav a:hover,.footer-nav a.active{color:#f4c400}.footer-contact{flex-direction:column;align-items:center;gap:.25rem;display:flex}.footer-contact a,.footer-contact p{color:var(--white-text);word-break:break-word;margin:0;font-size:clamp(1rem,3vw,1.5rem);font-weight:500;text-decoration:none}.footer-bottom{text-align:center;border-top:1px solid #2a2c31;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-bottom p{color:var(--white-text);margin:0;font-size:clamp(.85rem,2vw,1rem);font-weight:500}.footer-bottom span,.footer-bottom a{color:#f4c400}@media (width<=480px){.footer-main{gap:3rem}.footer-logo{width:min(100%,280px)}}@media (width>=768px){.footer{padding:5rem 3rem 2rem}.footer-main{text-align:left;grid-template-columns:1fr 1fr;align-items:start}.footer-left{align-items:flex-start}.footer-right{align-items:flex-end}.footer-nav,.footer-contact{text-align:right;align-items:flex-end}.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}}.hero{background-image:url(/affordablePlatesBG.jpg);background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:100vh;display:flex;position:relative}.hero:before{content:"";z-index:0;background:#00000080;position:absolute;inset:0}.hero-content>*{margin-left:0}.hero-grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;max-width:1400px;margin:0 auto;padding:8rem 1.25rem 4rem;display:grid;position:relative}.hero-content{grid-column:1/-1}.hero-eyebrow{color:#f4c400;text-transform:uppercase;margin:0 0 .75rem;padding-left:.2rem;font-size:clamp(1rem,3vw,1.875rem);font-weight:600}.hero h1{color:var(--white-text);text-transform:uppercase;margin:0;font-size:clamp(2.8rem,9vw,5rem);font-weight:700;line-height:.9}.hero h2{color:#ffffffa6;text-transform:uppercase;margin:.8rem 0 2rem;font-size:clamp(1.6rem,5vw,3rem);font-weight:600;line-height:1}.hero-text{max-width:520px;color:var(--white-text);margin:0 0 1.5rem;font-size:clamp(1rem,3vw,1.875rem);font-weight:500;line-height:1.25}.hero-buttons{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.btn{text-transform:uppercase;border-radius:.25rem;justify-content:center;align-items:center;gap:.5rem;min-height:30px;padding:.9rem 1.5rem;font-size:clamp(.9rem,1vw,1.125rem);font-weight:600;text-decoration:none;transition:transform .3s,background .3s,color .3s,border-color .3s,box-shadow .3s;display:inline-flex}.btn-primary{color:var(--black-text);background:#f4c400}.btn-outline{color:var(--white-text);border:1px solid #f4c400}.btn-primary,.btn-outline{grid-column:span 4}.btn:hover{transform:translateY(-4px)}.btn-primary:hover{background:#ffd633;box-shadow:0 10px 25px #f4c40047}.btn-outline:hover{background:#f4c40014;border-color:#ffd633;box-shadow:0 10px 25px #f4c4001f}.btn:active{transform:translateY(-1px)}@media (width>=768px){.hero{background-position:100%}.hero-grid{grid-template-columns:repeat(12,1fr);gap:1.5rem;padding:8rem 3rem 4rem}.hero-content{grid-column:2/span 6}.hero-buttons{grid-template-columns:repeat(12,1fr)}.hero-buttons .btn-primary,.hero-buttons .btn-outline{grid-column:span 5}}@media (width>=1100px){.hero:before{display:none}}.features{padding:1.5rem 1.25rem 4rem}.features-grid{background:#111214;border:1px solid #1c1e21;border-radius:1.25rem;grid-template-columns:1fr;max-width:1400px;margin:0 auto;display:grid;overflow:hidden}.feature-card{align-items:flex-start;gap:1rem;padding:1.5rem;display:flex;position:relative}.feature-card:not(:last-child){border-bottom:1px solid #1c1e21}.feature-card img{flex-shrink:0;width:42px;height:42px}.feature-content{flex-direction:column;display:flex}.feature-content h3{color:var(--white-text);text-transform:uppercase;margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.feature-content p{color:#ffffffb3;margin:0;font-size:.95rem;font-weight:500;line-height:1.4}@media (width>=768px){.features{margin-top:3rem;padding:0 3rem 5rem}.features-grid{grid-template-columns:repeat(2,1fr)}.feature-card{padding:2rem}.feature-card:not(:last-child){border-bottom:none}.feature-card:first-child,.feature-card:nth-child(2){border-bottom:1px solid #1c1e21}.feature-card:nth-child(odd):after{content:"";background:#1c1e21;width:1px;height:70px;position:absolute;top:50%;right:0;transform:translateY(-50%)}}@media (width>=1040px){.features-grid{grid-template-columns:repeat(4,1fr)}.feature-card:first-child,.feature-card:nth-child(2){border-bottom:none}.feature-card:nth-child(odd):after{display:none}.feature-card:not(:last-child):after{content:"";background:#1c1e21;width:1px;height:70px;display:block;position:absolute;top:50%;right:0;transform:translateY(-50%)}}.testimonials{padding:4rem 1.25rem 6rem;position:relative}.testimonials:before{content:"";background:#2a2c31;width:calc(100% - 2.5rem);max-width:1400px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.testimonials-container{text-align:center;max-width:1400px;margin:0 auto}.testimonials-heading{margin-bottom:4rem}.testimonials-heading h2{color:var(--white-text);text-transform:uppercase;margin:0 0 .5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.testimonials-heading p{color:#ffffffa6;max-width:760px;margin:0 auto;font-size:clamp(1rem,2vw,1.4rem);font-weight:500;line-height:1.35}.stats-banner{background:#111214;border:1px solid #1c1e21;border-radius:1.25rem;grid-template-columns:1fr;margin-bottom:4rem;display:grid;overflow:hidden}.stat-card{padding:2rem 1.5rem;position:relative}.stat-card:not(:last-child){border-bottom:1px solid #1c1e21}.stat-card img{object-fit:contain;width:44px;height:44px;margin-bottom:1rem}.stat-card h3{color:var(--white-text);margin:0;font-size:1.8rem;font-weight:700}.stat-card p{color:#ffffffa6;margin:.25rem 0 0;font-size:.95rem;font-weight:500}.review-gallery{margin-bottom:4rem}.review-images{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;display:grid}.review-images img{aspect-ratio:4/5;object-fit:cover;border:1px solid #1c1e21;border-radius:.45rem;width:100%}.review-images img:nth-child(5){display:none}.testimonials-button{min-height:56px;color:var(--white-text);text-transform:uppercase;border:2px solid #f4c400;border-radius:.25rem;justify-content:center;align-items:center;gap:.5rem;padding:0 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .3s,color .3s;display:inline-flex}.testimonials-button:hover{color:var(--black-text);background:#f4c400}@media (width>=768px){.testimonials{padding:5rem 3rem 8rem}.stats-banner{grid-template-columns:repeat(4,1fr)}.stat-card:not(:last-child){border-bottom:none}.stat-card:not(:last-child):after{content:"";background:#1c1e21;width:1px;height:100px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.review-gallery{margin-bottom:4rem}.review-images{grid-template-columns:repeat(5,1fr);gap:1rem}.review-images img:nth-child(5){display:block}}.how-it-works{padding:2rem 1.25rem 5rem}.how-it-works-container{max-width:1400px;margin:0 auto}.how-it-works h2{color:var(--white-text);text-align:center;text-transform:uppercase;margin:0 0 3rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.steps-grid{grid-template-columns:1fr;gap:2rem;display:grid}.step{text-align:center;flex-direction:column;align-items:center;display:flex}.step-icon{border:4px solid #f4c400;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:1.5rem;transition:transform .3s,box-shadow .3s,background .3s;display:flex}.step:hover .step-icon{background:#f4c4000a;transform:translateY(-6px)scale(1.05);box-shadow:0 0 30px #f4c4002e}.step-icon img{object-fit:contain;width:48px;height:48px}.step h3{color:var(--white-text);text-transform:uppercase;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.step p{color:#ffffffa6;max-width:240px;margin:0;font-size:1rem;font-weight:500;line-height:1.4}.step-line{display:none}.plate-styles{padding:10rem 1.25rem 6rem;position:relative}.plate-styles:before{content:"";background:#2a2c31;width:calc(100% - 2.5rem);max-width:1400px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.plate-styles-container{max-width:1400px;margin:0 auto}.plate-styles-heading{text-align:center;margin-bottom:3rem}.plate-styles-heading h2{color:var(--white-text);text-transform:uppercase;margin:0 0 .5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.plate-styles-heading p{color:#ffffffa6;margin:0;font-size:clamp(1rem,2vw,1.5rem);font-weight:500}.plate-cards{grid-template-columns:1fr;gap:1.5rem;display:grid}.plate-card{background:#111214;border:1px solid #1c1e21;border-radius:1.25rem;flex-direction:column;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.plate-card:hover{border-color:#2a2c31;transform:translateY(-6px);box-shadow:0 0 30px #f4c4002e}.plate-card img{aspect-ratio:1.2;object-fit:cover;border-radius:.75rem;width:calc(100% - 2rem);margin:1rem 1rem 0;display:block}.plate-card-content{flex-direction:column;flex:1;padding:1rem 1.25rem 1.5rem;display:flex}.plate-card-content h3{color:var(--white-text);text-transform:uppercase;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.plate-card-content p{color:#ffffffa6;margin:0 0 2rem;font-size:1.1rem;font-weight:500;line-height:1.35}.plate-card-content .shop-style-btn{color:#f4c400;text-transform:uppercase;cursor:pointer;background:0 0;border:2px solid #f4c400;border-radius:.4rem;justify-content:center;align-items:center;width:100%;min-height:56px;margin-top:auto;font-size:1rem;font-weight:600;text-decoration:none;transition:background .3s,color .3s;display:inline-flex}.plate-card-content .shop-style-btn:hover{color:var(--black-text);background:#f4c400}@media (width>=768px){.how-it-works{padding:3rem 3rem 7rem}.how-it-works h2{margin-bottom:5rem}.steps-grid{grid-template-columns:repeat(2,1fr);gap:4rem 2rem}.step-line{display:none}.plate-styles{padding:4rem 3rem 8rem}.plate-styles-heading{margin-bottom:4rem}.plate-cards{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (width>=1040px){.steps-grid{grid-template-columns:1fr 80px 1fr 80px 1fr 80px 1fr;align-items:start;gap:0}.step-line{background:#2a2c31;height:2px;margin-top:60px;display:block}}.plate-builder{padding:4rem 1.25rem 6rem}.plate-builder-container{gap:4rem;max-width:1400px;margin:0 auto;display:grid}.builder-panel{background:#111214;border:1px solid #1c1e21;border-radius:1.25rem;padding:1.5rem}.builder-panel h2{color:var(--white-text);text-transform:uppercase;margin:0 0 1.25rem;font-size:1.4rem;font-weight:700}.option-grid,.plate-type-grid{gap:1rem;margin-bottom:2.5rem;display:grid}.option-card,.plate-option{color:var(--white-text);cursor:pointer;text-align:left;background:#0e0e0e;border:1px solid #1c1e21;border-radius:.75rem;transition:border-color .3s,transform .3s,box-shadow .3s;position:relative}.option-card:hover,.plate-option:hover{border-color:#2a2c31;transform:translateY(-3px);box-shadow:0 8px 20px #00000040}.option-card{align-items:center;gap:1rem;padding:1rem;display:flex}.option-card.active,.plate-option.active{border-color:#f4c400}.option-card>img:not(.option-tick){object-fit:contain;width:48px;height:48px}.option-card h3,.plate-option h3{text-transform:uppercase;margin:0 0 .25rem;font-size:1rem;font-weight:700}.option-card p,.plate-option p{color:#ffffffa6;margin:0;font-size:.9rem;font-weight:500}.option-tick{filter:brightness(0)saturate()invert(78%)sepia(96%)saturate(914%)hue-rotate(359deg)brightness(101%)contrast(104%);width:16px;height:16px;display:none;position:absolute;top:.6rem;right:.6rem}.option-card.active .option-tick,.plate-option.active .option-tick{display:block}.reg-input{box-sizing:border-box;color:#111;text-transform:uppercase;background:#f5f5f5;border:0;border-radius:.75rem;width:100%;margin-bottom:2.5rem;padding:1rem;font-size:1.3rem;font-weight:700}.reg-input::placeholder{color:#111;opacity:1}.plate-option{padding:.75rem}.plate-option>img:not(.option-tick){aspect-ratio:2;object-fit:cover;border-radius:.5rem;width:100%;margin-bottom:1rem}.option-card.small strong{font-size:1.8rem}.builder-bottom{align-items:end;gap:1.5rem;display:grid}.price{color:var(--white-text);margin:0;font-size:2rem;font-weight:600}.add-cart{min-height:56px;color:var(--black-text);text-transform:uppercase;cursor:pointer;background:#f4c400;border:0;border-radius:.25rem;justify-content:center;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:700;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex}.add-cart:hover{background:#ffd633;transform:translateY(-4px);box-shadow:0 10px 25px #f4c40040}.add-cart:active{transform:translateY(-1px)}.cart-icon{filter:brightness(0);width:20px;height:20px}.plate-preview{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;min-width:0;display:flex}.plate-preview h2{color:var(--white-text);text-transform:uppercase;margin:0 0 1rem;font-size:1.6rem;font-weight:700}.preview-plate{box-sizing:border-box;color:#000;text-transform:uppercase;border-radius:.35rem;justify-content:center;align-items:center;width:min(100%,340px);min-width:0;padding:.5rem 1rem;font-family:UKNumberPlate,sans-serif;font-size:clamp(1.8rem,13vw,4rem);font-weight:400;line-height:1;transition:border .3s,box-shadow .3s,background .3s;display:inline-flex;position:relative;overflow:hidden}.preview-plate span{white-space:nowrap;max-width:100%;display:block;overflow:hidden}.preview-plate span.long-reg{font-size:.82em}.preview-plate span.very-long-reg{font-size:.68em}.preview-plate.no-border{border:none}.preview-plate.with-border{border:4px double #111}.front-plate{background:#fff}.back-plate{background:#f3c300}.ev-strip{background:#009739;border-radius:.1rem 0 0 .1rem;width:42px;height:100%;position:absolute;top:0;left:0}.preview-plate span.with-ev{padding-left:2.8rem}.acrylic-text{color:#050505;text-shadow:2px 2px #656565,2px 2px 2px #00000029}.gel-text{color:#050505;-webkit-text-fill-color:#050505;text-shadow:-1px -1px #fffffff2,0 -1px #ffffff36;filter:drop-shadow(2px 2px 1px #00000059)drop-shadow(0 1px #ffffff26);background:0 0}.form-error{color:#ff4d4d;text-align:left;margin:-1.2rem 0 2rem;font-size:.95rem;font-weight:600}@media (width>=768px){.plate-builder{padding:5rem 3rem 8rem}.option-grid.two{grid-template-columns:repeat(2,1fr)}.option-grid.three,.plate-type-grid{grid-template-columns:repeat(3,1fr)}.builder-bottom{grid-template-columns:1fr 1fr}}@media (width>=1040px){.plate-builder-container{grid-template-columns:1.1fr .9fr;align-items:start}.plate-preview{padding-top:8rem;position:sticky;top:10rem}}.about-story{padding:4rem 1.25rem 6rem}.about-story-container{border-bottom:1px solid #2a2c31;gap:2rem;max-width:1400px;margin:0 auto;padding-bottom:6rem;display:grid}.about-story-image img{border-radius:1rem;width:100%;display:block}.about-story-content{flex-direction:column;justify-content:center;display:flex}.about-eyebrow{color:#f4c400;text-transform:uppercase;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.about-story-content h2{color:var(--white-text);text-transform:uppercase;margin:0 0 1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.about-story-text{color:#ffffffa6;max-width:560px;margin:0 0 1.5rem;font-size:clamp(1.1rem,2vw,1.6rem);font-weight:600;line-height:1.15}.about-story-content ul{gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.about-story-content li{color:#ffffffa6;padding-left:2.5rem;font-size:1rem;font-weight:600;position:relative}.about-story-content li:before{content:"";background-image:url(/icons/tick.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:22px;height:22px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.about-process{padding:2rem 1.25rem 6rem}.about-process-container{max-width:1400px;margin:0 auto}.about-process h2{color:var(--white-text);text-align:center;text-transform:uppercase;margin:0 0 3rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.about-steps-grid{grid-template-columns:1fr;gap:2rem;display:grid}.about-step{text-align:center;flex-direction:column;align-items:center;display:flex}.about-step-icon{border:4px solid #f4c400;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:1.5rem;transition:transform .3s,box-shadow .3s,background .3s;display:flex}.about-step:hover .about-step-icon{background:#f4c4000a;transform:translateY(-6px)scale(1.05);box-shadow:0 0 30px #f4c4002e}.about-step-icon img{object-fit:contain;filter:brightness(0)invert();width:48px;height:48px}.about-step h3{color:var(--white-text);text-transform:uppercase;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.about-step p{color:#ffffffa6;max-width:240px;margin:0;font-size:1rem;font-weight:500;line-height:1.4}.about-step-line{display:none}@media (width>=768px){.about-story{padding:5rem 3rem 8rem}.about-story-container{grid-template-columns:1fr 1fr;align-items:center;gap:2rem}}@media (width>=1040px){.about-steps-grid{grid-template-columns:1fr 80px 1fr 80px 1fr 80px 1fr;align-items:start}.about-step-line{background:#2a2c31;height:2px;margin-top:60px;display:block}}.contact-section{padding:4rem 1.25rem 6rem}.contact-container{gap:3rem;max-width:1400px;margin:0 auto;display:grid}.contact-eyebrow{color:#f4c400;text-transform:uppercase;margin:0 0 .75rem;font-size:1.3rem;font-weight:700}.contact-info h2{color:var(--white-text);text-transform:uppercase;margin:0 0 1rem;font-size:clamp(2.2rem,6vw,4rem);font-weight:700;line-height:1}.contact-text{color:#ffffffa6;max-width:520px;margin:0 0 2rem;font-size:clamp(1.1rem,2vw,1.7rem);font-weight:600;line-height:1.25}.contact-details{gap:1.5rem;display:grid}.contact-detail{align-items:center;gap:1.25rem;display:flex}.contact-detail img{object-fit:contain;filter:brightness(0)saturate()invert(77%)sepia(84%)saturate(1892%)hue-rotate(7deg)brightness(101%)contrast(102%);width:48px;height:48px}.contact-detail h3{color:var(--white-text);text-transform:uppercase;margin:0 0 .25rem;font-size:1.2rem;font-weight:700}.contact-detail p{color:#ffffffa6;margin:0;font-size:1rem;font-weight:600}.contact-form{background:#111214;border:1px solid #1c1e21;border-radius:1.25rem;gap:1rem;padding:1rem;display:grid}.contact-form-row{gap:1rem;display:grid}.contact-form input,.contact-form textarea{box-sizing:border-box;width:100%;color:var(--white-text);text-transform:uppercase;background:#0e0e0e;border:1px solid #1c1e21;border-radius:.75rem;outline:none;padding:1.25rem;font-size:1rem;font-weight:700;transition:border-color .3s,box-shadow .3s}.contact-form textarea{resize:vertical;min-height:260px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--white-text);opacity:1}.contact-form input:focus,.contact-form textarea:focus{border-color:#f4c400;box-shadow:0 0 20px #f4c4001f}.contact-form button{min-height:56px;color:var(--black-text);text-transform:uppercase;cursor:pointer;background:#f4c400;border:0;border-radius:.5rem;font-size:1rem;font-weight:700;transition:transform .3s,background .3s,box-shadow .3s}.contact-form button:hover{background:#ffd633;transform:translateY(-4px);box-shadow:0 10px 25px #f4c40040}.contact-status{color:#f4c400;text-align:center;margin:0;font-size:.95rem;font-weight:600}@media (width>=1048px){.contact-section{padding:5rem 3rem 8rem}.contact-container{grid-template-columns:.8fr 1.2fr;align-items:center;gap:4rem}.contact-form{padding:1.25rem}.contact-form-row{grid-template-columns:repeat(2,1fr)}}.basket{padding:4rem 1.25rem 6rem}.basket-container{max-width:1400px;margin:0 auto;padding-top:6rem}.basket-empty{text-align:center;background:linear-gradient(90deg,#111214 0%,#14161b 100%);border:1px solid #1c1e21;border-radius:1.25rem;flex-direction:column;align-items:center;padding:4rem 2rem;display:flex}.basket-empty img{filter:brightness(0)invert();width:140px;height:140px;margin-bottom:2rem}.basket-empty h2{color:var(--white-text);text-transform:uppercase;margin:0 0 .5rem;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700}.basket-empty p{color:#ffffffa6;margin:0 0 2rem;font-size:1.1rem;font-weight:500}.basket-btn{min-height:56px;color:var(--black-text);text-transform:uppercase;background:#f4c400;border-radius:.4rem;justify-content:center;align-items:center;padding:0 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex}.basket-btn:hover{background:#ffd633;transform:translateY(-4px);box-shadow:0 10px 25px #f4c40040}.basket-grid{gap:2rem;display:grid}.basket-items{background:#111214;border:1px solid #1c1e21;border-radius:1.25rem;padding:1.5rem}.basket-header{border-bottom:1px solid #2a2c31;margin-bottom:1.5rem;padding-bottom:1rem}.basket-header h3{color:var(--white-text);text-transform:uppercase;margin:0;font-size:1.2rem;font-weight:600}.basket-item{border-bottom:1px solid #2a2c31;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:grid}.basket-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.basket-item>img{border-radius:.75rem;width:100%;max-width:260px}.basket-item-content{width:100%;min-width:0}.basket-title-row{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.basket-title-row h2{min-width:0;color:var(--white-text);text-transform:uppercase;margin:0;font-size:1.6rem;font-weight:700}.basket-item-content p{color:#ffffffa6;margin:0;font-size:1rem;font-weight:500;line-height:1.5}.basket-item-price{color:#f4c400;margin-bottom:1rem;font-size:1.6rem;font-weight:700;display:inline-block}.remove-item{cursor:pointer;background:0 0;border:1px solid #1c1e21;border-radius:.45rem;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s,border-color .3s,background .3s;display:flex}.remove-item img{filter:brightness(0)invert();width:18px;height:18px}.remove-item:hover{background:#ff4d4d14;border-color:#ff4d4d;transform:translateY(-2px)}.basket-summary{background:#111214;border:1px solid #1c1e21;border-radius:1.25rem;height:fit-content;padding:1.5rem}.basket-summary h2{color:var(--white-text);text-transform:uppercase;margin:0 0 1.5rem;font-size:1.8rem;font-weight:700}.summary-line,.summary-total{justify-content:space-between;align-items:center;display:flex}.summary-line{margin-bottom:1rem}.summary-line p,.summary-line span{color:#ffffffb3;margin:0;font-size:1.2rem;font-weight:500}.summary-divider{background:#2a2c31;height:1px;margin:1.5rem 0}.summary-total{margin-bottom:2rem}.summary-total h3,.summary-total span{color:var(--white-text);text-transform:uppercase;margin:0;font-size:2rem;font-weight:700}.terms-check{color:#ffffffa6;cursor:pointer;align-items:flex-start;gap:.75rem;margin:0 0 1.5rem;font-size:.95rem;font-weight:500;line-height:1.4;display:flex}.terms-check input{accent-color:#f4c400;cursor:pointer;width:18px;height:18px;margin-top:.2rem}.terms-link{color:#f4c400;text-decoration:underline;transition:opacity .3s}.terms-link:hover{opacity:.8}.basket-btn.disabled{opacity:.45;cursor:not-allowed;pointer-events:auto}.basket-btn.disabled:hover{box-shadow:none;background:#f4c400;transform:none}@media (width>=768px){.basket{padding:5rem 3rem 8rem}.basket-item{grid-template-columns:260px 1fr}}@media (width>=1040px){.basket-grid{grid-template-columns:1fr 370px;align-items:start}.basket-summary{position:sticky;top:10rem}}@media (width<=500px){.summary-line,.summary-total{flex-direction:column;align-items:flex-start;gap:.35rem}.summary-line{margin-bottom:1.25rem}.summary-line span,.summary-total span{font-size:1.4rem}.summary-total h3{font-size:1.6rem}.basket-btn{box-sizing:border-box;width:100%}}.terms-page{padding-top:8rem}.terms-container{max-width:1100px;margin:0 auto}.terms-hero{text-align:center;padding:4rem 1.25rem 2rem}.terms-eyebrow{color:#f4c400;text-transform:uppercase;text-shadow:0 0 12px #f4c40040;margin:0 0 .75rem;font-weight:700}.terms-hero h1{color:var(--white-text);text-transform:uppercase;margin:0;font-size:clamp(2.5rem,7vw,5rem);font-weight:700}.terms-hero p{color:#ffffffa6;margin:1rem 0 0;font-size:1.2rem;font-weight:600}.terms-content{padding:2rem 1.25rem 6rem}.terms-content .terms-container{background:#111214;border:1px solid #1c1e21;border-radius:1.25rem;padding:1.5rem}.terms-content h2{color:var(--white-text);text-transform:uppercase;margin:2rem 0 .75rem;font-size:1.4rem}.terms-content h2:first-child{margin-top:0}.terms-content p{color:#ffffffad;margin:0 0 .75rem;font-size:1rem;font-weight:500;line-height:1.6}.terms-content strong{color:var(--white-text)}@media (width>=768px){.terms-hero{padding:5rem 3rem 2rem}.terms-content{padding:2rem 3rem 8rem}.terms-content .terms-container{padding:3rem}}
