/** Shopify CDN: Minification failed

Line 324:14 Unexpected ";"
Line 491:0 Unexpected "}"
Line 1140:1 Unexpected "}"

**/
/* ==========================================================
   PAR'DU WORLD
   Design System v1.0
========================================================== */

:root{
    --font-display: "Helvetica Neue", Arial, sans-serif;

--font-body: "Helvetica Neue", Arial, sans-serif;

--heading-xl:clamp(60px,8vw,150px);

--heading-lg:clamp(45px,6vw,100px);

--body-lg:22px;
font-family:var(--font-display);

--bg:#7FB2E0;
--text:#000000;

--container:1600px;

--space-xs:16px;
--space-s:32px;
--space-m:64px;
--space-l:90px;
--space-xl:130px;

--transition:.8s cubic-bezier(.22,.61,.36,1);

}

/* Reset */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{

scroll-behavior:smooth;

}

body{

background:var(--bg);
color:var(--text);

font-family:

Helvetica,
"Helvetica Neue",
Arial,
sans-serif;

overflow-x:hidden;

}

/* Images */

img{

display:block;
max-width:100%;

}

/* Links */

a{

text-decoration:none;

color:inherit;

}

/* Buttons */

button{

font:inherit;

}

/* Container */

.pardu-container{

max-width:var(--container);

margin:auto;

padding-left:5vw;

padding-right:5vw;

}

/* Sections */

section{

position:relative;

}

/* Selection */

::selection{

background:#000;
color:#7FB2E0;

}
/* ==========================================================

HERO

========================================================== */

.pardu-hero{

height:100vh;

background:#000;

overflow:hidden;

position:relative;

display:flex;

align-items:center;

justify-content:center;

}

.pardu-hero__media{

position:absolute;

inset:0;

overflow:hidden;

}

.pardu-hero__image{

width:100%;

height:100%;

object-fit:cover;

transform:scale(1);

transition:transform 6s ease;

}

.pardu-hero__overlay{

position:absolute;

inset:0;

background:rgba(0,0,0,.18);

}

.pardu-hero__content{

position:relative;

z-index:5;

max-width:900px;

text-align:center;

padding:40px;

}

.pardu-eyebrow{

display:block;

margin-bottom:20px;

letter-spacing:6px;

font-size:13px;

color:#000;

}

.pardu-hero h1{

font-size:clamp(60px,8vw,140px);

line-height:.95;

font-weight:400;

color:#000;

margin-bottom:28px;

}

.pardu-hero p{

font-size:18px;

line-height:1.8;

max-width:620px;

margin:auto;

color:#7FB2E0;

}

.pardu-button{

display:inline-flex;

margin-top:50px;

padding:18px 42px;

border:1px solid #000;

transition:var(--transition);

letter-spacing:2px;

font-size:13px;

}

.pardu-button:hover{

background:#7FB2E0;

color:#000;

}

/* Mobile */

@media(max-width:768px){

.pardu-hero{.pardu-hero{
    height:100svh;
}

.pardu-hero__image{
    object-position:center center;
}

.pardu-hero__content{
    padding:25px;
}

.pardu-hero h1{
    font-size:42px;
    line-height:1;
}

.pardu-hero p{
    font-size:15px;
    line-height:1.6;
}

.pardu-button{
    margin-top:35px;
    padding:16px 32px;
}

height:88vh;

}

.pardu-hero h1{

font-size:54px;

}

.pardu-hero p{

font-size:15px;

}

}
/* ==========================================
   PAR'DU INTRO SCREEN
========================================== */


.pardu-intro{
pointer-events:none;
}

position:fixed;

inset:0;

background:#000;

z-index:9999;

display:flex;

align-items:center;

justify-content:center;

}


.pardu-intro__logo{

color:#7FB2E0;

font-size:clamp(40px,6vw,90px);

letter-spacing:18px;

font-weight:300;

opacity:0;

}
/* ==========================================
/* ==========================================
   PAR'DU EDITORIAL STORY
========================================== */

.pardu-editorial {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  padding: 90px 5vw;
  box-sizing: border-box;
  overflow: visible;
}

.pardu-editorial__media {
  height: 80vh;
  overflow: hidden;
}

.pardu-editorial__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.15);
}

