.pakiki-hero-section,.pakiki-hero{display:block}.pakiki-hero{color:rgb(var(--color-foreground));background:rgb(var(--color-background))}.pakiki-hero__inner{padding:2.4rem 2rem}.pakiki-hero__intro{margin-bottom:2rem}.pakiki-hero__eyebrow{margin:0 0 .8rem;font-size:1.1rem;font-weight:500;line-height:1.5;letter-spacing:.06em;text-transform:uppercase;color:#755b3b}.pakiki-hero__heading{max-width:24ch;margin:0 0 .8rem;color:rgb(var(--color-foreground));font-family:var(--pakiki-heading-stack, var(--font-heading-family));font-size:clamp(2.6rem,7.2vw,3.2rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}.pakiki-hero__text{margin:0;font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.8)}.pakiki-hero__categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin:0;padding:0;list-style:none}.pakiki-hero__category{display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:1.4rem;background:var(--category-background, #e6e7da);color:#1d1b16;text-decoration:none}.pakiki-hero__category-image{display:flex;align-items:center;justify-content:center;height:clamp(10rem,30vw,16rem);padding:1rem .8rem 0;overflow:hidden}.pakiki-hero__category-image img,.pakiki-hero__category-image svg{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transform:scale(var(--category-image-scale, 1));transition:transform .2s ease}.pakiki-hero__category-footer{display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex:1;min-height:5rem;padding:.8rem 1rem 1rem;font-size:1.4rem;font-weight:600;line-height:1.3;overflow-wrap:anywhere}.pakiki-hero__category-arrow{display:flex;align-items:center;justify-content:center;flex:0 0 2.8rem;height:2.8rem;border-radius:50%;background:#755b3b;color:#fff}.pakiki-hero__category-arrow svg{width:1.6rem;height:1.6rem}.pakiki-hero__category:hover .pakiki-hero__category-image img{transform:scale(calc(var(--category-image-scale, 1) * 1.035))}.pakiki-hero__category:focus-visible,.pakiki-hero__service:focus-visible{outline:2px solid #755b3b;outline-offset:3px}.pakiki-hero__actions{display:grid;gap:1.2rem;margin-top:1.6rem}.pakiki-hero__service{display:flex;align-items:center;gap:1.2rem;width:100%;min-height:7.6rem;padding:1.4rem;border:0;border-radius:1.4rem;background:#ffe9a8;color:#1d1b16;cursor:pointer;font:inherit;text-align:start}.pakiki-hero__service:hover{background:#ffe39a}.pakiki-hero__home-icon{flex:0 0 3rem;width:3rem;height:3rem}.pakiki-hero__service-copy{display:grid;gap:.4rem;flex:1}.pakiki-hero__service-copy strong{font-size:1.5rem;font-weight:600;line-height:1.35}.pakiki-hero__service-copy>span:not(.visually-hidden){font-size:1.25rem;line-height:1.45}.pakiki-hero__service-chevron{flex:0 0 1.6rem;width:1.6rem;height:1.6rem}.pakiki-hero__button,.pakiki-hero__sheet-button{display:flex;align-items:center;justify-content:center;gap:1.2rem;min-height:4.8rem;padding:1.2rem 2rem;border-radius:1.2rem;font-size:1.5rem;font-weight:600;letter-spacing:0}.pakiki-hero__button:before,.pakiki-hero__button:after,.pakiki-hero__sheet-button:before,.pakiki-hero__sheet-button:after{border-radius:1.2rem}@media screen and (max-width:374px){.pakiki-hero__heading{font-size:2.4rem}.pakiki-hero__category-footer{gap:.4rem;padding-inline:.8rem;font-size:1.3rem}.pakiki-hero__category-arrow{flex-basis:2rem;height:2rem}.pakiki-hero__category-arrow svg{width:1.2rem;height:1.2rem}.pakiki-hero__home-icon{display:none}}@media screen and (min-width:750px){.pakiki-hero__inner{padding:3.2rem 5rem}.pakiki-hero__heading{max-width:none;font-size:4rem}.pakiki-hero__eyebrow{font-size:1.2rem}.pakiki-hero__text{font-size:1.6rem}.pakiki-hero__category-footer{min-height:5.6rem;padding:1.2rem 1.6rem;font-size:1.6rem}.pakiki-hero__actions{grid-template-columns:minmax(0,1fr) auto;align-items:stretch}.pakiki-hero__button{min-width:22rem}}@media screen and (min-width:990px){.pakiki-hero__categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.6rem}.pakiki-hero__category-image{height:19rem;padding:1.6rem 1.2rem 0}}.pakiki-hero__sheet{width:100%;max-width:100%;max-height:88svh;margin:auto auto 0;padding:0;border:0;border-radius:var(--media-radius, 1.6rem) var(--media-radius, 1.6rem) 0 0;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));overflow:auto;overscroll-behavior:contain}.pakiki-hero__sheet::backdrop{background:#0000008c}.pakiki-hero__sheet[open]{animation:pakiki-sheet-up .28s cubic-bezier(.22,1,.36,1)}@keyframes pakiki-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pakiki-hero__sheet-inner{padding:2.4rem 2rem calc(2.8rem + env(safe-area-inset-bottom))}.pakiki-hero__sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1.6rem;margin-bottom:2rem}.pakiki-hero__sheet-title{margin:0;font-size:2.2rem;line-height:1.2;font-weight:700;font-family:var(--pakiki-heading-stack, var(--font-heading-family))}.pakiki-hero__sheet-close{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;margin:-.8rem -.8rem 0 0;padding:0;background:none;border:0;border-radius:50%;cursor:pointer;color:rgb(var(--color-foreground))}.pakiki-hero__sheet-close svg{width:2rem;height:2rem}.pakiki-hero__steps{list-style:none;margin:0 0 2.4rem;padding:0;display:grid;gap:2rem}.pakiki-hero__step{display:flex;align-items:flex-start;gap:1.6rem}.pakiki-hero__step-num{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.5rem;font-weight:700;line-height:1}.pakiki-hero__step-title{margin:0 0 .4rem;font-size:1.6rem;font-weight:600;line-height:1.3}.pakiki-hero__step-text{margin:0;font-size:1.5rem;line-height:1.5;color:rgba(var(--color-foreground),.78)}@media screen and (min-width:750px){.pakiki-hero__sheet{max-width:52rem;margin:auto;border-radius:var(--media-radius, 1.6rem)}.pakiki-hero__sheet[open]{animation:pakiki-sheet-in .22s ease-out}@keyframes pakiki-sheet-in{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.pakiki-hero__sheet-inner{padding:3.2rem}.pakiki-hero__sheet-button{width:100%}}body:has(.pakiki-hero__sheet[open]){overflow:hidden}@media(prefers-reduced-motion:reduce){.pakiki-hero__category-image img{transition:none}.pakiki-hero__sheet[open]{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/section-pakiki-hero.css.map */
