.hashtag strong{overflow-wrap:anywhere}
@media(max-width:760px){.hashtag strong{font-size:1.3rem;letter-spacing:0}.page{overflow:hidden}}

.consent{
    position:relative;
    display:grid;
    grid-template-columns:26px 1fr;
    gap:14px;
    align-items:start;
    margin:10px 0;
    padding:16px 18px;
    border:1px solid #333;
    background:#0d0d0e;
    cursor:pointer;
    transition:border-color .2s ease,background-color .2s ease;
}
.consent:hover{border-color:#777;background:#121214}
.consent input[type="checkbox"]{
    appearance:none;
    -webkit-appearance:none;
    width:24px;
    height:24px;
    margin:0;
    border:1px solid #888;
    border-radius:3px;
    background:#050505;
    cursor:pointer;
    display:grid;
    place-content:center;
    transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;
}
.consent input[type="checkbox"]::before{
    content:"";
    width:11px;
    height:6px;
    border-left:3px solid #fff;
    border-bottom:3px solid #fff;
    transform:rotate(-45deg) scale(0);
    margin-top:-2px;
    transition:transform .16s ease;
}
.consent input[type="checkbox"]:checked{background:#c7c7ca;border-color:#ededee;box-shadow:0 0 0 3px rgba(199,199,202,.18)}
.consent input[type="checkbox"]:checked::before{border-color:#111}
.consent input[type="checkbox"]:checked::before{transform:rotate(-45deg) scale(1)}
.consent input[type="checkbox"]:focus-visible{outline:2px solid #fff;outline-offset:3px}
.consent span{line-height:1.55;padding-top:1px}
.consent a{font-weight:700;text-underline-offset:3px}
@media(max-width:760px){.consent{grid-template-columns:24px 1fr;gap:12px;padding:14px;font-size:.84rem}}
.notice p{margin:0 0 18px;text-align:left}
.notice p:last-child{margin-bottom:0}
.venue p,.notice p{font-size:.92rem;line-height:1.8}
.venue{grid-template-columns:minmax(0,3fr) minmax(0,2fr)}
.venue iframe{height:270px}
.venue-title-sub{display:block;margin-top:7px;font-size:.62em;font-weight:600;letter-spacing:.06em;color:#c5c5c8}
.venue-heading-image{display:block;grid-column:1/-1;width:100%;height:auto;margin:0 0 4px}
.dress-with-image{display:grid;grid-template-columns:minmax(290px,.78fr) minmax(0,1.35fr);align-items:center;gap:28px;min-height:0;padding:34px;background:#050505}
.dress-with-image.dress-reverse{grid-template-columns:minmax(0,1.35fr) minmax(290px,.78fr)}
.dress-with-image.dress-reverse .dress-copy{order:2}
.dress-with-image.dress-reverse img{order:1}
.dress-with-image .dress-copy{position:relative;z-index:2;padding:18px 10px}
.dress-with-image h2{font-size:clamp(2rem,4.5vw,4rem)}
.dress-with-image img{display:block;width:100%;height:auto;object-fit:contain;mix-blend-mode:screen}
.dress.white.dress-with-image{background:#050505}
.dress-reverse h2{font-size:clamp(2rem,3.65vw,3.25rem);overflow-wrap:anywhere}
@media(max-width:760px){.dress-with-image,.dress-with-image.dress-reverse{display:flex;flex-direction:column;gap:8px;padding:20px}.dress-with-image .dress-copy,.dress-with-image.dress-reverse .dress-copy{order:2;width:100%;min-width:0;padding:12px 4px}.dress-with-image img,.dress-with-image.dress-reverse img{order:1;width:112%;max-width:none;margin:-8px -6% 0}.dress-with-image h2,.dress-reverse h2{max-width:100%;font-size:2.1rem;overflow-wrap:normal;word-break:normal}}

.dresscode-project{background:#000;margin:-24px 0 0}
.dresscode-project img{display:block;width:100%;height:auto}
.dresscode-logo{max-width:760px;margin:0 auto 72px}
.dresscode-project-section{position:relative;margin:0 0 54px}
.dresscode-project-heading{margin:0 0 26px}
.dresscode-project-art{margin:0}
.dresscode-project-copy{position:absolute;z-index:2;left:6%;bottom:4%;width:52%;margin:0;color:#d7d7d9;font-size:.92rem;line-height:1.8}
.dresscode-project-copy.copy-right{left:auto;right:6%}
.dresscode-project-section:nth-of-type(2) .dresscode-project-copy{right:3%;width:49%}
.dresscode-project-section:nth-of-type(3) .dresscode-project-copy{bottom:10%;width:46%}
.dresscode-project-section:last-child{margin-bottom:0}
@media(max-width:760px){
    .dresscode-project{margin:-8px -8px 0}
    .dresscode-logo{width:90%!important;margin:0 auto 44px}
    .dresscode-project-section{margin-bottom:38px}
    .dresscode-project-heading{margin-bottom:14px}
    .dresscode-project-copy,.dresscode-project-copy.copy-right{position:static;width:auto;margin:16px 4% 0;font-size:.84rem;line-height:1.7}
    .dresscode-project-section:nth-of-type(2) .dresscode-project-copy,.dresscode-project-section:nth-of-type(3) .dresscode-project-copy{width:auto}
}

.transport-overview{padding:48px 0 8px}
.transport-overview img{display:block;width:100%;max-width:900px;height:auto;margin:0 auto 28px}
.transport-overview ul{max-width:900px;margin:0 auto;padding:0;list-style:none}
.transport-overview li{position:relative;margin:0;padding:10px 0 10px 24px;border-bottom:1px solid var(--line);font-size:.92rem;line-height:1.65;color:#d7d7d9}
.transport-overview li::before{content:"";position:absolute;left:2px;top:20px;width:8px;height:8px;border-radius:50%;background:var(--silver)}
.transport-overview li:last-child{border-bottom:0}
@media(max-width:760px){.transport-overview{padding-top:34px}.transport-overview img{margin-bottom:20px}.transport-overview li{padding-left:20px;font-size:.84rem}.transport-overview li::before{top:18px;width:7px;height:7px}}

body{background:#000}
.nav{background:rgba(0,0,0,.94)}
.nav a:hover,.nav a.active{background:linear-gradient(180deg,transparent,rgba(199,199,202,.22))}
:root{--red:#c7c7ca;--silver:#d9d9dc}
.dress.red{background:radial-gradient(circle at 20% 25%,#555,transparent 42%),#0a0a0b}
.submit:hover{color:#000!important}
.hero{width:88%;max-width:1440px}
.intro .section-title{font-size:clamp(2rem,4.5vw,4.2rem)}
.registration .section-title{font-size:clamp(1.9rem,4vw,3.6rem)}
.registration>.eyebrow,.registration>.section-title{display:block;text-align:center}
@media(max-width:760px){.hero{width:100%}}
@media(max-width:760px){.venue{grid-template-columns:1fr}.venue p,.notice p{font-size:.84rem;line-height:1.7}.venue iframe{height:220px}}

.agenda-table{margin-top:28px;border-top:1px solid #777}
.agenda-row{display:grid;grid-template-columns:22% 25% minmax(0,1fr);gap:24px;padding:34px 10px;border-bottom:1px solid var(--line)}
.agenda-date strong{display:block;margin-bottom:9px;font-size:1.9rem;line-height:1;color:var(--silver)}
.agenda-date span{font-size:1.05rem;font-weight:600;line-height:1.35}
.agenda-date small{font-size:.72rem;font-weight:500;letter-spacing:.08em;color:var(--muted)}
.agenda-part{font-size:1.15rem;font-weight:500;line-height:1.35}
.agenda-events{list-style:none;margin:0;padding:0}
.agenda-events li{display:grid;grid-template-columns:128px minmax(0,1fr);gap:16px;padding:0 0 11px}
.agenda-events li:last-child{padding-bottom:0}
.agenda-events time{color:var(--silver);font-weight:500;white-space:nowrap}
.agenda-events b{font-weight:500}
.agenda-row-continuation{padding-top:28px}
@media(max-width:760px){
    .agenda-table{margin-top:22px}
    .agenda-row{grid-template-columns:1fr;gap:15px;padding:28px 4px}
    .agenda-row-continuation .agenda-date{display:none}
    .agenda-date strong{font-size:1.65rem}
    .agenda-part{font-size:1rem;font-weight:600}
    .agenda-events li{grid-template-columns:104px minmax(0,1fr);gap:10px;font-size:.84rem}
}