.pardu-editorial__content {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.pardu-editorial h2 {
  font-size: clamp(45px, 5vw, 90px);
  font-weight: 400;
  line-height: 1;
  margin: 30px 0;
}

.pardu-editorial p {
  font-size: 20px;
  line-height: 1.8;
  max-width: 500px;
}

/* Mobile */

@media (max-width: 768px) {

  .pardu-editorial {

    min-height: auto;

    display: flex;

    flex-direction: column;

    align-items: stretch;

    gap: 35px;

    padding: 55px 25px 70px;

    overflow: visible;

  }


  .pardu-editorial__media {

    width: 100%;

    height: 55vh;

    min-height: 360px;

    order: 1;

  }


  .pardu-editorial__content {

    width: 100%;

    max-width: 100%;

    order: 2;

    overflow: visible;

    text-align: center;

  }


.pardu-editorial h2 {

    font-size: clamp(14px, 5.5vw, 30px);

    line-height: 1.15;

    letter-spacing: -0.5px;

    font-weight: 400;

    width: 100%;

    max-width: 100%;

    margin: 0 auto 20px;

    white-space: normal;

    overflow-wrap: break-word;

}

  .pardu-editorial p {

    width: 100%;

    max-width: 100%;

    font-size: 16px;

    line-height: 1.7;

    margin: 0 auto;

  }


}
}/* ==========================================
   COLLECTION EXPERIENCE
========================================== */


.pardu-collection{

padding:100px 5vw;

}


.pardu-collection__header{

text-align:center;

margin-bottom:120px;

}


.pardu-collection__header h2{

font-size:clamp(50px,7vw,110px);

font-weight:400;

margin-top:30px;

}



.pardu-collection__grid{

display:flex;

flex-direction:column;

gap:180px;

}



.pardu-product{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:100px;

}



.pardu-product:nth-child(even){

direction:rtl;

}



.pardu-product__image{

overflow:hidden;

}


.pardu-product__img{

width:100%;

transition:transform 1.2s cubic-bezier(.22,.61,.36,1);

}



.pardu-product:hover .pardu-product__img{

transform:scale(1.06);

}



.pardu-product__content{

max-width:450px;

}


.pardu-product__content span{

letter-spacing:5px;

font-size:12px;

}



.pardu-product h3{

font-size:60px;

font-weight:400;

margin:25px 0;

}



.pardu-product p{

font-size:18px;

line-height:1.8;

}



.pardu-product a{

display:inline-block;

margin-top:40px;

border-bottom:1px solid #000;

padding-bottom:10px;

}



@media(max-width:768px){

.pardu-collection{
    padding:80px 25px;
}


.pardu-collection__grid{
    gap:90px;
}


.pardu-product__image{
    width:100%;
}
.pardu-product{

display:flex;

flex-direction:column;

gap:40px;

}


.pardu-product:nth-child(even){

direction:ltr;

}


.pardu-product h3{

font-size:42px;

}


}
/* ==========================================
   CRAFT SECTION
========================================== */


.pardu-craft{

height:100vh;

position:relative;

display:flex;

align-items:center;

justify-content:center;

overflow:hidden;

background:#000;

}


.pardu-craft__image{

position:absolute;

inset:0;

}


.pardu-craft__img{

width:100%;

height:100%;

object-fit:cover;

}


.pardu-craft__overlay{

position:absolute;

inset:0;

background:rgba(0,0,0,.45);

}



.pardu-craft__content{

position:relative;

z-index:2;

text-align:center;

max-width:900px;

color:#7FB2E0;

padding:40px;

}


.pardu-craft h2{

font-size:clamp(55px,7vw,120px);

font-weight:400;

line-height:.95;

margin:35px 0;

}


.pardu-craft p{

font-size:22px;

line-height:1.7;

}



@media(max-width:768px){

.pardu-craft{

height:85vh;

}


.pardu-craft h2{

font-size:48px;

}


.pardu-craft p{

font-size:16px;

}

}
/* ==========================================
   GIVING CHAPTER
========================================== */


.pardu-giving{

min-height:100vh;

background:#000;

display:flex;

align-items:center;

justify-content:center;

padding:120px 5vw;

color:#000;

text-align:center;

}



.pardu-giving__content{

max-width:1000px;

}



.pardu-giving h2{

font-size:clamp(50px,7vw,120px);

font-weight:400;

line-height:.95;

margin:40px auto;

}



.pardu-giving p{

font-size:22px;

line-height:1.8;

max-width:700px;

margin:auto;

}



.pardu-giving__amount{

margin-top:70px;

font-size:14px;

letter-spacing:8px;

border-top:1px solid rgba(16, 17, 17, 0.4);

padding-top:40px;

}



@media(max-width:768px){

.pardu-giving{

min-height:80vh;

}


.pardu-giving h2{

font-size:45px;

}


.pardu-giving p{

font-size:16px;

}


.pardu-giving__amount{

font-size:11px;

letter-spacing:4px;

}

}
/* ==========================================
   FRAGRANCE NOTES
========================================== */


.pardu-notes{

padding:160px 5vw;

background:#7FB2E0;

}


.pardu-notes__header{

text-align:center;

max-width:900px;

margin:0 auto 120px;

}


.pardu-notes h2{

font-size:clamp(50px,7vw,110px);

font-weight:400;

line-height:1;

margin-top:35px;

}



.pardu-notes__grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:60px;

}



.pardu-note{

border-top:1px solid #000;

padding-top:40px;

}



