:root {
  --orange: #f58232;
  --orange-deep: #e96822;
  --orange-soft: #fff1e5;
  --cream: #fff8f2;
  --ink: #302b28;
  --muted: #70635d;
  --line: rgba(84, 57, 42, 0.13);
  --white: #ffffff;
  --dark: #2a2421;
  --shadow: 0 24px 70px rgba(117, 62, 28, 0.12);
  --shadow-soft: 0 14px 40px rgba(117, 62, 28, 0.08);
}

/* 大沼 久プロフィールページ */
.host-profile-page {
  color:var(--ink);
  background:#fbf5ed;
}

.host-profile-hero {
  position:relative;
  overflow:hidden;
  padding:92px 0 86px;
  background:
    radial-gradient(circle at 88% 18%,rgba(244,139,72,.28) 0 13%,transparent 13.3%),
    linear-gradient(125deg,#271b15 0 62%,#4c2b1b 62% 100%);
  color:#fff;
}

.host-profile-hero::before {
  content:"";
  position:absolute;
  inset:0;
  opacity:.28;
  background-image:radial-gradient(rgba(255,255,255,.28) 1px,transparent 1px);
  background-size:24px 24px;
  mask-image:linear-gradient(90deg,#000,transparent 62%);
}

.host-profile-hero__inner {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr);
  gap:clamp(52px,8vw,110px);
  align-items:center;
}

.host-profile-hero__copy { max-width:700px; }
.host-profile-hero .eyebrow { color:#ffae74; }
.host-profile-hero__role {
  margin:20px 0 8px;
  font-size:13px;
  font-weight:750;
  letter-spacing:.05em;
}

.host-profile-hero h1 {
  display:flex;
  gap:20px;
  align-items:baseline;
  margin:0;
  color:#fff;
  font-size:clamp(58px,7vw,92px);
  line-height:1;
  letter-spacing:.02em;
}

.host-profile-hero h1 span {
  color:#e7d8cf;
  font-size:13px;
  font-weight:650;
  letter-spacing:.12em;
}

.host-profile-hero__lead {
  margin:34px 0 20px;
  font-size:clamp(31px,3.5vw,49px);
  font-weight:900;
  line-height:1.35;
  letter-spacing:.01em;
}

.host-profile-hero__copy > p:last-child {
  max-width:620px;
  margin:0;
  color:#eadfd8;
  font-size:15px;
  line-height:2;
}

.host-profile-hero__portrait {
  position:relative;
  margin:0;
  border:2px solid rgba(255,255,255,.82);
  border-radius:4px;
  background:#d8cdc4;
  box-shadow:14px 14px 0 #ef7d39;
}

.host-profile-hero__portrait img {
  display:block;
  width:100%;
  height:auto;
  border-radius:2px 2px 0 0;
}

.host-profile-hero__portrait figcaption {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:17px 18px;
  background:#fff;
  color:var(--ink);
}

.host-profile-hero__portrait figcaption strong { font-size:16px; }
.host-profile-hero__portrait figcaption span { color:var(--muted); font-size:10px; letter-spacing:.08em; }

.host-profile-nav {
  position:relative;
  z-index:8;
  border-bottom:1px solid var(--line);
  background:#fff;
}

.host-profile-nav .container {
  display:flex;
  justify-content:center;
  gap:0;
  overflow-x:auto;
  scrollbar-width:none;
}

.host-profile-nav a {
  flex:0 0 auto;
  padding:20px 25px;
  border-right:1px solid var(--line);
  color:#44342b;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
}

.host-profile-nav a:first-child { border-left:1px solid var(--line); }
.host-profile-nav a:hover { background:#fff0e4; color:var(--orange-deep); }

.host-profile-page > .container > .breadcrumbs { margin-block:18px 0; }
.host-profile-section { padding:112px 0; }
.host-profile-section__heading { max-width:820px; margin-bottom:48px; }
.host-profile-section__heading .eyebrow { margin-bottom:9px; }
.host-profile-section__heading h2 {
  margin:0 0 18px;
  font-size:clamp(39px,5vw,64px);
  line-height:1.25;
  letter-spacing:-.025em;
}

.host-profile-section__heading > p:last-child:not(.eyebrow) {
  max-width:680px;
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.95;
}

.host-profile-intro { padding-top:82px; }
.host-profile-card {
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(360px,.74fr);
  border:2px solid #372820;
  border-radius:4px;
  background:#fff;
  box-shadow:10px 10px 0 #f1a36b;
}

.host-profile-card__bio { padding:clamp(34px,5vw,62px); }
.host-profile-card__tag {
  display:inline-block;
  margin-bottom:21px;
  padding:7px 11px;
  border-left:4px solid var(--orange);
  background:#fff0e5;
  color:var(--orange-deep);
  font-size:11px;
  font-weight:850;
}

.host-profile-card__bio h2 {
  display:flex;
  gap:15px;
  align-items:baseline;
  margin:0 0 8px;
  font-size:clamp(42px,5vw,66px);
}

.host-profile-card__bio h2 small { color:var(--muted); font-size:12px; }
.host-profile-card__title { margin:0 0 27px; color:var(--orange-deep); font-weight:800; line-height:1.75; }
.host-profile-card__bio > p:not(.host-profile-card__title) { color:#6f5b50; font-size:14px; line-height:2; }
.host-profile-card__bio dl { margin:32px 0 0; border-top:1px solid var(--line); }
.host-profile-card__bio dl div { display:grid; grid-template-columns:110px 1fr; padding:14px 0; border-bottom:1px solid var(--line); }
.host-profile-card__bio dt { color:var(--muted); font-size:11px; }
.host-profile-card__bio dd { margin:0; font-size:12px; font-weight:750; }

.host-profile-card__numbers {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-content:center;
  gap:1px;
  padding:34px;
  background:#2c211b;
}

.host-profile-card__numbers article {
  min-height:170px;
  padding:27px 22px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.045);
}

.host-profile-card__numbers article > span { color:#f4a26b; font-size:9px; font-weight:900; letter-spacing:.14em; }
.host-profile-card__numbers strong { display:block; margin:15px 0 8px; color:#fff; font-size:clamp(27px,3vw,39px); line-height:1; }
.host-profile-card__numbers strong small { margin-left:2px; font-size:12px; }
.host-profile-card__numbers article p { margin:0; color:#d7c8bf; font-size:11px; }
.host-profile-card__note { grid-column:1 / 3; margin-top:16px; color:#bca99d; font-size:9px; line-height:1.7; }

.host-career {
  border-block:1px solid #ead9ca;
  background:#fff0df;
}

.host-career-timeline { position:relative; max-width:1000px; }
.host-career-timeline::before {
  content:"";
  position:absolute;
  top:8px;
  bottom:10px;
  left:137px;
  width:2px;
  background:#ddc7b6;
}

.host-career-item {
  position:relative;
  display:grid;
  grid-template-columns:112px 1fr;
  gap:52px;
  align-items:start;
  margin-bottom:18px;
}

.host-career-item::before {
  content:"";
  position:absolute;
  top:27px;
  left:130px;
  width:12px;
  height:12px;
  border:3px solid #3a2a22;
  border-radius:50%;
  background:#fff0df;
}

.host-career-item time {
  padding-top:25px;
  color:var(--orange-deep);
  font-size:12px;
  font-weight:900;
  text-align:right;
}

.host-career-item > div {
  padding:24px 28px 25px;
  border:1px solid #e4d5c8;
  border-radius:4px;
  background:#fff;
  box-shadow:0 6px 18px rgba(74,44,28,.05);
}

.host-career-item h3 { margin:0 0 7px; font-size:20px; }
.host-career-item p { margin:0; color:#765f52; font-size:13px; line-height:1.9; }
.host-career-item--accent > div { border-left:5px solid var(--orange); background:#fff8ef; }
.host-career-item--accent::before { border-color:var(--orange-deep); background:var(--orange); }

.host-origin { background:#fff; }
.host-origin .host-profile-section__heading { max-width:1040px; }
.host-origin-lead {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:52px;
  max-width:1040px;
  margin-bottom:70px;
  padding-top:32px;
  border-top:2px solid #392a22;
}

.host-origin-lead p { margin:0; color:#665248; font-size:15px; line-height:2.1; }
.host-origin-chapters { display:grid; gap:86px; }
.host-origin-chapters article {
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:clamp(42px,7vw,92px);
  align-items:center;
}

.host-origin-chapters figure {
  margin:0;
  border:1px solid #d8c9bd;
  border-radius:4px;
  background:#eee4da;
}

.host-origin-chapters figure img { display:block; width:100%; height:auto; object-fit:contain; }
.host-origin-chapters figcaption { padding:11px 13px; border-top:1px solid #d8c9bd; background:#fff; color:var(--muted); font-size:10px; }
.host-origin-chapters article > div > span { color:var(--orange-deep); font-size:10px; font-weight:900; letter-spacing:.13em; }
.host-origin-chapters h3 { margin:12px 0 20px; font-size:clamp(27px,3vw,39px); line-height:1.45; }
.host-origin-chapters article > div p { color:#6e594d; font-size:14px; line-height:2; }

.host-origin-statement {
  max-width:960px;
  margin:90px auto 0;
  padding:39px 45px;
  border:2px solid #e67e3e;
  border-radius:4px;
  background:#fff4e9;
}

.host-origin-statement span { color:var(--orange-deep); font-size:10px; font-weight:900; letter-spacing:.13em; }
.host-origin-statement p { margin:13px 0 0; font-size:clamp(20px,2.5vw,30px); font-weight:850; line-height:1.75; }

.host-values { background:#f7ead9; }
.host-profile-section__heading--split {
  display:grid;
  grid-template-columns:1fr .72fr;
  gap:80px;
  max-width:none;
  align-items:end;
}

.host-profile-section__heading--split > p { padding-bottom:7px; }
.host-values-grid { display:grid; grid-template-columns:1fr 1fr; border-top:2px solid #392a22; }
.host-values-grid article { display:grid; grid-template-columns:60px 1fr; gap:18px 24px; padding:38px 34px; border-right:1px solid #ddcdbf; border-bottom:1px solid #ddcdbf; background:rgba(255,255,255,.44); }
.host-values-grid article:nth-child(2n) { border-right:0; }
.host-values-grid article > span { grid-row:1 / 3; color:var(--orange-deep); font-size:12px; font-weight:900; }
.host-values-grid h3 { margin:0; font-size:23px; }
.host-values-grid p { margin:0; color:#705b4f; font-size:13px; line-height:1.9; }

.host-operation { background:#2c211b; color:#fff; }
.host-operation__grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(400px,1.1fr); gap:clamp(50px,8vw,110px); align-items:center; }
.host-operation .eyebrow { color:#f7a36d; }
.host-operation h2 { margin:10px 0 25px; color:#fff; font-size:clamp(37px,4.4vw,58px); line-height:1.35; }
.host-operation p { color:#d8c9c0; font-size:14px; line-height:2; }
.host-operation .button { margin-top:18px; }
.host-operation figure { margin:0; border:1px solid rgba(255,255,255,.28); border-radius:4px; background:#d9cec4; }
.host-operation figure img { display:block; width:100%; height:auto; object-fit:contain; }
.host-operation figcaption { padding:11px 13px; background:#fff; color:#6d594e; font-size:10px; }

.host-current { background:#fff; }
.host-current-list { border-top:2px solid #392a22; }
.host-current-list article { display:grid; grid-template-columns:60px minmax(0,1fr) auto; gap:24px; align-items:center; padding:30px 10px; border-bottom:1px solid var(--line); }
.host-current-list article > span { display:grid; width:34px; height:34px; place-items:center; border-radius:50%; background:var(--orange); color:#fff; font-size:10px; font-weight:900; }
.host-current-list h3 { margin:0 0 6px; font-size:24px; }
.host-current-list p { max-width:720px; margin:0; color:#705b4f; font-size:13px; line-height:1.85; }
.host-current-list a { min-width:180px; padding:14px 16px; border:1px solid #3c2d25; border-radius:3px; color:#3c2d25; font-size:11px; font-weight:850; text-align:center; }
.host-current-list a:hover { background:#3c2d25; color:#fff; }

.host-profile-message {
  padding:110px 0;
  border-top:8px solid #ef843f;
  background:
    linear-gradient(90deg,rgba(239,132,63,.08) 1px,transparent 1px),
    linear-gradient(rgba(239,132,63,.08) 1px,transparent 1px),
    #fff0df;
  background-size:32px 32px;
}

.host-profile-message .container { max-width:920px; }
.host-profile-message h2 { margin:14px 0 30px; font-size:clamp(34px,4.2vw,56px); line-height:1.55; }
.host-profile-message > .container > p:not(.eyebrow):not(.host-profile-message__sign) { color:#655247; font-size:15px; line-height:2.1; }
.host-profile-message__sign { margin:35px 0 0; font-size:14px; font-weight:850; text-align:right; }

@media (max-width:960px) {
  .host-profile-hero__inner,
  .host-profile-card,
  .host-operation__grid { grid-template-columns:1fr; }
  .host-profile-hero__portrait { width:min(560px,100%); }
  .host-profile-card__numbers { grid-template-columns:repeat(4,1fr); }
  .host-profile-card__numbers article { min-height:145px; padding:22px 16px; }
  .host-profile-card__note { grid-column:1 / 5; }
  .host-origin-chapters article { gap:40px; }
}

@media (max-width:700px) {
  .host-profile-hero { padding:58px 0 64px; }
  .host-profile-hero__inner { gap:42px; }
  .host-profile-hero h1 { display:grid; gap:7px; font-size:59px; }
  .host-profile-hero__lead { font-size:32px; }
  .host-profile-hero__lead br { display:none; }
  .host-profile-hero__portrait { width:calc(100% - 10px); box-shadow:9px 9px 0 #ef7d39; }
  .host-profile-nav .container { justify-content:flex-start; padding-inline:0; }
  .host-profile-nav a { padding:17px 18px; font-size:10px; }
  .host-profile-section { padding:76px 0; }
  .host-profile-section__heading { margin-bottom:34px; }
  .host-profile-section__heading h2 { font-size:38px; }
  .host-profile-section__heading h2 br,
  .host-profile-message h2 br { display:none; }
  .host-profile-card { box-shadow:7px 7px 0 #f1a36b; }
  .host-profile-card__bio { padding:29px 22px; }
  .host-profile-card__bio h2 { display:grid; gap:3px; font-size:45px; }
  .host-profile-card__bio dl div { grid-template-columns:90px 1fr; }
  .host-profile-card__numbers { grid-template-columns:1fr 1fr; padding:16px; }
  .host-profile-card__numbers article { min-height:135px; padding:20px 14px; }
  .host-profile-card__numbers strong { font-size:27px; }
  .host-profile-card__note { grid-column:1 / 3; }
  .host-career-timeline::before { left:8px; }
  .host-career-item { grid-template-columns:1fr; gap:8px; padding-left:31px; }
  .host-career-item::before { top:11px; left:1px; }
  .host-career-item time { padding-top:6px; text-align:left; }
  .host-career-item > div { padding:21px 19px; }
  .host-origin-lead,
  .host-origin-chapters article,
  .host-profile-section__heading--split { grid-template-columns:1fr; }
  .host-origin-lead { gap:22px; margin-bottom:52px; }
  .host-origin-chapters { gap:62px; }
  .host-origin-chapters article:nth-child(2) figure { order:-1; }
  .host-origin-chapters h3 { font-size:29px; }
  .host-origin-statement { margin-top:58px; padding:28px 22px; }
  .host-origin-statement p { font-size:21px; }
  .host-profile-section__heading--split { gap:10px; }
  .host-values-grid { grid-template-columns:1fr; }
  .host-values-grid article,
  .host-values-grid article:nth-child(2n) { grid-template-columns:45px 1fr; padding:29px 20px; border-right:0; }
  .host-operation__grid { gap:38px; }
  .host-operation h2 { font-size:37px; }
  .host-current-list article { grid-template-columns:42px 1fr; gap:18px; }
  .host-current-list a { grid-column:2; min-width:0; width:100%; }
  .host-profile-message { padding:78px 0; }
  .host-profile-message h2 { font-size:33px; }
}

/* Party Plus distributed participant cutouts and event-pass credential */
.hero--crowd .hero-inner {
  position: relative;
}

.hero--crowd .hero-copy {
  width: min(760px, 62vw);
  padding: 32px 34px 30px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 5px;
  background: rgba(46, 29, 18, .38);
  box-shadow: 0 20px 52px rgba(0,0,0,.12);
  backdrop-filter: blur(1.5px);
}

.hero-achievement-badge {
  position: absolute;
  z-index: 6;
  right: clamp(24px, 5vw, 86px);
  bottom: 92px;
  width: clamp(190px, 19vw, 275px);
  height: auto;
  filter: drop-shadow(0 16px 18px rgba(21, 12, 7, .34));
  transform: rotate(2.5deg);
}

.about,
.recommend,
.anxiety,
.reasons,
.event-variety,
.atmosphere,
.schedule,
.howto {
  position: relative;
  overflow: hidden;
}

.about-container,
.recommend-container,
.anxiety-grid,
.reasons-container,
.event-variety-container,
.atmosphere-container,
.howto-container {
  position: relative;
}

.about-container > :not(.people-cutout),
.recommend-container > :not(.people-cutout),
.anxiety-grid > :not(.people-cutout),
.reasons-container > :not(.people-cutout),
.event-variety-container > :not(.people-cutout),
.atmosphere-container > :not(.people-cutout),
.howto-container > :not(.people-cutout) {
  position: relative;
  z-index: 2;
}

.about-cutout,
.recommend-cutout,
.recommend-cutout-secondary,
.anxiety-cutout,
.reasons-cutout,
.event-variety-cutout,
.atmosphere-cutout,
.schedule-cutout,
.howto-cutout {
  position: absolute;
  z-index: 1;
  opacity: .96;
  filter: drop-shadow(0 15px 15px rgba(54, 30, 17, .2));
}

.about-cutout {
  top: -100px;
  right: -125px;
  width: min(390px, 29vw);
  transform: rotate(5deg);
}

.about-container > .section-heading {
  max-width: 72%;
}

.recommend-cutout {
  top: 115px;
  right: -175px;
  width: min(360px, 27vw);
  transform: rotate(7deg);
}

.recommend-cutout-secondary {
  left: -185px;
  bottom: 10px;
  width: min(330px, 25vw);
  transform: rotate(-7deg);
}

.anxiety-cutout {
  right: -205px;
  bottom: -155px;
  width: min(440px, 33vw);
  transform: rotate(4deg);
}

.reasons-cutout {
  top: 15px;
  right: -155px;
  width: min(360px, 27vw);
  transform: rotate(5deg);
}

.reasons-container > .section-heading {
  max-width: 72%;
}

.event-variety-cutout {
  top: -80px;
  right: -155px;
  width: min(355px, 27vw);
  transform: rotate(8deg);
}

.event-variety-container > .section-heading {
  max-width: 72%;
}

.atmosphere-cutout {
  left: -165px;
  top: 145px;
  width: min(330px, 25vw);
  transform: rotate(-8deg);
}

.schedule-cutout {
  left: -90px;
  bottom: -100px;
  width: min(405px, 31vw);
  transform: rotate(-4deg);
}

.howto-cutout {
  top: -85px;
  right: -150px;
  width: min(340px, 26vw);
  transform: rotate(7deg);
}

.howto-container > .section-heading {
  max-width: 72%;
}

@media (max-width: 900px) {
  .hero--crowd .hero-copy {
    width: min(610px, calc(100% - 150px));
    padding: 28px 26px;
  }

  .hero-achievement-badge {
    right: 18px;
    bottom: 36px;
    width: 150px;
  }
}

@media (max-width: 600px) {
  .hero--crowd,
  .hero--crowd .hero-inner {
    min-height: 860px;
  }

  .hero--crowd .hero-inner {
    align-items: flex-end;
    padding: 156px 15px 38px;
  }

  .hero--crowd .hero-copy {
    width: 100%;
    padding: 24px 18px 21px;
    background: rgba(46, 29, 18, .34);
  }

  .hero-achievement-badge {
    top: 92px;
    right: 10px;
    bottom: auto;
    width: 112px;
    transform: rotate(3deg);
  }

  .about-container > .section-heading,
  .recommend-container > .section-heading,
  .reasons-container > .section-heading,
  .event-variety-container > .section-heading,
  .howto-container > .section-heading {
    max-width: 68%;
  }

  .about-cutout {
    top: -30px;
    right: -60px;
    width: 200px;
  }

  .recommend-cutout {
    top: 15px;
    right: -75px;
    width: 205px;
  }

  .recommend-cutout-secondary {
    left: -85px;
    bottom: 90px;
    width: 195px;
  }

  .anxiety {
    padding-bottom: 170px;
  }

  .anxiety-cutout {
    right: -70px;
    bottom: -55px;
    width: 245px;
  }

  .reasons-cutout {
    top: -28px;
    right: -70px;
    width: 205px;
  }

  .event-variety-cutout {
    top: -35px;
    right: -76px;
    width: 205px;
  }

  .atmosphere-cutout {
    left: -78px;
    top: 175px;
    width: 195px;
  }

  .schedule-cutout {
    left: -55px;
    bottom: -45px;
    width: 270px;
    transform: rotate(-4deg);
  }

  .howto-cutout {
    top: -30px;
    right: -72px;
    width: 200px;
  }
}

/* Brand-first hero and additional participant cutouts */
.hero-crowd-cutout {
  display: none;
}

.people-scatter__person--5 {
  z-index: 5;
  right: 130px;
  bottom: -132px;
  width: min(470px, 34vw);
  transform: rotate(2deg);
}

.people-scatter__person--6 {
  z-index: 6;
  right: 500px;
  bottom: -142px;
  width: min(330px, 24vw);
  transform: rotate(-3deg);
}

.photo-can-expand {
  cursor: zoom-in;
}

.photo-can-expand:focus-visible {
  outline: 4px solid #f58232;
  outline-offset: 4px;
}

body.is-photo-open {
  overflow: hidden;
}

.photo-lightbox[hidden] {
  display: none !important;
}

.photo-lightbox {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 56px 24px 24px;
  background: rgba(20, 13, 9, .92);
  cursor: zoom-out;
}

.photo-lightbox__inner {
  display: grid;
  max-width: min(1180px, 94vw);
  max-height: calc(100svh - 84px);
  gap: 10px;
  justify-items: center;
  cursor: default;
}

.photo-lightbox__inner img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100svh - 128px);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 3px;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0,0,0,.48);
}

.photo-lightbox__inner p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.photo-lightbox__close {
  position: absolute;
  top: 14px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 2px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: 300 32px/1 sans-serif;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .people-scatter__person--5 { right:90px; width:420px; }
  .people-scatter__person--6 { right:390px; width:300px; }
}

@media (max-width: 780px) {
  .hero--crowd,
  .hero--crowd .hero-inner {
    min-height: 790px;
  }

  .hero--crowd .hero-inner {
    align-items: flex-end;
    padding: 112px 24px 36px;
  }

  .people-scatter__stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 720px;
  }

  .people-scatter__person--5,
  .people-scatter__person--6 {
    position: relative;
    inset: auto;
    width: 132%;
    max-width: none;
    margin: -48% -16% 0;
    transform: none;
  }
}

@media (max-width: 600px) {
  .hero--crowd,
  .hero--crowd .hero-inner {
    min-height: 780px;
  }

  .hero--crowd .hero-inner {
    padding: 106px 16px 26px;
  }

  .hero-location {
    padding: 7px 10px;
    font-size: 10px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .hero-brand-name {
    font-size: clamp(54px, 17vw, 70px);
  }

  .hero-brand-copy {
    margin-top: 7px;
    font-size: clamp(18px, 5.4vw, 23px);
  }

  .hero-short-message {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-proof {
    gap: 6px;
  }

  .hero-proof span {
    padding: 7px 9px;
    font-size: 10px;
  }

  .hero-invite {
    font-size: 12px;
  }

  .people-scatter__stage {
    min-height: 620px;
  }

  .photo-lightbox {
    padding: 62px 12px 16px;
  }

  .photo-lightbox__inner {
    max-width: 100%;
  }
}

@media (max-width: 430px) {
  .people-scatter__person--5,
  .people-scatter__person--6 {
    width: 145%;
    margin: -56% -22% 0;
  }
}

/* Static HTML compatibility and schedule components */
img {
  display: block;
  max-width: 100%;
}

.hero-photo > img,
.about-photo > img,
.gallery-item > img,
.category-card > img,
.event-list-card__image > img,
.format-card__image > img,
.journal-card__image > img,
.photo-story-image > img,
.event-detail-image > img,
.full-gallery__item > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schedule-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.schedule-toolbar label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.schedule-toolbar select {
  min-width: 180px;
  padding: 12px 40px 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
  color: var(--ink);
  font: inherit;
}

.calendar-wrap {
  overflow-x: auto;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.event-calendar {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
}

.event-calendar caption {
  padding: 22px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  text-align: left;
}

.event-calendar th,
.event-calendar td {
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: center;
}

.event-calendar th:last-child,
.event-calendar td:last-child {
  border-right: 0;
}

.event-calendar th {
  padding: 10px;
  color: var(--muted);
  font-size: 11px;
}

.event-calendar td {
  height: 70px;
  padding: 8px;
  vertical-align: top;
}

.event-calendar td span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.event-calendar th:first-child,
.event-calendar td:first-child span {
  color: #d8583d;
}

.event-calendar th:last-child,
.event-calendar td:last-child span {
  color: #35729c;
}

.event-list {
  display: grid;
  gap: 16px;
}

.event-card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.event-card small { color: var(--orange-deep); font-weight: 900; letter-spacing: .12em; }
.event-card h2 { margin: 5px 0 0; font-size: 24px; }
.event-card dl { margin: 0; }
.event-card dl div { display: grid; grid-template-columns: 56px 1fr; gap: 10px; padding: 5px 0; }
.event-card dt { color: var(--muted); font-size: 11px; font-weight: 800; }
.event-card dd { margin: 0; font-size: 13px; font-weight: 750; }

@media (max-width: 720px) {
  .schedule-toolbar { align-items: stretch; flex-direction: column; }
  .schedule-toolbar .button { width: 100%; }
  .event-card { grid-template-columns: 1fr; gap: 16px; padding: 21px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.035em;
  line-height: 1.32;
}

.container {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.section-pad {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
}

.section-cream {
  background: var(--cream);
}

.section-orange {
  background: var(--orange-deep);
  color: var(--white);
}

.section-dark {
  background: var(--dark);
  color: var(--white);
}

.mobile-only {
  display: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.eyebrow span {
  font-size: 14px;
}

.eyebrow--light {
  color: #ffd7b9;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 64px;
}

.section-heading h2,
.faq-heading h2,
.organizer-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(40px, 5.4vw, 72px);
  font-weight: 850;
}

.section-heading h2 span,
.faq-heading h2 span,
.organizer-copy h2 span {
  color: var(--orange-deep);
}

.section-lead {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 15px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(245, 130, 50, 0.36);
  outline-offset: 4px;
}

.button--primary {
  background: var(--orange-deep);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(233, 104, 34, 0.28);
}

.button--primary:hover {
  background: #d95a17;
  box-shadow: 0 20px 42px rgba(233, 104, 34, 0.34);
}

.button--ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.button--white {
  background: var(--white);
  color: var(--orange-deep);
  box-shadow: 0 16px 34px rgba(101, 43, 11, 0.16);
}

.button--outline-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.button--small {
  min-height: 48px;
  padding-inline: 22px;
  font-size: 13px;
}

.orange-slice {
  width: 330px;
  height: 330px;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: rgba(245, 130, 50, 0.3);
  background:
    radial-gradient(circle at center, transparent 0 25%, currentColor 25.5% 26.2%, transparent 26.7%),
    repeating-conic-gradient(from -1deg, transparent 0 43deg, currentColor 44deg 45deg);
  mask-image: radial-gradient(circle, #000 0 69%, transparent 69.5%);
  opacity: 0.75;
  pointer-events: none;
  animation: slow-spin 32s linear infinite;
}

.orange-slice::after {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.orange-slice--soft {
  color: rgba(245, 130, 50, 0.16);
}

@keyframes slow-spin {
  to { transform: rotate(360deg); }
}

.reveal {
  animation: reveal-up 680ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.reveal--delay {
  animation-delay: 120ms;
}

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@supports (animation-timeline: view()) {
  .reveal {
    animation-timeline: view();
    animation-range: entry 8% cover 26%;
  }
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 78px;
  border-bottom: 1px solid rgba(83, 57, 40, 0.08);
  background: rgba(255, 252, 249, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1240px, calc(100% - 44px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.logo-link {
  margin-right: auto;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
}

.brand-bulb {
  position: relative;
  width: 28px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange-deep);
  border-radius: 48% 48% 43% 43%;
  color: var(--orange);
  font-size: 8px;
  box-shadow: inset 0 0 0 7px #fff5eb;
}

.brand-bulb::before,
.brand-bulb::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: -5px;
  height: 2px;
  border-radius: 2px;
  background: var(--orange-deep);
  box-shadow: 0 4px 0 var(--orange-deep);
}

.brand-name {
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 1;
}

.brand-name strong {
  color: var(--orange-deep);
  font-weight: 900;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.desktop-nav a {
  position: relative;
  font-size: 12px;
  font-weight: 760;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--orange);
  transition: right 180ms ease;
}

.desktop-nav a:hover::after {
  right: 0;
}

.desktop-cta {
  background: var(--orange-deep);
  color: var(--white);
}

.mobile-menu {
  display: none;
}

/* Hero */
.hero {
  min-height: 760px;
  position: relative;
  display: grid;
  align-items: center;
  padding: 128px 0 68px;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 18%, rgba(245, 130, 50, 0.12), transparent 25%),
    linear-gradient(135deg, #fffaf5 0%, #fff 52%, #fff4e9 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 70px;
  background: var(--white);
  clip-path: ellipse(58% 28% at 50% 100%);
}

.hero-inner {
  width: min(1240px, calc(100% - 56px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.86fr);
  align-items: center;
  gap: 74px;
}

.hero-slice {
  position: absolute;
  top: -170px;
  left: -105px;
}

.hero-kicker {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  padding: 9px 15px;
  border: 1px solid rgba(233, 104, 34, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(245, 130, 50, 0.14);
}

.hero h1 {
  margin-bottom: 28px;
  font-size: clamp(48px, 6.2vw, 82px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1.24;
}

.hero h1 em,
.intro-title h2 em,
.anxiety-intro h2 em {
  color: var(--orange-deep);
  font-style: normal;
}

.hero-description {
  max-width: 610px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 580;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-safe {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.hero-safe span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange-soft);
  color: var(--orange-deep);
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.hero-photo {
  height: 570px;
  position: relative;
  overflow: hidden;
  border-radius: 220px 220px 32px 32px;
  background: #e7d3c4;
  box-shadow: var(--shadow);
}

.hero-photo img,
.about-photo img,
.gallery-item img,
.category-card img {
  object-fit: cover;
}

.hero-photo img {
  object-position: 52% center;
}

.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(245, 130, 50, 0.05), transparent 45%, rgba(53, 29, 17, 0.42));
}

.photo-direction {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: grid;
  gap: 3px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 15px;
  background: rgba(44, 34, 28, 0.55);
  color: var(--white);
  backdrop-filter: blur(10px);
  font-size: 11px;
  line-height: 1.55;
}

.photo-direction strong {
  color: #ffd6b8;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.floating-card {
  position: absolute;
  z-index: 2;
  display: grid;
  padding: 17px 20px;
  border: 1px solid rgba(233, 104, 34, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 15px 40px rgba(74, 42, 24, 0.16);
  backdrop-filter: blur(12px);
}

.floating-card strong {
  font-size: 13px;
}

.floating-card small {
  color: var(--muted);
  font-size: 10px;
}

.floating-card--top {
  top: 86px;
  left: -50px;
  grid-template-columns: auto 1fr;
  gap: 0 11px;
}

.floating-card--top small {
  grid-column: 2;
}

.floating-card--bottom {
  right: -28px;
  bottom: 48px;
}

.floating-card--bottom strong {
  color: var(--orange-deep);
  font-size: 9px;
  letter-spacing: 0.15em;
}

.floating-card--bottom span {
  font-size: 17px;
  font-weight: 850;
}

.tiny-bulb {
  width: 24px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--orange-deep);
  border-radius: 50% 50% 44% 44%;
  color: var(--orange);
  font-size: 6px;
  box-shadow: inset 0 0 0 6px var(--orange-soft);
}

/* Trust */
.trust-strip {
  position: relative;
  z-index: 3;
  padding: 20px 0 22px;
  border-block: 1px solid var(--line);
  background: var(--white);
}

.trust-inner {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item span {
  color: var(--orange-deep);
  font-size: 10px;
  letter-spacing: 0.08em;
}

/* Emotional intro */
.intro {
  padding-top: 155px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 100px;
  align-items: start;
}

.intro-title h2 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 850;
}

.intro-copy {
  padding-top: 55px;
  color: var(--muted);
}

.intro-opening {
  margin-bottom: 28px;
  color: var(--ink);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.65;
}

.quote-list {
  display: grid;
  gap: 10px;
  margin: 30px 0;
}

.quote-list span {
  position: relative;
  padding: 12px 16px 12px 42px;
  border-radius: 12px;
  background: var(--cream);
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.quote-list span::before {
  content: "+";
  position: absolute;
  left: 17px;
  color: var(--orange-deep);
  font-weight: 900;
}

/* About */
.about-decoration {
  position: absolute;
  top: -135px;
  right: -110px;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.94fr 1fr;
  gap: 72px;
  align-items: center;
}

.about-photo {
  height: 570px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #e9dbce;
  box-shadow: var(--shadow-soft);
}

.about-photo img {
  object-position: 55% center;
}

.image-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 13px 16px;
  border-radius: 12px;
  background: rgba(43, 35, 31, 0.62);
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  line-height: 1.5;
  backdrop-filter: blur(8px);
}

.about-copy {
  color: var(--muted);
}

.about-copy .big-copy {
  color: var(--ink);
  font-size: 23px;
  font-weight: 680;
  line-height: 1.8;
}

.about-copy .big-copy strong {
  color: var(--orange-deep);
}

.not-this {
  margin-top: 32px;
  padding: 23px 25px;
  border: 1px solid rgba(233, 104, 34, 0.15);
  border-radius: 18px;
  background: var(--white);
}

.not-this > p {
  margin-bottom: 13px;
  color: var(--orange-deep);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.not-this div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
}

.not-this span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 720;
}

/* Recommendations */
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.recommend-card {
  min-height: 255px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease;
}

.recommend-card:hover {
  transform: translateY(-5px);
  border-color: rgba(233, 104, 34, 0.28);
}

.card-number {
  display: block;
  margin-bottom: 30px;
  color: var(--orange-deep);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.recommend-card h3 {
  max-width: 230px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 820;
}

.recommend-card p {
  max-width: 270px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.card-plus {
  position: absolute;
  right: -9px;
  bottom: -42px;
  color: var(--orange-soft);
  font-size: 150px;
  font-weight: 200;
  line-height: 1;
}

/* Anxiety */
.anxiety::after {
  content: "+";
  position: absolute;
  right: -35px;
  bottom: -120px;
  color: rgba(245, 130, 50, 0.08);
  font-size: 500px;
  font-weight: 200;
  line-height: 1;
}

.anxiety-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 90px;
}

.anxiety-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.anxiety-intro h2 {
  margin-bottom: 28px;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 850;
}

.anxiety-intro > p:not(.eyebrow) {
  max-width: 470px;
  color: rgba(255, 255, 255, 0.66);
}

.anxiety-pill {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 34px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  font-weight: 750;
}

.anxiety-pill span {
  color: var(--orange);
  font-size: 9px;
  text-shadow: 0 0 12px var(--orange);
}

.anxiety-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.anxiety-list summary {
  min-height: 95px;
  display: grid;
  grid-template-columns: 54px 1fr 28px;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  list-style: none;
  font-size: 19px;
  font-weight: 780;
}

.anxiety-list summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}

.anxiety-list summary span {
  color: var(--orange);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.anxiety-list summary i,
.faq-list summary i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  font-style: normal;
  font-weight: 400;
  transition: transform 180ms ease;
}

.anxiety-list details[open] summary i,
.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.anxiety-list details > p {
  margin: -2px 40px 30px 69px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
}

/* Reasons */
.reasons-list {
  border-top: 1px solid var(--line);
}

.reason-row {
  min-height: 122px;
  display: grid;
  grid-template-columns: 70px 0.75fr 1fr 38px;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid var(--line);
}

.reason-number {
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 850;
}

.reason-row h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 820;
}

.reason-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.reason-symbol {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange-soft);
  color: var(--orange-deep);
}

/* Event variety */
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 315px 315px;
  gap: 16px;
}

.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

.category-card--1,
.category-card--4 {
  grid-column: span 3;
}

.category-card--2,
.category-card--3,
.category-card--5 {
  grid-column: span 3;
}

.category-card img {
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.category-card:hover img {
  transform: scale(1.035);
}

.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(42, 36, 33, 0.05), rgba(42, 28, 18, 0.72));
}

.category-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(9px);
}

.category-copy {
  position: absolute;
  right: 25px;
  bottom: 22px;
  left: 25px;
}

.category-copy small {
  color: #ffd9be;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.category-copy h3 {
  margin: 4px 0 4px;
  font-size: 26px;
}

.category-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 255px 255px;
  gap: 14px;
}

.gallery-item {
  min-width: 0;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 21px;
  background: var(--orange-soft);
}

.gallery-item--1 { grid-column: span 5; grid-row: span 2; }
.gallery-item--2 { grid-column: span 4; }
.gallery-item--3 { grid-column: span 3; }
.gallery-item--4 { grid-column: span 3; }
.gallery-item--5 { grid-column: span 4; }

.gallery-item img {
  transition: transform 500ms ease;
}

.gallery-item:hover img {
  transform: scale(1.025);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(42, 31, 24, 0.72));
}

.gallery-tag {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--orange-deep);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
}

.gallery-item figcaption {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 14px;
  left: 15px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.45;
}

.gallery-note {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 860px;
  margin: 34px auto 0;
  padding: 22px 25px;
  border: 1px solid rgba(233, 104, 34, 0.14);
  border-radius: 18px;
  background: var(--cream);
}

.gallery-note .tiny-bulb {
  flex: 0 0 auto;
}

.gallery-note p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.gallery-note strong {
  color: var(--ink);
}

/* Schedule */
.schedule {
  background: linear-gradient(145deg, var(--orange-deep), #f37c2b);
}

.schedule-slice {
  position: absolute;
  right: -115px;
  bottom: -145px;
  color: rgba(255, 255, 255, 0.15);
}

.schedule-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 80px;
  align-items: center;
}

.schedule-copy h2 {
  margin-bottom: 25px;
  font-size: clamp(43px, 5.4vw, 70px);
}

.schedule-copy > p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.event-empty {
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.event-status {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--white);
  color: var(--orange-deep);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.event-empty h3 {
  margin-bottom: 14px;
  font-size: 28px;
}

.event-empty > p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.event-empty-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}

.text-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 750;
}

/* Steps */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.step-card {
  position: relative;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.step-card:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -31px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--orange-deep);
  font-size: 17px;
}

.step-top {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--orange-deep);
}

.step-top span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.step-top strong {
  font-size: 28px;
}

.step-icon {
  width: 65px;
  height: 65px;
  display: grid;
  place-items: center;
  margin: 35px 0 30px;
  border-radius: 50%;
  background: var(--orange-soft);
  color: var(--orange-deep);
  font-size: 24px;
}

.step-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

/* Voice */
.voice-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 90px;
  align-items: center;
}

.voice-copy h2 {
  margin-bottom: 27px;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 850;
}

.voice-copy h2 em {
  color: var(--orange);
  font-style: normal;
}

.voice-copy > p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.voice-placeholder {
  position: relative;
  overflow: hidden;
  padding: 45px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.055);
}

.voice-placeholder::after {
  content: "“";
  position: absolute;
  top: -48px;
  right: 20px;
  color: rgba(245, 130, 50, 0.12);
  font-family: Georgia, serif;
  font-size: 260px;
  line-height: 1;
}

.voice-placeholder > span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.voice-placeholder h3 {
  position: relative;
  z-index: 2;
  margin: 17px 0 14px;
  font-size: 28px;
}

.voice-placeholder > p {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.voice-placeholder > div {
  display: grid;
  gap: 3px;
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.voice-placeholder small {
  color: var(--orange);
  font-size: 9px;
  font-weight: 850;
}

.voice-placeholder strong {
  color: rgba(255, 255, 255, 0.77);
  font-size: 12px;
}

/* Organizer */
.organizer-grid {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 90px;
  align-items: center;
}

.organizer-photo {
  min-height: 570px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(233, 104, 34, 0.16);
  border-radius: 220px 220px 28px 28px;
  background:
    radial-gradient(circle at 50% 30%, rgba(245, 130, 50, 0.18), transparent 25%),
    linear-gradient(160deg, #fff, #ffe4cf);
  box-shadow: var(--shadow-soft);
}

.organizer-photo::before {
  content: "";
  width: 44%;
  aspect-ratio: 1;
  position: absolute;
  top: 88px;
  left: 28%;
  border-radius: 50%;
  background: rgba(233, 104, 34, 0.14);
  box-shadow: 0 137px 0 48px rgba(233, 104, 34, 0.11);
}

.organizer-placeholder {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
  margin-top: 200px;
  padding: 22px 25px;
  border: 1px solid rgba(233, 104, 34, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
  backdrop-filter: blur(10px);
}

.organizer-placeholder span {
  color: var(--orange-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.organizer-placeholder strong {
  font-size: 14px;
  line-height: 1.6;
}

.organizer-placeholder small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.organizer-sign {
  position: absolute;
  right: 23px;
  bottom: 17px;
  color: rgba(233, 104, 34, 0.48);
  font-family: "Segoe Script", cursive;
  font-size: 18px;
}

.organizer-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.organizer-name {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 4px 15px;
  margin: 35px 0 27px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}

.organizer-name strong {
  font-size: 24px;
}

.organizer-name span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.organizer-name small {
  grid-column: 1 / -1;
  color: var(--orange-deep);
  font-size: 11px;
  font-weight: 750;
}

/* FAQ */
.faq-grid {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  gap: 90px;
}

.faq-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-heading > p:last-child {
  max-width: 380px;
  color: var(--muted);
  font-size: 14px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 87px;
  display: grid;
  grid-template-columns: 36px 1fr 28px;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.6;
}

.faq-list summary > span,
.faq-answer > span {
  color: var(--orange-deep);
  font-size: 16px;
  font-weight: 900;
}

.faq-list summary i {
  border-color: var(--line);
}

.faq-answer {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  padding: 2px 35px 28px 0;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

/* Final CTA */
.final-cta {
  min-height: 630px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 110px 0;
  background: var(--orange-deep);
  color: var(--white);
  text-align: center;
}

.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.final-cta::before {
  top: -80px;
  left: 7%;
}

.final-cta::after {
  right: 9%;
  bottom: -110px;
}

.final-cta-slice {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  color: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  animation: none;
}

.final-cta-inner {
  position: relative;
  z-index: 2;
}

.final-cta .eyebrow {
  justify-content: center;
}

.final-cta h2 {
  margin-bottom: 24px;
  font-size: clamp(43px, 6vw, 75px);
  font-weight: 900;
}

.final-cta-inner > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 35px;
}

.final-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 27px;
}

.final-badges span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  font-weight: 750;
}

/* Footer */
.site-footer {
  padding: 80px 0 25px;
  background: var(--dark);
  color: var(--white);
}

.site-footer .brand-name {
  color: var(--white);
}

.site-footer .brand-bulb {
  box-shadow: inset 0 0 0 7px #3c332e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr 0.75fr;
  gap: 80px;
  padding-bottom: 65px;
}

.footer-brand p,
.footer-company p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

.footer-nav div,
.footer-company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-nav strong,
.footer-company > strong {
  margin-bottom: 9px;
  color: var(--orange);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.footer-nav a,
.footer-nav span {
  color: rgba(255, 255, 255, 0.63);
  font-size: 11px;
}

.footer-nav a:hover {
  color: var(--white);
}

.footer-company small {
  color: rgba(255, 255, 255, 0.35);
  font-size: 9px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.36);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.mobile-fixed-cta {
  display: none;
}

/* Brand bulb: primary visual */
.bulb-motif {
  width: 180px;
  height: 245px;
  position: relative;
  display: block;
  color: var(--orange-deep);
  filter: drop-shadow(0 24px 30px rgba(233, 104, 34, 0.16));
}

.bulb-motif__glass {
  width: 118px;
  height: 135px;
  position: absolute;
  top: 24px;
  left: 31px;
  border: 4px solid currentColor;
  border-radius: 58% 58% 48% 48%;
  background: radial-gradient(circle at 50% 45%, rgba(255, 207, 159, 0.96) 0 9%, rgba(245, 130, 50, 0.22) 10% 34%, rgba(255, 248, 242, 0.92) 64%);
  box-shadow: inset 0 0 32px rgba(245, 130, 50, 0.18), 0 0 42px rgba(245, 130, 50, 0.2);
}

.bulb-motif__glass::after {
  content: "";
  width: 48px;
  height: 34px;
  position: absolute;
  left: 31px;
  bottom: -24px;
  border-inline: 4px solid currentColor;
  background: var(--cream);
}

.bulb-motif__glass i {
  width: 34px;
  height: 43px;
  position: absolute;
  left: 38px;
  bottom: 15px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-radius: 50% 50% 0 0;
}

.bulb-motif__base {
  width: 58px;
  height: 48px;
  position: absolute;
  top: 165px;
  left: 61px;
  border-block: 4px solid currentColor;
  background: repeating-linear-gradient(180deg, transparent 0 10px, currentColor 11px 14px);
  border-radius: 5px 5px 14px 14px;
}

.bulb-motif__base::after {
  content: "";
  width: 29px;
  height: 9px;
  position: absolute;
  left: 14px;
  bottom: -13px;
  border-radius: 0 0 12px 12px;
  background: currentColor;
}

.bulb-motif__ray {
  width: 3px;
  height: 26px;
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  background: currentColor;
}

.bulb-motif__ray--1 { top: 0; left: 88px; }
.bulb-motif__ray--2 { top: 48px; left: 9px; transform: rotate(-58deg); }
.bulb-motif__ray--3 { top: 48px; right: 9px; transform: rotate(58deg); }
.bulb-motif__ray--4 { top: 112px; right: 1px; transform: rotate(88deg); }

.brand-bulb i {
  width: 6px;
  height: 10px;
  border-top: 1.5px solid var(--orange-deep);
  border-inline: 1.5px solid var(--orange-deep);
  border-radius: 50% 50% 0 0;
}

.hero-bulb-main {
  width: 205px;
  height: 275px;
  position: absolute;
  z-index: 4;
  top: -72px;
  right: -68px;
  transform: rotate(9deg);
}

.hero-bulb-main .bulb-motif__glass {
  background: radial-gradient(circle at 50% 44%, #fff8dd 0 8%, rgba(255, 190, 110, 0.8) 9% 25%, #fff6e9 63%);
}

.hero-slice {
  width: 145px;
  height: 145px;
  top: auto;
  bottom: 40px;
  left: -45px;
  opacity: 0.34;
}

.about-decoration {
  width: 170px;
  height: 170px;
  top: -65px;
  right: -50px;
  opacity: 0.28;
}

.schedule-slice {
  width: 180px;
  height: 180px;
  right: -60px;
  bottom: -70px;
}

.final-cta-slice {
  width: 230px;
  height: 230px;
  top: auto;
  bottom: -95px;
  left: 9%;
  opacity: 0.5;
}

/* Shared customer-facing pages */
.page-main {
  min-height: 100vh;
  padding-top: 78px;
}

.page-hero {
  min-height: 570px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 88% 38%, rgba(245, 130, 50, 0.16), transparent 22%),
    linear-gradient(135deg, #fffaf5, #fff 58%, #fff2e4);
}

.page-hero::after {
  content: "PLUS";
  position: absolute;
  right: -10px;
  bottom: -74px;
  color: rgba(233, 104, 34, 0.045);
  font-size: clamp(180px, 25vw, 370px);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 1;
}

.page-hero__glow {
  width: 420px;
  height: 420px;
  position: absolute;
  top: 50%;
  right: max(3vw, calc((100vw - 1200px) / 2));
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 130, 50, 0.16), transparent 67%);
  transform: translateY(-50%);
}

.page-hero__bulb {
  width: 250px;
  height: 330px;
  position: absolute;
  z-index: 2;
  top: 48%;
  right: max(9vw, calc((100vw - 1040px) / 2));
  transform: translateY(-50%) rotate(7deg);
}

.page-hero__bulb .bulb-motif__glass {
  width: 160px;
  height: 185px;
  left: 45px;
  border-width: 5px;
}

.page-hero__bulb .bulb-motif__glass::after {
  width: 62px;
  left: 44px;
}

.page-hero__bulb .bulb-motif__glass i {
  left: 59px;
  bottom: 22px;
}

.page-hero__bulb .bulb-motif__base {
  width: 74px;
  top: 219px;
  left: 88px;
}

.page-hero__bulb .bulb-motif__ray--1 { left: 124px; }
.page-hero__bulb .bulb-motif__ray--2 { top: 67px; left: 10px; }
.page-hero__bulb .bulb-motif__ray--3 { top: 67px; right: 10px; }
.page-hero__bulb .bulb-motif__ray--4 { top: 145px; }

.page-hero__inner {
  position: relative;
  z-index: 3;
}

.page-hero__copy {
  max-width: 780px;
}

.page-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(48px, 6.3vw, 84px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1.22;
}

.page-hero h1 span {
  color: var(--orange-deep);
}

.page-hero__copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
}

.page-hero__copy > .button {
  margin-top: 20px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.pill-row span {
  padding: 9px 13px;
  border: 1px solid rgba(233, 104, 34, 0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  color: var(--orange-deep);
  font-size: 11px;
  font-weight: 800;
}

.breadcrumbs {
  min-height: 64px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
}

.breadcrumbs span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.breadcrumbs i {
  color: rgba(233,104,34,.45);
  font-style: normal;
}

.breadcrumbs b {
  color: var(--ink);
  font-weight: 700;
}

.content-section {
  padding: 120px 0;
  overflow: hidden;
}

.content-section.section-dark .section-heading h2 span {
  color: var(--orange);
}

.content-section.section-dark .section-lead {
  color: rgba(255,255,255,.62);
}

.split-content {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 90px;
  align-items: start;
}

.split-content .section-heading {
  margin-bottom: 0;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.schedule-empty-card {
  min-height: 250px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 40px;
  border: 1px solid rgba(233,104,34,.16);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--cream), #fff);
  box-shadow: var(--shadow-soft);
}

.schedule-empty-card__icon,
.contact-channel__icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange-soft);
}

.mini-bulb {
  width: 30px;
  height: 38px;
  position: relative;
  display: block;
  border: 3px solid var(--orange-deep);
  border-radius: 50% 50% 43% 43%;
  background: radial-gradient(circle, #ffd7ac, var(--cream));
  box-shadow: 0 0 24px rgba(245,130,50,.28);
}

.mini-bulb::after {
  content: "";
  width: 18px;
  height: 9px;
  position: absolute;
  left: 3px;
  bottom: -12px;
  border-block: 2px solid var(--orange-deep);
}

.schedule-empty-card small,
.contact-channel small,
.simple-banner small,
.format-card small {
  color: var(--orange-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.schedule-empty-card h2 {
  margin: 6px 0 8px;
  font-size: 28px;
}

.schedule-empty-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.event-list-grid,
.format-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}

.event-list-card,
.format-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.event-list-card__image,
.format-card__image {
  height: 235px;
  position: relative;
}

.event-list-card__image img,
.format-card__image img,
.journal-card__image img,
.photo-story-image img,
.event-detail-image img {
  object-fit: cover;
}

.event-list-card__body,
.format-card__body {
  padding: 24px;
}

.event-list-card__body > span {
  color: var(--orange-deep);
  font-size: 10px;
  font-weight: 800;
}

.event-list-card__body h2,
.format-card h3 {
  margin: 8px 0;
  font-size: 23px;
}

.event-list-card__body p,
.format-card p {
  color: var(--muted);
  font-size: 13px;
}

.format-grid .format-card:nth-child(4),
.format-grid .format-card:nth-child(5) {
  grid-column: span 1;
}

.numbered-notes {
  border-top: 1px solid var(--line);
}

.numbered-notes article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 5px 18px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.numbered-notes span {
  grid-row: span 2;
  color: var(--orange-deep);
  font-size: 11px;
  font-weight: 900;
}

.numbered-notes h3,
.numbered-notes p {
  margin: 0;
}

.numbered-notes h3 { font-size: 20px; }
.numbered-notes p { color: var(--muted); font-size: 13px; }

.event-detail-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
}

.event-detail-image {
  min-height: 570px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.event-detail-panel {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
}

.status-chip,
.pending-label {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-deep);
  font-size: 10px;
  font-weight: 850;
}

.event-detail-panel dl div {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.event-detail-panel dt { color: var(--muted); font-size: 11px; }
.event-detail-panel dd { margin: 0; font-size: 13px; font-weight: 700; }
.event-detail-panel .button { width: 100%; margin-top: 24px; }
.text-link-dark { display:block; margin-top:16px; text-align:center; color:var(--muted); font-size:12px; text-decoration:underline; }

.manifesto-grid,
.photo-story-grid,
.organizer-page-grid {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 90px;
  align-items: center;
}

.manifesto-visual {
  min-height: 530px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  border-radius: 40% 40% 24px 24px;
  background: linear-gradient(160deg,#fff7ef,#ffe2c9);
}

.manifesto-bulb {
  width: 220px;
  height: 285px;
}

.manifesto-visual p {
  margin: 0;
  color: var(--orange-deep);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.content-prose h2 {
  margin-bottom: 26px;
  font-size: clamp(35px,4.4vw,58px);
  font-weight: 850;
}

.content-prose > p:not(.eyebrow):not(.profile-role) {
  color: var(--muted);
}

.lead-copy,
.article-lead {
  color: var(--ink) !important;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
}

.content-prose blockquote {
  margin: 30px 0 0;
  padding: 20px 25px;
  border-left: 4px solid var(--orange-deep);
  background: var(--cream);
  color: var(--orange-deep);
  font-size: 22px;
  font-weight: 850;
}

.balance-panel {
  padding: 45px;
  border: 1px solid rgba(233,104,34,.14);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.balance-bar {
  height: 70px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: var(--orange-deep);
  color: #fff;
}

.balance-bar::after {
  content:"";
  position:absolute;
  inset:0 0 0 66%;
  background:var(--dark);
}

.balance-bar span,
.balance-bar b {
  z-index: 2;
  display:grid;
  place-items:center;
  font-size:11px;
  letter-spacing:.12em;
}

.balance-copy-grid,
.symbol-grid,
.values-grid,
.safety-grid,
.support-link-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.balance-copy-grid {
  margin-top: 26px;
}

.balance-copy-grid article,
.values-grid article,
.safety-grid article {
  padding: 28px;
  border:1px solid var(--line);
  border-radius:20px;
}

.balance-copy-grid span,
.values-grid span,
.safety-grid span {
  color:var(--orange-deep);
  font-size:11px;
  font-weight:900;
}

.balance-copy-grid h3,
.values-grid h3,
.safety-grid h3 { margin:10px 0; font-size:21px; }
.balance-copy-grid p,
.values-grid p,
.safety-grid p { margin:0; color:var(--muted); font-size:13px; }

.symbol-card {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--cream);
}

.symbol-card .bulb-motif {
  position:absolute;
  top:28px;
  right:50%;
  transform:translateX(50%);
}

.symbol-card small { color:var(--orange-deep); font-size:9px; font-weight:900; letter-spacing:.15em; }
.symbol-card h3 { margin:7px 0 9px; font-size:25px; }
.symbol-card p { margin:0; color:var(--muted); font-size:13px; }

.mini-orange-slice {
  width:180px;
  height:180px;
  position:absolute;
  top:48px;
  left:50%;
  border:2px solid rgba(233,104,34,.38);
  border-radius:50%;
  background:repeating-conic-gradient(transparent 0 43deg,rgba(233,104,34,.28) 44deg 45deg),radial-gradient(circle,transparent 0 27%,rgba(233,104,34,.18) 28% 29%,transparent 30%);
  transform:translateX(-50%);
  opacity:.7;
}

.not-style-grid,
.ban-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.not-style-grid article,
.ban-grid article {
  min-height:140px;
  padding:25px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}

.not-style-grid span { color:var(--orange); font-size:10px; font-weight:900; }
.not-style-grid h3 { margin:15px 0 0; font-size:18px; }

.photo-story-image {
  min-height:530px;
  position:relative;
  overflow:hidden;
  border-radius:28px;
}

.photo-story-image > span {
  position:absolute;
  right:16px;
  bottom:16px;
  left:16px;
  padding:12px 15px;
  border-radius:12px;
  background:rgba(42,36,33,.6);
  color:#fff;
  font-size:10px;
  backdrop-filter:blur(10px);
}

.worry-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.worry-card {
  padding:32px;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow-soft);
}

.worry-card > span { color:var(--orange-deep); font-size:11px; font-weight:900; }
.worry-card h3 { margin:20px 0 12px; font-size:22px; }
.worry-card p { margin:0; color:var(--muted); font-size:13px; }

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

.large-steps article {
  padding:34px;
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.large-steps span { color:var(--orange-deep); font-size:10px; font-weight:900; letter-spacing:.12em; }
.large-steps h3 { margin:28px 0 12px; font-size:22px; }
.large-steps p { margin:0; color:var(--muted); font-size:13px; }

.day-flow {
  margin:0;
  padding:0;
  list-style:none;
  border-top:1px solid var(--line);
}

.day-flow li {
  display:grid;
  grid-template-columns:52px 1fr;
  gap:18px;
  padding:25px 0;
  border-bottom:1px solid var(--line);
}

.day-flow > li > span { color:var(--orange-deep); font-size:11px; font-weight:900; }
.day-flow h3 { margin:0 0 8px; font-size:20px; }
.day-flow p { margin:0; color:var(--muted); font-size:13px; }

.content-section.section-dark .safety-grid article { border-color:rgba(255,255,255,.13); }
.content-section.section-dark .safety-grid p { color:rgba(255,255,255,.58); }
.content-section.section-dark .safety-grid span { color:var(--orange); }

.full-gallery {
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:280px;
  gap:14px;
}

.full-gallery__item {
  position:relative;
  overflow:hidden;
  margin:0;
  border-radius:22px;
}

.full-gallery__item--1,.full-gallery__item--6{grid-column:span 7}
.full-gallery__item--2,.full-gallery__item--5{grid-column:span 5}
.full-gallery__item--3,.full-gallery__item--4{grid-column:span 6}
.full-gallery__item img{object-fit:cover}
.full-gallery__item::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(35,27,22,.78))}
.full-gallery__item>span{position:absolute;z-index:2;top:14px;left:14px;padding:7px 11px;border-radius:999px;background:var(--orange-deep);color:#fff;font-size:10px;font-weight:800}
.full-gallery__item figcaption{position:absolute;z-index:2;right:16px;bottom:14px;left:16px;color:#fff;font-size:11px}

.photo-shot-list {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.photo-shot-list article{min-height:130px;padding:25px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.photo-shot-list span{color:var(--orange-deep);font-size:10px;font-weight:900}
.photo-shot-list p{margin:18px 0 0;font-size:14px;font-weight:750}

.faq-page-layout {
  display:grid;
  grid-template-columns:260px 1fr;
  gap:80px;
  align-items:start;
}

.faq-index {
  position:sticky;
  top:110px;
  display:grid;
  gap:3px;
}

.faq-index>strong{margin-bottom:13px;color:var(--orange-deep);font-size:9px;letter-spacing:.15em}
.faq-index>a:not(.button){display:grid;grid-template-columns:30px 1fr;padding:11px 0;border-bottom:1px solid var(--line);font-size:12px;font-weight:700}
.faq-index>a span{color:var(--orange-deep);font-size:10px}
.faq-index .button{margin-top:22px}

.faq-page-groups>section{margin-bottom:75px;scroll-margin-top:110px}
.faq-group-title{display:flex;align-items:baseline;gap:18px;margin-bottom:20px}
.faq-group-title span{color:var(--orange-deep);font-size:11px;font-weight:900}
.faq-group-title h2{margin:0;font-size:30px}
.faq-page-list{border-top:1px solid var(--line)}
.faq-page-list details{border-bottom:1px solid var(--line)}
.faq-page-list summary{min-height:82px;display:grid;grid-template-columns:34px 1fr 28px;align-items:center;gap:12px;cursor:pointer;list-style:none;font-size:15px;font-weight:750}
.faq-page-list summary::-webkit-details-marker{display:none}
.faq-page-list summary>span,.faq-page-list details>div>span{color:var(--orange-deep);font-size:15px;font-weight:900}
.faq-page-list summary i{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-style:normal;transition:transform .2s}
.faq-page-list details[open] summary i{transform:rotate(45deg)}
.faq-page-list details>div{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:0 35px 25px 0}
.faq-page-list details>div p{margin:0;color:var(--muted);font-size:13px}

.portrait-large {
  min-height:620px;
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(233,104,34,.16);
  border-radius:44% 44% 28px 28px;
  background:radial-gradient(circle at 50% 28%,rgba(245,130,50,.18),transparent 24%),linear-gradient(160deg,#fff,#ffe4cf);
}
.portrait-large::before{content:"";width:42%;aspect-ratio:1;position:absolute;top:80px;left:29%;border-radius:50%;background:rgba(233,104,34,.14);box-shadow:0 155px 0 54px rgba(233,104,34,.1)}
.portrait-large>div{position:relative;z-index:2;display:grid;gap:10px;margin-top:240px;padding:20px;border-radius:16px;background:rgba(255,255,255,.82);text-align:center}
.portrait-large span{color:var(--orange-deep);font-size:9px;font-weight:900;letter-spacing:.15em}
.portrait-large strong{font-size:15px}.portrait-large small{color:var(--muted);font-size:10px}
.portrait-large>i{position:absolute;right:25px;bottom:20px;color:rgba(233,104,34,.45);font-family:"Segoe Script",cursive}
.profile-name{display:flex;align-items:baseline;gap:14px;margin:0;font-size:44px}.profile-name small{color:var(--muted);font-size:12px;letter-spacing:.08em}
.profile-role{margin-bottom:28px;color:var(--orange-deep)!important;font-size:12px;font-weight:800}
.values-grid{grid-template-columns:repeat(3,1fr)}

.simple-banner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:38px;
  border:1px solid var(--line);
  border-radius:24px;
  background:var(--cream);
}
.simple-banner h2{margin:7px 0;font-size:28px}.simple-banner p{margin:0;color:var(--muted);font-size:13px}

.contact-channel {
  min-height:250px;
  display:grid;
  grid-template-columns:96px 1fr auto;
  align-items:center;
  gap:32px;
  padding:42px;
  border:1px solid rgba(233,104,34,.16);
  border-radius:28px;
  background:var(--cream);
}
.contact-channel h2{margin:5px 0;font-size:34px}.contact-channel p{margin:0;color:var(--muted);font-size:13px}
.button--muted{border-color:var(--line);background:#eee9e5;color:#91867f;cursor:not-allowed}
.support-link-grid{grid-template-columns:repeat(3,1fr)}
.support-link-grid>a{padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft);transition:transform .2s}
.support-link-grid>a:hover{transform:translateY(-4px)}
.support-link-grid span{color:var(--orange-deep);font-size:10px;font-weight:900}.support-link-grid h3{margin:25px 0 8px;font-size:20px}.support-link-grid p{margin:0;color:var(--muted);font-size:12px}
.contact-purpose-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.contact-purpose-grid article{padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.contact-purpose-grid span{color:var(--orange-deep);font-size:10px;font-weight:900}.contact-purpose-grid h3{margin:17px 0 0;font-size:17px}

.legal-layout{display:grid;grid-template-columns:.5fr 1fr;gap:80px;align-items:start}
.legal-heading{position:sticky;top:110px}.legal-heading h2{font-size:44px}
.company-table{margin:0;border-top:1px solid var(--line)}
.company-table>div{display:grid;grid-template-columns:180px 1fr;padding:23px 0;border-bottom:1px solid var(--line)}
.company-table dt{color:var(--muted);font-size:12px}.company-table dd{margin:0;font-size:14px;font-weight:650}
.legal-document{max-width:860px}
.legal-notice{padding:18px 20px;border:1px solid rgba(233,104,34,.2);border-radius:14px;background:var(--orange-soft);color:var(--orange-deep);font-size:12px;font-weight:700}
.legal-document h2{margin:50px 0 15px;padding-bottom:12px;border-bottom:1px solid var(--line);font-size:23px}
.legal-document p,.legal-document li{color:var(--muted);font-size:14px}

.ban-grid{grid-template-columns:repeat(2,1fr)}
.ban-grid article{min-height:auto;display:grid;grid-template-columns:40px 1fr;gap:14px;border-color:var(--line);background:#fff}
.ban-grid span{color:var(--orange-deep);font-size:10px;font-weight:900}.ban-grid p{margin:0;font-size:14px;font-weight:700}

.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.journal-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-soft)}
.journal-card__image{height:235px;position:relative;display:block;overflow:hidden}
.journal-card__image span{position:absolute;z-index:2;top:14px;left:14px;padding:7px 10px;border-radius:999px;background:var(--orange-deep);color:#fff;font-size:9px;font-weight:900;letter-spacing:.1em}
.journal-card>div{padding:25px}.journal-card h2{font-size:21px}.journal-card p{color:var(--muted);font-size:13px}.article-link{color:var(--orange-deep);font-size:12px;font-weight:800}.article-link span{margin-left:8px}
.report-empty{padding:55px;border:1px dashed rgba(233,104,34,.3);border-radius:26px;background:#fff;text-align:center}
.report-empty>span{color:var(--orange-deep);font-size:9px;font-weight:900;letter-spacing:.14em}.report-empty h2{margin:15px 0 10px;font-size:28px}.report-empty p{margin:0;color:var(--muted);font-size:13px}

.article-layout{display:grid;grid-template-columns:250px minmax(0,760px);justify-content:center;gap:80px;padding-top:105px;padding-bottom:120px}
.article-toc{position:sticky;top:110px;align-self:start;display:grid}
.article-toc strong{margin-bottom:12px;color:var(--orange-deep);font-size:9px;letter-spacing:.15em}
.article-toc a{padding:10px 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}
.article-body{min-width:0}
.article-body h2{scroll-margin-top:110px;margin:60px 0 20px;padding-bottom:13px;border-bottom:2px solid var(--orange-soft);font-size:30px}
.article-body h3{margin:35px 0 10px;font-size:21px}
.article-body p,.article-body li{color:var(--muted);font-size:15px}
.article-body strong{color:var(--ink)}
.article-body li{margin-bottom:8px}
.article-cta{margin-top:55px;padding:35px;border-radius:24px;background:var(--cream);text-align:center}
.article-cta h3{margin:0 0 8px}.article-cta p{margin:0 0 22px}

.not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 24px;background:var(--cream);text-align:center}
.not-found .bulb-motif{transform:scale(.65);margin-bottom:-45px}.not-found>p{color:var(--orange-deep);font-size:10px;font-weight:900;letter-spacing:.15em}.not-found h1{font-size:clamp(38px,6vw,66px)}.not-found>span{color:var(--muted)}.not-found>div{display:flex;gap:12px;margin-top:30px}

.final-cta--shared {
  min-height:620px;
}

.final-cta__bulb {
  width:260px;
  height:330px;
  position:absolute;
  top:50%;
  left:6%;
  color:rgba(255,255,255,.2);
  transform:translateY(-50%) rotate(-8deg);
  filter:none;
}

.footer-company a {
  color: rgba(255,255,255,.63);
  font-size: 11px;
}

@media (max-width: 1060px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
    position: relative;
    order: 3;
  }

  .mobile-menu summary {
    width: 45px;
    height: 45px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    height: 2px;
    display: block;
    border-radius: 2px;
    background: var(--ink);
  }

  .mobile-menu nav {
    width: 270px;
    position: absolute;
    top: 56px;
    right: 0;
    display: grid;
    gap: 4px;
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
  }

  .mobile-menu nav > a:not(.button) {
    padding: 9px 10px;
    font-size: 13px;
    font-weight: 700;
  }

  .hero-inner {
    gap: 45px;
  }

  .floating-card--top {
    left: -20px;
  }

  .floating-card--bottom {
    right: -12px;
  }

  .anxiety-grid,
  .faq-grid {
    gap: 55px;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 34px, 660px);
  }

  .section-pad {
    padding: 92px 0;
  }

  .section-heading {
    margin-bottom: 43px;
  }

  .section-heading h2,
  .faq-heading h2,
  .organizer-copy h2 {
    font-size: clamp(37px, 9.5vw, 54px);
  }

  .hero {
    min-height: auto;
    padding: 118px 0 92px;
  }

  .hero::after {
    display: none;
  }

  .hero-inner {
    width: min(100% - 34px, 660px);
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .hero h1 {
    font-size: clamp(47px, 11.7vw, 68px);
  }

  .hero-visual {
    max-width: 560px;
    margin-inline: auto;
  }

  .hero-photo {
    height: min(650px, 112vw);
  }

  .trust-inner {
    width: min(100% - 34px, 660px);
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .trust-item {
    min-height: 52px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .intro {
    padding-top: 105px;
  }

  .intro-grid,
  .about-grid,
  .anxiety-grid,
  .schedule-inner,
  .voice-grid,
  .organizer-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .intro-copy {
    padding-top: 0;
  }

  .about-photo {
    height: min(610px, 116vw);
  }

  .recommend-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .anxiety-intro,
  .faq-heading {
    position: static;
  }

  .reason-row {
    grid-template-columns: 52px 0.9fr 1fr 32px;
  }

  .reason-row h3 {
    font-size: 21px;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 280px);
  }

  .category-card--1,
  .category-card--2,
  .category-card--3,
  .category-card--4 {
    grid-column: span 1;
  }

  .category-card--5 {
    grid-column: 1 / -1;
  }

  .gallery-grid {
    grid-template-rows: repeat(3, 245px);
  }

  .gallery-item--1 { grid-column: span 7; grid-row: span 2; }
  .gallery-item--2 { grid-column: span 5; }
  .gallery-item--3 { grid-column: span 5; }
  .gallery-item--4 { grid-column: span 5; }
  .gallery-item--5 { grid-column: span 7; }

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

  .step-card:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -31px;
    transform: translateX(50%) rotate(90deg);
  }

  .organizer-photo {
    min-height: min(640px, 115vw);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 67px;
    font-size: 16px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .site-header {
    height: 68px;
  }

  .header-inner {
    width: calc(100% - 28px);
    gap: 10px;
  }

  .brand-name {
    font-size: 20px;
  }

  .brand-bulb {
    width: 25px;
    height: 30px;
  }

  .desktop-cta {
    display: none;
  }

  .hero {
    padding-top: 101px;
  }

  .hero-kicker {
    margin-bottom: 19px;
    font-size: 10px;
  }

  .hero h1 {
    margin-bottom: 24px;
    font-size: clamp(42px, 12.2vw, 58px);
    line-height: 1.25;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-photo {
    height: 125vw;
    max-height: 560px;
    border-radius: 170px 170px 25px 25px;
  }

  .floating-card--top {
    top: 58px;
    left: -4px;
  }

  .floating-card--bottom {
    right: -3px;
    bottom: 58px;
  }

  .photo-direction {
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .trust-strip {
    padding-block: 12px;
  }

  .trust-item {
    justify-content: flex-start;
    padding-left: 9px;
    font-size: 11px;
  }

  .intro-title h2,
  .anxiety-intro h2 {
    font-size: 39px;
  }

  .intro-opening {
    font-size: 21px;
  }

  .about-copy .big-copy {
    font-size: 19px;
  }

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

  .recommend-card {
    min-height: 215px;
  }

  .anxiety-list summary {
    min-height: 90px;
    grid-template-columns: 39px 1fr 26px;
    gap: 9px;
    font-size: 16px;
  }

  .anxiety-list details > p {
    margin-left: 48px;
    margin-right: 12px;
  }

  .anxiety-pill {
    align-items: flex-start;
    border-radius: 16px;
    line-height: 1.6;
  }

  .reason-row {
    min-height: auto;
    grid-template-columns: 42px 1fr 32px;
    gap: 12px;
    padding: 24px 0;
  }

  .reason-row h3 {
    font-size: 20px;
  }

  .reason-row p {
    grid-column: 2 / -1;
  }

  .reason-symbol {
    grid-row: 1;
    grid-column: 3;
  }

  .category-grid {
    display: flex;
    overflow-x: auto;
    gap: 13px;
    margin-right: -17px;
    padding: 4px 17px 18px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .category-grid::-webkit-scrollbar {
    display: none;
  }

  .category-card {
    min-width: 82vw;
    height: 390px;
    scroll-snap-align: start;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 210px 210px;
  }

  .gallery-item--1 { grid-column: 1 / -1; grid-row: auto; }
  .gallery-item--2,
  .gallery-item--3,
  .gallery-item--4,
  .gallery-item--5 { grid-column: span 1; grid-row: auto; }

  .gallery-note {
    align-items: flex-start;
  }

  .schedule-inner {
    gap: 36px;
  }

  .event-empty {
    padding: 28px 23px;
  }

  .event-empty h3 {
    font-size: 24px;
  }

  .event-empty-actions {
    display: grid;
  }

  .event-empty-actions .button {
    width: 100%;
  }

  .step-card {
    padding: 27px;
  }

  .organizer-photo {
    min-height: 515px;
    border-radius: 150px 150px 25px 25px;
  }

  .organizer-placeholder {
    margin: 190px 18px 0;
  }

  .faq-list summary {
    grid-template-columns: 28px 1fr 26px;
    gap: 8px;
  }

  .faq-answer {
    grid-template-columns: 28px 1fr;
    gap: 8px;
    padding-right: 8px;
  }

  .final-cta {
    min-height: 700px;
    padding: 94px 0;
  }

  .final-cta h2 {
    font-size: 41px;
  }

  .final-actions {
    display: grid;
  }

  .final-actions .button {
    width: 100%;
  }

  .footer-grid,
  .footer-nav {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-grid {
    gap: 45px;
  }

  .footer-nav {
    gap: 38px;
  }

  .footer-bottom {
    display: grid;
    gap: 7px;
  }

  .mobile-fixed-cta {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 8px max(9px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(9px, env(safe-area-inset-left));
    border-top: 1px solid rgba(83, 57, 40, 0.1);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 -12px 30px rgba(64, 39, 25, 0.09);
    backdrop-filter: blur(14px);
  }

  .mobile-fixed-cta a {
    min-height: 51px;
    display: grid;
    place-items: center;
    border-radius: 999px 0 0 999px;
    background: var(--orange-deep);
    color: var(--white);
    font-size: 12px;
    font-weight: 820;
  }

  .mobile-fixed-cta a:last-child {
    border-radius: 0 999px 999px 0;
    background: var(--dark);
  }
}

@media (max-width: 860px) {
  .page-main { padding-top: 68px; }
  .page-hero { min-height: 610px; padding: 90px 0 260px; align-items:start; }
  .page-hero__copy { max-width: 100%; }
  .page-hero h1 { font-size: clamp(44px,10vw,64px); }
  .page-hero__bulb { width:160px;height:220px;top:auto;right:calc(50% - 80px);bottom:18px;transform:none; }
  .page-hero__bulb .bulb-motif__glass{width:105px;height:122px;left:27px;top:20px;border-width:4px}
  .page-hero__bulb .bulb-motif__glass::after{width:44px;left:26px}
  .page-hero__bulb .bulb-motif__glass i{left:33px;bottom:13px}
  .page-hero__bulb .bulb-motif__base{width:54px;top:151px;left:53px}
  .page-hero__bulb .bulb-motif__ray--1{left:79px}.page-hero__bulb .bulb-motif__ray--2{top:44px}.page-hero__bulb .bulb-motif__ray--3{top:44px}.page-hero__bulb .bulb-motif__ray--4{top:98px}
  .content-section { padding: 90px 0; }
  .split-content,.manifesto-grid,.photo-story-grid,.organizer-page-grid,.legal-layout,.article-layout,.event-detail-grid { grid-template-columns:1fr; gap:50px; }
  .schedule-empty-card,.contact-channel { grid-template-columns:84px 1fr; }
  .schedule-empty-card>.button,.contact-channel>.button { grid-column:1/-1; width:100%; }
  .event-list-grid,.format-grid,.large-steps,.values-grid,.safety-grid,.support-link-grid,.journal-grid { grid-template-columns:repeat(2,1fr); }
  .manifesto-visual { min-height:480px; }
  .symbol-grid { grid-template-columns:1fr 1fr; }
  .not-style-grid { grid-template-columns:repeat(2,1fr); }
  .worry-grid { grid-template-columns:1fr 1fr; }
  .faq-page-layout { grid-template-columns:1fr; gap:50px; }
  .faq-index,.legal-heading,.article-toc { position:static; }
  .faq-index { grid-template-columns:repeat(2,1fr); }
  .faq-index>strong,.faq-index>.button { grid-column:1/-1; }
  .portrait-large { min-height:580px; }
  .contact-purpose-grid,.photo-shot-list { grid-template-columns:repeat(2,1fr); }
  .company-table>div { grid-template-columns:150px 1fr; }
  .article-layout { display:block; padding-top:80px; }
  .article-toc { margin-bottom:55px; }
  .article-body { max-width:760px; margin-inline:auto; }
  .final-cta__bulb { left:-55px; opacity:.6; }
}

@media (max-width: 620px) {
  .page-main { padding-top:68px; }
  .page-hero { min-height:640px; padding-top:75px; }
  .page-hero h1 { font-size:clamp(40px,11.6vw,54px); }
  .page-hero__copy>p:not(.eyebrow) { font-size:15px; }
  .breadcrumbs { min-height:58px; }
  .content-section { padding:76px 0; }
  .hero-bulb-main { width:135px;height:190px;top:-45px;right:-12px;transform:rotate(8deg); }
  .hero-bulb-main .bulb-motif__glass{width:88px;height:103px;left:23px;top:18px;border-width:3px}
  .hero-bulb-main .bulb-motif__glass::after{width:39px;left:21px}
  .hero-bulb-main .bulb-motif__glass i{left:27px;bottom:10px}
  .hero-bulb-main .bulb-motif__base{width:47px;top:130px;left:44px;height:38px}
  .hero-bulb-main .bulb-motif__ray--1{left:66px}.hero-bulb-main .bulb-motif__ray--2{top:38px}.hero-bulb-main .bulb-motif__ray--3{top:38px}.hero-bulb-main .bulb-motif__ray--4{top:81px}
  .schedule-empty-card,.contact-channel { grid-template-columns:1fr; padding:27px; text-align:center; }
  .schedule-empty-card__icon,.contact-channel__icon { margin-inline:auto; }
  .event-list-grid,.format-grid,.large-steps,.values-grid,.safety-grid,.support-link-grid,.journal-grid,.balance-copy-grid,.symbol-grid,.worry-grid { grid-template-columns:1fr; }
  .format-grid .format-card:nth-child(4),.format-grid .format-card:nth-child(5){grid-column:auto}
  .balance-panel { padding:25px; }
  .balance-bar { height:55px; }
  .balance-bar span,.balance-bar b { font-size:9px; }
  .symbol-card { min-height:440px; padding:28px; }
  .not-style-grid,.ban-grid { grid-template-columns:1fr; }
  .full-gallery { grid-template-columns:1fr; grid-auto-rows:300px; }
  .full-gallery__item--1,.full-gallery__item--2,.full-gallery__item--3,.full-gallery__item--4,.full-gallery__item--5,.full-gallery__item--6{grid-column:auto}
  .photo-shot-list,.contact-purpose-grid { grid-template-columns:1fr; }
  .faq-index { grid-template-columns:1fr; }
  .faq-index>strong,.faq-index>.button { grid-column:auto; }
  .faq-page-list summary { min-height:88px; grid-template-columns:28px 1fr 26px; gap:8px; }
  .faq-page-list details>div { grid-template-columns:28px 1fr; padding-right:8px; }
  .portrait-large { min-height:520px; }
  .profile-name { display:grid; gap:2px; font-size:38px; }
  .simple-banner { display:grid; padding:28px; }
  .simple-banner .button { width:100%; }
  .company-table>div { grid-template-columns:1fr; gap:8px; }
  .company-table dt { color:var(--orange-deep); font-weight:800; }
  .article-layout { padding-top:65px; padding-bottom:85px; }
  .article-lead { font-size:18px; }
  .article-body h2 { font-size:25px; }
  .article-cta { padding:28px 20px; }
  .report-empty { padding:38px 22px; }
  .not-found>div { display:grid; width:100%; }
  .not-found .button { width:100%; }
  .final-cta__bulb { width:170px;height:220px;left:-65px;top:28%; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Photo-rich Party Plus revision */
.plain-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.hero--crowd {
  min-height: 820px;
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(30, 20, 14, .9) 0%, rgba(30, 20, 14, .7) 42%, rgba(30, 20, 14, .2) 73%, rgba(30, 20, 14, .06) 100%),
    url("../images/partyplus-real/crowd-wide.jpg");
  background-position: center;
  background-size: cover;
}

.hero--crowd::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .18));
}

.hero--crowd::after { display: none; }
.hero--crowd .hero-slice { opacity: .13; }
.hero--crowd .hero-inner {
  position: relative;
  z-index: 2;
  min-height: 690px;
  grid-template-columns: minmax(540px, 1fr) minmax(360px, .75fr);
  align-items: end;
  padding-top: 34px;
}

.hero--crowd .hero-copy {
  align-self: center;
  max-width: 720px;
  padding: 40px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 28px;
  background: rgba(37, 25, 17, .72);
  color: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
  backdrop-filter: blur(8px);
}

.hero--crowd .hero-kicker {
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.14);
  color: #fff;
}

.hero--crowd h1 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 1.2;
}

.hero--crowd h1 em { color: #ff9149; }
.hero--crowd .hero-description,
.hero--crowd .hero-safe { color: rgba(255,255,255,.88); }
.hero--crowd .hero-safe span { background: rgba(255,255,255,.16); color: #fff; }
.hero--crowd .button--ghost { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.93); }
.hero--crowd .hero-photo,
.hero--crowd .floating-card { display: none; }

.hero--crowd .hero-visual {
  align-self: end;
  min-height: 620px;
}

.hero-people-cutout {
  position: absolute;
  z-index: 2;
  right: -35px;
  bottom: -60px;
  width: min(520px, 44vw);
  max-width: none;
  filter: drop-shadow(0 24px 26px rgba(0,0,0,.28));
}

.hero--crowd .hero-bulb-main {
  z-index: 3;
  top: -5px;
  right: -20px;
  color: #ff8b3e;
  filter: drop-shadow(0 0 18px rgba(255,139,62,.6));
}

.crowd-welcome {
  position: relative;
  overflow: hidden;
  padding: 110px 0 125px;
  background: #fff;
}

.crowd-welcome::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -180px;
  right: -130px;
  border-radius: 50%;
  background: var(--orange-soft);
}

.crowd-welcome__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: 72px;
}

.crowd-welcome__copy h2,
.plain-heading h2,
.plain-story h2,
.host-story h2,
.page-detail-section h2,
.community-strip h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.35;
}

.crowd-welcome__copy p,
.plain-story__body p,
.host-story__copy p,
.page-detail-section__copy p {
  color: #544a45;
  font-size: 16px;
  line-height: 2.05;
}

.crowd-welcome__copy ul {
  display: grid;
  gap: 8px;
  margin: 28px 0 0;
  padding: 22px 24px 22px 46px;
  border-radius: 18px;
  background: var(--cream);
  color: #493e38;
  font-size: 14px;
  font-weight: 750;
}

.crowd-welcome__visual {
  min-height: 650px;
  position: relative;
}

.crowd-welcome__visual figure {
  position: absolute;
  inset: 0 0 72px 60px;
  overflow: hidden;
  margin: 0;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.crowd-welcome__visual figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crowd-welcome__visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 13px;
  border-radius: 12px;
  background: rgba(35,25,19,.78);
  color: #fff;
  font-size: 10px;
}

.crowd-welcome__cutout {
  position: absolute;
  z-index: 2;
  left: -70px;
  bottom: 0;
  width: 360px;
  filter: drop-shadow(0 22px 24px rgba(43,27,16,.25));
}

.plain-heading {
  max-width: 820px;
  margin-bottom: 54px;
}

.plain-heading > span {
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 900;
}

.plain-heading > p {
  color: var(--muted);
  font-size: 16px;
}

.day-guide-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin-bottom: 52px;
}

.day-guide-grid article {
  min-height: 310px;
  padding: 30px 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.day-guide-grid strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--orange-deep);
  color: #fff;
  font-size: 15px;
}

.day-guide-grid h3 { margin-bottom: 14px; font-size: 20px; }
.day-guide-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

.home-photo-board {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-auto-rows: 250px;
  gap: 14px;
}

.home-photo-board__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background: #ddd;
}

.home-photo-board__item--1,
.home-photo-board__item--6 { grid-column: span 7; }
.home-photo-board__item--2,
.home-photo-board__item--5 { grid-column: span 5; }
.home-photo-board__item--3,
.home-photo-board__item--4 { grid-column: span 6; }
.home-photo-board__item > img { width: 100%; height: 100%; object-fit: cover; }
.home-photo-board__item::after { content:""; position:absolute; inset:45% 0 0; background:linear-gradient(transparent,rgba(25,18,14,.8)); }
.home-photo-board__item figcaption { position:absolute; z-index:2; right:16px; bottom:14px; left:16px; color:#fff; font-size:12px; font-weight:750; }

.plain-story__grid {
  display: grid;
  grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr);
  gap: 90px;
}

.plain-story__body { max-width: 760px; }

.host-story { background: #fff; }
.host-story__grid {
  display: grid;
  grid-template-columns: minmax(420px,.9fr) minmax(0,1.1fr);
  align-items: center;
  gap: 78px;
}

.host-story__visual {
  min-height: 720px;
  position: relative;
}

.host-story__visual figure {
  position: absolute;
  inset: 0 40px 160px 0;
  overflow: hidden;
  margin: 0;
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.host-story__visual figure img { width:100%; height:100%; object-fit:cover; }
.host-story__visual figcaption { position:absolute; right:14px; bottom:14px; left:14px; padding:9px 12px; border-radius:10px; background:rgba(30,20,15,.76); color:#fff; font-size:10px; }
.host-story__visual > img { position:absolute; z-index:2; right:-35px; bottom:0; width:520px; filter:drop-shadow(0 22px 28px rgba(45,28,18,.22)); }

.page-detail-section {
  overflow: hidden;
  padding: 110px 0;
  background: var(--cream);
}

.page-detail-section__grid {
  display: grid;
  grid-template-columns: minmax(430px,.95fr) minmax(0,1.05fr);
  align-items: center;
  gap: 75px;
}

.page-detail-section__photo {
  min-height: 630px;
  position: relative;
}

.page-detail-section__photo > img:first-child {
  position: absolute;
  inset: 0 30px 120px 0;
  width: calc(100% - 30px);
  height: calc(100% - 120px);
  border-radius: 30px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.page-detail-section__cutout {
  position: absolute;
  z-index: 2;
  right: -40px;
  bottom: 0;
  width: 360px;
  filter: drop-shadow(0 20px 24px rgba(45,28,18,.2));
}

.page-detail-section__copy .button { margin-top: 14px; }

.community-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px,.82fr) minmax(0,1.18fr);
  min-height: 520px;
  overflow: hidden;
  background: #2d221c;
  color: #fff;
}

.community-strip__copy {
  align-self: center;
  max-width: 600px;
  padding: 70px clamp(36px,6vw,100px);
}

.community-strip__copy small { color:#ff9852; font-weight:900; letter-spacing:.12em; }
.community-strip__copy h2 { margin-top:14px; color:#fff; font-size:clamp(32px,3.6vw,52px); }
.community-strip__copy p { color:rgba(255,255,255,.72); font-size:14px; line-height:1.95; }
.community-strip__copy a { display:inline-block; margin-top:12px; border-bottom:1px solid #ff9852; color:#ffb37f; font-size:13px; font-weight:800; }

.community-strip__photos {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  padding: 8px;
}

.community-strip__photos figure { position:relative; overflow:hidden; margin:0; min-height:240px; }
.community-strip__photos figure:first-child { grid-row:1/3; }
.community-strip__photos img { width:100%; height:100%; object-fit:cover; }
.community-strip__photos figure::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(45,34,28,.28),transparent); }
.community-strip__people { position:absolute; z-index:3; right:17%; bottom:-55px; width:min(620px,42vw); filter:drop-shadow(0 20px 24px rgba(0,0,0,.34)); pointer-events:none; }

@media (max-width: 1050px) {
  .hero--crowd .hero-inner { grid-template-columns: minmax(0,1fr) 300px; }
  .hero-people-cutout { right:-70px; width:430px; }
  .crowd-welcome__grid,
  .host-story__grid,
  .page-detail-section__grid { grid-template-columns:1fr; }
  .crowd-welcome__visual,
  .host-story__visual,
  .page-detail-section__photo { width:min(720px,100%); margin-inline:auto; }
  .day-guide-grid { grid-template-columns:repeat(2,1fr); }
  .community-strip { grid-template-columns:1fr; }
  .community-strip__copy { max-width:800px; }
  .community-strip__photos { min-height:480px; }
  .community-strip__people { width:560px; right:4%; }
}

@media (max-width: 700px) {
  .hero--crowd {
    min-height: 1040px;
    padding-top: 88px;
    background-position: 57% center;
    background-image:
      linear-gradient(180deg, rgba(29,20,15,.88) 0%, rgba(29,20,15,.68) 58%, rgba(29,20,15,.22) 100%),
      url("../images/partyplus-real/crowd-wide.jpg");
  }
  .hero--crowd .hero-inner { display:block; width:calc(100% - 30px); min-height:930px; padding-top:12px; }
  .hero--crowd .hero-copy { padding:28px 22px; border-radius:22px; }
  .hero--crowd h1 { font-size:clamp(39px,11vw,54px); }
  .hero--crowd .hero-description { font-size:14px; line-height:1.9; }
  .hero--crowd .hero-actions { display:grid; }
  .hero--crowd .hero-visual { min-height:360px; }
  .hero-people-cutout { right:50%; bottom:-20px; width:345px; transform:translateX(50%); }
  .hero--crowd .hero-bulb-main { top:40px; right:-5px; }
  .crowd-welcome { padding:80px 0; }
  .crowd-welcome__grid { gap:45px; }
  .crowd-welcome__copy h2,
  .plain-heading h2,
  .plain-story h2,
  .host-story h2,
  .page-detail-section h2 { font-size:32px; }
  .crowd-welcome__copy p,
  .plain-story__body p,
  .host-story__copy p,
  .page-detail-section__copy p { font-size:15px; line-height:1.95; }
  .crowd-welcome__visual { min-height:520px; }
  .crowd-welcome__visual figure { inset:0 0 70px 24px; }
  .crowd-welcome__cutout { left:-45px; width:270px; }
  .day-guide-grid { grid-template-columns:1fr; }
  .day-guide-grid article { min-height:auto; }
  .home-photo-board { grid-template-columns:1fr; grid-auto-rows:260px; }
  .home-photo-board__item--1,
  .home-photo-board__item--2,
  .home-photo-board__item--3,
  .home-photo-board__item--4,
  .home-photo-board__item--5,
  .home-photo-board__item--6 { grid-column:auto; }
  .plain-story__grid { grid-template-columns:1fr; gap:24px; }
  .host-story__grid { gap:30px; }
  .host-story__visual { min-height:520px; }
  .host-story__visual figure { inset:0 10px 130px 0; }
  .host-story__visual > img { right:-30px; width:380px; }
  .page-detail-section { padding:78px 0; }
  .page-detail-section__grid { gap:34px; }
  .page-detail-section__photo { min-height:490px; }
  .page-detail-section__photo > img:first-child { inset:0 0 100px; width:100%; height:calc(100% - 100px); }
  .page-detail-section__cutout { right:-35px; width:280px; }
  .community-strip__copy { padding:58px 24px; }
  .community-strip__photos { min-height:520px; grid-template-columns:1fr 1fr; grid-template-rows:1.1fr .9fr; }
  .community-strip__photos figure:first-child { grid-column:1/3; grid-row:auto; }
  .community-strip__photos figure { min-height:200px; }
  .community-strip__people { right:-75px; bottom:-25px; width:390px; }
}

/* Real-photo, square-corner revision — 2026-08 */
:root {
  --corner-xs: 2px;
  --corner-sm: 4px;
  --corner-md: 6px;
  --paper: #fffdf9;
  --sand: #f7efe6;
  --peach-paper: #fff2e6;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  background-color: var(--sand);
  background-image: repeating-linear-gradient(0deg, rgba(93, 62, 43, .018) 0 1px, transparent 1px 7px);
}

:where(h1, h2, h3, h4, p, li, a, summary, dt, dd, figcaption) {
  overflow-wrap: anywhere;
  line-break: strict;
}

:where(h1, h2, h3, .section-heading) {
  text-wrap: balance;
}

:where(p, li, figcaption) {
  text-wrap: pretty;
}

.section-heading {
  max-width: 880px;
  margin-bottom: 52px;
}

.section-heading h2,
.faq-heading h2,
.organizer-copy h2 {
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1.35;
}

.section-lead {
  max-width: 760px;
  font-size: 16px;
  line-height: 2;
}

.eyebrow,
.plain-label,
.plain-heading > span {
  letter-spacing: .07em;
}

/* Rounded corners are reserved for bulbs and small circular controls. */
body :is(
  .button,
  .hero-kicker,
  .schedule-toolbar,
  .schedule-toolbar select,
  .calendar-wrap,
  .event-card,
  .hero-photo,
  .photo-direction,
  .floating-card,
  .quote-list span,
  .about-photo,
  .image-caption,
  .not-this,
  .recommend-card,
  .anxiety-pill,
  .category-card,
  .gallery-item,
  .gallery-tag,
  .gallery-note,
  .event-empty,
  .event-status,
  .step-card,
  .voice-placeholder,
  .organizer-photo,
  .organizer-placeholder,
  .final-badges span,
  .pill-row span,
  .schedule-empty-card,
  .event-list-card,
  .format-card,
  .event-detail-image,
  .event-detail-panel,
  .status-chip,
  .pending-label,
  .manifesto-visual,
  .balance-panel,
  .balance-bar,
  .symbol-card,
  .worry-card,
  .large-steps article,
  .values-grid article,
  .safety-grid article,
  .full-gallery__item,
  .photo-shot-list article,
  .faq-index,
  .portrait-large,
  .portrait-large > div,
  .support-link-grid > a,
  .legal-notice,
  .journal-card,
  .journal-card__image span,
  .report-empty,
  .article-cta,
  .crowd-welcome__copy ul,
  .crowd-welcome__visual figure,
  .crowd-welcome__visual figcaption,
  .day-guide-grid article,
  .home-photo-board__item,
  .host-story__visual figure,
  .host-story__visual figcaption,
  .page-detail-section__photo > img,
  .community-strip__photos figure
) {
  border-radius: var(--corner-sm) !important;
}

.mobile-fixed-cta a,
.final-actions .button {
  border-radius: var(--corner-xs) !important;
}

.hero--real {
  min-height: 850px;
  isolation: isolate;
  padding: 118px 0 68px;
  background-color: #fff1e2;
  background-image:
    radial-gradient(circle at 14% 23%, rgba(255, 255, 255, .9) 0 4px, transparent 5px),
    repeating-linear-gradient(45deg, transparent 0 31px, rgba(220, 92, 23, .055) 31px 32px),
    repeating-linear-gradient(-45deg, transparent 0 31px, rgba(220, 92, 23, .045) 31px 32px),
    linear-gradient(115deg, #fff8ef 0%, #ffe9d4 55%, #ffd6b5 100%);
  background-size: 48px 48px, auto, auto, auto;
}

.hero--real::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(42vw, 620px);
  aspect-ratio: 1;
  top: 8%;
  right: -8%;
  border: 1px solid rgba(216, 89, 21, .12);
  transform: rotate(12deg);
}

.hero--real::after {
  display: none;
}

.hero--real .hero-inner {
  min-height: 670px;
  grid-template-columns: minmax(460px, .9fr) minmax(520px, 1.1fr);
  gap: clamp(34px, 4vw, 66px);
}

.hero--real .hero-copy {
  position: relative;
  z-index: 3;
  max-width: 650px;
}

.hero--real .hero-kicker {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-bottom: 22px;
  padding: 3px 0 3px 14px;
  border: 0;
  border-left: 4px solid var(--orange-deep);
  background: transparent;
  color: #8c451e;
  font-size: 13px;
  letter-spacing: .04em;
}

.hero--real .hero-kicker span {
  color: var(--ink);
  font-weight: 800;
}

.hero--real h1 {
  margin-bottom: 25px;
  color: #2d2825;
  font-size: clamp(48px, 5.6vw, 76px);
  letter-spacing: -.055em;
  line-height: 1.25;
}

.hero--real .hero-title-line,
.hero--real h1 em {
  display: block;
}

.hero--real .hero-title-line {
  font-size: .68em;
  white-space: nowrap;
}

.hero--real h1 em {
  color: var(--orange-deep);
  font-style: normal;
}

.hero--real h1 em > span {
  display: block;
}

.hero--real .hero-description {
  max-width: 620px;
  color: #594d46;
  font-size: 16px;
  line-height: 2;
}

.hero--real .hero-safe {
  max-width: 580px;
  color: #5c4f48;
}

.hero--real .hero-visual {
  min-height: 650px;
  align-self: center;
}

.hero-photo-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(160px, .82fr);
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: 640px;
}

.hero-photo-mosaic figure {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border: 3px solid rgba(255,255,255,.9);
  border-radius: var(--corner-sm);
  background: #d8c1ad;
  box-shadow: 0 18px 48px rgba(104, 55, 27, .16);
}

.hero-photo-mosaic__main {
  grid-row: 1 / 3;
}

.hero-photo-mosaic img,
.recommend-photo-row img,
.about-mini-photos img,
.reasons-photo-stack img,
.organizer-photo--real img,
.portrait-large--photo img,
.host-story__visual figure img,
.crowd-welcome__visual--real figure img,
.page-detail-section__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-mosaic__main img {
  object-position: 50% center;
}

.hero-photo-mosaic > p {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  max-width: 270px;
  margin: 0;
  padding: 9px 11px;
  border-left: 3px solid #ff8b3e;
  background: rgba(31, 24, 20, .82);
  color: #fff;
  font-size: 10px;
  line-height: 1.65;
}

.hero--real .hero-bulb-main {
  z-index: 5;
  top: -68px;
  right: -38px;
  color: #ed6c25;
  filter: drop-shadow(0 0 13px rgba(245, 130, 50, .38));
}

/* Different paper-like backgrounds replace long runs of plain white. */
.intro,
.atmosphere,
.faq {
  background-color: var(--paper);
  background-image: repeating-linear-gradient(0deg, transparent 0 35px, rgba(92, 63, 46, .035) 35px 36px);
}

.crowd-welcome,
.recommend,
.howto,
.host-story {
  background-color: #fff7ed;
  background-image:
    linear-gradient(90deg, rgba(233, 104, 34, .035) 1px, transparent 1px),
    linear-gradient(rgba(233, 104, 34, .035) 1px, transparent 1px);
  background-size: 30px 30px;
}

.about.section-cream,
.event-variety.section-cream,
.organizer.section-cream,
.plain-story.section-cream {
  background-color: #f8eee4;
  background-image: radial-gradient(rgba(208, 91, 28, .08) .8px, transparent .9px);
  background-size: 16px 16px;
}

.reasons,
.home-day-guide {
  background-color: #fffaf4;
  background-image: repeating-linear-gradient(135deg, transparent 0 24px, rgba(151, 94, 56, .035) 24px 25px);
}

.section-dark,
.anxiety {
  background-color: #2a2421;
  background-image: repeating-linear-gradient(135deg, transparent 0 30px, rgba(255,255,255,.025) 30px 31px);
}

.section-orange,
.schedule {
  background-image:
    repeating-linear-gradient(45deg, transparent 0 32px, rgba(255,255,255,.055) 32px 33px),
    linear-gradient(145deg, #df6423, #f07d31);
}

.page-hero {
  min-height: 500px;
  background-color: #fff0df;
  background-image:
    repeating-linear-gradient(45deg, transparent 0 34px, rgba(224, 99, 31, .05) 34px 35px),
    repeating-linear-gradient(-45deg, transparent 0 34px, rgba(224, 99, 31, .035) 34px 35px),
    linear-gradient(115deg, #fffaf3, #ffe5cd);
}

.page-hero::after {
  display: none;
}

.page-main > .content-section:not(.section-dark):not(.section-orange):nth-of-type(3n + 1) {
  background-color: #fffdf8;
  background-image: repeating-linear-gradient(0deg, transparent 0 38px, rgba(95, 64, 45, .03) 38px 39px);
}

.page-main > .content-section:not(.section-dark):not(.section-orange):nth-of-type(3n + 2) {
  background-color: #f7efe7;
  background-image: radial-gradient(rgba(211, 94, 30, .07) .8px, transparent .9px);
  background-size: 17px 17px;
}

.page-main > .content-section:not(.section-dark):not(.section-orange):nth-of-type(3n) {
  background-color: #fff8ef;
  background-image: repeating-linear-gradient(135deg, transparent 0 27px, rgba(135, 84, 51, .035) 27px 28px);
}

.page-detail-section {
  background-color: #f6eadf;
  background-image:
    linear-gradient(90deg, rgba(222, 101, 35, .04) 1px, transparent 1px),
    linear-gradient(rgba(222, 101, 35, .04) 1px, transparent 1px);
  background-size: 34px 34px;
}

.crowd-welcome::before {
  border-radius: var(--corner-sm);
  background: rgba(245, 130, 50, .08);
  transform: rotate(18deg);
}

.crowd-welcome__visual--real {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.25fr .75fr;
  gap: 8px;
  min-height: 640px;
}

.crowd-welcome__visual--real figure {
  position: relative;
  inset: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  box-shadow: 0 15px 42px rgba(89, 49, 27, .13);
}

.crowd-welcome__visual--real figure:first-child {
  grid-column: 1 / 3;
}

.crowd-welcome__visual--real figcaption,
.reasons-photo-stack figcaption,
.host-story__visual figcaption,
.organizer-photo--real figcaption,
.portrait-large--photo figcaption,
.page-detail-section__photo > p {
  position: absolute;
  z-index: 2;
  right: 9px;
  bottom: 9px;
  left: 9px;
  margin: 0;
  padding: 8px 10px;
  border-left: 3px solid var(--orange);
  border-radius: var(--corner-xs);
  background: rgba(35, 27, 22, .78);
  color: #fff;
  font-size: 10px;
  line-height: 1.55;
}

.about-photo-set {
  min-width: 0;
}

.about-photo {
  height: 460px;
  margin: 0;
}

.about-photo figcaption {
  z-index: 2;
}

.about-mini-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  height: 190px;
  margin-top: 7px;
}

.about-mini-photos img {
  min-width: 0;
  border-radius: var(--corner-sm);
}

.recommend-photo-row {
  display: grid;
  grid-template-columns: 1.15fr 1fr .85fr;
  gap: 8px;
  height: 300px;
  margin-bottom: 38px;
}

.recommend-photo-row figure {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border-radius: var(--corner-sm);
}

.recommend-card {
  min-height: 330px;
  padding: 28px;
}

.recommend-card p {
  max-width: none;
  font-size: 14px;
  line-height: 1.9;
}

.card-number {
  margin-bottom: 22px;
}

.reasons-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  gap: 44px;
  align-items: start;
}

.reason-row {
  min-height: 165px;
  grid-template-columns: 44px minmax(140px, .55fr) minmax(0, 1.45fr);
  gap: 18px;
}

.reason-row h3 {
  font-size: 22px;
}

.reason-row p {
  font-size: 14px;
  line-height: 1.85;
}

.reason-symbol {
  display: none;
}

.reasons-photo-stack {
  position: sticky;
  top: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 330px 220px;
  gap: 8px;
}

.reasons-photo-stack figure {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border-radius: var(--corner-sm);
}

.reasons-photo-stack figure:first-child {
  grid-column: 1 / 3;
}

.home-photo-board {
  grid-auto-rows: 240px;
  gap: 8px;
}

.home-photo-board__item--1,
.home-photo-board__item--6,
.home-photo-board__item--11 { grid-column: span 7; }
.home-photo-board__item--2,
.home-photo-board__item--7,
.home-photo-board__item--12 { grid-column: span 5; }
.home-photo-board__item--3,
.home-photo-board__item--4,
.home-photo-board__item--5,
.home-photo-board__item--8,
.home-photo-board__item--9,
.home-photo-board__item--10 { grid-column: span 4; }

.organizer-photo--real,
.portrait-large--photo {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  min-height: 610px;
  border: 0;
  background: #d8cdc4;
}

.organizer-photo--real::before,
.portrait-large--photo::before {
  display: none;
}

.organizer-photo--real img,
.portrait-large--photo img {
  object-position: 50% 18%;
}

.host-story__visual {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 1fr;
  gap: 8px;
  min-height: 620px;
}

.host-story__visual figure {
  position: relative;
  inset: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
}

.host-story__visual figure:last-child img {
  object-position: 50% 18%;
}

.page-detail-section__photo {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 1fr;
  gap: 8px;
  min-height: 570px;
}

.page-detail-section__photo > img:first-child,
.page-detail-section__side-photo {
  position: static;
  inset: auto;
  width: 100%;
  height: 100%;
  box-shadow: 0 16px 45px rgba(80, 46, 28, .13);
}

.page-detail-section__photo > p {
  right: auto;
  left: 10px;
  width: fit-content;
}

.community-strip {
  grid-template-columns: minmax(380px, .78fr) minmax(0, 1.22fr);
}

.community-strip__photos {
  grid-template-columns: 1.15fr .85fr .85fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  min-width: 0;
}

.community-strip__photos figure:first-child {
  grid-row: 1 / 3;
}

.community-strip__photos figure {
  min-width: 0;
  min-height: 0;
}

.community-strip__photos figure::after {
  background: linear-gradient(90deg, rgba(45,34,28,.15), transparent);
}

.full-gallery--real {
  grid-auto-flow: dense;
}

.full-gallery__item > span {
  border-radius: var(--corner-xs) !important;
}

.gallery-policy {
  max-width: 840px;
  margin: 30px auto 0;
  padding: 18px 20px;
  border-left: 4px solid var(--orange-deep);
  background: rgba(255,255,255,.72);
  color: var(--muted);
  font-size: 13px;
}

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

.balance-bar::after {
  inset: 0 0 0 50%;
}

@media (max-width: 1050px) {
  .hero--real {
    min-height: auto;
  }

  .hero--real .hero-inner {
    grid-template-columns: 1fr;
    gap: 35px;
    min-height: 0;
  }

  .hero--real .hero-copy {
    max-width: 780px;
  }

  .hero--real .hero-visual {
    width: min(820px, 100%);
    min-height: 0;
    margin-inline: auto;
  }

  .hero-photo-mosaic {
    height: 590px;
  }

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

  .reasons-photo-stack {
    position: static;
    grid-template-rows: 380px 240px;
  }

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

  .community-strip__photos {
    min-height: 540px;
  }
}

@media (max-width: 700px) {
  :where(h1, h2, h3) br {
    display: none;
  }

  .container,
  .trust-inner {
    width: min(100% - 30px, 1160px);
  }

  .section-pad,
  .content-section,
  .page-detail-section {
    padding-block: 72px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .faq-heading h2,
  .organizer-copy h2,
  .crowd-welcome__copy h2,
  .plain-heading h2,
  .plain-story h2,
  .host-story h2,
  .page-detail-section h2 {
    font-size: clamp(29px, 8.3vw, 38px);
    line-height: 1.42;
  }

  .section-lead,
  .crowd-welcome__copy p,
  .plain-story__body p,
  .host-story__copy p,
  .page-detail-section__copy p {
    font-size: 14px;
    line-height: 1.95;
  }

  .hero--real {
    padding: 104px 0 48px;
  }

  .hero--real .hero-inner {
    display: grid;
    width: min(100% - 30px, 1240px);
    padding-top: 0;
  }

  .hero--real h1 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.32;
  }

  .hero--real .hero-description {
    font-size: 14px;
    line-height: 1.9;
  }

  .hero--real .hero-actions {
    display: grid;
  }

  .hero--real .hero-actions .button {
    width: 100%;
  }

  .hero--real .hero-safe {
    align-items: flex-start;
    line-height: 1.65;
  }

  .hero--real .hero-visual {
    min-height: 0;
  }

  .hero-photo-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.35fr .65fr;
    height: 500px;
  }

  .hero-photo-mosaic__main {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .hero-photo-mosaic > p {
    right: 8px;
    bottom: 8px;
    left: 8px;
    max-width: none;
  }

  .hero--real .hero-bulb-main {
    top: -55px;
    right: -10px;
    transform: scale(.72) rotate(8deg);
    transform-origin: top right;
  }

  .crowd-welcome__grid {
    gap: 38px;
  }

  .crowd-welcome__copy ul {
    padding: 18px 18px 18px 36px;
  }

  .crowd-welcome__visual--real {
    grid-template-rows: 260px 190px;
    min-height: 458px;
  }

  .about-grid {
    gap: 32px;
  }

  .about-photo {
    height: 340px;
  }

  .about-mini-photos {
    height: 145px;
  }

  .recommend-photo-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 230px 170px;
    height: 408px;
  }

  .recommend-photo-row figure:first-child {
    grid-column: 1 / 3;
  }

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

  .recommend-card {
    min-height: 0;
    padding: 24px 22px;
  }

  .reason-row {
    min-height: 0;
    grid-template-columns: 34px 1fr;
    gap: 6px 12px;
    padding: 23px 0;
  }

  .reason-row h3,
  .reason-row p {
    grid-column: 2;
  }

  .reason-row h3 {
    font-size: 20px;
  }

  .reason-row p {
    font-size: 13px;
  }

  .reasons-photo-stack {
    grid-template-rows: 260px 175px;
  }

  .home-photo-board {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 160px;
  }

  .home-photo-board__item--1,
  .home-photo-board__item--6,
  .home-photo-board__item--11 {
    grid-column: 1 / 3;
    min-height: 245px;
  }

  .home-photo-board__item--2,
  .home-photo-board__item--3,
  .home-photo-board__item--4,
  .home-photo-board__item--5,
  .home-photo-board__item--7,
  .home-photo-board__item--8,
  .home-photo-board__item--9,
  .home-photo-board__item--10,
  .home-photo-board__item--12 {
    grid-column: auto;
  }

  .organizer-photo--real,
  .portrait-large--photo {
    min-height: 480px;
  }

  .host-story__visual,
  .page-detail-section__photo {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 190px;
    min-height: 528px;
  }

  .host-story__visual figure:first-child,
  .page-detail-section__photo > img:first-child {
    grid-column: 1 / 3;
  }

  .host-story__visual figure:last-child,
  .page-detail-section__side-photo {
    grid-column: 1 / 3;
  }

  .community-strip__copy {
    padding: 52px 22px;
  }

  .community-strip__photos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px 170px 170px;
    min-height: 602px;
  }

  .community-strip__photos figure:first-child {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .full-gallery--real {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .hero--real h1 {
    font-size: clamp(35px, 10.5vw, 44px);
  }

  .hero--real .hero-kicker {
    font-size: 11px;
  }

  .hero-photo-mosaic {
    height: 460px;
  }

  .home-photo-board {
    grid-auto-rows: 145px;
  }

  .home-photo-board__item--1,
  .home-photo-board__item--6,
  .home-photo-board__item--11 {
    min-height: 220px;
  }
}

/* Mikan backgrounds, full-photo hero, and one-photo-per-slot revision — 2026-08-12 */
.bg-mikan-fill,
.bg-mikan-line,
.bg-current-pattern,
.community-strip {
  background-repeat: repeat;
  background-position: center top;
}

.bg-mikan-fill {
  background-color: #fffaf0;
  background-image:
    linear-gradient(rgba(255, 252, 244, .74), rgba(255, 252, 244, .74)),
    url("../images/haikei/背景1.jpg");
  background-size: auto, 560px auto;
}

.bg-mikan-line,
.community-strip {
  background-color: #fffdf6;
  background-image:
    linear-gradient(rgba(255, 253, 247, .7), rgba(255, 253, 247, .7)),
    url("../images/haikei/背景2.jpg");
  background-size: auto, 470px auto;
}

.bg-current-pattern {
  background-color: #fff8f1;
  background-image:
    linear-gradient(135deg, rgba(245,130,50,.055) 25%, transparent 25%),
    linear-gradient(225deg, rgba(245,130,50,.055) 25%, transparent 25%),
    linear-gradient(45deg, rgba(245,130,50,.055) 25%, transparent 25%),
    linear-gradient(315deg, rgba(245,130,50,.055) 25%, #fff8f1 25%);
  background-position: 24px 0, 24px 0, 0 0, 0 0;
  background-size: 48px 48px;
}

.hero--crowd {
  min-height: clamp(700px, calc(100svh - 42px), 900px);
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(31, 19, 11, .62) 0%, rgba(31, 19, 11, .42) 43%, rgba(31, 19, 11, .08) 78%, rgba(31, 19, 11, .02) 100%),
    linear-gradient(180deg, rgba(36, 21, 10, .04), rgba(36, 21, 10, .18)),
    url("../images/partyplus-real/crowd-wide.jpg");
  background-position: center, center, center 48%;
  background-size: cover;
}

.hero--crowd::before {
  background: linear-gradient(180deg, rgba(242, 116, 32, .08), transparent 36%, rgba(25, 15, 8, .2));
}

.hero--crowd .hero-slice {
  opacity: .09;
}

.hero--crowd .hero-inner {
  display: flex;
  min-height: clamp(700px, calc(100svh - 42px), 900px);
  align-items: center;
  padding-top: 76px;
  padding-bottom: 54px;
}

.hero--crowd .hero-copy {
  width: min(820px, 66vw);
  max-width: 820px;
  padding: 28px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  color: #fff;
  text-shadow: 0 3px 24px rgba(0,0,0,.48);
}

.hero--crowd .hero-kicker {
  border-radius: 3px;
}

.hero--crowd h1 {
  margin: 18px 0 22px;
  line-height: 1;
}

.hero-location {
  display: inline-block;
  margin: 0;
  padding: 9px 13px;
  border-left: 4px solid #ff7a24;
  background: rgba(21,13,8,.44);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
}

.hero-brand-name {
  display: block;
  font-size: clamp(72px, 8.5vw, 126px);
  font-weight: 950;
  letter-spacing: -.065em;
}

.hero-brand-name em {
  display: inline;
  color: #ff7626;
  font-style: normal;
}

.hero-brand-copy {
  display: block;
  margin-top: 9px;
  font-size: clamp(22px, 2.4vw, 37px);
  font-weight: 850;
  letter-spacing: .02em;
}

.hero-short-message {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.55;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

.hero-proof span {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(21,13,8,.4);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.hero-invite {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.hero--crowd .button--ghost {
  color: #6b3b22;
}

.hero--crowd .hero-visual {
  display: none;
}

.photo-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 180px;
  place-content: center;
  gap: 7px;
  padding: 24px;
  border: 1px dashed rgba(205, 105, 41, .58);
  border-radius: 4px;
  background:
    linear-gradient(rgba(255,251,244,.88), rgba(255,251,244,.88)),
    url("../images/haikei/背景2.jpg") center / 360px auto repeat;
  color: #805436;
  text-align: center;
}

.photo-placeholder strong {
  font-size: 15px;
}

.photo-placeholder small {
  max-width: 23em;
  font-size: 11px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .hero--crowd {
    min-height: 760px;
    background-image:
      linear-gradient(180deg, rgba(30,18,10,.14) 0%, rgba(30,18,10,.34) 45%, rgba(30,18,10,.8) 100%),
      url("../images/partyplus-real/crowd-wide.jpg");
    background-position: center, 57% center;
  }

  .hero--crowd .hero-inner {
    min-height: 760px;
    align-items: flex-end;
    padding: 130px 24px 42px;
  }

  .hero--crowd .hero-copy {
    width: min(620px, 100%);
    padding: 24px 0;
    background: transparent;
  }

  .hero--crowd h1 {
    font-size: clamp(40px, 8.5vw, 62px);
  }
}

@media (max-width: 600px) {
  .bg-mikan-fill {
    background-size: auto, 420px auto;
  }

  .bg-mikan-line,
  .community-strip {
    background-size: auto, 360px auto;
  }

  .hero--crowd {
    min-height: 730px;
    background-position: center, 58% center;
  }

  .hero--crowd .hero-inner {
    min-height: 730px;
    padding: 112px 16px 28px;
  }

  .hero--crowd .hero-copy {
    padding: 20px 0 10px;
    backdrop-filter: none;
  }

  .hero--crowd h1 {
    margin-bottom: 16px;
    line-height: 1.14;
  }

  .hero--crowd .hero-actions {
    gap: 9px;
  }

  .hero--crowd .hero-safe {
    line-height: 1.55;
  }
}

/* Participant cutouts — 2026-08-12 */
.people-cutout {
  display: block;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 18px 20px rgba(54, 30, 17, .22));
}

.hero--crowd .hero-inner {
  overflow: visible;
}

.hero-crowd-cutout {
  position: absolute;
  z-index: 3;
}

.hero-crowd-cutout--main {
  right: -78px;
  bottom: -2px;
  width: min(660px, 47vw);
}

.hero-crowd-cutout--side {
  right: 385px;
  bottom: -18px;
  width: min(350px, 25vw);
  opacity: .95;
  transform: rotate(-2deg);
}

.hero--crowd .hero-copy {
  position: relative;
  z-index: 5;
}

.people-scatter {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 105px 0 0;
}

.people-scatter::before {
  content: "";
  position: absolute;
  inset: auto -7vw -230px auto;
  width: 620px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(245, 130, 50, .13);
}

.people-scatter__copy {
  position: relative;
  z-index: 8;
  max-width: 1160px;
}

.people-scatter__copy h2 {
  max-width: 620px;
  margin: 0 0 22px;
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.34;
}

.people-scatter__copy p {
  max-width: 580px;
  color: #5d4d44;
  font-size: 15px;
  line-height: 2;
}

.people-scatter__stage {
  position: absolute;
  inset: 0;
}

.people-scatter__person {
  position: absolute;
}

.people-scatter__person--1 {
  z-index: 4;
  right: -20px;
  bottom: -52px;
  width: min(530px, 39vw);
}

.people-scatter__person--2 {
  z-index: 3;
  right: 300px;
  bottom: -70px;
  width: min(460px, 33vw);
  transform: rotate(-2deg);
}

.people-scatter__person--3 {
  z-index: 2;
  right: 600px;
  bottom: -80px;
  width: min(395px, 29vw);
  transform: rotate(2deg);
}

.people-scatter__person--4 {
  z-index: 1;
  right: -58px;
  bottom: 300px;
  width: min(345px, 25vw);
  opacity: .9;
  transform: rotate(4deg);
}

.people-scatter__note {
  position: absolute;
  z-index: 9;
  right: 40px;
  bottom: 30px;
  padding: 12px 16px;
  border-left: 4px solid var(--orange-deep);
  background: rgba(39, 26, 18, .82);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
}

.recommend,
.reasons,
.schedule,
.community-strip {
  overflow: hidden;
}

.recommend-container,
.reasons-container {
  position: relative;
}

.recommend-cutout {
  position: absolute;
  z-index: 0;
  top: -150px;
  right: -145px;
  width: min(410px, 31vw);
  opacity: .94;
}

.recommend-container > :not(.recommend-cutout),
.reasons-container > :not(.reasons-cutout) {
  position: relative;
  z-index: 2;
}

.reasons-cutout {
  position: absolute;
  z-index: 0;
  top: -145px;
  right: -120px;
  width: min(390px, 29vw);
  opacity: .9;
}

.schedule-cutout {
  position: absolute;
  z-index: 1;
  left: -75px;
  bottom: -70px;
  width: min(420px, 31vw);
  opacity: .94;
}

.schedule .schedule-inner {
  position: relative;
  z-index: 3;
}

@media (max-width: 1100px) {
  .hero-crowd-cutout--main {
    right: -90px;
    width: 560px;
  }

  .hero-crowd-cutout--side {
    display: none;
  }

  .people-scatter {
    min-height: 830px;
  }

  .people-scatter__copy h2,
  .people-scatter__copy p {
    max-width: 56%;
  }

  .people-scatter__person--1 { right:-70px; width:470px; }
  .people-scatter__person--2 { right:220px; width:410px; }
  .people-scatter__person--3 { right:480px; width:350px; }
  .people-scatter__person--4 { right:-50px; bottom:330px; width:300px; }
}

@media (max-width: 780px) {
  .hero--crowd {
    min-height: 900px;
  }

  .hero--crowd .hero-inner {
    min-height: 900px;
    align-items: flex-start;
    padding-bottom: 280px;
  }

  .hero-crowd-cutout--main {
    z-index: 4;
    right: -72px;
    bottom: -18px;
    width: 470px;
  }

  .people-scatter {
    min-height: auto;
    padding: 74px 0 0;
  }

  .people-scatter__copy {
    width: min(100% - 30px, 1160px);
  }

  .people-scatter__copy h2,
  .people-scatter__copy p {
    max-width: none;
  }

  .people-scatter__copy h2 {
    font-size: clamp(30px, 8.4vw, 42px);
  }

  .people-scatter__copy h2 br {
    display: none;
  }

  .people-scatter__stage {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 0;
    min-height: 560px;
    margin-top: 24px;
    overflow: hidden;
  }

  .people-scatter__person {
    position: relative;
    inset: auto;
    width: 132%;
    max-width: none;
    margin-inline: -16%;
    transform: none;
  }

  .people-scatter__person--3,
  .people-scatter__person--4 {
    margin-top: -48%;
  }

  .people-scatter__note {
    right: 15px;
    bottom: 15px;
  }

  .recommend-cutout,
  .reasons-cutout {
    position: relative;
    inset: auto;
    float: right;
    width: min(290px, 74vw);
    margin: -36px -44px -72px 10px;
    opacity: .92;
  }

  .recommend-container > .section-heading,
  .reasons-container > .section-heading {
    position: relative;
    z-index: 3;
  }

  .schedule {
    padding-bottom: 285px;
  }

  .schedule-cutout {
    left: 50%;
    bottom: -62px;
    width: 390px;
    transform: translateX(-50%);
  }
}

@media (max-width: 430px) {
  .hero--crowd {
    min-height: 930px;
  }

  .hero--crowd .hero-inner {
    min-height: 930px;
    padding-bottom: 250px;
  }

  .hero-crowd-cutout--main {
    right: -55px;
    width: 415px;
  }

  .people-scatter__stage {
    min-height: 470px;
  }

  .people-scatter__person {
    width: 145%;
    margin-inline: -22%;
  }

  .people-scatter__person--3,
  .people-scatter__person--4 {
    margin-top: -56%;
  }

  .recommend-cutout,
  .reasons-cutout {
    width: 250px;
  }

  .schedule-cutout {
    width: 340px;
  }
}

/* Final Party Plus pass badge and dispersed cutout placement */
.hero--crowd .hero-inner { position:relative; }
.hero--crowd .hero-copy {
  width:min(760px,62vw);
  max-width:760px;
  padding:32px 34px 30px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:5px;
  background:rgba(46,29,18,.38);
  box-shadow:0 20px 52px rgba(0,0,0,.12);
  backdrop-filter:blur(1.5px);
}
.hero-achievement-badge {
  position:absolute;
  z-index:6;
  top:42px;
  right:clamp(14px,2.8vw,44px);
  bottom:auto;
  width:clamp(150px,14vw,205px);
  height:auto;
  filter:drop-shadow(0 16px 18px rgba(21,12,7,.34));
  transform:none;
}
.about,.recommend,.anxiety,.reasons,.event-variety,.atmosphere,.schedule,.howto { position:relative; overflow:hidden; }
.about-container,.recommend-container,.anxiety-grid,.reasons-container,.event-variety-container,.atmosphere-container,.howto-container { position:relative; }
.about-container > :not(.people-cutout),.recommend-container > :not(.people-cutout),.anxiety-grid > :not(.people-cutout),.reasons-container > :not(.people-cutout),.event-variety-container > :not(.people-cutout),.atmosphere-container > :not(.people-cutout),.howto-container > :not(.people-cutout) { position:relative; z-index:2; }
.about-cutout,.recommend-cutout,.recommend-cutout-secondary,.anxiety-cutout,.reasons-cutout,.event-variety-cutout,.atmosphere-cutout,.schedule-cutout,.howto-cutout { position:absolute; z-index:1; float:none; margin:0; opacity:.96; filter:drop-shadow(0 15px 15px rgba(54,30,17,.2)); }
.about-cutout { inset:-100px -125px auto auto; width:min(390px,29vw); transform:rotate(5deg); }
.about-container > .section-heading { max-width:72%; }
.recommend-cutout { inset:115px -175px auto auto; width:min(360px,27vw); transform:rotate(7deg); }
.recommend-cutout-secondary { inset:auto auto 10px -185px; width:min(330px,25vw); transform:rotate(-7deg); }
.recommend-container > .recommend-cutout-secondary { position:absolute; z-index:1; }
.anxiety-cutout { inset:auto -205px -155px auto; width:min(440px,33vw); transform:rotate(4deg); }
.reasons-cutout { inset:15px -155px auto auto; width:min(360px,27vw); transform:rotate(5deg); }
.reasons-container > .section-heading { max-width:72%; }
.event-variety-cutout { inset:-80px -155px auto auto; width:min(355px,27vw); transform:rotate(8deg); }
.event-variety-container > .section-heading { max-width:72%; }
.atmosphere-cutout { inset:145px auto auto -165px; width:min(330px,25vw); transform:rotate(-8deg); }
.schedule-cutout { inset:auto auto -100px -90px; width:min(405px,31vw); transform:rotate(-4deg); }
.howto-cutout { inset:-85px -150px auto auto; width:min(340px,26vw); transform:rotate(7deg); }
.howto-container > .section-heading { max-width:72%; }
.recommend.section-pad { padding-top:72px; }
.recommend-container > .section-heading { margin-top:0; }

@media (max-width:900px) {
  .hero--crowd .hero-copy { width:min(610px,calc(100% - 150px)); padding:28px 26px; }
  .hero-achievement-badge { top:34px; right:14px; bottom:auto; width:138px; }
}

@media (max-width:600px) {
  .hero--crowd,.hero--crowd .hero-inner { min-height:860px; }
  .hero--crowd .hero-inner { align-items:flex-end; padding:156px 15px 38px; }
  .hero--crowd .hero-copy { width:100%; max-width:none; padding:24px 18px 21px; background:rgba(46,29,18,.34); }
  .hero-achievement-badge { top:82px; right:8px; bottom:auto; width:92px; transform:none; }
  .about-container > .section-heading,.recommend-container > .section-heading,.reasons-container > .section-heading,.event-variety-container > .section-heading,.howto-container > .section-heading { max-width:68%; }
  .about-cutout { inset:-30px -60px auto auto; width:200px; }
  .recommend-cutout { inset:15px -75px auto auto; width:205px; }
  .recommend-cutout-secondary { inset:auto auto 90px -85px; width:195px; }
  .anxiety { padding-bottom:170px; }
  .anxiety-cutout { inset:auto -70px -55px auto; width:245px; }
  .reasons-cutout { inset:-28px -70px auto auto; width:205px; }
  .event-variety-cutout { inset:-35px -76px auto auto; width:205px; }
  .atmosphere-cutout { inset:175px auto auto -78px; width:195px; }
  .schedule { padding-bottom:240px; }
  .schedule-cutout { inset:auto auto -45px -55px; width:270px; transform:rotate(-4deg); }
  .howto-cutout { inset:-30px -72px auto auto; width:200px; }
  .recommend.section-pad { padding-top:58px; }
}

/* 2026-08-13: keep participant cutouts lively without covering copy or photos. */
.about-container > .section-heading,
.recommend-container > .section-heading,
.reasons-container > .section-heading,
.event-variety-container > .section-heading,
.atmosphere-container > .section-heading,
.howto-container > .section-heading {
  width:100%;
  max-width:100%;
  min-height:320px;
  padding-right:0;
}

.about-cutout,
.recommend-cutout,
.reasons-cutout,
.event-variety-cutout,
.atmosphere-cutout,
.howto-cutout {
  z-index:3;
  top:10px;
  right:14px;
  bottom:auto;
  left:auto;
  width:145px;
  max-height:150px;
  object-fit:contain;
  transform:rotate(2deg);
}

.recommend-cutout-secondary {
  z-index:3;
  top:46px;
  right:155px;
  bottom:auto;
  left:auto;
  width:92px;
  max-height:112px;
  object-fit:contain;
  transform:rotate(-3deg);
}

.event-variety-cutout { width:155px; }
.atmosphere-cutout { width:126px; transform:rotate(-3deg); }
.howto-cutout { width:132px; }

/* The gallery is intentionally a dense, always-open wall of real event photos. */
.gallery-wall {
  display:block;
  columns:3 260px;
  column-gap:14px;
}

.gallery-wall .full-gallery__item {
  display:block;
  break-inside:avoid;
  margin:0 0 14px;
  border-radius:3px;
}

.gallery-wall .full-gallery__item::after,
.gallery-wall .full-gallery__item > span,
.gallery-wall .full-gallery__item > figcaption {
  display:none;
}

@media (max-width:600px) {
  .about-container > .section-heading,
  .recommend-container > .section-heading,
  .reasons-container > .section-heading,
  .event-variety-container > .section-heading,
  .atmosphere-container > .section-heading,
  .howto-container > .section-heading {
    min-height:0;
    max-width:100%;
    padding:96px 0 0;
  }

  .about-cutout,
  .recommend-cutout,
  .reasons-cutout,
  .event-variety-cutout,
  .atmosphere-cutout,
  .howto-cutout {
    top:4px;
    right:10px;
    width:88px;
    max-height:88px;
  }

  .recommend-cutout-secondary {
    top:18px;
    right:auto;
    bottom:auto;
    left:10px;
    width:70px;
    max-height:74px;
  }

  .section-heading h2 br,
  .page-hero h1 br,
  .faq-heading h2 br,
  .plain-heading h2 br,
  .organizer-copy h2 br {
    display:none;
  }

  .section-heading h2,
  .page-hero h1,
  .faq-heading h2,
  .plain-heading h2 {
    overflow-wrap:anywhere;
    text-wrap:pretty;
  }

  .gallery-wall {
    display:block;
    columns:2 130px;
    column-gap:8px;
  }

  .gallery-wall .full-gallery__item { margin-bottom:8px; }
}

@media (max-width:430px) {
  .hero-location { max-width:250px; padding-right:8px; font-size:9px; }
}

/* 2026-08 content and photo-layout revision */
.home-schedule-preview {
  background:#fff4e7;
  background-image:linear-gradient(90deg,rgba(232,113,45,.045) 1px,transparent 1px),linear-gradient(rgba(232,113,45,.045) 1px,transparent 1px);
  background-size:28px 28px;
}
.home-schedule-preview__grid { display:grid; grid-template-columns:minmax(0,.85fr) minmax(360px,.65fr); gap:clamp(42px,7vw,100px); align-items:center; }
.home-schedule-preview__copy { max-width:610px; }
.home-schedule-preview__copy h2 { margin:8px 0 22px; font-size:clamp(40px,4.4vw,62px); }
.home-schedule-preview__copy p:not(.eyebrow) { margin-bottom:30px; color:var(--muted); font-size:16px; line-height:1.95; }
.mini-calendar { padding:22px; border:1px solid rgba(164,91,50,.22); border-radius:5px; background:rgba(255,255,255,.88); box-shadow:0 16px 42px rgba(91,51,29,.1); }
.mini-calendar__head { display:flex; justify-content:space-between; align-items:end; margin-bottom:15px; padding-bottom:13px; border-bottom:2px solid var(--orange); }
.mini-calendar__head strong { font-size:26px; letter-spacing:.04em; }
.mini-calendar__head span,.mini-calendar small { color:var(--muted); font-size:11px; }
.mini-calendar__week,.mini-calendar__days { display:grid; grid-template-columns:repeat(7,1fr); text-align:center; }
.mini-calendar__week { margin-bottom:6px; color:#8d7363; font-size:10px; font-weight:800; }
.mini-calendar__days span { display:grid; min-height:39px; place-items:center; border:1px solid rgba(164,91,50,.08); font-size:11px; }
.mini-calendar__days .event-day { position:relative; color:#fff; font-weight:900; }
.mini-calendar__days .event-day::before { content:""; position:absolute; z-index:-1; width:28px; height:28px; border-radius:50%; background:var(--orange-deep); }
.mini-calendar small { display:block; margin-top:12px; }

/* Keep every placed photo visible in its entirety. */
:is(.hero-photo,.about-photo,.gallery-item,.category-card,.event-list-card__image,.format-card__image,.journal-card__image,.photo-story-image,.event-detail-image,.home-photo-board__item,.hero-photo-mosaic figure,.recommend-photo-row figure,.about-mini-photos,.reasons-photo-stack figure,.organizer-photo--real,.portrait-large--photo,.host-story__visual figure,.crowd-welcome__visual figure,.page-detail-section__photo) > img {
  object-fit:contain !important;
}
:is(.about-photo,.gallery-item,.format-card__image,.journal-card__image,.event-detail-image,.recommend-photo-row figure,.about-mini-photos,.reasons-photo-stack figure,.organizer-photo--real,.portrait-large--photo,.host-story__visual figure,.page-detail-section__photo) { background:#eee4da; }
.about-photo > img,.about-mini-photos img,.recommend-photo-row img,.reasons-photo-stack img,.format-card__image img,.gallery-item img,.journal-card__image img,.host-story__visual figure img,.page-detail-section__photo img { position:static; width:100%; height:100%; }

.recommend-photo-row { height:auto; align-items:start; }
.recommend-photo-row figure { background:transparent; }
.recommend-photo-row img { display:block; height:auto; }
.about-mini-photos { height:auto; align-items:start; }
.about-mini-photos img { display:block; height:auto; }
.reasons-photo-stack { grid-template-rows:auto; align-items:start; }
.reasons-photo-stack img { display:block; height:auto; }
.format-card__image { height:auto; background:transparent; }
.format-card__image img { display:block; height:auto; }
.gallery-grid { grid-template-columns:repeat(2,minmax(0,1fr)); grid-template-rows:auto; align-items:start; }
.gallery-item,.gallery-item--1,.gallery-item--2,.gallery-item--3,.gallery-item--4,.gallery-item--5 { grid-column:auto; grid-row:auto; background:transparent; }
.gallery-item img { display:block; height:auto; }
.journal-card__image { height:auto; background:transparent; }
.journal-card__image img { position:static; display:block; height:auto; }
.page-detail-section__photo { grid-template-rows:auto; min-height:0; align-items:start; }
.page-detail-section__photo > img:first-child,.page-detail-section__side-photo { height:auto; }
.host-story__visual { grid-template-rows:auto; min-height:0; align-items:start; }
.host-story__visual figure img { height:auto; }

.organizer-photo--real,.portrait-large--photo { min-height:0; height:auto; }
.organizer-photo--real img,.portrait-large--photo img { display:block; width:100%; height:auto; object-fit:contain !important; }
.organizer-photo--real figcaption,.portrait-large--photo figcaption { bottom:9px; }
.organizer-grid { align-items:start; }
.organizer-copy h2 { display:none; }

.full-gallery--real { grid-template-columns:repeat(2,minmax(0,1fr)); grid-auto-rows:auto; align-items:start; gap:16px; }
.full-gallery--real .full-gallery__item { grid-column:auto !important; min-height:0; align-self:start; overflow:hidden; background:#eee4da; }
.full-gallery--real .full-gallery__item > img { position:static; display:block; width:100%; height:auto; object-fit:contain !important; }
.gallery-placeholder { display:grid; min-height:330px; place-content:center; gap:7px; padding:24px; border:1px dashed rgba(192,103,52,.38); background:#f3e9df; color:#876b5a; text-align:center; }
.gallery-placeholder strong { color:var(--orange-deep); font-size:13px; letter-spacing:.14em; }
.gallery-placeholder span { font-size:18px; font-weight:850; }
.gallery-placeholder small { font-size:11px; }
.gallery-style-section { border-top:1px solid var(--line); }

/* Cutouts are decorative: keep them in open margins and never over content. */
.about-cutout { inset:20px -110px auto auto; width:min(245px,18vw); transform:rotate(3deg); }
.recommend-cutout { inset:20px -105px auto auto; width:min(225px,17vw); transform:rotate(4deg); }
.recommend-cutout-secondary { inset:auto auto 18px -115px; width:min(185px,14vw); transform:rotate(-5deg); }
.reasons-cutout { inset:30px -105px auto auto; width:min(205px,15vw); transform:rotate(3deg); }
.event-variety-cutout { inset:30px -110px auto auto; width:min(210px,16vw); transform:rotate(5deg); }
.atmosphere-cutout { inset:auto auto 30px -105px; width:min(175px,13vw); transform:rotate(-5deg); }
.howto-cutout { inset:20px -105px auto auto; width:min(190px,14vw); transform:rotate(4deg); }
.about-container > .section-heading,.reasons-container > .section-heading,.event-variety-container > .section-heading,.howto-container > .section-heading { max-width:80%; }

.final-cta--compact { min-height:0; padding:42px 0; background:#fff1e2; }
.final-cta--compact .final-actions { display:flex; justify-content:center; gap:12px; }
.final-cta--home { min-height:0; padding:92px 0; background:#ffe6cf; color:var(--ink); text-align:center; }
.final-cta--home .final-cta-inner { max-width:900px; }
.final-cta--home h2 { margin:12px 0 22px; color:var(--ink); font-size:clamp(38px,5vw,64px); }
.final-cta--home p:not(.eyebrow) { color:#6f5546; font-size:16px; line-height:1.9; }
.final-cta--home .final-actions { justify-content:center; }

.blog-intro__head { max-width:760px; margin-bottom:46px; }
.blog-intro__head h2 { margin:8px 0 18px; font-size:clamp(42px,5vw,64px); }
.blog-intro__head > p:last-child { color:var(--muted); line-height:1.9; }
.blog-category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.blog-category-grid a { display:grid; gap:8px; padding:27px; border:1px solid var(--line); border-radius:5px; background:#fff; color:var(--ink); }
.blog-category-grid strong { font-size:20px; }
.blog-category-grid span { color:var(--muted); font-size:12px; }
.past-events-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.past-events-grid article { display:grid; grid-template-columns:minmax(180px,.8fr) 1fr; gap:22px; align-items:center; padding:14px; border:1px solid var(--line); background:#fff; }
.past-events-grid figure { margin:0; background:#eee4da; }
.past-events-grid img { display:block; width:100%; height:auto; object-fit:contain; }
.past-events-grid h2 { margin:0 0 10px; font-size:22px; }
.past-events-grid p { margin:0; color:var(--muted); font-size:13px; line-height:1.8; }

@media (max-width:900px) {
  .home-schedule-preview__grid { grid-template-columns:1fr 1fr; gap:30px; }
  .desktop-nav { gap:14px; }
  .desktop-nav a { font-size:10px; }
  .about-cutout,.recommend-cutout,.reasons-cutout,.event-variety-cutout,.howto-cutout { right:-70px; width:150px; }
}

@media (max-width:600px) {
  .home-schedule-preview__grid,.blog-category-grid,.past-events-grid { grid-template-columns:1fr; }
  .mini-calendar { padding:15px; }
  .mini-calendar__days span { min-height:36px; }
  .full-gallery--real { grid-template-columns:1fr; }
  .gallery-placeholder { min-height:260px; }
  .about-cutout,.recommend-cutout,.reasons-cutout,.event-variety-cutout,.howto-cutout { top:18px; right:-58px; width:118px; }
  .recommend-cutout-secondary { bottom:8px; left:-54px; width:105px; }
  .atmosphere-cutout { bottom:14px; left:-54px; width:105px; }
  .about-container > .section-heading,.recommend-container > .section-heading,.reasons-container > .section-heading,.event-variety-container > .section-heading,.howto-container > .section-heading { max-width:75%; }
  .final-cta--compact { padding:30px 15px; }
  .final-cta--compact .final-actions,.final-cta--home .final-actions { display:grid; }
  .final-cta--compact .button,.final-cta--home .button { width:100%; }
  .final-cta--home { padding:68px 15px; }
  .final-cta--home p br { display:none; }
  .past-events-grid article { grid-template-columns:1fr; }
  .gallery-grid { grid-template-columns:1fr; grid-template-rows:auto; }
}

/* Final responsive placement overrides. Kept last so older decorative rules cannot cover content. */
.about-container > .section-heading,
.recommend-container > .section-heading,
.reasons-container > .section-heading,
.event-variety-container > .section-heading,
.atmosphere-container > .section-heading,
.howto-container > .section-heading {
  width:100%;
  max-width:100%;
  min-height:170px;
  padding-right:220px;
}

.about-cutout,
.recommend-cutout,
.reasons-cutout,
.event-variety-cutout,
.atmosphere-cutout,
.howto-cutout {
  z-index:1;
  inset:8px 12px auto auto;
  width:290px;
  max-height:300px;
  object-fit:contain;
  opacity:.88;
  transform:rotate(2deg);
}

.recommend-cutout-secondary {
  display:block;
  z-index:1;
  inset:118px auto auto 10px;
  width:160px;
  max-height:175px;
  object-fit:contain;
  opacity:.86;
  transform:rotate(-3deg);
}

.event-variety-cutout { width:310px; }
.atmosphere-cutout { width:252px; transform:rotate(-3deg); }
.howto-cutout { width:264px; }

.full-gallery.gallery-wall {
  display:block;
  columns:3 260px;
  column-gap:14px;
}

.gallery-wall .full-gallery__item {
  display:block;
  break-inside:avoid;
  margin:0 0 14px;
  border-radius:3px;
}

.gallery-wall .full-gallery__item::after,
.gallery-wall .full-gallery__item > span { display:none; }

.gallery-wall .full-gallery__item > figcaption {
  position:static;
  display:grid;
  gap:4px;
  padding:13px 14px 15px;
  border-top:1px solid rgba(164,91,50,.14);
  background:#fff;
  color:var(--ink);
}

.gallery-wall .full-gallery__item > figcaption strong {
  font-size:14px;
  line-height:1.45;
}

.gallery-wall .full-gallery__item > figcaption span {
  color:var(--muted);
  font-size:11px;
  line-height:1.7;
}

/* Two differently shaped source photos use matching frames on desktop. */
.page-detail-section__photo {
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:360px;
  min-height:360px;
  align-items:stretch;
}

.page-detail-section__photo > img:first-child,
.page-detail-section__side-photo {
  width:100%;
  height:360px;
  object-fit:contain !important;
  background:#eee4da;
}

@media (max-width:600px) {
  .about-container > .section-heading,
  .recommend-container > .section-heading,
  .reasons-container > .section-heading,
  .event-variety-container > .section-heading,
  .atmosphere-container > .section-heading,
  .howto-container > .section-heading {
    min-height:230px;
    max-width:100%;
    padding:0;
  }

  .about-cutout,
  .recommend-cutout,
  .reasons-cutout,
  .event-variety-cutout,
  .atmosphere-cutout,
  .howto-cutout {
    inset:4px 10px auto auto;
    width:176px;
    max-height:176px;
    opacity:.82;
  }

  .recommend-cutout-secondary {
    display:block;
    inset:78px auto auto 6px;
    width:128px;
    max-height:132px;
    opacity:.8;
  }

  .section-heading h2 br,
  .page-hero h1 br,
  .faq-heading h2 br,
  .plain-heading h2 br,
  .organizer-copy h2 br { display:none; }

  .section-heading h2,
  .page-hero h1,
  .faq-heading h2,
  .plain-heading h2 {
    overflow-wrap:anywhere;
    text-wrap:pretty;
  }

  .full-gallery.gallery-wall {
    columns:2 130px;
    column-gap:8px;
  }

  .gallery-wall .full-gallery__item { margin-bottom:8px; }

  .page-detail-section__photo {
    grid-template-columns:1fr 1fr;
    grid-template-rows:210px;
    min-height:210px;
  }

  .page-detail-section__photo > img:first-child,
  .page-detail-section__side-photo { height:210px; }
}

/* Warm brand color and host profile readability revision — 2026-08 */
:root {
  --white:#fffaf5;
  --cream:#fff2e7;
  --orange-soft:#ffe8d7;
  --sand:#f7e9dc;
}

body,
.page-main {
  background-color:#f7e9dc;
}

/* The orange header is shared by every customer-facing page. */
.site-header {
  border-bottom-color:rgba(89,39,15,.18);
  background:rgba(229,96,27,.97);
  box-shadow:0 5px 18px rgba(92,43,17,.14);
}

.site-header .brand-name,
.site-header .desktop-nav a {
  color:#fffaf5;
}

.site-header .brand-name strong { color:#ffe0aa; }
.site-header .brand-bulb {
  border-color:#fffaf5;
  color:#ffe0aa;
  box-shadow:inset 0 0 0 7px rgba(255,248,235,.15);
}

.site-header .brand-bulb::before,
.site-header .brand-bulb::after { background:#fffaf5; box-shadow:0 4px 0 #fffaf5; }
.site-header .brand-bulb i { border-color:#fffaf5; }
.site-header .desktop-nav a::after { background:#ffe0aa; }
.site-header .desktop-cta { border-color:#392219; background:#392219; color:#fff; box-shadow:none; }

.host-profile-nav { background:#fff0e3; }
.host-origin,
.host-current { background:#fff8f0; }
.host-profile-card,
.host-career-item > div,
.host-origin-chapters figcaption { background-color:#fffaf5; }

/* Important phrases are scannable without turning every paragraph into decoration. */
.host-heading-accent,
.host-emphasis {
  color:#bd3f25;
}

.host-emphasis { font-weight:900; }
.host-emphasis--light { color:#ffad76; }
.host-profile-hero__lead span { color:#ff9861; }
.host-career-item--accent h3,
.host-values-grid article:nth-child(odd) h3,
.host-current-list article:nth-child(odd) h3 { color:#b83d22; }
.host-values-grid article:nth-child(even) h3,
.host-current-list article:nth-child(even) h3 { color:#d75a1e; }

.host-underline {
  background:linear-gradient(transparent 70%,rgba(229,96,27,.25) 70% 94%,transparent 94%);
  font-weight:750;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}

.host-underline--light {
  background-image:linear-gradient(transparent 70%,rgba(255,179,119,.38) 70% 94%,transparent 94%);
}

.host-operation h2 {
  text-decoration-line:underline;
  text-decoration-color:#ee7840;
  text-decoration-thickness:5px;
  text-underline-offset:.16em;
}

.host-profile-message h2 > span { color:#ff9a63; }

/* CSS line illustrations: decorative only, so no emoji or readable text is used. */
.host-profile-section,
.host-profile-message { position:relative; overflow:hidden; }
.host-profile-section > .container,
.host-profile-message > .container { position:relative; z-index:2; }

.host-doodle {
  position:absolute;
  z-index:1;
  display:block;
  pointer-events:none;
  opacity:.55;
}

.host-doodle--hero-bulb {
  left:-38px;
  bottom:-90px;
  color:#ff9a58;
  opacity:.28;
  transform:scale(.72) rotate(-12deg);
  transform-origin:center;
}

.host-doodle--message-bulb {
  right:4vw;
  bottom:-54px;
  color:#f18a4d;
  opacity:.2;
  transform:scale(.82) rotate(9deg);
}

.host-doodle--talk {
  top:76px;
  right:4vw;
  width:126px;
  height:92px;
  transform:rotate(5deg);
}

.host-doodle--talk i,
.host-doodle--talk b {
  position:absolute;
  display:block;
  border:4px solid #df6528;
  background:#fff5e9;
  box-shadow:6px 6px 0 rgba(223,101,40,.12);
}

.host-doodle--talk i {
  top:0;
  left:0;
  width:86px;
  height:57px;
  border-radius:25px 25px 25px 5px;
}

.host-doodle--talk b {
  right:0;
  bottom:0;
  width:60px;
  height:40px;
  border-color:#b94329;
  border-radius:18px 18px 5px 18px;
}

.host-doodle--talk-alt { top:94px; transform:rotate(-4deg); }

.host-doodle--orange {
  top:76px;
  right:-54px;
  width:166px;
  height:166px;
  border:4px solid #e36b2c;
  border-radius:50%;
  background:
    radial-gradient(circle,transparent 0 20%,#e36b2c 21% 23%,transparent 24%),
    repeating-conic-gradient(from 4deg,transparent 0 42deg,rgba(227,107,44,.55) 43deg 46deg);
  opacity:.32;
  transform:rotate(11deg);
}

.host-doodle--orange::after {
  content:"";
  position:absolute;
  inset:15px;
  border:2px solid rgba(227,107,44,.58);
  border-radius:50%;
}

.host-doodle--spark {
  top:90px;
  right:5vw;
  width:96px;
  height:96px;
  color:#d75526;
  opacity:.38;
  transform:rotate(12deg);
}

.host-doodle--spark::before,
.host-doodle--spark::after,
.host-doodle--spark i,
.host-doodle--spark b {
  content:"";
  position:absolute;
  top:7px;
  left:45px;
  width:6px;
  height:82px;
  border-radius:10px;
  background:currentColor;
}

.host-doodle--spark::after { transform:rotate(90deg); }
.host-doodle--spark i { transform:rotate(45deg); }
.host-doodle--spark b { transform:rotate(-45deg); }
.host-doodle--spark-alt { top:70px; right:3vw; color:#b94329; }

@media (max-width:1060px) {
  .site-header .mobile-menu summary { border-color:rgba(255,255,255,.6); }
  .site-header .mobile-menu summary span { background:#fff; }
  .site-header .mobile-menu nav { border-color:#e3b38f; background:#fff5e9; color:#302b28; }
}

@media (max-width:700px) {
  .host-doodle--hero-bulb { left:-86px; bottom:-100px; transform:scale(.52) rotate(-12deg); }
  .host-doodle--message-bulb { right:-76px; bottom:-92px; transform:scale(.5) rotate(9deg); }
  .host-doodle--talk,
  .host-doodle--spark { top:28px; right:-30px; transform:scale(.58) rotate(5deg); }
  .host-doodle--orange { top:34px; right:-76px; width:132px; height:132px; }
  .host-profile-section__heading { position:relative; z-index:2; padding-right:38px; }
  .host-profile-section__heading--split { padding-right:0; }
  .host-operation h2 { text-decoration-thickness:3px; }
}

/* Five-page customer site polish — 2026-08-19 */
html {
  scroll-behavior:smooth;
  scroll-padding-top:92px;
}

body {
  background:#f8eadf;
}

body :is(p,li,dd,figcaption) {
  word-break:normal;
  overflow-wrap:break-word;
}

body :is(h1,h2,h3) {
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:balance;
}

.anchor-offset {
  position:absolute;
  margin-top:-100px;
}

.site-header .desktop-nav {
  gap:clamp(18px,2.4vw,36px);
}

.site-header .desktop-nav a {
  font-size:12px;
  white-space:nowrap;
}

.site-header .desktop-cta {
  min-width:142px;
  border-radius:4px;
}

.button,
.mobile-menu nav,
.mobile-fixed-cta a {
  border-radius:4px;
}

.hero--crowd {
  min-height:clamp(720px,calc(100svh - 76px),900px);
  background-image:
    linear-gradient(90deg,rgba(31,19,11,.48) 0%,rgba(31,19,11,.32) 44%,rgba(31,19,11,.05) 78%,rgba(31,19,11,.01) 100%),
    linear-gradient(180deg,rgba(36,21,10,.02),rgba(36,21,10,.13)),
    url("../images/partyplus-real/crowd-wide.jpg");
}

.hero--crowd .hero-copy {
  width:min(740px,61vw);
  padding:34px 36px 32px;
  border-radius:5px;
  background:rgba(48,29,17,.34);
  backdrop-filter:blur(1px);
}

.hero--crowd .hero-brand-name {
  letter-spacing:-.045em;
}

.hero--crowd .hero-brand-copy {
  margin-top:3px;
  font-size:clamp(23px,2.35vw,34px);
  line-height:1.35;
}

.hero--crowd .hero-short-message {
  line-height:1.55;
}

.hero-achievement-badge {
  top:54px;
  right:clamp(20px,4.4vw,70px);
  width:clamp(175px,15vw,225px);
}

.about--orange-pattern.section-cream {
  background-color:#ffd9b4;
  background-image:
    linear-gradient(rgba(255,222,188,.42),rgba(255,232,204,.46)),
    url("../images/haikei/背景1.jpg");
  background-repeat:repeat;
  background-position:center top;
  background-size:auto,540px auto;
}

.recommend {
  background-color:#fff4e7;
  background-image:
    linear-gradient(rgba(255,247,237,.74),rgba(255,247,237,.74)),
    url("../images/haikei/背景2.jpg");
  background-repeat:repeat;
  background-size:auto,500px auto;
}

.reasons {
  background-color:#fff0df;
  background-image:
    linear-gradient(135deg,rgba(226,102,35,.075) 25%,transparent 25%),
    linear-gradient(315deg,rgba(226,102,35,.075) 25%,#fff0df 25%);
  background-size:42px 42px;
}

.event-variety.section-cream {
  background-color:#ffe5ca;
  background-image:
    linear-gradient(rgba(255,231,205,.58),rgba(255,239,220,.62)),
    url("../images/haikei/背景1.jpg");
  background-repeat:repeat;
  background-size:auto,590px auto;
}

.atmosphere {
  background-color:#fff8ef;
  background-image:
    linear-gradient(rgba(255,250,243,.72),rgba(255,250,243,.72)),
    url("../images/haikei/背景2.jpg");
  background-repeat:repeat;
  background-size:auto,470px auto;
}

.howto {
  background-color:#ffeddc;
  background-image:
    radial-gradient(circle at 18px 18px,rgba(222,91,29,.12) 2px,transparent 2.5px);
  background-size:36px 36px;
}

.section-intro {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(370px,440px);
  align-items:center;
  gap:clamp(28px,4vw,64px);
  min-height:320px;
  margin-bottom:48px;
}

.section-intro .section-heading,
.about-container > .section-intro .section-heading,
.recommend-container > .section-intro .section-heading,
.reasons-container > .section-intro .section-heading,
.event-variety-container > .section-intro .section-heading,
.atmosphere-container > .section-intro .section-heading,
.howto-container > .section-intro .section-heading {
  width:100%;
  max-width:760px;
  min-height:0;
  margin:0;
  padding:0;
}

.section-intro .section-heading h2 {
  max-width:740px;
  margin-bottom:18px;
}

.section-intro .section-lead {
  max-width:720px;
}

.section-intro__people {
  position:relative;
  z-index:4;
  min-height:320px;
  align-self:stretch;
  isolation:isolate;
}

.section-intro__people .people-cutout {
  position:absolute !important;
  z-index:5 !important;
  inset:auto !important;
  display:block !important;
  max-width:none !important;
  max-height:none !important;
  height:auto !important;
  margin:0 !important;
  opacity:.98 !important;
  object-fit:contain !important;
  filter:drop-shadow(0 18px 18px rgba(67,34,14,.2));
}

.section-intro__people--about .about-cutout {
  right:-72px !important;
  bottom:-36px !important;
  width:550px !important;
  transform:rotate(2deg) !important;
}

.section-intro__people--recommend .recommend-cutout {
  right:-98px !important;
  bottom:-45px !important;
  width:570px !important;
  transform:rotate(3deg) !important;
}

.section-intro__people--recommend .recommend-cutout-secondary {
  left:-112px !important;
  bottom:-48px !important;
  width:390px !important;
  transform:rotate(-4deg) !important;
}

.section-intro__people--reasons .reasons-cutout {
  right:-80px !important;
  bottom:-38px !important;
  width:545px !important;
  transform:rotate(1deg) !important;
}

.section-intro__people--event-variety .event-variety-cutout {
  right:-92px !important;
  bottom:-52px !important;
  width:575px !important;
  transform:rotate(4deg) !important;
}

.section-intro__people--atmosphere .atmosphere-cutout {
  right:-74px !important;
  bottom:-44px !important;
  left:auto !important;
  width:550px !important;
  transform:rotate(-2deg) !important;
}

.section-intro__people--howto .howto-cutout {
  right:-70px !important;
  bottom:-48px !important;
  width:560px !important;
  transform:rotate(2deg) !important;
}

.about-grid {
  gap:clamp(42px,6vw,72px);
}

.about-photo,
.about-mini-photos img,
.recommend-photo-row figure,
.reasons-photo-stack figure,
.recommend-card,
.format-card,
.gallery-item,
.step-card,
.organizer-photo,
.mini-calendar,
.schedule-empty-card,
.contact-channel,
.company-table,
.support-jump a,
.rule-note {
  border-radius:6px;
}

.about-photo {
  height:auto;
  overflow:hidden;
}

.about-photo > img {
  display:block;
  width:100%;
  height:auto;
}

.about-copy p,
.section-lead {
  font-size:15px;
  line-height:1.95;
}

.recommend-card {
  min-height:260px;
  padding:30px 28px;
}

.recommend-card h3,
.recommend-card p {
  max-width:none;
}

.recommend-card h3 {
  font-size:22px;
  line-height:1.45;
}

.reason-row {
  grid-template-columns:60px minmax(290px,.8fr) minmax(0,1fr);
  gap:24px;
}

.reason-row h3 {
  font-size:22px;
  line-height:1.5;
}

.format-grid {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}

.format-grid .format-card {
  grid-column:span 2;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:#fffaf5;
}

.format-grid .format-card:nth-child(4),
.format-grid .format-card:nth-child(5) {
  grid-column:span 3;
}

.format-card__image {
  position:relative;
  aspect-ratio:4 / 3;
  display:grid;
  height:auto !important;
  place-items:center;
  overflow:hidden;
  background:#efddcf !important;
}

.format-card__image img {
  position:absolute !important;
  inset:0 !important;
  display:block;
  width:100%;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

.format-card__body {
  display:flex;
  flex:1;
  flex-direction:column;
  padding:25px;
}

.format-card h3 {
  line-height:1.45;
}

.format-card p {
  margin-bottom:0;
  line-height:1.8;
}

.gallery-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:auto;
  gap:18px;
  align-items:start;
}

.gallery-item,
.gallery-item--1,
.gallery-item--2,
.gallery-item--3,
.gallery-item--4,
.gallery-item--5 {
  grid-column:auto;
  grid-row:auto;
  overflow:hidden;
  border:1px solid rgba(137,71,34,.15);
  background:#fffaf5;
}

.gallery-item--5 {
  grid-column:1 / -1;
  width:min(760px,100%);
  justify-self:center;
}

.gallery-item img {
  position:static;
  display:block;
  width:100%;
  height:auto;
  object-fit:contain !important;
}

.gallery-item::after {
  display:none;
}

.gallery-tag {
  top:12px;
  left:12px;
  border-radius:4px;
}

.gallery-item figcaption {
  position:static;
  display:block;
  padding:13px 15px;
  border-top:1px solid rgba(137,71,34,.12);
  background:#fffaf5;
  color:#735746;
  font-size:11px;
}

.schedule-toolbar {
  gap:24px;
}

.schedule-toolbar p {
  margin:0;
  color:var(--muted);
  font-size:13px;
}

.schedule-apply {
  background-color:#ffe2c4;
  background-image:
    linear-gradient(rgba(255,229,201,.66),rgba(255,239,220,.7)),
    url("../images/haikei/背景1.jpg");
  background-repeat:repeat;
  background-size:auto,560px auto;
}

.schedule-apply__grid {
  display:grid;
  grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
  gap:70px;
  align-items:start;
}

.schedule-apply__steps {
  margin:0;
  padding:0;
  list-style:none;
  border-top:1px solid rgba(126,66,31,.2);
}

.schedule-apply__steps li {
  display:grid;
  grid-template-columns:48px 1fr;
  gap:18px;
  padding:23px 0;
  border-bottom:1px solid rgba(126,66,31,.2);
}

.schedule-apply__steps li > span {
  color:var(--orange-deep);
  font-size:12px;
  font-weight:900;
}

.schedule-apply__steps h3,
.schedule-apply__steps p {
  margin:0;
}

.schedule-apply__steps h3 {
  margin-bottom:6px;
  font-size:20px;
}

.schedule-apply__steps p {
  color:var(--muted);
  font-size:13px;
}

.schedule-apply__notice {
  grid-column:1 / -1;
  padding:24px 26px;
  border-left:5px solid var(--orange-deep);
  background:rgba(255,250,245,.88);
}

.schedule-apply__notice p {
  margin:6px 0 0;
  color:var(--muted);
}

.support-page .page-hero h1 {
  max-width:900px;
}

.support-jump {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  margin-top:40px;
  margin-bottom:4px;
}

.support-jump a {
  display:grid;
  gap:7px;
  padding:18px 16px;
  border:1px solid rgba(177,86,36,.2);
  background:#fff8f0;
  color:var(--ink);
  font-size:12px;
  font-weight:800;
}

.support-jump a span {
  color:var(--orange-deep);
  font-size:10px;
  letter-spacing:.12em;
}

.support-contact {
  background-color:#ffdfbf;
  background-image:
    linear-gradient(rgba(255,228,197,.62),rgba(255,239,219,.68)),
    url("../images/haikei/背景1.jpg");
  background-repeat:repeat;
  background-size:auto,560px auto;
}

.support-contact__grid {
  display:grid;
  grid-template-columns:minmax(270px,.72fr) minmax(0,1.28fr);
  gap:64px;
  align-items:center;
}

.support-contact .section-heading {
  margin:0;
}

.support-contact .contact-channel {
  grid-template-columns:82px 1fr;
  padding:32px;
  border:1px solid rgba(156,76,31,.2);
  background:rgba(255,250,244,.93);
}

.support-contact .contact-channel .button {
  grid-column:2;
  justify-self:start;
}

.support-rules {
  background:#fff7ed;
}

.rule-note {
  margin-top:28px;
  padding:28px 30px;
  border-left:6px solid var(--orange-deep);
  background:#fff0e1;
}

.rule-note h3,
.rule-note p {
  margin:0;
}

.rule-note h3 {
  margin-bottom:8px;
  color:#ad3d23;
  font-size:20px;
}

.rule-note p {
  color:var(--muted);
}

.support-legal {
  background:#f7e7da;
}

.support-legal .legal-document {
  max-width:960px;
}

.legal-document__head {
  margin-bottom:42px;
  padding-bottom:30px;
  border-bottom:3px solid var(--orange);
}

.legal-document__head h2 {
  margin:7px 0 12px;
  font-size:clamp(38px,5vw,62px);
}

.legal-document h3 {
  margin:34px 0 9px;
  color:#a83c25;
  font-size:20px;
}

.support-commercial {
  background-color:#ffe8d2;
  background-image:radial-gradient(circle at 18px 18px,rgba(207,79,28,.1) 2px,transparent 2.5px);
  background-size:36px 36px;
}

.support-commercial .legal-heading h2 span {
  color:#b93f25;
}

.footer-about-link {
  display:inline-block;
  margin-top:14px;
  color:#ffc28f;
  font-size:12px;
  font-weight:800;
}

.mobile-break {
  display:none;
}

.keep-together {
  white-space:nowrap;
}

@media (max-width:1050px) {
  .section-intro {
    grid-template-columns:minmax(0,1fr) minmax(310px,370px);
  }

  .section-intro__people--about .about-cutout,
  .section-intro__people--reasons .reasons-cutout,
  .section-intro__people--atmosphere .atmosphere-cutout,
  .section-intro__people--howto .howto-cutout {
    width:490px !important;
  }

  .section-intro__people--recommend .recommend-cutout,
  .section-intro__people--event-variety .event-variety-cutout {
    width:510px !important;
  }

  .section-intro__people--recommend .recommend-cutout-secondary {
    width:330px !important;
  }

  .support-jump {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:760px) {
  html {
    scroll-padding-top:72px;
  }

  body :is(h1,h2,h3) {
    word-break:normal;
    overflow-wrap:break-word;
    text-wrap:pretty;
  }

  .hero--crowd,
  .hero--crowd .hero-inner {
    min-height:800px;
  }

  .hero--crowd {
    background-image:
      linear-gradient(180deg,rgba(26,16,10,.08) 0%,rgba(26,16,10,.14) 39%,rgba(26,16,10,.62) 100%),
      url("../images/partyplus-real/crowd-wide.jpg");
    background-position:center,62% center;
  }

  .hero--crowd .hero-inner {
    align-items:flex-end;
    padding:138px 15px 34px;
  }

  .hero--crowd .hero-copy {
    width:100%;
    padding:23px 19px 21px;
    background:rgba(45,27,16,.45);
  }

  .hero--crowd .hero-location {
    font-size:11px;
    line-height:1.55;
  }

  .hero--crowd .hero-brand-name {
    font-size:clamp(48px,15vw,68px);
  }

  .hero--crowd .hero-brand-copy {
    font-size:clamp(20px,6.2vw,27px);
  }

  .hero--crowd .hero-short-message {
    font-size:clamp(18px,5.3vw,24px);
  }

  .hero--crowd .hero-proof {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
  }

  .hero--crowd .hero-proof span {
    padding:10px 5px;
    font-size:9px;
    white-space:nowrap;
  }

  .hero-achievement-badge {
    top:82px;
    right:8px;
    width:106px;
  }

  .section-intro {
    grid-template-columns:1fr;
    gap:8px;
    min-height:0;
    margin-bottom:34px;
  }

  .section-intro .section-heading,
  .about-container > .section-intro .section-heading,
  .recommend-container > .section-intro .section-heading,
  .reasons-container > .section-intro .section-heading,
  .event-variety-container > .section-intro .section-heading,
  .atmosphere-container > .section-intro .section-heading,
  .howto-container > .section-intro .section-heading {
    min-height:0;
    padding:0;
  }

  .section-intro .section-heading h2 br,
  .page-hero h1 br,
  .schedule-apply .section-heading h2 br,
  .contact-channel h2 br,
  .legal-document__head h2 br,
  .legal-heading h2 br,
  .host-profile-section__heading h2 br,
  .host-profile-message h2 br,
  .host-operation h2 br,
  .mobile-break {
    display:block;
  }

  .section-intro__people {
    min-height:270px;
    overflow:visible;
  }

  .section-intro__people--recommend {
    min-height:300px;
  }

  .section-intro__people--about .about-cutout,
  .section-intro__people--reasons .reasons-cutout,
  .section-intro__people--atmosphere .atmosphere-cutout,
  .section-intro__people--howto .howto-cutout {
    right:-56px !important;
    bottom:-36px !important;
    width:430px !important;
  }

  .section-intro__people--recommend .recommend-cutout,
  .section-intro__people--event-variety .event-variety-cutout {
    right:-42px !important;
    bottom:-42px !important;
    width:445px !important;
  }

  .section-intro__people--recommend .recommend-cutout-secondary {
    display:none !important;
  }

  .about-grid,
  .schedule-apply__grid,
  .support-contact__grid {
    grid-template-columns:1fr;
    gap:34px;
  }

  .recommend-grid,
  .format-grid {
    grid-template-columns:1fr;
  }

  .format-grid .format-card,
  .format-grid .format-card:nth-child(4),
  .format-grid .format-card:nth-child(5) {
    grid-column:auto;
  }

  .reason-row {
    grid-template-columns:42px 1fr;
    gap:8px 14px;
    padding:22px 0;
  }

  .reason-row p {
    grid-column:2;
  }

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

  .gallery-item--5 {
    grid-column:auto;
  }

  .schedule-toolbar {
    align-items:flex-start;
  }

  .schedule-apply__notice {
    grid-column:auto;
  }

  .support-jump {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin-top:26px;
  }

  .support-jump a {
    padding:15px 13px;
    font-size:11px;
  }

  .support-contact .contact-channel {
    grid-template-columns:60px 1fr;
    padding:24px 20px;
  }

  .support-contact .contact-channel__icon {
    width:58px;
    height:58px;
  }

  .support-contact .contact-channel .button {
    grid-column:1 / -1;
    justify-self:stretch;
  }

  .legal-document__head h2 {
    font-size:38px;
  }

  .host-profile-section__heading h2 {
    font-size:34px;
  }

  .page-hero h1 .title-fit-mobile {
    display:inline-block;
    font-size:.82em;
    white-space:nowrap;
  }

  .legal-document__head h2 span {
    color:#b93f25;
  }

  .about--orange-pattern.section-cream,
  .event-variety.section-cream,
  .support-contact,
  .schedule-apply {
    background-size:auto,430px auto;
  }
}

/* Photo-ratio-aware event cards: show every image without letterbox gaps. */
.about-mini-photos {
  grid-template-columns:minmax(0,1.333fr) minmax(0,.75fr);
}

.recommend-photo-row {
  grid-template-columns:minmax(0,1.333fr) minmax(0,.75fr) minmax(0,1.333fr);
  grid-template-rows:auto;
}

.format-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:start;
}

.format-row {
  display:grid;
  gap:18px;
  align-items:start;
}

.format-row--two {
  grid-template-columns:minmax(0,1.333fr) minmax(0,1.5fr);
}

.format-row--three {
  grid-template-columns:minmax(0,.667fr) minmax(0,1fr) minmax(0,1.333fr);
}

.format-grid .format-row > .format-card {
  grid-column:auto;
  align-self:start;
  height:auto;
}

.format-card__image {
  display:block;
  height:auto !important;
  aspect-ratio:auto;
  background:transparent !important;
}

.format-card__image img {
  position:static !important;
  inset:auto !important;
  display:block;
  width:100%;
  height:auto !important;
  object-fit:contain !important;
}

.gallery-grid--ratio {
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:auto;
  gap:18px;
  align-items:start;
}

.gallery-row {
  display:grid;
  gap:18px;
  align-items:start;
}

.gallery-row--two {
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.gallery-row--three {
  grid-template-columns:minmax(0,.75fr) minmax(0,1.328fr) minmax(0,1.328fr);
}

#event-photos .gallery-grid--ratio .gallery-row > .gallery-item {
  grid-column:auto;
  grid-row:auto;
  width:100%;
  max-width:none;
  height:auto;
  justify-self:stretch;
  align-self:start;
}

@media (max-width:940px) {
  .format-grid,
  .format-row {
    grid-template-columns:1fr;
    gap:16px;
  }

  .format-grid .format-row > .format-card,
  .format-grid .format-row--three > .format-card--activity {
    grid-column:1;
    width:min(620px,100%);
    justify-self:center;
  }

  .gallery-grid--ratio,
  .gallery-row {
    grid-template-columns:1fr;
  }

  #event-photos .gallery-grid--ratio .gallery-row > .gallery-item {
    width:min(620px,100%);
    justify-self:center;
  }
}

@media (max-width:760px) {
  .recommend-photo-row {
    grid-template-columns:minmax(0,.75fr) minmax(0,1.333fr);
  }

  .recommend-photo-row figure:first-child {
    grid-column:1 / -1;
  }
}

@media (max-width:420px) {
  .hero--crowd,
  .hero--crowd .hero-inner {
    min-height:780px;
  }

  .hero--crowd .hero-invite {
    font-size:10px;
  }

  .hero--crowd .button {
    width:100%;
  }

  .section-intro__people {
    min-height:250px;
  }

  .section-intro__people--recommend {
    min-height:285px;
  }

  .section-intro__people--about .about-cutout,
  .section-intro__people--reasons .reasons-cutout,
  .section-intro__people--atmosphere .atmosphere-cutout,
  .section-intro__people--howto .howto-cutout {
    right:-36px !important;
    width:400px !important;
  }

  .section-intro__people--recommend .recommend-cutout,
  .section-intro__people--event-variety .event-variety-cutout {
    right:-46px !important;
    width:420px !important;
  }

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

/* TOP page editorial paper panels — patterned backgrounds stay visible */
:is(
  .section-intro--about,
  .section-intro--recommend,
  .section-intro--reasons,
  .section-intro--event-variety,
  .section-intro--atmosphere,
  .section-intro--howto
) > .section-heading,
.home-schedule-preview__copy,
.about-copy,
.reasons-list,
.organizer-copy,
.faq-heading,
.faq-list {
  border:1px solid rgba(126,68,34,.16);
  border-radius:5px;
  background:rgba(255,253,249,.96);
  box-shadow:0 14px 34px rgba(78,40,19,.075);
}

:is(
  .section-intro--about,
  .section-intro--recommend,
  .section-intro--reasons,
  .section-intro--event-variety,
  .section-intro--atmosphere,
  .section-intro--howto
) > .section-heading,
.home-schedule-preview__copy,
.about-copy,
.organizer-copy,
.faq-heading {
  padding:clamp(28px,3.4vw,42px);
}

:is(
  .about-container,
  .recommend-container,
  .reasons-container,
  .event-variety-container,
  .atmosphere-container,
  .howto-container
) > :is(
  .section-intro--about,
  .section-intro--recommend,
  .section-intro--reasons,
  .section-intro--event-variety,
  .section-intro--atmosphere,
  .section-intro--howto
) > .section-heading {
  padding:clamp(28px,3.4vw,42px);
}

:is(
  .section-intro--about,
  .section-intro--recommend,
  .section-intro--reasons,
  .section-intro--event-variety,
  .section-intro--atmosphere,
  .section-intro--howto
) > .section-heading,
.home-schedule-preview__copy,
.about-copy,
.reasons-list,
.organizer-copy,
.faq-heading,
.faq-list {
  position:relative;
  z-index:6;
}

.faq-heading {
  position:sticky;
}

:is(
  .section-intro--about,
  .section-intro--recommend,
  .section-intro--reasons,
  .section-intro--event-variety,
  .section-intro--atmosphere,
  .section-intro--howto
) > .section-heading::before,
.home-schedule-preview__copy::before,
.about-copy::before,
.organizer-copy::before,
.faq-heading::before {
  content:"";
  position:absolute;
  top:-1px;
  left:-1px;
  width:88px;
  height:4px;
  background:#db5a24;
}

.reasons-list {
  padding:8px clamp(18px,2vw,24px);
}

.reason-row {
  grid-template-columns:50px minmax(220px,.85fr) minmax(220px,1.15fr);
  gap:20px;
}

.faq-list {
  padding:8px clamp(24px,3vw,38px) 30px;
}

:is(
  .section-intro--about,
  .section-intro--recommend,
  .section-intro--reasons,
  .section-intro--event-variety,
  .section-intro--atmosphere,
  .section-intro--howto
) > .section-heading :is(h2,p),
.home-schedule-preview__copy :is(h2,p),
.about-copy p,
.reasons-list :is(h3,p),
.organizer-copy :is(h3,p),
.faq-heading :is(h2,p),
.faq-list :is(summary,p) {
  word-break:auto-phrase;
  overflow-wrap:normal;
  text-wrap:pretty;
}

:is(
  .section-intro--about,
  .section-intro--recommend,
  .section-intro--reasons,
  .section-intro--event-variety,
  .section-intro--atmosphere,
  .section-intro--howto
) > .section-heading h2,
.home-schedule-preview__copy h2,
.faq-heading h2 {
  text-wrap:balance;
}

:is(
  .section-intro--about,
  .section-intro--recommend,
  .section-intro--reasons,
  .section-intro--event-variety,
  .section-intro--atmosphere,
  .section-intro--howto
) > .section-heading .eyebrow,
.home-schedule-preview__copy .eyebrow,
.organizer-copy .eyebrow,
.faq-heading .eyebrow {
  color:#a94325;
}

@media (max-width:760px) {
  :is(
    .section-intro--about,
    .section-intro--recommend,
    .section-intro--reasons,
    .section-intro--event-variety,
    .section-intro--atmosphere,
    .section-intro--howto
  ) > .section-heading,
  .home-schedule-preview__copy,
  .about-copy,
  .organizer-copy,
  .faq-heading {
    padding:22px 19px 24px;
  }

  :is(
    .about-container,
    .recommend-container,
    .reasons-container,
    .event-variety-container,
    .atmosphere-container,
    .howto-container
  ) > :is(
    .section-intro--about,
    .section-intro--recommend,
    .section-intro--reasons,
    .section-intro--event-variety,
    .section-intro--atmosphere,
    .section-intro--howto
  ) > .section-heading {
    padding:22px 19px 24px;
  }

  .reasons-list {
    padding:4px 18px;
  }

  .reason-row {
    grid-template-columns:42px minmax(0,1fr);
    gap:8px 14px;
  }

  .reason-row p {
    grid-column:2;
  }

  .faq-list {
    padding:4px 18px 22px;
  }

  .faq-heading {
    position:relative;
    top:auto;
  }

  :is(
    .section-intro--about,
    .section-intro--recommend,
    .section-intro--reasons,
    .section-intro--event-variety,
    .section-intro--atmosphere,
    .section-intro--howto
  ) > .section-heading::before,
  .home-schedule-preview__copy::before,
  .about-copy::before,
  .organizer-copy::before,
  .faq-heading::before {
    width:64px;
    height:3px;
  }
}
