.customer-care-page{--cc-black: #101820;--cc-white: #ffffff;--cc-blue: #10069f;--cc-yellow-400: #ffaa4d;--cc-yellow-500: #b56003;--cc-red-500: #c40000;--cc-gray-50: #f4f5f9;--cc-gray-100: #e0e1e9;--cc-gray-200: #c4c7cf;--cc-gray-300: #a9abb6;--cc-gray-400: #8a8e9b;--cc-gray-500: #6c6e79;--cc-font-display: "Aboreto", serif;--cc-font-body: "Inter", "Open Sans", sans-serif;--cc-max-width: 1360px;--cc-transition-fast: all .2s ease-in-out;width:100%;max-width:100vw;font-family:var(--cc-font-body);color:var(--cc-black);background:var(--cc-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;animation:customerCarePageAppear .25s ease backwards}@keyframes customerCarePageAppear{0%{opacity:0}to{opacity:1}}.customer-care-page a{color:inherit;text-decoration:none;transition:var(--cc-transition-fast)}.customer-care-page,.customer-care-page *,.customer-care-page *:before,.customer-care-page *:after{box-sizing:border-box}.customer-care-page p,.customer-care-page h1,.customer-care-page h2,.customer-care-page h3,.customer-care-page ul{margin:0;padding:0}.customer-care-page ul{list-style:none}.customer-care-page .page-hero{background:var(--cc-gray-50);padding:56px 40px 48px;border-bottom:1px solid var(--cc-gray-100)}.customer-care-page .page-hero-inner{max-width:var(--cc-max-width);margin:0 auto}.customer-care-page .breadcrumb{font-size:.875rem;color:var(--cc-gray-500);margin-bottom:16px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.customer-care-page .breadcrumb a{color:var(--cc-gray-500);text-decoration:none;transition:var(--cc-transition-fast)}.customer-care-page .breadcrumb a:hover{color:var(--cc-blue)}.customer-care-page .breadcrumb span{color:var(--cc-gray-300)}.customer-care-page .page-hero h1{font-family:var(--cc-font-display);font-size:clamp(28px,4vw,48px);font-weight:400;line-height:1.2;margin-bottom:12px;color:var(--cc-black)}.customer-care-page .page-hero>.page-hero-inner>p{font-size:1.125rem;color:var(--cc-gray-500);max-width:560px;line-height:1.6}.customer-care-page .contact-channels{border-top:1px solid var(--cc-gray-100);margin-top:40px;padding-top:32px;display:grid;grid-template-columns:repeat(3,1fr);gap:0}.customer-care-page .channel{display:flex;align-items:flex-start;gap:16px;padding:0 32px 0 0;border-right:1px solid var(--cc-gray-100)}.customer-care-page .channel:last-child{border-right:none;padding-right:0;padding-left:32px}.customer-care-page .channel:nth-child(2){padding-left:32px}.customer-care-page .channel-icon{width:40px;height:40px;background:var(--cc-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.customer-care-page .channel-icon svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.customer-care-page .channel-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--cc-gray-500);margin-bottom:4px}.customer-care-page .channel-title{font-size:1rem;font-weight:500;color:var(--cc-black);margin-bottom:2px}.customer-care-page .channel-sub{font-size:13px;color:var(--cc-gray-500);line-height:1.5}.customer-care-page .channel-link{display:inline-block;margin-top:8px;font-size:13px;font-weight:500;color:var(--cc-blue);text-decoration:none;border-bottom:1px solid var(--cc-blue);padding-bottom:1px;transition:var(--cc-transition-fast)}.customer-care-page .channel-link:hover{color:var(--cc-black);border-bottom-color:var(--cc-black)}.customer-care-page .main-layout{max-width:var(--cc-max-width);margin:0 auto;padding:60px 40px 100px;display:grid;grid-template-columns:220px 1fr;gap:64px;align-items:start}.customer-care-page .sidebar{position:sticky;top:32px}.customer-care-page .sidebar-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--cc-gray-500);margin-bottom:16px}.customer-care-page .sidebar-nav{display:flex;flex-direction:column;gap:2px}.customer-care-page .sidebar-nav a{display:block;font-size:.875rem;color:var(--cc-gray-500);text-decoration:none;padding:8px 12px;border-left:2px solid transparent;transition:color .3s ease,border-left-color .3s ease,background .3s ease,padding-left .3s ease;line-height:1.4;cursor:pointer}.customer-care-page .sidebar-nav a:hover{color:var(--cc-black);border-left-color:var(--cc-gray-300);background:var(--cc-gray-50);padding-left:16px}.customer-care-page .sidebar-nav a.active{color:var(--cc-blue);border-left-color:var(--cc-blue);background:var(--cc-gray-50);padding-left:16px}.customer-care-page .care-content{min-width:0}.customer-care-page .care-intro{font-size:1.125rem;color:var(--cc-gray-500);line-height:1.7;margin-bottom:56px;padding-bottom:40px;border-bottom:1px solid var(--cc-gray-100)}.customer-care-page .care-section{margin-bottom:56px;padding-bottom:56px;border-bottom:1px solid var(--cc-gray-100);scroll-margin-top:32px}.customer-care-page .care-section:last-of-type{border-bottom:none}.customer-care-page .section-eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--cc-blue);margin-bottom:10px}.customer-care-page .section-title{font-family:var(--cc-font-display);font-size:22px;font-weight:400;margin-bottom:20px;line-height:1.3;color:var(--cc-black)}.customer-care-page .care-section p{font-size:1rem;line-height:1.75;color:var(--cc-black);margin-bottom:16px}.customer-care-page .care-section p:last-child{margin-bottom:0}.customer-care-page .care-list{list-style:none;margin:12px 0 16px;display:flex;flex-direction:column;gap:10px}.customer-care-page .care-list li{font-size:1rem;line-height:1.7;color:var(--cc-black);padding-left:16px;position:relative}.customer-care-page .care-list li:before{content:"";position:absolute;left:0;top:11px;width:4px;height:4px;background:var(--cc-gray-400);border-radius:50%}.customer-care-page .callout{border-left:3px solid var(--cc-blue);padding:16px 20px;background:var(--cc-gray-50);margin:24px 0;font-size:.875rem;line-height:1.7;color:var(--cc-black)}.customer-care-page .callout strong{font-weight:600}.customer-care-page .callout-yellow{border-left-color:var(--cc-yellow-400);background:#fffaf2}.customer-care-page .callout-blue{border-left-color:var(--cc-blue);background:#f0f0fc}.customer-care-page .shipping-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:28px 0;border:1px solid var(--cc-gray-100)}.customer-care-page .timeline-step{padding:20px;border-right:1px solid var(--cc-gray-100);position:relative}.customer-care-page .timeline-step:last-child{border-right:none}.customer-care-page .timeline-num{font-family:var(--cc-font-display);font-size:28px;color:var(--cc-yellow-400);line-height:1;margin-bottom:8px}.customer-care-page .timeline-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--cc-gray-500);margin-bottom:4px}.customer-care-page .timeline-title{font-size:1rem;font-weight:500;color:var(--cc-black);margin-bottom:4px}.customer-care-page .timeline-desc{font-size:13px;color:var(--cc-gray-500);line-height:1.5}.customer-care-page .return-steps{display:flex;flex-direction:column;gap:0;margin:28px 0}.customer-care-page .return-step{display:grid;grid-template-columns:40px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid var(--cc-gray-100);align-items:start}.customer-care-page .return-step:first-child{padding-top:0}.customer-care-page .return-step:last-child{border-bottom:none;padding-bottom:0}.customer-care-page .step-num{width:32px;height:32px;background:var(--cc-yellow-400);border:1px solid var(--cc-yellow-400);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--cc-black);flex-shrink:0}.customer-care-page .step-title{font-size:1rem;font-weight:500;margin-bottom:4px}.customer-care-page .step-desc{font-size:13px;color:var(--cc-gray-500);line-height:1.6}.customer-care-page .step-desc a{color:inherit;text-decoration:underline}.customer-care-page .step-desc a:hover{color:var(--cc-blue)}.customer-care-page .guarantee-strip{background:var(--cc-black);color:#fff;padding:28px 32px;display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;gap:28px;align-items:center;margin:28px 0}.customer-care-page .guarantee-divider{background:rgba(255,255,255,.12);height:36px}.customer-care-page .guarantee-item{text-align:center}.customer-care-page .guarantee-item .g-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:4px}.customer-care-page .guarantee-item .g-value{font-family:var(--cc-font-display);font-size:18px;color:#fff}.customer-care-page .faq-list{display:flex;flex-direction:column;gap:0;margin:20px 0}.customer-care-page .faq-item{border-bottom:1px solid var(--cc-gray-100)}.customer-care-page .faq-item:first-child{border-top:1px solid var(--cc-gray-100)}.customer-care-page .faq-trigger{width:100%;background:none;border:none;cursor:pointer;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;font-family:var(--cc-font-body)}.customer-care-page .faq-q{font-size:1rem;font-weight:500;color:var(--cc-black);line-height:1.4}.customer-care-page .faq-icon{width:20px;height:20px;flex-shrink:0;position:relative;color:var(--cc-gray-500);transition:transform .25s ease}.customer-care-page .faq-icon:before,.customer-care-page .faq-icon:after{content:"";position:absolute;background:currentColor;border-radius:1px}.customer-care-page .faq-icon:before{width:12px;height:1.5px;top:50%;left:50%;transform:translate(-50%,-50%)}.customer-care-page .faq-icon:after{width:1.5px;height:12px;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .2s ease}.customer-care-page .faq-item.open .faq-icon:after{opacity:0}.customer-care-page .faq-body{overflow:hidden;height:0}.customer-care-page .faq-item.open .faq-q,.customer-care-page .faq-item.open .faq-icon{color:var(--cc-blue)}.customer-care-page .faq-body-inner{padding:0 0 20px;font-size:.875rem;color:var(--cc-gray-500);line-height:1.75}.customer-care-page .faq-body-inner a{color:var(--cc-black)}.customer-care-page .faq-body-inner a:hover{color:var(--cc-blue)}.customer-care-page .contact-cta{background:var(--cc-blue);color:var(--cc-white);padding:40px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:60px}.customer-care-page .contact-cta-text h3{font-family:var(--cc-font-display);font-size:22px;font-weight:400;color:var(--cc-white);margin-bottom:6px}.customer-care-page .contact-cta-text p{font-size:.875rem;color:#ffffffb3;line-height:1.5}.customer-care-page .cta-actions{display:flex;gap:12px;flex-shrink:0;align-items:center}.customer-care-page .btn-outline-white{display:inline-block;padding:12px 28px;border:1.5px solid var(--cc-white);color:var(--cc-white);font-size:.875rem;font-weight:500;text-decoration:none;white-space:nowrap;transition:var(--cc-transition-fast)}.customer-care-page .btn-outline-white:hover{background:var(--cc-white);color:var(--cc-blue)}.customer-care-page .btn-filled-white{display:inline-block;padding:12px 28px;background:var(--cc-white);border:1.5px solid var(--cc-white);color:var(--cc-blue);font-size:.875rem;font-weight:500;text-decoration:none;white-space:nowrap;transition:var(--cc-transition-fast)}.customer-care-page .btn-filled-white:hover{background:transparent;color:var(--cc-white)}@media (max-width: 1100px){.customer-care-page .main-layout{grid-template-columns:180px 1fr;gap:40px;padding:48px 32px 80px}.customer-care-page .page-hero{padding:48px 32px 40px}.customer-care-page .shipping-timeline{grid-template-columns:repeat(2,1fr)}.customer-care-page .shipping-timeline .timeline-step:nth-child(2){border-right:none}.customer-care-page .shipping-timeline .timeline-step:nth-child(3){border-top:1px solid var(--cc-gray-100)}.customer-care-page .shipping-timeline .timeline-step:nth-child(4){border-top:1px solid var(--cc-gray-100)}}@media (max-width: 900px){.customer-care-page .main-layout{grid-template-columns:minmax(0,1fr);padding:0 0 64px;gap:0}.customer-care-page .sidebar{display:block;position:sticky;top:0;z-index:20;background:var(--cc-white);border-bottom:1px solid var(--cc-gray-100);padding:16px 20px;box-shadow:0 1px #10182008}.customer-care-page .sidebar-label{display:none}.customer-care-page .sidebar-nav{flex-direction:row;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.customer-care-page .sidebar-nav::-webkit-scrollbar{display:none}.customer-care-page .sidebar-nav li{flex-shrink:0}.customer-care-page .sidebar-nav a{display:inline-block;padding:7px 14px;font-size:13px;font-weight:500;line-height:1.3;border-left:none;border:1.5px solid var(--cc-gray-100);color:var(--cc-gray-500);white-space:nowrap;background:var(--cc-white);transition:all .2s ease}.customer-care-page .sidebar-nav a:hover{color:var(--cc-black);background:var(--cc-gray-50);border-color:var(--cc-gray-300);padding-left:14px}.customer-care-page .sidebar-nav a.active{background:var(--cc-black);color:var(--cc-white);border-color:var(--cc-black);padding-left:14px}.customer-care-page .care-content{padding:24px 20px 0}.customer-care-page .page-hero{padding:32px 20px 28px}.customer-care-page .page-hero h1{font-size:clamp(24px,7vw,36px);overflow-wrap:anywhere}.customer-care-page .page-hero>.page-hero-inner>p{font-size:1rem;overflow-wrap:anywhere}.customer-care-page .breadcrumb{font-size:.8125rem;flex-wrap:wrap;row-gap:4px}.customer-care-page .contact-channels{grid-template-columns:1fr;gap:24px}.customer-care-page .channel,.customer-care-page .channel:nth-child(2),.customer-care-page .channel:last-child{border-right:none;padding:0 0 24px;border-bottom:1px solid var(--cc-gray-100)}.customer-care-page .channel:last-child{border-bottom:none;padding-bottom:0}.customer-care-page .care-section{margin-bottom:40px;padding-bottom:40px;scroll-margin-top:72px;min-width:0}.customer-care-page .section-title{font-size:20px}.customer-care-page .care-content,.customer-care-page .care-section,.customer-care-page .return-step,.customer-care-page .step-body,.customer-care-page .contact-cta,.customer-care-page .contact-cta-text{min-width:0}.customer-care-page .care-section h2,.customer-care-page .care-section p,.customer-care-page .callout,.customer-care-page .step-title,.customer-care-page .step-desc,.customer-care-page .contact-cta-text h3,.customer-care-page .contact-cta-text p{overflow-wrap:anywhere}.customer-care-page .contact-cta{flex-direction:column;align-items:flex-start;padding:28px}.customer-care-page .cta-actions{flex-direction:column;width:100%}.customer-care-page .btn-outline-white,.customer-care-page .btn-filled-white{width:100%;text-align:center}.customer-care-page .guarantee-strip{grid-template-columns:1fr;gap:16px}.customer-care-page .guarantee-divider{display:none}}@media (max-width: 600px){.customer-care-page .page-hero{padding:28px 16px 24px}.customer-care-page .page-hero h1{font-size:26px}.customer-care-page .main-layout{padding:0 0 60px}.customer-care-page .sidebar{padding:14px 16px}.customer-care-page .care-content{padding:20px 16px 0}.customer-care-page .section-title{font-size:18px}.customer-care-page .shipping-timeline{grid-template-columns:1fr}.customer-care-page .shipping-timeline .timeline-step{border-right:none;border-bottom:1px solid var(--cc-gray-100)}.customer-care-page .shipping-timeline .timeline-step:last-child{border-bottom:none}.customer-care-page .contact-cta{padding:20px 16px;gap:16px}.customer-care-page .callout{padding:14px 16px}}@media (max-width: 420px){.customer-care-page .page-hero{padding:24px 14px 20px}.customer-care-page .sidebar{padding:12px 14px}.customer-care-page .care-content{padding:18px 14px 0}.customer-care-page .callout{padding:12px 14px}.customer-care-page .return-step{grid-template-columns:32px minmax(0,1fr);gap:12px}.customer-care-page .step-num{width:28px;height:28px;font-size:11px}.customer-care-page .contact-cta{padding:20px 14px}.customer-care-page .sidebar-nav a{padding:6px 12px;font-size:12px}}.customer-care-page .reveal{opacity:0;transform:translateY(32px);transition:opacity .75s ease,transform .75s ease}.customer-care-page .reveal.visible{opacity:1;transform:translateY(0)}.customer-care-page .reveal-delay-1{transition-delay:.1s}.customer-care-page .reveal-delay-2{transition-delay:.2s}.customer-care-page .reveal-delay-3{transition-delay:.3s}@media (prefers-reduced-motion: reduce){.customer-care-page .reveal{transition:none!important}.customer-care-page a,.customer-care-page .breadcrumb a,.customer-care-page .sidebar-nav a,.customer-care-page .btn-outline-white,.customer-care-page .btn-filled-white,.customer-care-page .channel-link,.customer-care-page .faq-icon,.customer-care-page .faq-icon:after,.customer-care-page .faq-body{transition:none!important}.customer-care-page{scroll-behavior:auto!important}}
