/* 006 — one proposition, six objects to choose from, one way to connect. */
:root{--opening-black:#101010}
.site-header nav{gap:22px}
.home-opening{background:var(--opening-black);border-color:var(--opening-black)}
.opening-nav{padding-top:15px;background:var(--opening-black);color:var(--coral)}
.timeline-heading{color:var(--coral);margin-bottom:12px;letter-spacing:0}
.timeline-caption{color:#c78577}
.timeline-heading .opening-arrows{color:var(--coral)}
.opening-arrows button{border-color:#ff866e70}
.opening-arrows button:hover{background:var(--coral);color:var(--opening-black);border-color:var(--coral)}
.opening-arrows #timeline-toggle:hover{color:var(--coral)}
.timeline-scroll{overflow-x:auto;scrollbar-width:none}
.timeline-scroll::-webkit-scrollbar{display:none}
.opening-tabs{grid-template-columns:repeat(5,minmax(0,1fr));min-width:530px}
.opening-tabs button{color:var(--coral);padding-bottom:17px;padding-right:16px}
.timeline-date{font-size:25px;min-height:30px;white-space:nowrap;letter-spacing:0}
.opening-tabs button[aria-selected=true]{color:var(--coral)}
.opening-tabs button[aria-selected=true] .timeline-date{color:var(--coral)}
.opening-tabs button::before{top:40px;background:#ff866e70}
.opening-tabs button:last-of-type::before{background:repeating-linear-gradient(to right,#ff866e70 0,#ff866e70 5px,transparent 5px,transparent 10px)}
.timeline-dot{width:9px;height:9px;border-color:var(--coral);background:var(--opening-black);margin:6px 0 12px 1px}
.opening-tabs button[aria-selected=true] .timeline-dot{background:var(--coral);border-color:var(--coral);box-shadow:0 0 0 4px var(--opening-black)}
.timeline-name{font-size:12px;font-weight:400;line-height:1.6;opacity:.8}
.opening-tabs button[aria-selected=true] .timeline-name{font-weight:600;opacity:1}
.opening-tabs button[aria-haspopup] .timeline-name{padding-right:0}
.opening-tabs button[aria-haspopup] .timeline-name::after{content:' ↗';font-size:10px}
.timeline-state{display:none}
.timeline-traveler{top:37px;background:var(--coral);box-shadow:0 0 0 3px var(--opening-black)}
.opening-track{border-top:1px solid #ff866e33}
.problem-panel{background:var(--opening-black);color:var(--coral)}
.statement-layout{padding-block:45px 52px}
.hero-aspiration{font-size:13px;line-height:1.8;margin:0 0 22px}
.statement-layout h1{font:800 clamp(64px,7.8vw,112px)/1.08 var(--display);letter-spacing:0;margin:0 0 28px;max-width:1120px}
.hero-relevance{font-size:21px;line-height:1.65;max-width:800px;margin:0 0 16px;font-weight:500}
.hero-company{font-size:13px;line-height:2;max-width:800px;color:#d4a49a;margin:0}
.hero-enter{display:inline-flex;align-items:center;justify-content:space-between;gap:60px;background:var(--coral);color:var(--opening-black);padding:15px 22px;font-size:14px;font-weight:600;margin-top:26px}
.hero-enter span{font-size:24px;line-height:1}
.hero-enter:hover{background:#ffa08c}
.home-opening :focus-visible,.connection-footer :focus-visible{outline-color:var(--coral)}
.booklet-panel{background:#f0ecdf;color:var(--ink)}
.booklet-layout{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center;padding-block:48px}
.booklet-copy h2{font:800 53px/1.25 var(--display);margin:0 0 24px}
.booklet-copy>p:not(.opening-label):not(.booklet-note){font-size:14px;line-height:2;max-width:410px;color:var(--muted)}
.booklet-copy ul{padding-left:16px;font-size:12px;line-height:2.2;margin:21px 0 0}
.booklet-copy .booklet-note{font-size:11px;line-height:1.9;color:var(--muted);margin:18px 0 0;max-width:420px}
.booklet-display{margin:0;display:grid;justify-items:center;padding:15px 5px}
.booklet-object{position:relative;display:flex;width:min(100%,300px);aspect-ratio:.72;transform:rotate(-6deg);filter:drop-shadow(14px 18px 0 #25252113)}
.booklet-cover{display:flex;flex-direction:column;justify-content:space-between;background:var(--coral);color:var(--opening-black);width:100%;padding:24px 24px 24px 30px;border:1px solid var(--ink);border-left:9px solid #e47762}
.booklet-cover img{width:92px;height:auto;align-self:flex-end}
.booklet-cover>span{font-size:10px;line-height:1.7}
.booklet-cover strong{font:800 37px/1.28 var(--display)}
.booklet-cover .booklet-cover-bottom{font-size:12px;line-height:1.7;border-top:1px solid #25252155;padding-top:15px}
.booklet-side{position:absolute;left:5px;bottom:-8px;right:-5px;height:8px;background:repeating-linear-gradient(#c7c4b9 0,#c7c4b9 1px,#f8f6ef 1px,#f8f6ef 3px);border:1px solid var(--ink);transform:skewX(35deg);z-index:-1}
.booklet-display figcaption{font-size:10px;color:var(--muted);margin-top:35px}
.event-detail-cover.booklet{background:var(--coral);color:var(--ink)}
.event-detail-body .event-contact{display:inline-flex;font-size:13px;padding:14px 20px;background:var(--ink);color:var(--paper);margin-top:10px}
.shop-directory{display:block;padding-block:70px 40px}
.shop-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:31px}
.shop-heading p{font-size:12px;color:var(--muted);line-height:1.8;margin-bottom:12px}
.shop-heading h2{font:800 39px/1.3 var(--display);margin:0}
.shop-heading .directory-all{white-space:nowrap;margin:0;flex-shrink:0}
.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 26px}
.shop-entry{display:flex;flex-direction:column;text-align:left;min-width:0;border:1px solid #25252130;background:#f5f2e8;padding:0;color:var(--ink)}
.shop-object{display:block;overflow:hidden;border-bottom:1px solid #25252118;background:#ebe9de}
.shop-object svg{display:block;width:100%;height:auto;aspect-ratio:360/220;transition:transform .3s ease;font-family:var(--sans)}
.shop-entry:nth-child(2) .shop-object,.shop-entry:nth-child(5) .shop-object{background:#e6eadf}
.shop-entry:nth-child(3) .shop-object,.shop-entry:nth-child(6) .shop-object{background:#ede3d8}
.shop-entry:hover{border-color:var(--ink)}
.shop-entry:hover .shop-object svg{transform:translateY(-4px) rotate(-2deg)}
.shop-copy{display:flex;flex-direction:column;align-items:start;padding:22px 26px 19px;flex:1;width:100%}
.shop-category{font-size:11px;color:var(--muted);margin-bottom:12px}
.shop-copy strong{font:800 28px/1.3 var(--display);margin-bottom:14px}
.shop-reason{font-size:12px;line-height:1.8;color:var(--muted);margin-bottom:23px}
.shop-action{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%;font-size:11px;margin-top:auto;border-top:1px solid #25252130;padding-top:13px}
.shop-action b{font:23px/1 var(--sans);font-weight:400}
.shop-directory .directory-shortcuts{margin-top:28px;font-size:11px;gap:15px 25px}
.shelf-rationale{display:grid;grid-template-columns:240px 1fr;gap:35px;border-block:1px solid var(--line);padding-block:25px;margin:20px 0 42px}
.shelf-rationale h2{font:800 23px/1.4 var(--display)}
.shelf-rationale p{font-size:13px;line-height:2;color:var(--muted);max-width:800px}
.shelf-rationale strong{display:block;color:var(--ink);font-weight:500}
.connection-footer{padding:0;background:var(--opening-black);color:var(--coral);border-top:0}
.connection-footer>.section-wrap{padding-block:65px 30px}
.site-footer .connection-heading>p:first-child{color:var(--coral);font-size:12px;margin-bottom:18px}
.connection-heading h2{font:800 55px/1.23 var(--display);margin:0 0 20px;max-width:750px}
.site-footer .connection-heading>p:last-child{font-size:13px;line-height:1.9;color:#d4a49a;max-width:580px;margin:0}
.connection-layout{display:grid;grid-template-columns:1.25fr .75fr;align-items:start;gap:70px;margin-top:42px}
.connection-film{aspect-ratio:16/9;display:grid;border:1px solid #ff866e80;min-width:0;align-self:start;position:relative;background:var(--opening-black)}
.film-reserved{display:flex;flex-direction:column;justify-content:space-between;padding:24px 30px;gap:15px}
.film-reserved>span{font-size:10px;line-height:1.8}
.film-reserved strong{font:800 clamp(29px,3.6vw,50px)/1.2 var(--display)}
.film-reserved .film-credit{align-self:end}
.connection-film video{display:block;width:100%;height:100%;aspect-ratio:16/9;object-fit:contain;background:#000}
.film-fallback{position:absolute;inset:auto 15px 15px;background:#101010ed;padding:12px;color:var(--coral);font-size:12px;line-height:1.8}
.contact-channel{display:block;padding:0 0 23px;margin:0 0 22px;border-bottom:1px solid #ff866e55;width:100%;text-align:left}
.contact-channel>span{font-size:11px;display:block;margin-bottom:10px}
.contact-channel strong{font-size:clamp(16px,1.65vw,24px);line-height:1.6;font-weight:500;overflow-wrap:anywhere;display:block}
.contact-channel small{display:block;font-size:10px;color:#d4a49a;margin-top:8px}
.contact-channel:hover strong{text-decoration:underline;text-underline-offset:5px}
.site-footer .contact-pending{color:#d4a49a;font-size:13px;line-height:1.9;border-bottom:1px solid #ff866e55;padding-bottom:20px}
.connection-prompt h3{font-size:11px;font-weight:400}
.site-footer .connection-prompt p{font-size:20px;line-height:1.8;margin:10px 0 14px;color:var(--coral)}
.connection-copy{border-bottom:1px solid var(--coral);font-size:11px;padding:0 0 6px}
.connection-draft{display:block;margin-top:30px;font-size:12px;text-align:left}
.connection-actions>small{display:block;font-size:10px;line-height:1.9;margin-top:9px;color:#d4a49a}
.connection-signoff{display:flex;align-items:center;gap:30px;border-top:1px solid #ff866e55;margin-top:54px;padding-top:27px}
.connection-signoff img{width:115px;height:auto;background:var(--coral);padding:10px}
.site-footer .connection-signoff p{font-size:11px;line-height:2;margin:0;color:var(--coral)}
.connection-footer .footer-bottom{border-top:0;color:#d4a49a;margin-top:22px}
@media(max-width:1100px){.site-header nav{gap:17px;font-size:11px}.statement-layout h1{font-size:88px}.shop-copy{padding:21px}.shop-copy strong{font-size:24px}.connection-layout{gap:38px}.booklet-layout{gap:40px}.booklet-copy h2{font-size:43px}}
@media(max-width:760px){
.site-header nav a[href="#connect"]{display:none}.opening-nav{padding-top:10px}.timeline-heading{margin-bottom:12px}.timeline-date{font-size:21px;min-height:28px}.opening-tabs{min-width:530px}.opening-tabs button{padding:0 12px 14px 0}.opening-tabs button::before{top:37px}.timeline-dot{margin:5px 0 10px 1px}.timeline-traveler{top:34px}.timeline-name{font-size:10px}.opening-tabs button[aria-haspopup] .timeline-name::after{font-size:9px}
.statement-layout{padding-block:33px 35px}.hero-aspiration{font-size:11px;margin-bottom:24px}.statement-layout h1{font-size:clamp(43px,12.5vw,78px);line-height:1.14;margin-bottom:24px}.hero-relevance{font-size:17px;line-height:1.65;margin-bottom:14px;max-width:410px}.hero-company{font-size:12px;line-height:1.95;max-width:470px}.hero-enter{font-size:12px;padding:12px 16px;margin-top:24px;gap:45px}
.booklet-layout{display:flex;flex-direction:column;align-items:stretch;gap:25px;padding-block:30px}.booklet-copy h2{font-size:37px;margin-bottom:19px}.booklet-copy>p:not(.opening-label):not(.booklet-note){font-size:12px;line-height:1.9}.booklet-copy ul{font-size:11px;margin-top:16px}.booklet-copy .booklet-note{font-size:10px}.booklet-object{width:225px}.booklet-cover{padding:19px 19px 20px 22px}.booklet-cover strong{font-size:28px}.booklet-cover img{width:71px}.booklet-display{padding:10px 0 0}.booklet-display figcaption{font-size:9px;margin-top:30px}
.shop-directory{padding-block:39px 25px}.shop-heading{display:block;margin-bottom:24px}.shop-heading h2{font-size:30px;line-height:1.3}.shop-heading p{font-size:11px;margin-bottom:10px}.shop-heading .directory-all{font-size:11px;margin-top:19px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.shop-copy{padding:15px 13px 12px}.shop-category{font-size:9px;margin-bottom:9px}.shop-copy strong{font-size:21px;line-height:1.3;margin-bottom:10px}.shop-reason{font-size:10px;line-height:1.8;margin-bottom:16px}.shop-action{font-size:9px;padding-top:10px;gap:5px}.shop-action b{font-size:19px}.shop-directory .directory-shortcuts{gap:13px 20px;margin-top:24px;font-size:10px}.shop-directory .directory-shortcuts>span{font-size:10px}.shelf-rationale{display:block;padding-block:21px;margin:15px 0 30px}.shelf-rationale h2{font-size:21px;margin-bottom:10px}.shelf-rationale p{font-size:12px;line-height:1.9}
.connection-footer>.section-wrap{padding-block:38px 25px}.site-footer .connection-heading>p:first-child{color:var(--coral);font-size:11px;margin-bottom:16px}.connection-heading h2{font-size:36px;margin-bottom:19px}.site-footer .connection-heading>p:last-child{font-size:12px}.connection-layout{display:flex;flex-direction:column;gap:32px;margin-top:29px}.connection-film{width:100%}.film-reserved{padding:19px 22px;gap:10px}.film-reserved strong{font-size:33px}.film-reserved>span{font-size:9px}.connection-actions{width:100%}.contact-channel strong{font-size:22px}.site-footer .connection-prompt p{font-size:21px}.connection-signoff{gap:22px;margin-top:35px;padding-top:23px;align-items:start;flex-wrap:wrap}.connection-signoff img{width:105px}.site-footer .connection-signoff p{font-size:10px}.connection-footer .footer-bottom>span{margin-right:auto}
}
@media(max-width:370px){.statement-layout h1{font-size:42px}.hero-relevance{font-size:16px}.shop-copy{padding:13px 10px 11px}.shop-copy strong{font-size:18px}.shop-reason{font-size:10px}.shop-heading h2{font-size:27px}.shop-action{font-size:8px}.connection-heading h2{font-size:31px}.film-reserved strong{font-size:28px}}
@media(prefers-reduced-motion:reduce){.shop-object svg{transition:none}.shop-entry:hover .shop-object svg{transform:none}}
