@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Great+Vibes&family=Poppins:wght@300;400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@300;400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600;700&display=swap";body{margin:0}*{box-sizing:border-box;margin:0;padding:0}.pg-hero{background-color:#0a0a0a;align-items:stretch;width:100%;height:100vh;font-family:Poppins,sans-serif;display:flex;position:relative;overflow:hidden}.pg-hero__bg{z-index:0;position:absolute;inset:0}.pg-hero__bg-img{object-fit:cover;object-position:center;width:100%;height:100%}.pg-hero__overlay{background:linear-gradient(90deg,#000000e0 0%,#00000073 40%,#0003 65%,#0000 100%);position:absolute;inset:0}.pg-hero__inner{z-index:1;box-sizing:border-box;flex-direction:column;justify-content:space-between;width:100%;padding:50px 60px 40px;display:flex;position:relative}.pg-hero__content{max-width:640px;animation:.9s both pgFadeUp}.pg-hero__badge{color:#0a0a0a;letter-spacing:1px;background:linear-gradient(135deg,#f3d488,#d9a441);border-radius:3px;margin-bottom:18px;padding:5px 14px;font-size:12px;font-weight:700;animation:.7s both pgFadeUp;display:inline-block}.pg-hero__intro{color:#f3d488;letter-spacing:4px;text-transform:uppercase;margin:0 0 6px;font-size:15px;font-weight:600;animation:.8s .1s both pgFadeUp}.pg-hero__title{margin:0;font-family:Playfair Display,serif;line-height:.98}.pg-hero__title-line{letter-spacing:1px;font-size:clamp(56px,8vw,108px);font-weight:700;display:block}.pg-hero__title-line--white{color:#fff;animation:.9s .15s both pgFadeLeft}.pg-hero__title-line--gold{background:linear-gradient(135deg,#f3d488,#d9a441 60%,#b9822c);color:#0000;-webkit-background-clip:text;background-clip:text;animation:.9s .3s both pgFadeLeft}.pg-hero__subtitle{color:#f3d488;letter-spacing:3px;text-transform:uppercase;margin:14px 0 20px;font-size:16px;font-weight:500;animation:.8s .4s both pgFadeUp}.pg-hero__desc{color:#ffffffd9;max-width:420px;margin:0 0 32px;font-size:16px;line-height:1.6;animation:.8s .5s both pgFadeUp}.pg-hero__btn{color:#0a0a0a;cursor:pointer;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(135deg,#f3d488,#d9a441);border:none;border-radius:3px;align-items:center;gap:10px;padding:15px 30px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;animation:.8s .6s both pgFadeUp;display:inline-flex}.pg-hero__btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #d9a44159}.pg-hero__btn:hover .pg-hero__btn-icon{transform:translate(4px)}.pg-hero__btn:active{transform:translateY(-1px)}.pg-hero__btn-icon{font-size:18px;transition:transform .3s}.pg-hero__footer{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-top:60px;display:flex}.pg-hero__features{flex-wrap:wrap;gap:32px;margin:0;padding:0;list-style:none;display:flex}.pg-hero__feature{text-align:center;color:#fff;opacity:0;flex-direction:column;align-items:center;gap:10px;animation:.7s both pgFadeUp;display:flex}.pg-hero__feature:first-child{animation-delay:.8s}.pg-hero__feature:nth-child(2){animation-delay:.9s}.pg-hero__feature:nth-child(3){animation-delay:1s}.pg-hero__feature:nth-child(4){animation-delay:1.1s}.pg-hero__feature-icon{object-fit:contain;width:30px;height:30px;display:block}.pg-hero__feature-label{letter-spacing:.5px;text-transform:uppercase;max-width:110px;font-size:11px;font-weight:500;line-height:1.3}.pg-hero__brand{color:#fff;white-space:nowrap;margin:0;font-size:15px;font-weight:400}.pg-hero__brand-name{color:#f3d488;font-style:italic;font-weight:700}.pg-hero__brand-logo{object-fit:contain;vertical-align:middle;width:auto;height:30px;margin:0 2px}@keyframes pgFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes pgFadeLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@media (width<=991px){.pg-hero{height:100vh}.pg-hero__inner{padding:80px 40px 32px}.pg-hero__title-line{font-size:clamp(46px,9vw,80px)}.pg-hero__features{gap:22px}.pg-hero__feature-label{max-width:95px}}@media (width<=640px){.pg-hero{height:100dvh!important}.pg-hero__overlay{background:linear-gradient(#0000008c 0%,#000000bf 55%,#000000eb 100%)}.pg-hero__inner{justify-content:flex-start;gap:40px;padding:70px 20px 26px}.pg-hero__content{max-width:100%}.pg-hero__title-line{font-size:clamp(40px,13vw,64px)}.pg-hero__desc{max-width:100%;font-size:14px}.pg-hero__btn{justify-content:center;width:auto;padding:12px 22px;font-size:13px}.pg-hero__footer{flex-direction:column;align-items:center;gap:20px;margin-top:0}.pg-hero__features{grid-template-columns:repeat(2,1fr);justify-content:center;justify-items:center;gap:20px 16px;width:100%;display:grid}.pg-hero__feature-label{max-width:110px;font-size:10px}.pg-hero__brand{text-align:center;width:100%;font-size:13px}}.ab-about{background-color:#0a0a0a;border-top:2px solid #f3d488;width:100%;height:70vh;display:flex;overflow:hidden}.ab-about__col{box-sizing:border-box;width:50%}.ab-about__col--text{align-items:center;display:flex}.ab-about__col--image{position:relative}.ab-about__inner{box-sizing:border-box;max-width:560px;padding:80px 0 80px 70px}.ab-about__eyebrow{color:#d9a441;letter-spacing:3px;text-transform:uppercase;opacity:0;margin:0 0 18px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;animation:.8s .1s forwards abFadeUp}.ab-about__heading{color:#fff;opacity:0;margin:0 0 24px;font-family:Playfair Display,serif;font-size:clamp(30px,3vw,44px);font-weight:600;line-height:1.25;animation:.9s .25s forwards abFadeUp}.ab-about__heading-accent{color:#d9a441}.ab-about__desc{color:#ffffffbf;opacity:0;margin:0 0 30px;font-family:Poppins,sans-serif;font-size:15px;font-weight:300;line-height:1.8;animation:.9s .4s forwards abFadeUp}.ab-about__script{color:#f3d488;opacity:0;margin:0;font-family:Great Vibes,cursive;font-size:32px;font-weight:400;animation:.9s .55s forwards abFadeUp}.ab-about__img{object-fit:cover;object-position:center;width:100%;height:100%;animation:1.2s forwards abImgReveal;display:block;transform:scale(1.08)}@keyframes abFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes abImgReveal{0%{opacity:0;transform:scale(1.15)}to{opacity:1;transform:scale(1.08)}}@media (width<=991px){.ab-about__inner{max-width:100%;padding:60px 40px}.ab-about__heading{font-size:clamp(26px,4vw,36px)}}@media (width<=767px){.ab-about{flex-direction:column;min-height:100vh!important}.ab-about__col{width:100%}.ab-about__col--text{flex-direction:column;justify-content:center;align-items:center;display:flex}.ab-about__col--image{order:-1;height:340px}.ab-about__inner{text-align:center;width:100%;max-width:100%;padding:40px 24px 50px}.ab-about__heading{font-size:clamp(26px,7vw,34px)}.ab-about__desc{font-size:14px}.ab-about__script{font-size:26px}.ab-about__img{transform:scale(1.02)}@keyframes abImgReveal{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1.02)}}}.fn-notes{background-color:#0a0a0a;border-top:2px solid #f3d488;width:100%}.fn-notes__inner{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:90px 60px 100px}.fn-notes__heading{opacity:0;justify-content:center;align-items:center;gap:18px;margin-bottom:60px;animation:.8s forwards fnFadeUp;display:flex}.fn-notes__line{background:linear-gradient(90deg,#d9a44100 0%,#d9a441 100%);flex:1;max-width:220px;height:1px}.fn-notes__line:last-of-type{background:linear-gradient(90deg,#d9a441 0%,#d9a44100 100%)}.fn-notes__diamond{background:#d9a441;flex-shrink:0;width:8px;height:8px;transform:rotate(45deg)}.fn-notes__title{color:#f3d488;letter-spacing:4px;text-transform:uppercase;white-space:nowrap;margin:0;font-family:Poppins,sans-serif;font-size:20px;font-weight:600}.fn-notes__grid{justify-content:space-between;gap:40px;display:flex}.fn-notes__col{text-align:center;opacity:0;flex-direction:column;flex:1;align-items:center;animation:.8s forwards fnFadeUp;display:flex;position:relative}.fn-notes__col:first-child{animation-delay:.15s}.fn-notes__col:nth-child(2){animation-delay:.3s}.fn-notes__col:nth-child(3){animation-delay:.45s}.fn-notes__divider{background:linear-gradient(#d9a44100 0%,#d9a44180 50%,#d9a44100 100%);width:1px;height:80%;position:absolute;top:10%;right:-20px}.fn-notes__col-title{color:#f3d488;letter-spacing:2px;text-transform:uppercase;margin:0 0 26px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600}.fn-notes__image-wrap{justify-content:center;align-items:center;margin-bottom:26px;display:flex}.fn-notes__img{object-fit:cover;border-radius:6px;width:320px;height:160px;transition:transform .35s}.fn-notes__img:hover{transform:translateY(-6px)}.fn-notes__desc{color:#ffffffd9;max-width:220px;margin:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.6}@keyframes fnFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=991px){.fn-notes__inner{padding:70px 40px 80px}.fn-notes__line{max-width:100px}.fn-notes__title{letter-spacing:3px;font-size:16px}.fn-notes__img{max-width:220px;height:110px}}@media (width<=767px){.fn-notes__inner{padding:60px 24px 70px}.fn-notes__heading{gap:12px;margin-bottom:44px}.fn-notes__line{max-width:50px}.fn-notes__title{letter-spacing:2px;font-size:14px}.fn-notes__grid{flex-direction:column;gap:44px}.fn-notes__col{width:100%}.fn-notes__divider{background:linear-gradient(90deg,#d9a44100 0%,#d9a44180 50%,#d9a44100 100%);width:60%;height:1px;inset:auto auto -22px 50%;transform:translate(-50%)}.fn-notes__img{max-width:240px;height:96px}.fn-notes__desc{max-width:280px}}.bn-banner{aspect-ratio:30/11;background-color:#0a0a0a;border-top:2px solid #f3d488;width:100%;position:relative;overflow:hidden}.bn-banner__bg{z-index:0;position:absolute;inset:0}.bn-banner__bg-img{object-fit:cover;object-position:center;width:100%;height:100%;display:none}.bn-banner__bg-img--desktop{display:block}.bn-banner__overlay{background:linear-gradient(90deg,#000000d9 0%,#0000008c 38%,#0000001a 65%,#0000 100%);position:absolute;inset:0}.bn-banner__inner{z-index:1;box-sizing:border-box;align-items:center;width:100%;height:100%;padding:0 60px;display:flex;position:relative}.bn-banner__content{max-width:480px}.bn-banner__title{color:#fff;opacity:0;margin:0 0 18px;font-family:Playfair Display,serif;font-size:clamp(26px,3vw,50px);font-weight:500;line-height:1.3;animation:.9s .1s forwards bnFadeLeft}.bn-banner__desc{color:#ffffffd9;opacity:0;margin:0 0 26px;font-family:Poppins,sans-serif;font-size:14px;font-weight:300;line-height:1.7;animation:.9s .25s forwards bnFadeLeft}.bn-banner__btn{color:#0a0a0a;cursor:pointer;letter-spacing:1px;text-transform:uppercase;opacity:0;background:linear-gradient(135deg,#f3d488,#d9a441);border:none;border-radius:3px;align-items:center;gap:10px;padding:14px 28px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;animation:.9s .4s forwards bnFadeLeft;display:inline-flex}.bn-banner__btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #d9a44159}.bn-banner__btn:hover .bn-banner__btn-icon{transform:translate(4px)}.bn-banner__btn:active{transform:translateY(-1px)}.bn-banner__btn-icon{font-size:16px;transition:transform .3s}@keyframes bnFadeLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@media (width<=991px){.bn-banner{aspect-ratio:16/9}.bn-banner__inner{padding:0 40px}.bn-banner__content{max-width:400px}}@media (width<=767px){.bn-banner{aspect-ratio:auto;border-top:none;flex-direction:column;display:flex}.bn-banner__bg{aspect-ratio:4/4;width:100%;position:relative}.bn-banner__bg-img--desktop{display:none}.bn-banner__bg-img--mobile{display:block}.bn-banner__overlay{background:linear-gradient(#0000001a 0%,#00000080 100%)}.bn-banner__inner{justify-content:center;height:auto;padding:36px 22px 44px;position:relative}.bn-banner__content{text-align:center;flex-direction:column;align-items:center;max-width:100%;display:flex}.bn-banner__title{margin-bottom:12px;font-size:clamp(24px,7vw,32px)}.bn-banner__desc{margin-bottom:20px;font-size:13px}.bn-banner__btn{justify-content:center;width:100%}}.fh-features{background-color:#0a0a0a;border-top:2px solid #f3d488;width:100%}.fh-features__inner{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:60px}.fh-features__grid{justify-content:space-between;gap:20px;display:flex}.fh-features__item{text-align:center;box-sizing:border-box;opacity:0;flex-direction:column;flex:1;align-items:center;padding:0 16px;animation:.8s forwards fhFadeUp;display:flex;position:relative}.fh-features__item:first-child{animation-delay:.12s}.fh-features__item:nth-child(2){animation-delay:.24s}.fh-features__item:nth-child(3){animation-delay:.36s}.fh-features__item:nth-child(4){animation-delay:.48s}.fh-features__icon{justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:16px;transition:transform .35s;display:flex}.fh-features__icon img{object-fit:contain;width:100%;height:100%;display:block}.fh-features__item:hover .fh-features__icon{transform:translateY(-4px)}.fh-features__title{color:#f3d488;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 10px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600}.fh-features__desc{color:#ffffffbf;overflow-wrap:break-word;max-width:200px;margin:0;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;line-height:1.6}.fh-features__divider{background:linear-gradient(#d9a44100 0%,#d9a44180 50%,#d9a44100 100%);width:1px;height:calc(100% - 30px);position:absolute;top:6px;right:-10px}@keyframes fhFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (width<=991px){.fh-features__inner{padding:50px 30px}.fh-features__grid{grid-template-columns:repeat(2,1fr);gap:40px 20px;display:grid}.fh-features__item{min-width:0;padding:0 14px}.fh-features__item:nth-child(2n) .fh-features__divider{display:none}.fh-features__item:first-child:after,.fh-features__item:nth-child(2):after{content:"";background:linear-gradient(90deg,#d9a44100 0%,#d9a44180 50%,#d9a44100 100%);width:70%;height:1px;position:absolute;bottom:-20px;left:15%}.fh-features__icon{width:36px;height:36px}}@media (width<=480px){.fh-features__inner{padding:44px 20px}.fh-features__grid{row-gap:32px}.fh-features__item{padding:0 8px}.fh-features__icon{width:40px;height:40px;margin-bottom:12px}.fh-features__title{font-size:12px}.fh-features__desc{max-width:160px;font-size:12px}}.ct-cta{background-color:#0a0a0a;border-top:2px solid #f3d488;width:100%;position:relative}.ct-cta__media{z-index:0;position:absolute;inset:0}.ct-cta__img{object-fit:cover;object-position:center;width:100%;height:100%;display:none}.ct-cta__img--desktop{display:block}.ct-cta__overlay{background:linear-gradient(90deg,#00000026 0% 50%,#00000026 100%);position:absolute;inset:0}.ct-cta__inner{z-index:1;aspect-ratio:30/8;box-sizing:border-box;justify-content:center;align-items:center;width:100%;padding:0 40px;display:flex;position:relative}.ct-cta__content{text-align:center;flex-direction:column;align-items:center;max-width:460px;display:flex}.ct-cta__title{color:#fff;opacity:0;margin:0 0 10px;font-family:Playfair Display,serif;font-size:clamp(24px,2.6vw,40px);font-weight:600;line-height:1.25;animation:.9s .1s forwards ctFadeUp}.ct-cta__subtitle{color:#f3d488;letter-spacing:2px;text-transform:uppercase;opacity:0;margin:0 0 24px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;animation:.9s .22s forwards ctFadeUp}.ct-cta__btn{color:#0a0a0a;cursor:pointer;letter-spacing:1px;text-transform:uppercase;opacity:0;background:linear-gradient(135deg,#f3d488,#d9a441);border:none;border-radius:3px;align-items:center;gap:10px;padding:14px 30px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;animation:.9s .34s forwards ctFadeUp;display:inline-flex}.ct-cta__btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #d9a44159}.ct-cta__btn:hover .ct-cta__btn-icon{transform:translate(4px)}.ct-cta__btn:active{transform:translateY(-1px)}.ct-cta__btn-icon{font-size:16px;transition:transform .3s}@keyframes ctFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (width<=991px){.ct-cta__inner{aspect-ratio:21/9;padding:0 30px}}@media (width<=767px){.ct-cta{flex-direction:column;display:flex}.ct-cta__media{aspect-ratio:6/4;width:100%;position:relative}.ct-cta__img,.ct-cta__img--desktop{display:none}.ct-cta__img--mobile{display:block}.ct-cta__overlay{background:linear-gradient(#0000001a 0%,#00000073 100%)}.ct-cta__inner{aspect-ratio:auto;padding:40px 24px 50px;position:relative}.ct-cta__title{font-size:clamp(22px,6vw,28px)}.ct-cta__btn{justify-content:center;width:100%}}
