/* Typography follows screens/index.html: PROGRAMS, CONFERENCE, SPEAKER and speaker modal. */
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;color:#111;font-family:'Noto Sans JP',sans-serif;font-weight:500;letter-spacing:.05em}
button{font:inherit;border-radius:0}
a{color:inherit}
button:focus-visible,a:focus-visible{outline:3px solid #ea572e;outline-offset:5px}
.nav-desktop{display:flex}
.nav-mobile,.menu-panel{display:none}
.menu-panel.open{display:flex}
.mobile-menu-lang{display:flex;justify-content:space-between;padding:12px 4px}
.cta:hover{opacity:.88}
.pitch-shell{width:100%;max-width:1152px;margin:auto;padding-inline:clamp(20px,4vw,56px)}
.pitch-title{display:flex;align-items:center;min-height:380px;padding:150px 0 100px;background:linear-gradient(rgba(13,13,14,.8),rgba(13,13,14,.86)),url("./prog-pitch.webp") center 12%/cover;color:#fff}
.breadcrumb{display:flex;flex-wrap:wrap;gap:12px;color:#aaa;font:700 10px 'DM Sans',sans-serif;margin-bottom:48px;letter-spacing:.08em}
.breadcrumb a{text-decoration:none}
.eyebrow{font:700 12px 'DM Sans',sans-serif;color:#ff9652;margin:0 0 12px;letter-spacing:.08em}
.pitch-title h1{margin:0;font:900 clamp(36px,4.44vw,70px)/normal 'DM Sans',sans-serif;letter-spacing:.08em}
.title-ja{font-weight:700;font-size:16px;margin:0}
.draft-note{font-size:11px;color:#707478;margin:20px 0 0;line-height:1.9}
.pitch-intro{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(0,1fr);gap:54px;align-items:start;padding-top:64px;padding-bottom:88px}
.pitch-intro h2{margin:0 0 28px;font-size:clamp(26px,2.58vw,40px);font-weight:800;line-height:1.48;letter-spacing:.04em;text-wrap:balance;background:linear-gradient(55deg,#e8223d,#ffca44);background-clip:text;-webkit-background-clip:text;color:transparent}
.pitch-intro p{margin:0;font-size:16px;font-weight:500;line-height:2.15;letter-spacing:.05em;text-wrap:pretty}
.pitch-intro img{width:100%;height:auto;aspect-ratio:1;object-fit:cover}
.pitch-section{padding-block:60px}.judges-section{background:#f8f7f6}
.section-heading{display:flex;align-items:baseline;gap:22px;flex-wrap:wrap}
.section-heading h2{color:#ea572e;margin:0;font:900 clamp(22px,2.4vw,32px)/normal 'DM Sans',sans-serif;letter-spacing:.08em}
.section-heading>span{font-weight:800;font-size:14px}
.section-note{color:#6f7478;margin:18px 0 28px;font-family:'DM Sans','Noto Sans JP',sans-serif;font-size:13px;font-weight:700;line-height:normal;letter-spacing:.05em}
.judges-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px}
.judge-card{display:flex;flex-direction:column;text-align:left;background:white;border:2px solid #111;padding:0;cursor:pointer;transition:transform .16s,box-shadow .16s;min-width:0;color:#111;letter-spacing:normal;line-height:1.75}
.judge-card:hover{transform:translateY(-3px);box-shadow:4px 4px 0 #ddd}
.portrait{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1;background:var(--photo-bg,#e9e9e7);overflow:hidden}
.portrait svg{width:75%;height:85%;align-self:end;color:#c1c2bf}
.portrait img{display:block;width:var(--photo-size,100%);max-width:none;height:var(--photo-size,100%);object-fit:var(--photo-fit,cover);transform:translate(var(--photo-x,0),var(--photo-y,0))}
.portrait-label{position:absolute;bottom:14px;left:0;width:100%;text-align:center;font:700 10px 'DM Sans',sans-serif;color:#676b69;letter-spacing:.1em}
.judge-card{min-height:322px}.judge-card>.portrait{aspect-ratio:auto;height:200px}.judge-copy{display:flex;flex-direction:column;gap:4px;flex:1;padding:10px 12px 16px;width:100%}.judge-copy .person-org,.judge-copy .person-position{margin:0}.judge-copy .person-en{margin:0}
.person-org{margin:0 0 5px;overflow-wrap:anywhere;font-size:10px;font-weight:400;line-height:1.74}
.person-position{margin:0 0 8px;font-size:10px;font-weight:700;line-height:1.5}
.person-name{margin:0;font-size:16px;font-weight:900;line-height:1.3}
.person-en{margin-top:3px;font:700 13px/normal 'DM Sans',sans-serif;letter-spacing:inherit}
.judge-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:0}
.arrow{font-size:24px;line-height:1}
.contestants-section{background:#fff;padding-top:68px;padding-bottom:0}
.sample-link-note{font-size:11px;color:#777;margin:-14px 0 26px;line-height:1.8}
.contestants-list{display:grid}
.contestant{min-height:320px;display:grid;grid-template-columns:190px minmax(0,1fr);gap:32px;padding:32px 0;border-top:1px solid #cdd0d1}
.contestant:last-child{border-bottom:0}
.contestant .person-org{margin-bottom:4px;font-size:14px;line-height:1.25}
.contestant .person-position{;font-size:12px;line-height:1.4}
.contestant .person-name{;font-size:23px;font-weight:700;line-height:1.35;letter-spacing:.8px}
.contestant .person-en{;font-size:14px}
.company-logo{align-self:start;display:grid;place-items:center;aspect-ratio:1;background:#e9e9e7;border:1px solid #d8dbdc;color:#676b69;font:700 10px "DM Sans",sans-serif;letter-spacing:.1em}.company-logo img{width:100%;height:100%;object-fit:contain}.company-name{margin:8px 0 3px;font-size:23px;font-weight:700;line-height:1.35;letter-spacing:.8px}.company-en{font:700 14px "DM Sans",sans-serif;letter-spacing:.8px}
.contestant-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.contestant-number{font:900 14px 'DM Sans',sans-serif;color:#8d9294;letter-spacing:.1em}
.business-description{margin:18px 0 22px;font-size:16px;font-weight:500;line-height:2.15;letter-spacing:.05em}
.outline-button{display:inline-flex;justify-content:center;align-items:center;gap:25px;text-decoration:none;border:2px solid #111;padding:12px 20px;background:transparent;transition:background .15s,color .15s;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}
.outline-button:hover{background:#111;color:white}
.pulse-button{background:white}
.back-row{padding-block:52px 64px;text-align:center}
/* Guest profile layout from the top page, with sessions for scheduled speakers. */
dialog{border:2px solid #111;border-radius:4px;padding:0;width:min(800px,calc(100% - 32px));max-height:calc(100dvh - 48px);color:#111;overscroll-behavior:contain}
dialog::backdrop{background:rgba(14,14,15,.7)}
.dialog-close{position:absolute;top:12px;right:12px;width:32px;height:32px;cursor:pointer;border:0;background:white;font-size:26px;line-height:1}
.profile-header{padding:21px 56px 18px 22px}
.profile-header .person-org{font-size:14px;font-weight:400;line-height:1.25;margin:0}
.profile-header .person-position{font-size:12px;font-weight:700;line-height:1.4;margin:3px 0 0}
.profile-name-row{display:flex;align-items:center;gap:10px;margin-top:4px;flex-wrap:wrap}
.profile-name-row .person-name{font-size:23px;font-weight:700;line-height:1.35;letter-spacing:.8px}
.profile-name-row .person-en{font-size:14px;margin:0}
.profile-layout{display:grid;grid-template-columns:200px minmax(0,1fr);gap:24px;align-items:start;padding:0 22px 18px}
.profile-layout>.portrait{width:200px;height:200px}
.profile-bio{font-size:16px;font-weight:500;line-height:26px;letter-spacing:.8px}
.profile-bio h3{color:#ff7a00;font:900 13px 'DM Sans',sans-serif;margin:0 0 6px;letter-spacing:1.1px}
.profile-bio p{margin:0}
.profile-sample{font-size:11px;color:#777;margin:14px 0 0}

@media(max-width:1179px){.nav-desktop{display:none}
.nav-mobile{display:flex}
}
@media(max-width:820px){.pitch-intro{gap:30px}
.judges-grid{grid-template-columns:repeat(3,minmax(0,1fr))}


}
@media(max-width:600px){.pitch-title{min-height:300px;padding:135px 0 70px}
.breadcrumb{font-size:9px;gap:8px;margin-bottom:34px}


.pitch-intro{grid-template-columns:1fr;padding-block:40px 56px;gap:28px}
.pitch-intro h2{margin-bottom:20px}

.pitch-intro img{aspect-ratio:4/3}
.pitch-section{padding-bottom:56px}
.section-heading{gap:12px}


.judges-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}
.judge-copy{padding:12px 10px}



.contestants-section{padding-top:44px}
.contestant{grid-template-columns:100px minmax(0,1fr);gap:18px;padding-block:26px}


.contestant-content{display:contents}
.contestant-top{grid-column:2;gap:5px}
.contestant .company-logo{grid-column:1}.company-name{font-size:20px}.company-en{font-size:12px}
.business-description,.contestant .pulse-button{grid-column:1/-1;margin:0}
.contestant .pulse-button{justify-self:start}
.contestant-number{font-size:11px}
.portrait-label{font-size:8px;bottom:8px}
.profile-layout{grid-template-columns:1fr;gap:20px}
.profile-layout>.portrait{width:100%;height:auto;aspect-ratio:1}
dialog{padding:0}.profile-header{padding:18px 52px 15px 16px}.profile-layout{padding:0 16px 16px}.profile-header .person-org{font-size:12px}.profile-name-row .person-name{font-size:20px}.profile-name-row .person-en{font-size:12px}.judge-card{min-height:0}.judge-card>.portrait{height:auto;aspect-ratio:1}


.back-row{padding-block:36px 44px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{transition:none!important}
}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.judge-card span.person-name{display:block}


/* Match top-page speaker typography at the same breakpoints. */
@media(max-width:560px){
  .profile-layout .person-org,.contestant .person-org{font-size:12px}
  .profile-layout .person-name,.contestant .person-name{font-size:20px}
  .profile-layout .person-en,.contestant .person-en{font-size:12px}
  .profile-bio{line-height:1.75}
}
@media(max-width:460px){
  .judge-card .person-name{font-size:14px}
  .judge-card .person-en{font-size:11px}
}

.photo-placeholder{display:flex;flex-direction:column;align-items:center;gap:3px;color:#6f7478;font-family:'DM Sans',sans-serif;text-align:center}.photo-placeholder b{font-size:16px;letter-spacing:.12em}.photo-placeholder small{font-size:9px;font-weight:700;letter-spacing:.1em}.card-arrow{width:16px;height:16px;flex:none}

/* Presenter identity: company name and country chip, English name below. */
.company-identity{min-width:0;width:100%}
.company-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;margin:8px 0 3px}
.company-title-row .company-name{min-width:0;margin:0;overflow-wrap:anywhere}
.company-country{display:inline-flex;align-items:center;flex:none;max-width:100%;padding:4px 12px;border-radius:999px;background:#eef1f3;color:#596c7c;font-size:12px;font-weight:700;line-height:1.4;letter-spacing:.05em}
@media(max-width:600px){.company-title-row{gap:7px 10px;margin-top:0}.company-country{font-size:11px;padding:3px 10px}.company-en{margin-top:5px}}

/* Confirmed presenters: two columns on desktop, sheet order across each row. */
.contestants-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:40px}
@media(max-width:760px){.contestants-list{grid-template-columns:1fr;column-gap:0}}
.contestant{min-height:0;grid-template-columns:100px minmax(0,1fr);gap:24px;padding-block:28px;align-items:center}
.contestant .company-logo{width:100px}
.contestant-content{min-width:0}
.contestant .pulse-button{margin-top:18px}
@media(max-width:600px){.contestant{grid-template-columns:72px minmax(0,1fr);gap:16px;padding-block:24px}.contestant .company-logo{width:72px}.contestant .pulse-button{margin-top:0}.company-title-row .company-name{font-size:18px}}

.profile-sessions{margin-top:17px}
.profile-session{position:relative;display:flex;flex-direction:column;gap:4px;margin-top:8px;border:2px solid #ea572e;border-radius:4px;padding:10px 40px 10px 12px;text-decoration:none;min-height:77px}
.profile-session:hover{box-shadow:3px 3px 0 rgba(17,17,17,.14)}
.profile-session-meta{font:900 13px 'DM Sans',sans-serif;color:#e74a2f;letter-spacing:1.04px}
.profile-session-title{font-size:13px;font-weight:800;line-height:normal;letter-spacing:normal}
.pitch-judge-session{border-color:#e74a2f}
.pitch-judge-session .profile-session-meta{color:#e74a2f}
.profile-session-venue{display:flex;flex-wrap:wrap;gap:5px 16px;margin-top:7px;padding-top:7px;border-top:1px solid #dde1e4;font:700 13px 'DM Sans','Noto Sans JP',sans-serif;color:#6f7478;letter-spacing:normal}
.profile-session-venue b{margin-right:4px;font-size:10px;color:#111}
.profile-session-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%)}

.portrait img.photo-contain{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}

/* WEB-003: supplied Startup Pitch composition, using existing typography and cards. */
.pitch-hero{min-height:520px;padding:80px 0;background:linear-gradient(90deg,rgba(10,10,11,.95),rgba(10,10,11,.8) 42%,rgba(10,10,11,.15)),url('./prog-pitch.webp') center 35%/cover}
.pitch-hero .eyebrow{color:#fff;line-height:1.8;letter-spacing:.2em;margin-bottom:28px}
.pitch-hero h1{font-size:clamp(38px,5vw,64px);background:linear-gradient(90deg,#E74A2F,#FF7A00 60%,#FFB000);background-clip:text;-webkit-background-clip:text;color:transparent;width:fit-content}
.pitch-hero h2{font-size:clamp(20px,2.3vw,28px);line-height:1.5;margin:20px 0 16px}
.pitch-hero-copy{max-width:510px;font-size:15px;line-height:1.95;margin:0}
.pitch-hero-meta{display:flex;flex-wrap:wrap;gap:10px;font:700 14px 'DM Sans',sans-serif;margin:24px 0 0}
.contestants-section{padding:56px 0}.contestants-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.contestant{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;border:1px solid #ddd;background:#fff}.contestant:last-child{border-bottom:1px solid #ddd}
.contestant .company-logo{width:100%;height:110px;aspect-ratio:auto;border:0;border-bottom:1px solid #ddd;background:#fff;overflow:hidden}.contestant .company-logo img{width:auto;height:auto;max-width:calc(100% - 40px);max-height:70px;object-fit:contain;transform:scale(var(--logo-scale,1))}
.contestant .company-logo-dark{background:#111}
.contestant .company-logo-large img{max-width:calc(100% - 20px);max-height:90px}
.contestant-content{padding:18px;display:block}.company-title-row .company-name{font-size:18px}.company-en{font-size:12px}.company-country{font-size:10px;padding:3px 9px}.company-title-row{gap:8px;margin:0 0 6px}
.pitch-process{background:#f5f4f2;padding:38px 0}.process-grid{display:grid;grid-template-columns:.7fr 1.6fr 1fr;gap:28px}.process-grid .section-heading{align-content:start}.process-grid .section-heading h2{font-size:24px}.process-step{display:flex;gap:14px;align-items:start}.process-number{display:grid;place-items:center;flex:none;width:40px;height:40px;border-radius:50%;background:linear-gradient(90deg,#E74A2F,#FF7A00);color:#fff;font:900 22px 'DM Sans',sans-serif}.process-step h3{font:900 13px 'DM Sans',sans-serif;letter-spacing:.07em;margin:4px 0 9px}.process-step p{font-size:12px;line-height:1.85;margin:10px 0 0}.process-step .process-time{font-size:11px;font-weight:700}
.judges-section{background:#fff}.judge-card{flex-direction:row;align-items:center;min-height:0;border:0;border-right:1px solid #ddd;background:transparent;gap:12px}.judge-card>.portrait{width:64px;height:64px;aspect-ratio:1;border-radius:50%;flex:none}.judge-copy{padding:8px 8px 8px 0}.judge-card .person-name{font-size:15px}.judge-card .person-en{font-size:10px}.judge-card .person-org,.judge-card .person-position{font-size:10px}.judge-bottom{padding-top:5px}.judges-grid{gap:24px 16px}
@media(max-width:820px){.process-grid{grid-template-columns:1fr 1fr}.process-grid>.section-heading{grid-column:1/-1}.judges-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contestants-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.pitch-hero{padding:48px 0;min-height:480px;background-position:60% center}.pitch-hero-copy{font-size:13px}.pitch-hero-meta{font-size:12px;gap:6px}.contestants-list{gap:16px}.contestant-content{padding:12px}.company-title-row .company-name{font-size:16px}.process-grid{grid-template-columns:1fr}.process-grid>.section-heading{grid-column:auto}.judge-card{gap:8px}.judge-card>.portrait{width:48px;height:48px}.judge-card .person-name{font-size:13px}.judge-copy{min-width:0}.judges-grid{gap:20px 10px}}
@media(max-width:380px){.contestants-list,.judges-grid{grid-template-columns:1fr}}

.pitch-hero{background-color:#0e0e0f;background-size:cover,auto 100%;background-position:center,right center;background-repeat:no-repeat;padding-top:130px;min-height:560px}
@media(max-width:600px){.pitch-hero{padding-top:105px;min-height:540px;background-size:cover,auto 100%;background-position:center,65% center}}

/* Startup summary and forthcoming interview link. */
.contestant-content{display:flex;flex-direction:column;flex:1}
.startup-description{font-size:13px;line-height:1.85;margin:16px 0 18px}
.contestant .pulse-button{margin-top:auto;align-self:flex-start;padding:9px 12px;gap:12px;font-size:12px;max-width:100%}
.contestant .pulse-button{color:#111;border-color:#111;background:#fff;transition:background .16s ease,color .16s ease}
.contestant .pulse-button:not(:disabled):hover{background:#111;color:#fff}
.pulse-button:disabled{cursor:not-allowed;color:#777;border:1px solid #aaa;background:#fff}

/* Judges retain the compact portrait layout in two outlined columns. */
.judges-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.judge-card{border:2px solid #111;background:#fff;padding:16px;gap:16px}
.judge-copy{width:auto;min-width:0}
@media(max-width:600px){.judges-grid{gap:12px}.judge-card{padding:10px;gap:8px}}
@media(max-width:380px){.judges-grid{grid-template-columns:1fr}}

/* Hero photo: independent opacity and a soft fade into the dark canvas. */
.pitch-hero{position:relative;isolation:isolate;background:#0e0e0f;overflow:hidden}
.pitch-hero::before{content:"";position:absolute;inset:0 0 0 auto;width:min(100%,calc(560px * 1.5));height:100%;z-index:-1;pointer-events:none;background:url('./prog-pitch.webp') right center/auto 100% no-repeat;opacity:.65;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 40%);mask-image:linear-gradient(to right,transparent 0%,#000 40%)}
@media(max-width:600px){.pitch-hero::before{width:100%;opacity:.45;background-position:65% center;-webkit-mask-image:linear-gradient(to right,transparent,#000 75%);mask-image:linear-gradient(to right,transparent,#000 75%)}}

/* Keep the speaker near the right-hand quarter on tablet and mobile. */
@media(max-width:1020px){.pitch-hero::before{inset:0 auto 0 75%;width:auto;aspect-ratio:1600/1066;transform:translateX(-50%);background-position:center;background-size:100% 100%}}

/* Supplied page refinement: venue badge and two-step process. */
.pitch-hero{min-height:600px}
.pitch-hero h2{margin:8px 0 24px}
.pitch-hero-meta{font-size:22px;margin-top:18px}
.pitch-stage{display:table;margin:20px 0 0;padding:6px 26px;background:#e74a2f;color:#fff;font:700 14px 'DM Sans',sans-serif;letter-spacing:.05em}
.process-grid{grid-template-columns:1fr 1fr;column-gap:0;row-gap:24px}
.process-grid>.section-heading{grid-column:1/-1;margin:0}
.pitch-process{padding:40px 0 58px}
.process-step{display:block;position:relative;padding-right:64px}
.process-step+.process-step{border-left:1px solid #d8d8d8;padding-left:96px;padding-right:0}
.process-number{position:absolute;top:0;left:0;width:30px;height:30px;font-size:18px;background:#e74a2f}
.process-step+.process-step .process-number{left:96px}
.process-step h3{min-height:30px;display:flex;align-items:center;margin:0 0 12px;padding-left:40px;font-size:17px}
.process-step .process-time{font-size:12px}
.process-step p{margin-top:12px}
@media(max-width:820px){.process-step{padding-right:24px}.process-step+.process-step{padding-left:24px}.process-step+.process-step .process-number{left:24px}.process-step h3{font-size:14px}}
@media(max-width:600px){.pitch-hero{min-height:540px}.pitch-hero-meta{font-size:16px}.pitch-stage{font-size:12px;padding:6px 20px}.process-grid{grid-template-columns:1fr;gap:24px}.process-grid>.section-heading{grid-column:1}.process-step{padding:0}.process-step+.process-step{border-left:0;border-top:1px solid #d8d8d8;padding:24px 0 0}.process-step+.process-step .process-number{left:0;top:24px}}

/* Increase judge card typography and portraits for readability. */
.judge-card .person-name{font-size:17px}
.judge-card .person-org,.judge-card .person-position,.judge-card .person-en{font-size:12px}
.judge-card>.portrait{width:80px;height:80px}
@media(max-width:600px){.judge-card .person-name{font-size:15px}.judge-card>.portrait{width:60px;height:60px}}

/* Pitch process typography, shared across screen sizes. */
.process-step h3{font-size:18px}
.process-step .process-time,.process-step p{font-size:13px}
