*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
  :root{--cream:#F5F0E8;--ivory:#FAF7F2;--gold:#B8965A;--gold-light:#D4AF72;--dark:#1A1612;--charcoal:#2E2A25;--warm-gray:#8A847C;--border:rgba(184,150,90,0.25)}
  html{scroll-behavior:smooth}
  body{background:var(--ivory);color:var(--dark);font-family:'Montserrat',sans-serif;font-weight:300;overflow-x:hidden}
  nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 4rem;background:rgba(250,247,242,0.92);backdrop-filter:blur(12px);border-bottom:0.5px solid var(--border)}
  .nav-logo{text-decoration:none;display:flex;align-items:center}
  .nav-logo img{height:48px;width:auto;object-fit:contain;mix-blend-mode:multiply}
  .nav-links{display:flex;gap:3rem;list-style:none}
  .nav-links a{font-size:0.65rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--charcoal);text-decoration:none;transition:color 0.3s}
  .nav-links a:hover,.nav-links a.active{color:var(--gold)}
  .nav-actions{display:flex;gap:1.5rem;align-items:center}
  .nav-actions a{font-size:0.65rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--charcoal);text-decoration:none;transition:color 0.3s}
  .nav-cart{width:36px;height:36px;border:0.5px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color 0.3s}
  .nav-cart:hover{border-color:var(--gold)}
  .nav-cart svg{width:14px;height:14px;stroke:var(--charcoal);fill:none}

  /* CINEMATIC HERO */
  .hero{padding-top:80px;min-height:100vh;background:var(--dark);display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
  .hero-bg{position:absolute;inset:0;z-index:0}
  .hero-bg svg{width:100%;height:100%;opacity:0.12}
  .hero-content{position:relative;z-index:1;padding:0 4rem 5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-end}
  .hero-eyebrow{font-size:0.52rem;letter-spacing:0.5em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}
  .hero-eyebrow::before{content:'';width:32px;height:0.5px;background:var(--gold);flex-shrink:0}
  .hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:300;color:var(--ivory);line-height:1.0;margin-bottom:1.5rem}
  .hero-title em{font-style:italic;color:var(--gold-light)}
  .hero-body{font-size:0.7rem;line-height:2;letter-spacing:0.04em;color:rgba(250,247,242,0.45);max-width:420px}
  .hero-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:1.2rem}
  .hero-stat{display:flex;flex-direction:column;align-items:flex-end}
  .hero-stat-num{font-family:'Cormorant Garamond',serif;font-size:2.5rem;font-weight:300;color:var(--gold-light);line-height:1}
  .hero-stat-label{font-size:0.5rem;letter-spacing:0.35em;text-transform:uppercase;color:rgba(250,247,242,0.35)}
  .hero-line{width:60px;height:0.5px;background:rgba(184,150,90,0.3)}

  /* LEAD PERFUMER */
  .lead-section{display:grid;grid-template-columns:1fr 1fr;min-height:80vh}
  .lead-portrait{background:var(--cream);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
  .lead-portrait-inner{position:relative;z-index:1}
  .lead-portrait::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;border:0.5px solid var(--border);top:50%;left:50%;transform:translate(-50%,-50%)}
  .lead-info{padding:6rem 5rem;display:flex;flex-direction:column;justify-content:center}
  .lead-tag{font-size:0.52rem;letter-spacing:0.5em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}
  .lead-tag::before{content:'';width:32px;height:0.5px;background:var(--gold);flex-shrink:0}
  .lead-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:300;color:var(--dark);line-height:1.08;margin-bottom:0.4rem}
  .lead-subtitle{font-family:'Cormorant Garamond',serif;font-size:1rem;font-style:italic;color:var(--warm-gray);margin-bottom:1rem}
  .lead-divider{width:40px;height:0.5px;background:var(--gold);margin-bottom:2rem}
  .lead-bio{font-size:0.7rem;line-height:2.1;letter-spacing:0.04em;color:var(--charcoal);margin-bottom:2.5rem}
  .lead-credentials{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:2.5rem}
  .credential{border-left:1.5px solid var(--border);padding-left:1rem}
  .credential-year{font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:var(--gold)}
  .credential-text{font-size:0.58rem;letter-spacing:0.05em;color:var(--warm-gray);line-height:1.6}
  .signature{font-family:'Cormorant Garamond',serif;font-size:2rem;font-style:italic;color:var(--dark);opacity:0.3}

  /* OLFACTORY SIGNATURE */
  .olfactory-section{background:var(--dark);padding:6rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
  .olf-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;color:var(--ivory);line-height:1.1;margin-bottom:1.5rem}
  .olf-title em{font-style:italic;color:var(--gold-light)}
  .olf-body{font-size:0.68rem;line-height:2;letter-spacing:0.04em;color:rgba(250,247,242,0.45);margin-bottom:2rem}
  .olf-pyramid{position:relative;display:flex;flex-direction:column;gap:0;align-items:center}
  .pyramid-row{width:100%;display:flex;align-items:center;border-bottom:0.5px solid rgba(184,150,90,0.15);padding:1.4rem 2rem;gap:1.5rem;transition:background 0.2s;cursor:default}
  .pyramid-row:hover{background:rgba(184,150,90,0.04)}
  .pyramid-row:last-child{border-bottom:none}
  .pyramid-label{font-size:0.48rem;letter-spacing:0.4em;text-transform:uppercase;color:var(--gold);width:60px;flex-shrink:0}
  .pyramid-notes{display:flex;flex-wrap:wrap;gap:0.5rem}
  .pyramid-note{font-family:'Cormorant Garamond',serif;font-size:0.95rem;color:rgba(250,247,242,0.65)}

  /* TEAM SECTION */
  .team-section{padding:6rem 4rem}
  .team-header{margin-bottom:4rem;display:flex;justify-content:space-between;align-items:flex-end}
  .team-eyebrow{font-size:0.52rem;letter-spacing:0.45em;text-transform:uppercase;color:var(--gold);margin-bottom:0.8rem}
  .team-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;color:var(--dark);line-height:1.1}
  .team-title em{font-style:italic;color:var(--gold)}
  .team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
  .team-card{background:var(--cream);overflow:hidden;cursor:pointer;transition:transform 0.3s}
  .team-card:hover{transform:translateY(-4px)}
  .team-card:hover .team-portrait-img{transform:scale(1.04)}
  .team-portrait{overflow:hidden;aspect-ratio:3/4;position:relative}
  .team-portrait-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94)}
  .team-card-info{padding:1.8rem 2rem 2.2rem}
  .team-card-role{font-size:0.5rem;letter-spacing:0.4em;text-transform:uppercase;color:var(--gold);margin-bottom:0.5rem}
  .team-card-name{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:400;color:var(--dark);margin-bottom:0.3rem}
  .team-card-origin{font-size:0.58rem;letter-spacing:0.1em;color:var(--warm-gray);margin-bottom:1rem}
  .team-card-spec{font-size:0.58rem;letter-spacing:0.06em;line-height:1.7;color:var(--charcoal);margin-bottom:1rem}
  .team-card-creations{display:flex;flex-wrap:wrap;gap:0.35rem}
  .creation-pill{font-size:0.46rem;letter-spacing:0.15em;border:0.5px solid var(--border);color:var(--warm-gray);padding:0.25rem 0.6rem}

  /* PHILOSOPHY QUOTE */
  .quote-section{background:var(--cream);padding:8rem 4rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}
  .quote-section::before{content:'';position:absolute;width:600px;height:600px;border-radius:50%;border:0.5px solid var(--border);top:50%;left:50%;transform:translate(-50%,-50%)}
  .quote-mark{font-family:'Cormorant Garamond',serif;font-size:8rem;color:rgba(184,150,90,0.15);line-height:0.5;margin-bottom:1rem;position:relative;z-index:1}
  .quote-text{font-family:'Cormorant Garamond',serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:300;font-style:italic;color:var(--dark);line-height:1.4;max-width:700px;margin-bottom:2rem;position:relative;z-index:1}
  .quote-author{font-size:0.6rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold);position:relative;z-index:1}

  @keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}