/*
Theme Name: YUKA WP
Author: kawaii Inc.
Version: 1.0
*/

/* =========================================================
   YUKA / yukapen.com
   style.css --- FINAL CLEAN STABLE (DEDUPED)
   ========================================================= */

:root{
  --bg:#0b0c10;
  --fg:#e5e7eb;
}

*{
  box-sizing:border-box;
}

body{
  margin:0;
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  background:var(--bg);
  color:var(--fg);
}

a{
  color:var(--fg);
  text-decoration:none;
}

/* =========================================================
   Header
========================================================= */
.header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 40px;
  position:sticky;
  top:0;
  background:rgba(11,12,16,.9);
  z-index:10;
}

.logo a{
  letter-spacing:.08em;
}

.header nav{
  display:flex;
  align-items:center;
  gap:18px;
  white-space:nowrap;
}

.btn{
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.85);
  border-radius:999px;
}

/* =========================================================
   Hero
========================================================= */
.hero.hero-louvre{
  position:relative;
  overflow:hidden;
  background-image:url("assets/img/hero_louvre_pc.jpg?v=20260204-1011");
  background-size:cover;
  background-repeat:no-repeat;
  background-position:58% 46%;
  padding:120px 0 90px;
  min-height:78vh;
  display:flex;
  align-items:center;
}

.hero.hero-louvre::after{
  content:"";
  position:absolute;
  inset:0;
  background:inherit;
  filter:brightness(1.06) contrast(1.03);
  transform:scale(1.02);
}

.hero.hero-louvre::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(
      900px 520px at 22% 42%,
      rgba(0,0,0,.78) 0%,
      rgba(0,0,0,.62) 42%,
      rgba(0,0,0,.32) 72%,
      rgba(0,0,0,.48) 100%
    );
}

.hero-inner{
  position:relative;
  z-index:2;
  width:min(1200px, 92vw);
  margin:0 auto;
  padding-left:6vw;
}

.hero-copy{
  max-width:560px;
  text-align:left;
  color:rgba(0,0,0,0.82);
}

/* =========================================================
   Hero Title
========================================================= */
.hero-title{
  margin:0 0 18px;
  text-align:left;
  line-height:1.1;
  letter-spacing:0.02em;
}

.hero-lockup{
  display:inline-flex;
  flex-direction:column;
  align-items:center;
}

.hero-name-sub{
  display:block;
  margin:0;
  font-size:18px;
  font-weight:400;
  letter-spacing:0.22em;
  text-transform:lowercase;
  color:rgba(0,0,0,0.65);
}

.hero-name-main{
  display:block;
  margin:0;
  font-size:72px;
  font-weight:700;
  letter-spacing:0.02em;
  color:rgba(0,0,0,0.90);
  line-height:1;
}

.hero-name-sub--top{
  margin-bottom:14px;
}

.hero-name-sub--bottom{
  margin-top:6px;
  text-align:center;
}

/* =========================================================
   Hero body
========================================================= */
.hero-lead{
  margin:0 0 22px;
  line-height:1.7;
  color:rgba(0,0,0,0.78);
}

.hero-badge{
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  font-size:13px;
  color:rgba(0,0,0,0.85);
  border:1px solid rgba(0,0,0,0.35);
  background:rgba(255,255,255,0.65);
  backdrop-filter:blur(2px);
}

.hero-subcopy{
  margin-top:14px;
  font-size:13px;
  letter-spacing:.06em;
  color:rgba(0,0,0,0.65);
}

/* =========================================================
   Sections / Works
========================================================= */
.section{
  padding:80px 40px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.grid figure{
  margin:0;
}

.grid img{
  width:100%;
  border-radius:10px;
}

.grid figcaption{
  margin-top:10px;
  font-size:14px;
  opacity:.85;
}

/* =========================================================
   Profile
========================================================= */
.profile{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:40px;
  align-items:center;
}

.profile-img{
  width:100%;
  border-radius:10px;
}

/* =========================================================
   Profile Career
========================================================= */
.profile-career{
  margin-top:80px;
}

.profile-career-title{
  font-size:18px;
  letter-spacing:.08em;
  margin:0 0 28px;
  font-weight:500;
}

.profile-career-list{
  list-style:none;
  padding:0;
  margin:0;
}

.profile-career-list li{
  margin-bottom:22px;
  line-height:1.7;
  font-size:15px;
}

.profile-career-list .y{
  display:inline-block;
  min-width:90px;
  font-weight:500;
}

.profile-career-list .en{
  display:block;
  margin-top:4px;
  font-size:13px;
  opacity:.55;
  letter-spacing:.04em;
}

.profile-career-list .note{
  font-size:13px;
  opacity:.75;
}

.profile-career-list .pub{
  margin-top:30px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.10);
}

/* =========================================================
   Profile balance fix (PC)
========================================================= */
#profile.section.profile{
  width:min(1100px, 92vw);
  margin:0 auto;
  grid-template-columns:minmax(360px, 420px) minmax(0, 1fr);
  gap:48px;
  align-items:start;
}

#profile.section.profile .profile-img{
  width:100%;
  height:auto;
  display:block;
  border-radius:14px;
  aspect-ratio:4 / 5;
  object-fit:cover;
  object-position:50% 20%;
}

#profile.section.profile > div{
  max-width:640px;
}

#profile.section.profile h2{
  margin:0 0 14px;
  letter-spacing:0.02em;
}

#profile.section.profile p{
  margin:0;
  line-height:1.9;
  opacity:0.92;
}

/* =========================================================
   Products
========================================================= */
.products-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:40px;
  margin-top:32px;
}

.product-item img{
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:10px;
  display:block;
}

.product-text{
  margin-top:16px;
}

.product-desc{
  font-size:13px;
  line-height:1.8;
  opacity:.85;
  margin:0;
}

/* =========================================================
   Footer
========================================================= */
.footer{
  text-align:center;
  padding:40px;
  opacity:.6;
}

/* =========================================================
   Responsive
========================================================= */
@media (max-width:980px){

  .hero.hero-louvre{
    background-image:url("assets/img/hero_louvre_sp.jpg?v=20260204-1011");
    background-position:55% 30%;
    padding:96px 0 72px;
    min-height:86vh;
  }
}

@media (max-width:900px){

  .header{
    padding:14px;
  }

  .header nav{
    gap:12px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  .header nav::-webkit-scrollbar{
    display:none;
  }

  .section{
    padding:56px 18px;
  }

  .grid{
    grid-template-columns:1fr;
  }

  .profile{
    grid-template-columns:1fr;
  }

  .hero.hero-louvre{
    align-items:flex-end;
    padding:56px 0 22px;
  }

  #profile.section.profile{
    width:min(980px, 92vw);
    grid-template-columns:1fr;
    gap:22px;
  }

  #profile.section.profile > div{
    max-width:none;
  }

  #profile.section.profile .profile-img{
    aspect-ratio:16 / 9;
    object-position:50% 25%;
  }
}

@media (max-width:768px){

  .hero-title{
    line-height:1.15;
  }

  .hero-name-main{
    font-size:48px;
  }

  .hero-name-sub{
    font-size:16px;
  }

  .hero-name-sub--top{
    margin-bottom:12px;
  }

  .hero-name-sub--bottom{
    margin-top:6px;
  }

  .products-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .profile-career{
    margin-top:60px;
  }

  .profile-career-list li{
    margin-bottom:18px;
    font-size:14px;
  }

  .profile-career-list .y{
    min-width:75px;
  }

  .profile-career-list .en{
    font-size:12px;
  }
}