@font-face{
  font-family:"SiteJP";
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), local("Hiragino Sans");
}
*{box-sizing:border-box}
:root{
  --bg:#f7f0e8;
  --paper:#fffdf8;
  --ink:#241c1a;
  --sub:#71645e;
  --line:rgba(36,28,26,.12);
  --accent:#df4a6e;
  --yellow:#ffd91f;
  --blue:#3c91ff;
  --green:#54c77b;
  --deep:#201817;
  --shadow:0 24px 80px rgba(32,24,23,.08);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:SiteJP, system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,255,255,.65), transparent 26%),
    linear-gradient(180deg,#f8f2ea 0%,#f4eadf 100%);
  color:var(--ink);
  font-size:15px;
  line-height:1.96;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(36,28,26,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36,28,26,.016) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,.06));
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.site-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:40;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 42px;
  background:rgba(247,240,232,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(36,28,26,.06);
}
.brand{line-height:1.15}
.brand span{
  display:block;
  font-size:10px;
  letter-spacing:.14em;
  font-weight:800;
  color:var(--accent);
}
.brand b{font-size:13px;letter-spacing:.04em}
nav{display:flex;gap:28px}
nav a{font-size:12px;color:#453936;letter-spacing:.04em}
.hero{
  min-height:100vh;
  padding:112px 42px 42px;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:56px;
  align-items:center;
}
.hero-art{
  height:calc(100vh - 154px);
  min-height:540px;
  border-radius:36px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#fffdf8;
  border:1px solid rgba(36,28,26,.06);
}
.art-board{
  position:relative;
  width:100%;
  height:100%;
  background:
    radial-gradient(circle at 20% 20%, #fff 0 10%, transparent 11%),
    linear-gradient(135deg,#ffe7ef 0%,#fff8d8 36%,#e7f5ff 70%,#fffdf8 100%);
}
.shape,.line,.heart,.shoe{position:absolute;display:block}
.shape{border:5px solid #241c1a;box-shadow:0 14px 35px rgba(36,28,26,.08)}
.shape-a{width:210px;height:210px;border-radius:50%;background:var(--yellow);left:8%;top:12%}
.shape-b{width:170px;height:170px;background:var(--accent);right:13%;top:18%;transform:rotate(14deg)}
.shape-c{width:260px;height:130px;border-radius:999px;background:var(--blue);left:22%;bottom:14%;transform:rotate(-9deg)}
.shape-d{width:130px;height:130px;border-radius:28px;background:var(--green);right:18%;bottom:16%;transform:rotate(-18deg)}
.shape-e{width:86px;height:86px;border-radius:50%;background:#fff;left:48%;top:44%}
.line{height:8px;background:#241c1a;border-radius:999px}
.line-a{width:70%;left:12%;top:53%;transform:rotate(-21deg)}
.line-b{width:56%;left:30%;top:35%;transform:rotate(18deg)}
.heart{font-size:92px;right:9%;bottom:30%;color:#241c1a;line-height:1}
.shoe{
  left:10%;bottom:8%;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;
  color:#241c1a;border:1px solid #241c1a;border-radius:999px;padding:8px 14px;background:rgba(255,255,255,.55);
}
.hero-copy{max-width:620px}
.kicker{
  margin:0 0 18px;
  color:var(--accent);
  font-size:11px;
  letter-spacing:.16em;
  font-weight:800;
  text-transform:uppercase;
}
h1,h2,h3,p{margin-top:0}
.hero h1{
  margin:0 0 28px;
  font-size:clamp(34px,4.1vw,56px);
  line-height:1.18;
  letter-spacing:-.045em;
  font-weight:760;
}
.lead{
  max-width:560px;
  font-size:17px;
  line-height:2.02;
  color:#3a2d2a;
  font-weight:620;
}
.sublead{max-width:560px;color:var(--sub)}
.hero-actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
}
.button.dark{background:var(--ink);color:#fff}
.button.line{border:1px solid var(--ink);color:var(--ink)}
.section{position:relative;padding:96px 42px}
.section-label{
  position:absolute;
  left:42px;
  top:96px;
  width:112px;
  color:var(--sub);
}
.section-label span{
  display:block;
  padding-bottom:10px;
  border-bottom:1px solid var(--line);
  font-size:12px;
  letter-spacing:.12em;
}
.section-label small{
  display:block;
  margin-top:10px;
  font-size:11px;
  letter-spacing:.08em;
}
.text-room,.program-head,.details-panel{
  width:min(760px,100%);
  margin:0 auto;
}
.text-room h2,.program-head h2,.venue-copy h2,.romero-copy h2,.details-panel h2{
  font-size:clamp(27px,3.1vw,42px);
  line-height:1.38;
  letter-spacing:-.035em;
  font-weight:740;
  margin:0 0 26px;
}
.text-room p,.program-head p,.venue-copy p,.info-card p,.romero-copy p,.details-panel p,.details-grid p{
  color:var(--sub);
  line-height:2.05;
}
.concept-section,.venue-section,.details-inline{
  background:rgba(255,253,248,.74);
}
.program-grid{
  width:min(1040px,100%);
  margin:48px auto 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.program-card,.info-card,.details-grid article{
  padding:32px;
  border-radius:28px;
  background:rgba(255,253,248,.92);
  border:1px solid rgba(36,28,26,.06);
  box-shadow:0 10px 40px rgba(32,24,23,.04);
}
.program-number{
  width:44px;height:44px;display:grid;place-items:center;border-radius:50%;
  background:var(--ink);color:#fff;font-size:12px;font-weight:800;margin-bottom:22px;
}
.program-card h3{font-size:24px;line-height:1.42;margin-bottom:16px}
.venue-layout,.romero-layout{
  width:min(1080px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:68px;
  align-items:center;
}
.info-card h3{font-size:20px;margin-bottom:12px}
.info-card .button{margin-top:18px}
.romero-image{
  border-radius:32px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#fffdf8;
  border:1px solid rgba(36,28,26,.06);
  min-height:480px;
}
.romero-image img{
  width:100%;
  height:520px;
  object-fit:cover;
}
.portrait-card{
  width:78%;
  aspect-ratio:4/5;
  border:5px solid #241c1a;
  border-radius:32px;
  padding:28px;
  background:linear-gradient(135deg,#fff 0%,#fff3c7 100%);
  position:relative;
  margin:54px auto;
}
.mini-label{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  background:#241c1a;
  color:#fff;
  padding:8px 12px;
  border-radius:999px;
}
.color-window{
  margin-top:34px;
  height:58%;
  display:grid;
  grid-template-columns:1.2fr .8fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:10px;
}
.color-window i{border:4px solid #241c1a;border-radius:20px}
.color-window i:nth-child(1){background:var(--yellow);grid-row:span 2}
.color-window i:nth-child(2){background:var(--accent)}
.color-window i:nth-child(3){background:var(--blue)}
.color-window i:nth-child(4){background:var(--green)}
.color-window i:nth-child(5){background:#fff}
.portrait-card p{
  position:absolute;
  bottom:24px;
  left:28px;
  margin:0;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
}
.details-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  width:min(1040px,100%);
}
.details-grid span{
  display:block;
  margin-bottom:12px;
  color:var(--accent);
  font-size:11px;
  letter-spacing:.12em;
  font-weight:800;
  text-transform:uppercase;
}
.details-grid h3{
  font-size:19px;
  line-height:1.45;
  margin-bottom:8px;
}
footer{
  background:var(--deep);
  color:#fff;
  padding:42px;
  text-align:center;
}
footer p{margin-bottom:4px;font-size:13px;letter-spacing:.08em}
footer small{color:rgba(255,255,255,.6)}
.reveal{
  opacity:0;
  transform:translateY(16px);
  transition:opacity .75s ease var(--delay), transform .75s ease var(--delay);
}
.reveal.show{opacity:1;transform:none}
@media(max-width:980px){
  .hero,.venue-layout,.romero-layout{grid-template-columns:1fr}
  .hero-art{height:52vh;min-height:360px;order:2}
  .hero-copy{max-width:720px}
  .section-label{
    position:static;
    width:auto;
    margin:0 auto 34px;
    max-width:720px;
  }
  .program-grid,.details-grid{grid-template-columns:1fr}
  .romero-image img{height:auto}
}
@media(max-width:640px){
  .site-header{height:64px;padding:0 18px}
  nav{display:none}
  .section{padding:72px 20px}
  .hero{padding:92px 20px 24px}
  .hero h1{font-size:34px}
  .text-room h2,.program-head h2,.venue-copy h2,.romero-copy h2,.details-panel h2{font-size:28px}
  .shape-a{width:140px;height:140px}
  .shape-b{width:110px;height:110px}
  .shape-c{width:180px;height:90px}
  .heart{font-size:64px}
}


/* v39: keep Romero artist photo */
.romero-image.photo-mode{
  background:#fffdf8;
  min-height:auto;
}
.romero-image.photo-mode img{
  width:100%;
  height:520px;
  object-fit:cover;
  object-position:center;
  display:block;
}
@media(max-width:980px){
  .romero-image.photo-mode img{
    height:auto;
  }
}


/* v40 cleanup */
.hero-actions:empty{display:none;}
nav a:empty{display:none;}
.romero-image.photo-mode img{
  width:100%;
  height:560px;
  object-fit:cover;
  object-position:center;
}
@media(max-width:980px){
  .romero-image.photo-mode img{
    height:auto;
  }
}


/* v41: yellow glasses and white coat featured activity */
.event-date{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  border:1px solid rgba(36,28,26,.16);
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  color:#241c1a;
  background:rgba(255,255,255,.55);
  margin:0 0 18px;
}
.featured-program{
  width:min(1040px,100%);
  margin:48px auto 0;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:center;
  padding:34px;
  border-radius:34px;
  background:rgba(255,253,248,.94);
  border:1px solid rgba(36,28,26,.06);
  box-shadow:0 18px 70px rgba(32,24,23,.07);
}
.featured-visual{
  position:relative;
  min-height:360px;
  border-radius:28px;
  overflow:hidden;
  background:
    radial-gradient(circle at 22% 24%, #fff 0 9%, transparent 10%),
    linear-gradient(135deg,#fff8d8 0%,#ffe7ef 42%,#e7f5ff 100%);
  border:4px solid #241c1a;
}
.glass{
  position:absolute;
  top:70px;
  width:98px;
  height:58px;
  background:#ffd91f;
  border:7px solid #241c1a;
  border-radius:999px 999px 48px 48px;
  z-index:3;
}
.glass-left{left:calc(50% - 112px)}
.glass-right{left:calc(50% + 14px)}
.glass-bridge{
  position:absolute;
  top:96px;
  left:calc(50% - 15px);
  width:38px;
  height:8px;
  background:#241c1a;
  border-radius:999px;
  z-index:4;
}
.coat{
  position:absolute;
  left:50%;
  bottom:-46px;
  transform:translateX(-50%);
  width:260px;
  height:245px;
  background:#fff;
  border:7px solid #241c1a;
  border-radius:110px 110px 28px 28px;
  box-shadow:0 20px 55px rgba(36,28,26,.1);
}
.coat:before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:7px;
  height:210px;
  background:#241c1a;
  transform:translateX(-50%);
}
.paint{
  position:absolute;
  border:4px solid #241c1a;
  border-radius:999px;
  z-index:5;
}
.p1{width:76px;height:28px;background:#df4a6e;left:25%;bottom:120px;transform:rotate(-18deg)}
.p2{width:52px;height:52px;background:#3c91ff;right:28%;bottom:92px}
.p3{width:64px;height:24px;background:#54c77b;right:22%;top:170px;transform:rotate(24deg)}
.p4{width:46px;height:46px;background:#ffd91f;left:34%;top:168px}
.featured-copy span{
  display:block;
  margin-bottom:14px;
  color:#df4a6e;
  font-size:11px;
  letter-spacing:.14em;
  font-weight:900;
  text-transform:uppercase;
}
.featured-copy h3{
  font-size:clamp(28px,3vw,42px);
  line-height:1.28;
  letter-spacing:-.035em;
  margin:0 0 22px;
}
.featured-copy p{
  color:#71645e;
  line-height:2.05;
}
.program-grid.two{
  grid-template-columns:1fr 1fr;
}
.coming-info{
  width:min(760px,100%);
  margin:54px auto 0;
  padding:32px;
  border-radius:28px;
  background:rgba(236,226,215,.72);
  border:1px solid rgba(36,28,26,.06);
}
.coming-info h3{
  font-size:24px;
  line-height:1.45;
  margin-bottom:12px;
}
.coming-info p{
  color:#71645e;
}
@media(max-width:980px){
  .featured-program{
    grid-template-columns:1fr;
  }
  .program-grid.two{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .featured-program{
    padding:22px;
  }
  .featured-visual{
    min-height:300px;
  }
  .coat{
    width:220px;
    height:220px;
  }
  .glass{
    width:78px;
    height:50px;
  }
  .glass-left{left:calc(50% - 88px)}
  .glass-right{left:calc(50% + 10px)}
}


/* v42: corrected image usage */
.hero-photo{
  height:calc(100vh - 154px);
  min-height:540px;
  border-radius:36px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#fffdf8;
  border:1px solid rgba(36,28,26,.06);
}
.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.featured-photo{
  min-height:360px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(36,28,26,.08);
  background:#fffdf8;
}
.featured-photo img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  object-position:center;
  display:block;
}
.romero-image.photo-mode img{
  width:100%;
  height:560px;
  object-fit:cover;
  object-position:center;
  display:block;
}
@media(max-width:980px){
  .hero-photo{
    height:52vh;
    min-height:360px;
    order:2;
  }
  .featured-photo img,
  .romero-image.photo-mode img{
    height:auto;
    min-height:0;
  }
}


/* v44 hero image restored */
.hero-photo{position:relative;background:#efe7dc;}
.hero-photo img{opacity:1;}


/* v44 title line control */
.nowrap{
  white-space:nowrap;
}
@media(max-width:760px){
  .nowrap{
    white-space:normal;
  }
}
