/* ============================================================
   Vendor Recruitment Page (page-entry.php)
   Reuses the theme's design tokens (:root vars from style.css)
   so this page matches the rest of the site instead of carrying
   its own color scheme.
   ============================================================ */

.entry-hero{
	position:relative;
	background:linear-gradient(rgba(27,34,28,.72),rgba(27,34,28,.88)), var(--entry-hero-image, linear-gradient(135deg,#2F4A37,#1B221C));
	background-size:cover;
	background-position:center;
	color:#fff;
	text-align:center;
	padding:130px 20px 100px;
}
.entry-hero .eyebrow{color:var(--yellow);}
.entry-hero h1{font-size:clamp(1.9rem,4vw,2.6rem);font-weight:900;line-height:1.4;margin:14px 0 34px;}
.entry-hero-info{
	display:inline-flex;flex-wrap:wrap;gap:10px 34px;justify-content:center;
	background:rgba(255,255,255,.08);backdrop-filter:blur(6px);
	border:1px solid rgba(255,255,255,.2);
	padding:20px 40px;border-radius:12px;
}
.entry-hero-info p{font-size:1rem;}
.entry-hero-info strong{color:var(--yellow);}

.entry-container{max-width:900px;margin:0 auto;padding:90px 20px;}
.entry-section{margin-bottom:90px;}
.entry-section:last-child{margin-bottom:0;}

.entry-section-title{text-align:center;margin-bottom:44px;}
.entry-section-title .eyebrow{display:block;}
.entry-section-title h2{
	font-family:var(--ff-display);font-weight:900;font-size:1.7rem;color:var(--text);
	display:inline-block;position:relative;padding-bottom:16px;
}
.entry-section-title h2::after{
	content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);
	width:44px;height:3px;background:var(--yellow);border-radius:2px;
}

/* Special 35th anniversary box */
.entry-special-box{
	background:#fff;border-top:4px solid var(--yellow);
	box-shadow:0 16px 40px -20px rgba(20,25,15,.2);
	padding:50px 40px;border-radius:0 0 14px 14px;
}
.entry-badge{
	background:var(--coral);color:#fff;display:inline-block;
	padding:7px 18px;font-size:.82rem;font-weight:700;border-radius:999px;margin-bottom:20px;
	font-family:var(--ff-en);letter-spacing:.04em;
}
.entry-special-box h3{font-family:var(--ff-display);font-weight:900;font-size:1.4rem;color:var(--text);margin-bottom:20px;line-height:1.5;}
.entry-lead{font-size:1.02rem;color:var(--forest);font-weight:700;margin-bottom:22px;}
.entry-feature-benefit{
	background:var(--cream);border-left:4px solid var(--forest);
	padding:24px 26px;margin:24px 0;border-radius:0 10px 10px 0;
}
.entry-feature-benefit h4{font-weight:700;color:var(--forest);margin-bottom:10px;font-size:1.05rem;}
.entry-note-small{font-size:.82rem;color:var(--gray);margin-top:16px;}

/* Price cards */
.entry-price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:24px;}
.entry-price-card{
	background:#fff;border-radius:14px;padding:30px 24px;text-align:center;
	border:1px solid var(--line);box-shadow:0 6px 20px -14px rgba(20,25,15,.15);
	position:relative;transition:transform .25s var(--ease);
}
.entry-price-card:hover{transform:translateY(-4px);}
.entry-price-card.entry-stage{grid-column:1/-1;max-width:380px;margin:0 auto;width:100%;}
.entry-card-category{
	display:inline-block;font-family:var(--ff-en);font-weight:700;font-size:.78rem;letter-spacing:.06em;
	color:#fff;padding:6px 16px;border-radius:999px;margin-bottom:14px;
}
.entry-cat-food{background:var(--coral);}
.entry-cat-marche{background:var(--forest);}
.entry-cat-stage{background:var(--purple);}
.entry-cat-ennichi{background:#B9800A;}
.entry-card-space{
	font-size:.82rem;color:var(--gray);background:var(--cream);
	display:inline-block;padding:3px 12px;border-radius:6px;margin-bottom:16px;
}
.entry-price-row{display:flex;justify-content:center;align-items:baseline;gap:8px;margin-bottom:6px;}
.entry-price-label{font-size:.8rem;color:var(--gray);}
.entry-price-normal{font-size:1.3rem;font-weight:700;color:#555;}
.entry-price-normal span,.entry-price-discount span{font-size:.82rem;font-weight:400;margin-left:2px;}
.entry-price-card.entry-sponsor-active{border:2px solid var(--yellow);background:#FFFCF0;}
.entry-price-card.entry-sponsor-active .entry-price-discount{font-size:1.8rem;font-weight:900;color:var(--coral);}
.entry-sponsor-badge{
	position:absolute;top:-13px;left:50%;transform:translateX(-50%);
	background:linear-gradient(135deg,var(--yellow),#e0b30f);color:var(--navy);
	font-size:.72rem;font-weight:700;padding:5px 14px;border-radius:999px;white-space:nowrap;
	box-shadow:0 3px 10px rgba(0,0,0,.18);
}
.entry-discount-note{font-size:.76rem;color:var(--gray);margin-top:6px;}

/* Sponsor banner box */
.entry-sponsor-banner{
	background:#FFFCF0;border:2px dashed var(--yellow);border-radius:16px;
	padding:50px 40px;position:relative;margin-top:44px;
}
.entry-sponsor-banner::before{
	content:'SPECIAL';position:absolute;top:-16px;right:30px;
	background:var(--yellow);color:var(--navy);font-family:var(--ff-en);font-weight:700;
	font-size:.75rem;letter-spacing:.16em;padding:5px 16px;border-radius:6px;
}
.entry-sponsor-title{text-align:center;margin-bottom:30px;}
.entry-sponsor-title h3{font-family:var(--ff-display);font-weight:900;font-size:1.5rem;color:var(--text);line-height:1.5;}
.entry-sponsor-title .sub{color:var(--coral);font-weight:700;font-size:1.02rem;margin-top:8px;}
.entry-sponsor-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:30px;}
.entry-sponsor-col h4{
	font-weight:700;font-size:1.02rem;color:var(--text);border-bottom:2px solid var(--yellow);
	padding-bottom:8px;margin-bottom:15px;display:flex;align-items:center;
}
.entry-sponsor-col h4::before{content:'✦';color:var(--coral);margin-right:8px;}
.entry-sponsor-col ul{list-style:none;}
.entry-sponsor-col ul li{position:relative;padding-left:18px;margin-bottom:8px;font-size:.92rem;}
.entry-sponsor-col ul li::before{content:'・';position:absolute;left:0;color:var(--coral);font-weight:700;}
.entry-benefit-list li strong{color:var(--coral);}

/* Overview table */
.entry-overview-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px -14px rgba(20,25,15,.15);}
.entry-overview-table th,.entry-overview-table td{padding:20px 24px;border-bottom:1px solid var(--line);}
.entry-overview-table th{background:var(--navy);color:#fff;width:25%;text-align:left;font-weight:700;vertical-align:top;white-space:nowrap;}
.entry-tag-container{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px;}
.entry-tag{background:var(--cream);color:var(--text);font-size:.8rem;padding:4px 12px;border-radius:6px;border:1px solid var(--line);}

/* Rules */
.entry-rule-item{background:#fff;padding:28px 30px;border-radius:12px;margin-bottom:18px;box-shadow:0 6px 20px -14px rgba(20,25,15,.12);}
.entry-rule-item h4{font-weight:700;font-size:1.02rem;margin-bottom:12px;display:flex;align-items:center;}
.entry-icon{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;margin-right:10px;font-size:.8rem;color:#fff;flex:none;}
.entry-icon.allow{background:var(--forest);}
.entry-icon.deny{background:var(--coral);}
.entry-icon.notice{background:var(--yellow);color:var(--navy);}

/* Sub-blocks inside a rule item (e.g. stage sound-equipment notes) */
.entry-subblock{margin-top:18px;padding-top:18px;border-top:1px dashed var(--line);}
.entry-subblock:first-child{margin-top:0;padding-top:0;border-top:0;}
.entry-subblock h5{font-weight:700;font-size:.94rem;color:var(--forest);margin-bottom:10px;display:flex;align-items:center;}
.entry-subblock h5::before{content:'⚪︎';color:var(--coral);margin-right:6px;font-size:.8rem;}
.entry-subblock ul{list-style:none;margin-bottom:4px;}
.entry-subblock ul li{position:relative;padding-left:16px;margin-bottom:6px;font-size:.9rem;color:var(--text);}
.entry-subblock ul li::before{content:'・';position:absolute;left:0;color:var(--coral);font-weight:700;}
.entry-subblock p{font-size:.9rem;color:var(--text);margin-bottom:6px;}
.entry-subblock .entry-note-small{margin-top:4px;}

/* FAQ */
.entry-faq-item{background:#fff;border-radius:12px;margin-bottom:14px;padding:24px 28px;box-shadow:0 6px 20px -14px rgba(20,25,15,.12);}
.entry-faq-item:last-child{margin-bottom:0;}
.entry-faq-q{display:flex;gap:12px;align-items:flex-start;font-weight:700;font-size:1rem;color:var(--text);margin-bottom:10px;}
.entry-faq-q .badge{flex:none;font-family:var(--ff-en);font-weight:900;background:var(--purple);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;}
.entry-faq-a{display:flex;gap:12px;align-items:flex-start;font-size:.92rem;color:var(--gray);line-height:1.85;}
.entry-faq-a .badge{flex:none;font-family:var(--ff-en);font-weight:900;background:var(--cream);color:var(--coral);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;border:1px solid var(--line);}

/* Timeline */
.entry-timeline{position:relative;padding-left:30px;}
.entry-timeline::before{content:'';position:absolute;left:7px;top:0;bottom:0;width:2px;background:var(--yellow);}
.entry-timeline-item{position:relative;margin-bottom:30px;}
.entry-timeline-item:last-child{margin-bottom:0;}
.entry-timeline-item::before{
	content:'';position:absolute;left:-30px;top:6px;width:16px;height:16px;border-radius:50%;
	background:#fff;border:3px solid var(--yellow);
}
.entry-timeline-date{font-weight:700;color:var(--navy);margin-bottom:6px;font-family:var(--ff-en);font-size:.85rem;letter-spacing:.02em;}

/* CTA */
.entry-cta{text-align:center;background:var(--navy);color:#fff;padding:64px 40px;border-radius:16px;margin-top:44px;}
.entry-cta h3{font-family:var(--ff-display);font-weight:900;font-size:1.5rem;margin-bottom:16px;}
.entry-cta p{margin-bottom:22px;color:#dcded2;}

@media (max-width:768px){
	.entry-hero{padding:100px 20px 70px;}
	.entry-hero-info{padding:16px 22px;}
	.entry-container{padding:60px 15px;}
	.entry-special-box{padding:32px 22px;}
	.entry-sponsor-grid{grid-template-columns:1fr;gap:22px;}
	.entry-sponsor-banner{padding:40px 20px;}
	.entry-price-grid{grid-template-columns:1fr;}
	.entry-overview-table th,.entry-overview-table td{display:block;width:100%;}
	.entry-overview-table th{border-bottom:none;padding-bottom:8px;}
	.entry-overview-table td{padding-top:4px;padding-bottom:24px;}
}