.pardu-note span{

font-size:12px;

letter-spacing:6px;

}



.pardu-note h3{

font-size:40px;

font-weight:400;

margin-top:30px;

line-height:1.3;

}



@media(max-width:768px){

.pardu-notes{

padding:90px 25px;

}


.pardu-notes__grid{

grid-template-columns:1fr;

gap:70px;

}


.pardu-note h3{

font-size:32px;

}

}
/* ==========================================
/* ===============================
   PAR'DU FIND YOUR SCENT
================================= */

.pardu-find-scent{
    display:grid;
    grid-template-columns:1fr 1fr;
    background:var(--section-bg);
    color:var(--section-color);
    overflow:hidden;
}

.pardu-find-scent__image{
    width:100%;
}

.pardu-find-scent__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.pardu-find-scent__content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:80px;
    width:100%;
}

.pardu-find-scent.left{
    text-align:left;
}

.pardu-find-scent.center{
    text-align:center;
}

.pardu-find-scent.right{
    text-align:right;
}

.pardu-find-scent.left .pardu-find-scent__content{
    align-items:flex-start;
}

.pardu-find-scent.center .pardu-find-scent__content{
    align-items:center;
}

.pardu-find-scent.right .pardu-find-scent__content{
    align-items:flex-end;
}

.pardu-eyebrow{
    font-size:14px;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.pardu-find-scent h2{
    font-size:clamp(60px,7vw,110px);
    line-height:.9;
    font-weight:400;
    margin:0 0 30px;
}

.pardu-find-scent p{
    font-size:19px;
    line-height:1.8;
    max-width:520px;
}

.pardu-find-scent .pardu-button{
    margin-top:35px;

    background:#000;
    color:#7FB2E0;

    border:1px solid #000;

    padding:16px 38px;

    text-decoration:none;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    transition:.3s;
}


.pardu-find-scent .pardu-button:hover{

    background:#7FB2E0;
    color:#000;

    border-color:#7FB2E0;

}
@media(max-width:768px){

.pardu-find-scent{
    display:flex;
    flex-direction:column;
}

.pardu-find-scent__content{
    padding:45px 24px;
}

.pardu-find-scent h2{
    font-size:48px;
}

.pardu-find-scent p{
    font-size:16px;
}

}}
/* ==========================================
   MANIFESTO
========================================== */


.pardu-manifesto{

min-height:50vh;

background:#7FB2E0;

color:#000;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

padding:120px 5vw;

}



.pardu-manifesto__content{

max-width:1100px;

}



.pardu-manifesto h2{

font-size:clamp(60px,8vw,150px);

font-weight:400;

line-height:.9;

margin:40px 0;

}



.pardu-manifesto p{

font-size:22px;

line-height:1.8;

max-width:650px;

margin:auto;

}



.pardu-manifesto .pardu-button{

margin-top:60px;

}



@media(max-width:768px){

.pardu-manifesto{

min-height:80vh;

}


.pardu-manifesto h2{

font-size:52px;

}


.pardu-manifesto p{

font-size:16px;

}

}
/* ==========================================
   PAR'DU STORY CHAPTERS
   CINEMATIC LUXURY SCROLL
========================================== */


.pardu-chapters{

position:relative;

background:#000;

overflow:hidden;

}



.pardu-chapter{

height:100vh;

position:relative;

}



/* Sticky stage */

.pardu-chapter__media{

position:absolute;

inset:0;

overflow:hidden;

}



.pardu-chapter__image{

width:100%;

height:100%;

object-fit:cover;

object-position:center;

will-change:transform, opacity;

}




.pardu-chapter__overlay{

position:absolute;

inset:0;

background:

linear-gradient(

to top,

rgba(0,0,0,.65),

rgba(0,0,0,.1)

);

z-index:2;

}




/* Text */

.pardu-chapter__content{

position:absolute;

z-index:5;

left:50%;

bottom:90px;

transform:translateX(-50%);

width:90%;

max-width:900px;

text-align:center;

color:#7FB2E0;

}



.pardu-chapter__number{

font-size:12px;

letter-spacing:8px;

display:block;

margin-bottom:25px;

color:#7FB2E0;

}



.pardu-chapter h2{

font-size:clamp(60px,8vw,150px);

font-weight:400;

line-height:.9;

letter-spacing:-2px;

margin:25px 0;

color:#7FB2E0;

}



.pardu-chapter p{

font-size:20px;

line-height:1.7;

max-width:650px;

margin:auto;

color:#7FB2E0;

}



.pardu-chapter .pardu-button{

margin-top:45px;

border:1px solid #7FB2E0;

color:#7FB2E0;

background:transparent;

}



/* Mobile */

@media(max-width:768px){


.pardu-chapter__content{

bottom:45px;

}



.pardu-chapter h2{

font-size:50px;

}



.pardu-chapter p{

font-size:16px;

}



}