@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Orbitron:wght@900&family=Caveat:wght@600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Dancing+Script:wght@600;700&display=swap";:root{--violet-base: #1A0826;--violet-reflect: #4B1FA6;--violet-bright: #7A5CFF;--violet-mid: #5A35B8;--violet-glow: rgba(122, 92, 255, .15);--violet-glow-strong: rgba(122, 92, 255, .3);--violet-surface: rgba(26, 8, 38, .06);--chrome-base: #BFC3C9;--chrome-shadow: #8A8F98;--chrome-bright: #E6E9EE;--chrome-border: rgba(138, 143, 152, .15);--chrome-border-strong: rgba(138, 143, 152, .3);--ivory: #FAF8F5;--ivory-pure: #FFFFFF;--ivory-warm: #F5F2EE;--ivory-soft: #EFECEA;--deep: #0B0B0F;--deep-soft: #111117;--bg-main: var(--ivory);--bg-card: var(--ivory-pure);--bg-dark: var(--violet-base);--text-dark: #1A1A1F;--text-body: #3A3A42;--text-muted: var(--chrome-shadow);--text-light: #F4F6FA;--text-light-secondary: var(--chrome-base);--shadow-card: 0 1px 3px rgba(26, 8, 38, .04), 0 8px 32px rgba(26, 8, 38, .06);--shadow-card-hover: 0 12px 32px rgba(26, 8, 38, .1), 0 28px 64px rgba(26, 8, 38, .12);--shadow-image: 0 12px 40px rgba(26, 8, 38, .12);--shadow-dark-card: 0 4px 16px rgba(0, 0, 0, .3), 0 12px 40px rgba(0, 0, 0, .2);--gradient-violet: linear-gradient(135deg, var(--violet-base), var(--violet-reflect), var(--violet-bright));--gradient-violet-btn: linear-gradient(135deg, var(--violet-reflect), var(--violet-bright));--gradient-dark-panel: linear-gradient(160deg, var(--violet-base) 0%, var(--deep) 100%);--font-heading: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--section-padding: 128px;--container-max: 1200px;--grid-gap: 28px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html{scroll-behavior:smooth}.pheroz-landing{background-color:var(--bg-main)!important;color:var(--text-dark)!important;font-family:var(--font-body)!important;font-size:16px;line-height:1.7;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.pheroz-landing *{box-sizing:border-box}@keyframes pheroz-scroll-hint{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:.7;transform:translateY(10px)}}@keyframes pheroz-loader-pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes pheroz-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pheroz-gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pheroz-slide-in-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pheroz-divider-grow{0%{width:0;opacity:0}to{width:48px;opacity:1}}@keyframes pheroz-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.pheroz-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse at 40% 40%,rgba(75,31,166,.12) 0%,var(--deep) 70%);transition:opacity .8s ease,visibility .8s ease}.pheroz-loader.loaded{opacity:0;visibility:hidden;pointer-events:none}.pheroz-loader__brand{font-family:var(--font-heading);font-size:2.4rem;font-weight:700;letter-spacing:.35em;color:#f4f6fa;margin-bottom:48px;animation:pheroz-loader-pulse 2.5s ease-in-out infinite}.pheroz-loader__bar-track{width:220px;height:2px;background:#ffffff0f;border-radius:1px;overflow:hidden}.pheroz-loader__bar-fill{height:100%;background:var(--gradient-violet);background-size:200% 100%;animation:pheroz-gradient-shift 2s ease infinite;border-radius:1px;transition:width .15s ease-out;position:relative}.pheroz-loader__bar-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);background-size:200% 100%;animation:pheroz-shimmer 1.5s ease infinite}.pheroz-loader__text{margin-top:24px;font-family:var(--font-body);font-size:.85rem;font-weight:400;letter-spacing:.08em;color:var(--chrome-shadow)}.pheroz-hero{position:relative;height:380vh;background-color:var(--deep)}.pheroz-hero__sticky{position:sticky;top:0;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.pheroz-hero__canvas{display:block;width:100%;height:100%;background-color:var(--deep)}.pheroz-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,transparent,var(--ivory));pointer-events:none;z-index:5}.pheroz-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10}.pheroz-hero__overlay-group{position:absolute;opacity:0;transition:opacity .6s ease,transform .6s ease,filter .6s ease;transform:translateY(20px);filter:blur(6px);pointer-events:none}.pheroz-hero__overlay-group.active{opacity:1;transform:translateY(0);filter:blur(0);pointer-events:auto}.pheroz-hero__scroll-hint{position:absolute;bottom:5%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;opacity:.5;animation:pheroz-scroll-hint 2.5s ease-in-out infinite;z-index:10;transition:opacity .5s ease}.pheroz-hero__scroll-hint.hidden{opacity:0}.pheroz-hero__scroll-hint span{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--chrome-shadow)}.pheroz-hero__scroll-hint svg{width:18px;height:18px;stroke:var(--chrome-shadow);fill:none;stroke-width:1.5}.pheroz-section{position:relative;padding:var(--section-padding) 0;background-color:var(--bg-main);color:var(--text-dark)}.pheroz-container{max-width:var(--container-max);margin:0 auto;padding:0 48px}.pheroz-section__header{text-align:center;margin-bottom:72px}.pheroz-section__label{font-family:var(--font-body);font-size:.82rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--chrome-shadow);margin:0 0 14px}.pheroz-reveal.visible .pheroz-section__label{animation:pheroz-slide-in-left .6s .1s both var(--ease-out-expo)}.pheroz-section__heading{font-family:var(--font-heading);font-size:clamp(2.2rem,4.2vw,3.4rem);font-weight:700;letter-spacing:-.01em;color:var(--text-dark);margin:0 0 20px;line-height:1.12}.pheroz-section__desc{font-family:var(--font-body);font-size:1.05rem;font-weight:400;color:var(--text-body);line-height:1.75;max-width:540px;margin:0 auto}.pheroz-divider{width:48px;height:2px;background:var(--gradient-violet);margin:0 auto 18px;border-radius:1px}.pheroz-reveal.visible .pheroz-divider{animation:pheroz-divider-grow .7s .05s both var(--ease-out-expo)}.pheroz-section--dark{background-color:var(--bg-dark);color:var(--text-light)}.pheroz-section--dark .pheroz-section__label{color:var(--chrome-base)}.pheroz-section--dark .pheroz-section__heading{color:var(--text-light)}.pheroz-section--dark .pheroz-section__desc{color:var(--text-light-secondary)}.pheroz-section--dark .pheroz-divider{background:linear-gradient(90deg,transparent,var(--violet-bright),transparent)}.pheroz-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:all .3s var(--ease-out-quart);min-height:52px;padding:16px 44px;border-radius:4px;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}.pheroz-btn:focus-visible{outline:2px solid var(--violet-bright);outline-offset:3px}.pheroz-btn--primary{background:var(--gradient-violet-btn);color:#fff;box-shadow:0 4px 20px var(--violet-glow)}.pheroz-btn--primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:none}.pheroz-btn--primary:hover:before{animation:pheroz-shimmer .7s ease forwards;left:0}.pheroz-btn--primary:hover{box-shadow:0 8px 36px var(--violet-glow-strong);transform:translateY(-2px) scale(1.02)}.pheroz-btn--primary:active{transform:translateY(0) scale(.98);box-shadow:0 2px 12px var(--violet-glow)}.pheroz-btn--secondary{background:transparent;color:var(--text-dark);border:1.5px solid var(--chrome-border-strong);font-weight:500}.pheroz-btn--secondary:hover{border-color:var(--violet-reflect);color:var(--violet-reflect);transform:translateY(-1px)}.pheroz-btn--secondary:active{transform:translateY(0)}.pheroz-section--dark .pheroz-btn--secondary{color:var(--text-light);border-color:#ffffff2e}.pheroz-section--dark .pheroz-btn--secondary:hover{border-color:var(--violet-bright);color:var(--violet-bright)}.pheroz-collection{background-color:var(--ivory)}.pheroz-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gap)}.pheroz-product-card{position:relative;background:#f4f3ef;border:none;border-radius:14px;overflow:hidden;transition:transform .5s var(--ease-out-expo),box-shadow .5s var(--ease-out-expo),border-color .4s ease;cursor:pointer;text-decoration:none;color:inherit;display:block;box-shadow:none;-webkit-tap-highlight-color:transparent}.pheroz-product-card:hover{transform:translateY(-8px)}.pheroz-product-card:active{transform:translateY(-2px) scale(.99)}.pheroz-product-card__image-wrap{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:transparent}.pheroz-product-card__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,8,38,.08),transparent 50%);opacity:0;transition:opacity .6s ease;pointer-events:none}.pheroz-product-card:hover .pheroz-product-card__image-wrap:after{opacity:1}.pheroz-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-out-expo)}.pheroz-product-card:hover .pheroz-product-card__image{transform:scale(1.06)}.pheroz-product-card__info{padding:24px 26px;text-align:center}.pheroz-product-card__name{font-family:var(--font-body);font-size:1rem;font-weight:500;letter-spacing:.01em;color:var(--text-dark);margin:0 0 6px;line-height:1.4}.pheroz-product-card__price{font-family:var(--font-body);font-size:1rem;font-weight:700;color:var(--text-dark);letter-spacing:.01em}.pheroz-reveal.visible .pheroz-product-card:nth-child(1){animation:pheroz-fade-in .7s .05s both}.pheroz-reveal.visible .pheroz-product-card:nth-child(2){animation:pheroz-fade-in .7s .18s both}.pheroz-reveal.visible .pheroz-product-card:nth-child(3){animation:pheroz-fade-in .7s .31s both}@keyframes pheroz-fade-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.pheroz-benefits{background:var(--gradient-dark-panel);padding:108px 0;position:relative;overflow:hidden}.pheroz-benefits:before{content:"";position:absolute;top:-40%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(122,92,255,.06) 0%,transparent 70%);pointer-events:none}.pheroz-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.pheroz-benefit{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 28px;position:relative;transition:background-color .4s ease;-webkit-tap-highlight-color:transparent}.pheroz-benefit:not(:last-child):after{content:"";position:absolute;right:0;top:22%;height:56%;width:1px;background:linear-gradient(to bottom,transparent,rgba(191,195,201,.12),transparent)}.pheroz-benefit:hover{background-color:#7a5cff0a}.pheroz-benefit__icon{width:60px;height:60px;margin-bottom:28px;color:var(--chrome-base);transition:transform .4s var(--ease-spring),color .4s ease,filter .4s ease}.pheroz-benefit:hover .pheroz-benefit__icon{transform:scale(1.15) rotate(6deg);color:var(--violet-bright);filter:drop-shadow(0 0 12px rgba(122,92,255,.3))}.pheroz-benefit__icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.2}.pheroz-benefit__title{font-family:var(--font-body);font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);margin:0 0 12px}.pheroz-benefit__desc{font-family:Cormorant Garamond,serif!important;font-size:1.35rem;font-weight:400;color:var(--chrome-base);line-height:1.4;margin:0}.pheroz-reveal.visible .pheroz-benefit:nth-child(1){animation:pheroz-fade-in .6s .05s both}.pheroz-reveal.visible .pheroz-benefit:nth-child(2){animation:pheroz-fade-in .6s .15s both}.pheroz-reveal.visible .pheroz-benefit:nth-child(3){animation:pheroz-fade-in .6s .25s both}.pheroz-reveal.visible .pheroz-benefit:nth-child(4){animation:pheroz-fade-in .6s .35s both}.pheroz-editorial{overflow:hidden;background-color:#0e0b18;padding:0}.pheroz-editorial__inner{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:700px}.pheroz-editorial__image-wrap{position:relative;overflow:hidden;background:#1a1020}.pheroz-editorial__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.2s var(--ease-out-expo);filter:grayscale(20%)}.pheroz-editorial:hover .pheroz-editorial__image{transform:scale(1.03)}.pheroz-editorial__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;padding:32px;pointer-events:none}.pheroz-editorial__brand-stamp{font-family:var(--font-heading);font-size:2.2rem;font-weight:700;color:#fff;letter-spacing:.05em;text-shadow:0 2px 12px rgba(0,0,0,.4)}.pheroz-editorial__image-meta{display:flex;align-items:flex-end;gap:16px}.pheroz-editorial__meta-label{font-family:var(--font-body);font-size:.85rem;color:#ffffffd9;line-height:1.4;background:#00000059;padding:8px 12px;border-radius:4px}.pheroz-editorial__meta-ph{font-family:var(--font-body);font-size:1rem;color:#fff9;letter-spacing:.05em}.pheroz-editorial__now-stamp{font-family:Caveat,cursive;font-size:4rem;color:#381272;position:absolute;bottom:50px;right:20px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.3)}.pheroz-editorial__numbering{display:flex;flex-direction:column;gap:4px;position:absolute;bottom:32px;left:32px}.pheroz-editorial__numbering span{font-family:var(--font-body);font-size:1rem;color:#ffffffb3}.pheroz-editorial__content{display:flex;flex-direction:column;justify-content:center;padding:80px 72px;background:#0e0b18;gap:0}.pheroz-editorial__lines{display:flex;flex-direction:column;gap:8px;margin-bottom:56px}.pheroz-editorial__line{color:#e8e8f0;margin:0;line-height:1.1}.pheroz-editorial__line--1{font-family:Orbitron,sans-serif!important;font-style:italic;font-weight:900;font-size:clamp(3rem,4.5vw,5rem);letter-spacing:-1px}.pheroz-editorial__line--2{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(3.5rem,5.5vw,6rem);letter-spacing:-1px}.pheroz-editorial__line--3{font-family:Cormorant Garamond,serif;font-weight:300;color:#dcdcebd9;margin-top:40px;font-size:clamp(3rem,4.5vw,5rem);letter-spacing:-1px;text-align:center}.pheroz-editorial__highlight{display:inline-block;background:#fff;color:#111;padding:0 16px;font-style:italic;font-weight:900;border-radius:4px;font-family:Orbitron,sans-serif;font-size:.85em;letter-spacing:-.02em;transform:translateY(-5px)}.pheroz-editorial__highlight--outline{background:transparent;color:#fff;border:2px solid #fff;padding:4px 16px}.pheroz-editorial__explore-btn{display:inline-block;border:5px solid #fff;color:#fff;font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;padding:10px 45px;text-decoration:none;transition:transform .3s ease,border-color .3s ease,color .3s ease;align-self:center;border-radius:10px}.pheroz-editorial__explore-btn:hover{transform:scale(1.05);border-color:#e8e8f0;color:#e8e8f0}.pheroz-editorial__tagline{font-family:Segoe Script,Dancing Script,Brush Script MT,cursive!important;font-size:clamp(2rem,3.5vw,4rem);color:#fff;margin:60px 0 0;font-weight:700;align-self:flex-end;text-align:right}.pheroz-showcase{background:#fff;padding:60px 0;overflow:hidden}.pheroz-showcase__inner{display:grid;grid-template-columns:min-content max-content 1fr;gap:40px;align-items:stretch;max-width:1300px;margin:0 auto;padding:0 40px}.pheroz-showcase__brand-col{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:0}.pheroz-showcase__brand-letter{font-family:Inter,Helvetica Neue,sans-serif;font-size:clamp(7rem,10vw,12rem);font-weight:900;font-style:italic;color:#111;line-height:.85;letter-spacing:-6px;display:block}.pheroz-showcase__product-col{display:flex;align-items:center;justify-content:center;padding:0}.pheroz-showcase__product-frame{background:#1a1020;border-radius:20px;overflow:hidden;width:100vw;max-width:520px;aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center}.pheroz-showcase__product-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s var(--ease-out-expo)}.pheroz-showcase__product-frame:hover .pheroz-showcase__product-img{transform:scale(1.04)}.pheroz-showcase__text-col{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:24px 0 0 24px;gap:0;position:relative}.pheroz-showcase__why-not{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-bottom:0}.pheroz-showcase__why,.pheroz-showcase__not{font-family:Caveat,cursive;font-size:clamp(4rem,7vw,7rem);font-weight:700;color:#381272;line-height:.95;display:block}.pheroz-showcase__doodle{width:100px;height:65px;margin-top:16px;opacity:.85}.pheroz-showcase__tagline{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3vw,3.5rem);font-weight:300;color:#111;font-style:normal;margin:auto 0 0;letter-spacing:-.5px;align-self:flex-end;text-align:right}.pheroz-social-proof{background-color:#f5f3ee;padding:var(--section-padding) 0}.pheroz-social-proof__header{display:grid;grid-template-columns:1fr 1fr;align-items:flex-end;gap:24px;max-width:var(--container-max);margin:0 auto 64px;padding:0 var(--container-padding, 40px)}.pheroz-social-proof__label-cursive{font-family:Caveat,cursive;font-size:2.4rem;font-weight:400;color:#555;line-height:1;align-self:flex-start}.pheroz-social-proof__heading{font-family:var(--font-heading);font-size:clamp(3rem,6vw,5.5rem);font-weight:400;color:#111;margin:0;line-height:1;letter-spacing:-.03em;text-align:right}.pheroz-testimonial{background:#fff;border:none;border-radius:20px;padding:40px 36px;transition:transform .5s var(--ease-out-expo),box-shadow .5s var(--ease-out-expo);box-shadow:0 8px 28px #0000000a;-webkit-tap-highlight-color:transparent;will-change:transform}.pheroz-testimonial:hover{box-shadow:0 20px 50px #00000014;transform:translateY(-6px)}.pheroz-testimonial__stars{display:flex;gap:4px;margin-bottom:24px}.pheroz-testimonial__star--empty{color:transparent}.pheroz-testimonial__text{font-family:var(--font-body);font-size:.95rem;font-weight:400;font-style:italic;color:#555;line-height:1.8;margin:0 0 28px}.pheroz-testimonial__author{font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a1a1a;margin:0}.pheroz-social-proof .pheroz-divider{display:none}.pheroz-social-proof .pheroz-section__heading{font-family:var(--font-heading);font-size:3.2rem;font-weight:700;color:#111;margin:0}.pheroz-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gap)}.pheroz-testimonial{background:#fff;border:none;border-radius:16px;padding:44px 36px;transition:transform .5s var(--ease-out-expo),box-shadow .5s var(--ease-out-expo);box-shadow:0 10px 30px #0000000d;-webkit-tap-highlight-color:transparent;will-change:transform}.pheroz-testimonial:hover{box-shadow:0 15px 40px #00000014;transform:translateY(-6px) perspective(800px) rotateX(2deg) rotateY(-1deg)}.pheroz-testimonial:active{transform:translateY(-2px) scale(.99)}.pheroz-testimonial__stars{display:flex;justify-content:flex-start;gap:4px;margin-bottom:24px}.pheroz-testimonial__star{width:17px;height:17px;color:#381272;transition:transform .3s var(--ease-spring)}.pheroz-testimonial:hover .pheroz-testimonial__star:nth-child(1){transform:scale(1.15);transition-delay:0ms}.pheroz-testimonial:hover .pheroz-testimonial__star:nth-child(2){transform:scale(1.15);transition-delay:40ms}.pheroz-testimonial:hover .pheroz-testimonial__star:nth-child(3){transform:scale(1.15);transition-delay:80ms}.pheroz-testimonial:hover .pheroz-testimonial__star:nth-child(4){transform:scale(1.15);transition-delay:.12s}.pheroz-testimonial:hover .pheroz-testimonial__star:nth-child(5){transform:scale(1.15);transition-delay:.16s}.pheroz-testimonial__star--empty{color:transparent;stroke:#381272;stroke-width:1.5}.pheroz-testimonial__text{font-family:var(--font-body);font-size:.95rem;font-weight:400;font-style:italic;color:#555;line-height:1.8;margin:0 0 32px;text-align:left}.pheroz-testimonial__author{font-family:var(--font-body);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#111;text-align:left;margin:0}.pheroz-reveal.visible .pheroz-testimonial:nth-child(1){animation:pheroz-fade-in .7s .05s both}.pheroz-reveal.visible .pheroz-testimonial:nth-child(2){animation:pheroz-fade-in .7s .2s both}.pheroz-reveal.visible .pheroz-testimonial:nth-child(3){animation:pheroz-fade-in .7s .35s both}.pheroz-reveal{opacity:0;transform:translateY(36px);transition:opacity .9s ease,transform .9s var(--ease-out-expo),filter .9s ease;filter:blur(4px)}.pheroz-reveal.visible{opacity:1;transform:translateY(0);filter:blur(0)}@media(max-width:1024px){:root{--section-padding: 96px;--grid-gap: 22px}.pheroz-section__heading{font-size:clamp(1.8rem,4vw,2.6rem)}.pheroz-collection-grid,.pheroz-benefits-grid{grid-template-columns:repeat(2,1fr)}.pheroz-benefit:nth-child(2):after{display:none}.pheroz-editorial__inner{grid-template-columns:1fr;min-height:auto}.pheroz-editorial__image-wrap{aspect-ratio:16 / 10}.pheroz-editorial__content{padding:56px 44px}.pheroz-specs__inner{grid-template-columns:1fr;gap:44px}.pheroz-testimonials-grid{grid-template-columns:repeat(2,1fr)}.pheroz-container{padding:0 32px}}@media(max-width:768px){:root{--section-padding: 64px;--grid-gap: 16px}.pheroz-landing{font-size:16px!important}.pheroz-hero{height:350vh}.pheroz-hero:after{height:100px}.pheroz-hero__scroll-hint{bottom:calc(6% + env(safe-area-inset-bottom,0px))}.pheroz-hero__scroll-hint span{font-size:.7rem}.pheroz-section__header{margin-bottom:40px}.pheroz-section__heading{font-size:clamp(1.65rem,7vw,2.2rem)}.pheroz-section__desc{font-size:.95rem}.pheroz-section__label{font-size:.72rem}.pheroz-collection__title-wrapper{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.pheroz-collection__title-wrapper h2 img{width:90px!important;top:-50px!important;right:-70px!important}.pheroz-section__desc[style*="border-radius: 60px"],p.pheroz-section__desc{white-space:normal!important;font-size:1.6rem!important;height:auto!important;padding:12px 28px!important;max-width:92vw!important;text-align:center!important;line-height:1.3!important}.pheroz-collection-grid{grid-template-columns:repeat(2,1fr);gap:14px}.pheroz-product-card{border-radius:12px}.pheroz-product-card__image-wrap{aspect-ratio:1 / 1}.pheroz-product-card__info{padding:16px 18px}.pheroz-product-card__name{font-size:.88rem}.pheroz-product-card__price{font-size:.95rem}.pheroz-product-card:hover{transform:none}.pheroz-product-card:active{transform:scale(.98);transition-duration:.1s}.pheroz-benefits{padding:56px 0}.pheroz-benefits-grid{grid-template-columns:1fr;gap:0}.pheroz-benefit:not(:last-child):after{display:none}.pheroz-benefit{flex-direction:row;text-align:left;gap:20px;padding:24px 20px;border-bottom:1px solid rgba(191,195,201,.06)}.pheroz-benefit:last-child{border-bottom:none}.pheroz-benefit__icon{width:40px;height:40px;min-width:40px;margin-bottom:0}.pheroz-benefit__title{font-size:.82rem;letter-spacing:.08em;margin-bottom:4px}.pheroz-benefit__desc{font-size:1.05rem;line-height:1.4}.pheroz-editorial__inner{grid-template-columns:1fr;min-height:auto}.pheroz-editorial__image-wrap{aspect-ratio:4 / 3;min-height:260px}.pheroz-editorial__content{padding:44px 24px 48px;gap:0}.pheroz-editorial__lines{gap:6px;margin-bottom:36px}.pheroz-editorial__line--1{font-size:clamp(1.6rem,8vw,2.2rem)!important}.pheroz-editorial__line--2{font-size:clamp(2rem,9vw,2.6rem)!important}.pheroz-editorial__line--3{font-size:clamp(1.6rem,7vw,2.2rem)!important;margin-top:24px;text-align:center}.pheroz-editorial__explore-btn{font-size:1.2rem;padding:8px 28px;border-width:3px;align-self:center}.pheroz-editorial__tagline{font-family:Segoe Script,Dancing Script,Brush Script MT,cursive!important;font-size:clamp(1.4rem,5vw,1.8rem)!important;text-align:center;align-self:center;margin-top:36px}.pheroz-showcase{padding:40px 0}.pheroz-showcase__inner{grid-template-columns:1fr!important;gap:28px!important;padding:0 20px!important}.pheroz-showcase__brand-col{flex-direction:row!important;justify-content:center!important;gap:2px!important;order:1}.pheroz-showcase__brand-letter{font-size:clamp(2.5rem,10vw,4rem)!important;letter-spacing:-2px!important;line-height:1!important}.pheroz-showcase__product-col{order:2;width:100%}.pheroz-showcase__product-frame{width:100%!important;max-width:100%!important;aspect-ratio:3 / 4}.pheroz-showcase__text-col{order:3;padding:0!important;align-items:center;text-align:center}.pheroz-showcase__why-not img{max-width:min(100%,280px)!important;margin:0 auto}.pheroz-showcase__tagline{font-size:clamp(1.4rem,5vw,2rem)!important;align-self:center!important;text-align:center!important}.pheroz-social-proof{padding:64px 0}.pheroz-social-proof__header{grid-template-columns:1fr!important;text-align:center!important;margin-bottom:40px;gap:12px}.pheroz-social-proof__label-cursive{font-size:1.8rem;align-self:center;text-align:center}.pheroz-social-proof__heading{font-size:clamp(1.8rem,8vw,2.4rem)!important;text-align:center!important}.pheroz-testimonials-grid{grid-template-columns:1fr;gap:16px}.pheroz-testimonial{padding:28px 22px;border-radius:14px}.pheroz-testimonial:hover{transform:none;box-shadow:0 8px 20px #0000000f}.pheroz-testimonial:active{transform:scale(.98);transition-duration:.1s}.pheroz-testimonial__text{font-size:.95rem}.pheroz-btn{padding:15px 32px;font-size:.82rem;min-height:52px;width:100%;justify-content:center;border-radius:8px}.pheroz-container{padding:0 20px}}@media(max-width:480px){:root{--section-padding: 52px;--grid-gap: 12px}.pheroz-collection-grid{grid-template-columns:1fr;gap:18px}.pheroz-product-card__image-wrap{aspect-ratio:3 / 4}.pheroz-benefit{padding:20px 16px}.pheroz-editorial__content{padding:36px 18px 40px}.pheroz-showcase__brand-letter{font-size:clamp(2rem,9vw,3rem)!important}p.pheroz-section__desc{font-size:1.3rem!important;padding:10px 20px!important}}.pheroz-landing *:focus-visible{outline:2px solid var(--violet-bright);outline-offset:3px;border-radius:4px}.pheroz-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(hover:none)and (pointer:coarse){.pheroz-product-card:hover .pheroz-product-card__image{transform:none}.pheroz-product-card:hover .pheroz-product-card__image-wrap:after{opacity:0}.pheroz-editorial:hover .pheroz-editorial__image,.pheroz-specs__image-wrap:hover .pheroz-specs__image{transform:none}.pheroz-benefit:hover .pheroz-benefit__icon{transform:none;color:var(--chrome-base);filter:none}.pheroz-benefit:hover{background-color:transparent}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/pheroz-landing.css.map */
