.kf-categories{background:linear-gradient(165deg,var(--kf-brand-blue-dark, #005696) 0%,var(--kf-categories-bg, #004566) 55%,var(--kf-footer-bg, #004d7a) 100%);padding:clamp(2.5rem,5vw,4rem) 0}.kf-categories__inner{display:flex;flex-direction:column;align-items:center}.kf-categories__title{margin:0 0 1.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:.02em;text-transform:uppercase;text-align:center;color:#fff}.kf-categories__toolbar{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:56rem;margin-inline:auto;margin-bottom:2rem}.kf-categories__pills{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem;flex:0 1 auto;max-width:100%;min-width:0;padding:.15rem 0}.kf-categories__pill{flex-shrink:0;padding:.55rem 1.15rem;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:#ffffff14;font-family:inherit;font-size:.875rem;font-weight:500;color:#ffffffeb;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.kf-categories__pill:hover{border-color:#ffffffbf;background:#ffffff26}.kf-categories__pill--active{background:var(--kf-brand-gold, #ffc20e);border-color:var(--kf-brand-gold, #ffc20e);color:#1a1a1a}.kf-categories__arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer;transition:border-color .2s ease,background .2s ease}.kf-categories__arrow:hover{border-color:#ffffffbf;background:#fff3}.kf-categories__arrow svg{width:1.1rem;height:1.1rem}.kf-categories__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;width:100%}.kf-categories__grid>*{min-width:0}.kf-product-card{display:flex;flex-direction:column;height:100%;min-width:0;border-radius:16px;overflow:hidden;background:var(--kf-surface, #ffffff);color:inherit;box-shadow:0 4px 14px #0050820f;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.kf-product-card:hover{transform:translateY(-6px);border-color:#006eb359;box-shadow:0 16px 36px #00508224}.kf-product-card:focus-within{outline:3px solid var(--kf-brand-blue, #006eb3);outline-offset:3px}.kf-product-card--hidden{display:none}.kf-product-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:linear-gradient(145deg,#e8f4fa,#d4e9f5)}.kf-product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:2;padding:.3rem .65rem;border-radius:999px;font-size:.65rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#fff;background:#005696e0;backdrop-filter:blur(4px)}.kf-product-card__media-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:1rem;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-align:center;color:#0056968c}.kf-product-card__media--no-image:hover .kf-product-card__media-placeholder{color:#005696b8}.kf-product-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.kf-product-card:hover .kf-product-card__media img{transform:scale(1.08)}.kf-product-card__overlay-btn{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;margin:0;padding:0;border:none;cursor:pointer;background:#00325a73;opacity:0;transition:opacity .25s ease}.kf-product-card:hover .kf-product-card__overlay-btn,.kf-product-card:focus-within .kf-product-card__overlay-btn{opacity:1}.kf-product-card__cta{padding:.55rem 1.1rem;border-radius:999px;font-size:.8rem;font-weight:700;color:var(--kf-brand-blue-dark, #005696);background:#fff;box-shadow:0 4px 12px #00000026;pointer-events:none}.kf-product-card__body{display:flex;flex-direction:column;flex:1 1 auto;align-items:center;text-align:center;gap:.35rem;padding:1.1rem 1rem 1.15rem}.kf-product-card__price{margin:0;font-size:1rem;font-weight:700;color:#c92a2a;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.4rem}.kf-product-card__price .kf-price__mrp{font-size:.85em;font-weight:600;color:#8a96a3}.kf-product-card__title{margin:0;font-size:1.05rem;font-weight:700;color:#111;transition:color .2s ease}.kf-product-card__title a{color:inherit;text-decoration:none}.kf-product-card:hover .kf-product-card__title{color:var(--kf-brand-blue, #006eb3)}.kf-product-card__desc{margin:0;max-width:16rem;font-size:.8rem;line-height:1.55;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:3.1em}.kf-product-card__combo{margin:.4rem 0 0;max-width:16rem;font-size:.74rem;font-weight:600;line-height:1.4;color:var(--kf-brand-blue, #006eb3)}.kf-product-card__actions{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:.65rem;margin-top:auto;padding-top:.85rem;width:100%}.kf-product-card__actions:not(:has(.kf-variants)):before{content:"";display:block;width:100%;min-height:2.1rem}.kf-product-card__actions .kf-variants{justify-content:center;min-height:2.1rem;margin-bottom:0;width:100%}.kf-product-card__add{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.15rem;border:none;border-radius:999px;font-family:inherit;font-size:.8125rem;font-weight:700;cursor:pointer;color:#1a1a1a;background:var(--kf-brand-gold, #ffc20e);box-shadow:0 2px 10px #ffc20e59;transition:transform .2s ease,box-shadow .2s ease}.kf-product-card__add:hover{transform:translateY(-1px);box-shadow:0 4px 14px #ffc20e73}.kf-product-card__menu-link{font-size:.78rem;font-weight:600;color:var(--kf-brand-blue, #006eb3);text-decoration:none}.kf-product-card__menu-link:hover{text-decoration:underline}@media(max-width:1024px){.kf-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.kf-categories__toolbar{justify-content:center;padding-inline:.15rem;margin-bottom:1.35rem}.kf-categories__pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;width:100%;max-width:22rem;margin-inline:auto;padding:.55rem;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);box-shadow:0 10px 28px #0014282e}.kf-categories__pill{width:100%;min-height:2.55rem;padding:.45rem .55rem;font-size:.72rem;font-weight:600;line-height:1.2;text-align:center;white-space:normal;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff0a}.kf-categories__pill:first-child{grid-column:1 / -1}.kf-categories__pill--active{box-shadow:0 4px 14px #ffc20e59,inset 0 0 0 1px #ffffff1f}.kf-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.kf-categories{padding:clamp(1.75rem,4vw,2.5rem) 0}.kf-categories__title{margin-bottom:1.25rem;font-size:clamp(1.25rem,4.5vw,1.5rem)}.kf-product-card{border-radius:12px;box-shadow:0 2px 10px #00508214}.kf-product-card:hover{transform:none;box-shadow:0 4px 14px #0050821a}.kf-product-card__media{aspect-ratio:1 / 1}.kf-product-card__badge{top:.35rem;left:.35rem;max-width:calc(100% - .7rem);padding:.18rem .4rem;font-size:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kf-product-card__overlay-btn{display:none}.kf-product-card__body{align-items:stretch;text-align:left;gap:.15rem;padding:.55rem .5rem .6rem;flex:1 1 auto}.kf-product-card__price{font-size:.78rem;line-height:1.2}.kf-product-card__title{font-size:.72rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kf-product-card__desc,.kf-product-card__menu-link{display:none}.kf-product-card__actions{margin-top:auto;padding-top:.4rem;gap:.35rem;align-items:stretch}.kf-product-card__actions:not(:has(.kf-variants)):before{min-height:1.65rem}.kf-product-card__actions .kf-variants{min-height:1.65rem}.kf-product-card__add{min-height:34px;padding:.35rem .5rem;font-size:.68rem;width:100%}.kf-product-card:focus-within{outline-offset:0;outline-width:2px}}body.kf-product-modal-open{overflow:hidden}.kf-product-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2rem)}.kf-product-modal[hidden]{display:none}.kf-product-modal__backdrop{position:absolute;inset:0;background:#001e37a6;backdrop-filter:blur(4px)}.kf-product-modal__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(52rem,100%);max-height:min(90vh,42rem);border-radius:20px;overflow:hidden;background:var(--kf-surface, #ffffff);box-shadow:0 24px 64px #00285047;animation:kf-product-modal-in .28s ease}@keyframes kf-product-modal-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.kf-product-modal__close{position:absolute;top:.85rem;right:.85rem;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:50%;cursor:pointer;color:#fff;background:#00000073;transition:background .2s ease}.kf-product-modal__close:hover{background:#000000a6}.kf-product-modal__close svg{width:1.15rem;height:1.15rem}.kf-product-modal__layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);min-height:0;overflow:auto}.kf-product-modal__media{position:relative;min-height:14rem;background:linear-gradient(145deg,#e8f4fa,#d4e9f5)}.kf-product-modal__media img{display:block;width:100%;height:100%;min-height:14rem;object-fit:cover}.kf-product-modal__badge{position:absolute;top:.85rem;left:.85rem;z-index:2;padding:.35rem .75rem;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#fff;background:#005696e0}.kf-product-modal__body{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:clamp(1.25rem,3vw,2rem)}.kf-product-modal__category{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--kf-brand-blue, #006eb3)}.kf-product-modal__title{margin:0;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;color:#111;line-height:1.25}.kf-product-modal__price{margin:.15rem 0 0;font-size:1.35rem;font-weight:700;color:#c92a2a}.kf-product-modal__desc{margin:.5rem 0 0;font-size:.95rem;line-height:1.65;color:#444}.kf-product-modal__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:auto;padding-top:1.25rem;width:100%}.kf-product-modal__add{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.35rem;border:none;border-radius:999px;font-family:inherit;font-size:.9rem;font-weight:700;cursor:pointer;color:#1a1a1a;background:var(--kf-brand-gold, #ffc20e);box-shadow:0 2px 10px #ffc20e59;transition:transform .2s ease,box-shadow .2s ease}.kf-product-modal__add:hover{transform:translateY(-1px);box-shadow:0 4px 14px #ffc20e73}.kf-product-modal__menu-link{font-size:.875rem;font-weight:600;color:var(--kf-brand-blue, #006eb3);text-decoration:none}.kf-product-modal__menu-link:hover{text-decoration:underline}@media(max-width:640px){.kf-product-modal__layout{grid-template-columns:1fr}.kf-product-modal__media img{min-height:12rem;max-height:14rem}.kf-product-modal__body{padding:1.25rem 1.15rem 1.5rem}}.kf-hww{position:relative;overflow:hidden;padding:clamp(3rem,6vw,5.5rem) 0;background:linear-gradient(165deg,#f0f7fc,#e8f3fa 45%,#dceef8)}.kf-hww__bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.kf-hww__blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.45}.kf-hww__blob--1{top:-8%;right:-5%;width:min(28rem,55vw);height:min(28rem,55vw);background:#006eb32e}.kf-hww__blob--2{bottom:-12%;left:-8%;width:min(22rem,45vw);height:min(22rem,45vw);background:#ffc20e33}.kf-hww__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(2rem,4vw,3rem)}.kf-hww__header{text-align:center;max-width:40rem;margin-inline:auto}.kf-hww__eyebrow{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--kf-brand-blue)}.kf-hww__title{margin:0 0 .75rem;font-family:Lora,Georgia,serif;font-size:clamp(1.85rem,4vw,2.65rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--kf-brand-blue-dark)}.kf-hww__subtitle{margin:0;font-size:clamp(.9rem,1.8vw,1.05rem);line-height:1.65;color:#5a6578}.kf-hww__layout{display:grid;grid-template-columns:minmax(0,360px) minmax(0,1fr);gap:clamp(2rem,4vw,3.5rem);align-items:center;justify-content:center}.kf-hww__video-wrap{position:relative;max-width:360px;width:100%;margin-inline:auto}.kf-hww__video{position:relative;width:100%}.kf-hww__video-accent{position:absolute;right:-.75rem;bottom:-.75rem;z-index:0;width:70%;height:55%;border-radius:22px;background:var(--kf-brand-gold);opacity:.35}.kf-hww__video-frame{position:relative;z-index:1;aspect-ratio:9 / 16;width:100%;max-height:80vh;border-radius:clamp(16px,2.5vw,24px);overflow:hidden;background:#000;box-shadow:0 4px 6px #00325a0f,0 20px 48px #00508238;border:3px solid rgba(255,255,255,.9)}.kf-hww__embed{position:absolute;inset:0}.kf-hww__html-video{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit;background:#000}.kf-hww__embed iframe{display:block;width:100%;height:100%;border:0}.kf-hww__play{position:absolute;top:50%;left:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:clamp(4rem,10vw,5.25rem);height:clamp(4rem,10vw,5.25rem);margin:0;padding:0;border:none;border-radius:50%;background:var(--kf-brand-gold);color:var(--kf-brand-blue-dark);cursor:pointer;transform:translate(-50%,-50%);box-shadow:0 4px 20px #ffc20e80,0 0 0 8px #ffffff40;transition:transform .25s ease,box-shadow .25s ease}.kf-hww__play:hover{transform:translate(-50%,-50%) scale(1.06);box-shadow:0 8px 28px #ffc20e8c,0 0 0 10px #ffffff4d}.kf-hww__play:focus-visible{outline:3px solid #fff;outline-offset:4px}.kf-hww__play-ring{position:absolute;inset:-12px;border-radius:50%;border:2px solid rgba(255,194,14,.5);animation:kf-hww-pulse 2.2s ease-out infinite}@keyframes kf-hww-pulse{0%{transform:scale(.92);opacity:.8}70%{transform:scale(1.15);opacity:0}to{transform:scale(1.15);opacity:0}}.kf-hww__play-icon{position:relative;display:flex;margin-left:.2rem}.kf-hww__play-icon svg{width:1.65rem;height:1.65rem}.kf-hww__video-badge{position:absolute;left:1rem;bottom:1rem;z-index:2;display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;color:#fff;background:#0000008c;backdrop-filter:blur(6px)}.kf-hww__video--playing .kf-hww__poster{display:none}.kf-hww__video--playing .kf-hww__embed{display:block}.kf-hww__steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0;counter-reset:hww-step}.kf-hww-step{position:relative;display:grid;grid-template-columns:auto 1fr;gap:1rem 1.15rem;padding:1.15rem 0}.kf-hww-step:not(:last-child):after{content:"";position:absolute;left:1.35rem;top:3.5rem;bottom:0;width:2px;background:linear-gradient(180deg,var(--kf-brand-blue) 0%,rgba(0,110,179,.15) 100%)}.kf-hww-step__marker{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.35rem}.kf-hww-step__icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:14px;background:var(--kf-surface);color:var(--kf-brand-blue);box-shadow:0 2px 8px #0050821a,inset 0 0 0 1px #006eb31f}.kf-hww-step__icon svg{width:1.35rem;height:1.35rem}.kf-hww-step__num{font-size:.65rem;font-weight:800;letter-spacing:.08em;color:var(--kf-brand-gold)}.kf-hww-step__body{padding-top:.15rem}.kf-hww-step__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;color:var(--kf-brand-blue-dark)}.kf-hww-step__text{margin:0;font-size:.875rem;line-height:1.6;color:#5a6578}.kf-hww__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 1.5rem;padding-top:.5rem}.kf-hww__cta{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.75rem;border-radius:999px;font-size:.9375rem;font-weight:700;text-decoration:none;color:#1a1a1a;background:var(--kf-brand-gold);box-shadow:0 4px 16px #ffc20e66;transition:transform .2s ease,box-shadow .2s ease}.kf-hww__cta:hover{transform:translateY(-2px);box-shadow:0 8px 22px #ffc20e80}.kf-hww__channel{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;text-decoration:none;color:var(--kf-brand-blue);transition:color .2s ease}.kf-hww__channel svg{width:1rem;height:1rem}.kf-hww__channel:hover{color:var(--kf-brand-blue-dark);text-decoration:underline}@media(max-width:900px){.kf-hww__layout{grid-template-columns:1fr}.kf-hww__steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.kf-hww-step{grid-template-columns:1fr;gap:.65rem;padding:1rem;border-radius:14px;background:#ffffffa6;border:1px solid rgba(0,110,179,.1)}.kf-hww-step:not(:last-child):after{display:none}.kf-hww-step__marker{flex-direction:row;justify-content:flex-start}}@media(max-width:540px){.kf-hww__steps{grid-template-columns:1fr}.kf-hww__video-accent{display:none}}
