@font-face{font-family:Barlow;src:url('/assets/barlow-condensed-black.ttf') format('truetype');font-style:normal;font-weight:900;font-display:swap}
@font-face{font-family:DM Sans;src:url('/assets/dm-sans-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:DM Sans;src:url('/assets/dm-sans-bold.ttf') format('truetype');font-style:normal;font-weight:700;font-display:swap}
:root{--cream:#f7f3e8;--red:#d82e26;--green:#174b36;--yellow:#f4d94c;--ink:#253d2d}
*{box-sizing:border-box}
html{background:var(--cream)}
body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;-webkit-font-smoothing:antialiased}
body::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23000' filter='url(%23n)' opacity='.7' d='M0 0h180v180H0z'/%3E%3C/svg%3E");z-index:5}
a{color:inherit}
a:focus-visible{outline:3px solid var(--red);outline-offset:6px}
.page{max-width:1600px;margin:0 auto;min-height:calc(100svh - 18px);padding:26px 5% 0;display:flex;flex-direction:column}
.masthead{display:flex;align-items:center;justify-content:space-between;padding-bottom:23px;border-bottom:1px solid #174b3638}
.brand{font-size:25px;font-weight:700;letter-spacing:-1.5px;text-decoration:none}
.brand span{font-size:11px;vertical-align:super;margin-left:3px}
.masthead-note{display:flex;align-items:center;gap:17px;font-size:10px;letter-spacing:1.6px;font-weight:700}
.flag{display:flex;width:27px;height:17px;transform:rotate(-7deg)}
.flag i:first-child{width:40%;background:var(--green)}
.flag i:last-child{width:60%;background:var(--red)}
main{flex:1;display:flex;flex-direction:column;justify-content:center}
.hero{display:grid;grid-template-columns:1fr 1.17fr;align-items:center;flex:1;position:relative;padding:40px 0 34px;min-height:450px;max-height:760px}
.hero-copy{position:relative;z-index:2}


h1{font-family:Barlow,'Arial Narrow',Impact,sans-serif;font-size:clamp(106px,min(12.4vw,20.5svh),195px);font-weight:900;letter-spacing:-3px;line-height:.79;color:var(--red);margin:0 0 30px;transform:rotate(-2deg);transform-origin:left center}
h1>span{display:block}
h1>span+span{margin-top:8px}
.title-period{color:var(--green)}
.tagline{font-size:clamp(17px,1.5vw,23px);font-weight:700;line-height:1.35;margin:0 0 12px;letter-spacing:-.5px}
.description{font-size:13px;line-height:1.7;margin:0;color:#4e5d4d}
.hero-art{position:relative;align-self:stretch;display:flex;align-items:center;justify-content:center;margin-left:-25px}
.sandwich{width:100%;max-width:none;height:auto;mix-blend-mode:multiply;transform:rotate(-8deg);animation:arrive .8s ease-out both}






.art-star{position:absolute;font-size:58px;color:var(--red);bottom:7%;right:3%;transform:rotate(12deg)}
.event{background:var(--green);color:var(--cream);padding:28px 34px;display:grid;grid-template-columns:1fr 1.3fr auto;align-items:center;gap:30px;position:relative;z-index:2}
.event-label{font-size:9px;letter-spacing:1.8px;font-weight:700;display:flex;align-items:center;gap:7px}
.status-dot{width:6px;height:6px;background:var(--yellow);border-radius:50%}
.event h2{font-size:24px;letter-spacing:-.8px;margin:9px 0 5px;line-height:1.15}
.event p{font-size:12px;opacity:.8;margin:0}
.event-place{border-left:1px solid #f7f3e845;padding-left:35px}
.directions{display:flex;align-items:center;justify-content:center;gap:28px;background:var(--yellow);padding:18px 23px;text-decoration:none;font-size:10px;letter-spacing:1.1px;font-weight:700;color:var(--green);transition:transform .18s,background .18s}
.directions svg{stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.directions:hover{background:#ffe96f;transform:translateY(-3px)}
.directions:focus-visible{outline-color:var(--yellow)}
footer{display:flex;align-items:center;justify-content:space-between;min-height:69px;gap:16px}
footer>span{font-size:13px;font-weight:400;letter-spacing:normal}
.footer-message span:last-child{color:var(--red);font-size:24px;vertical-align:-2px;margin-left:8px}
.instagram-link{display:inline-flex;align-items:center;gap:7px;min-height:32px;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}
.instagram-link svg{flex-shrink:0}
.instagram-link:hover{color:var(--red)}
.instagram-link:hover span{text-decoration:underline;text-underline-offset:3px}
.checker{height:18px;background:repeating-conic-gradient(var(--red) 0% 25%,var(--cream) 0% 50%) 0 0/36px 36px}
@keyframes arrive{from{opacity:0;transform:translateY(12px) rotate(-5deg)}to{opacity:1;transform:translateY(0) rotate(-8deg)}}
@media(min-width:761px) and (max-height:760px){.page{padding-top:18px}.masthead{padding-bottom:16px}.hero{padding:24px 0;min-height:380px}h1{font-size:clamp(100px,19svh,145px);margin-bottom:22px}.tagline{font-size:19px}.description{font-size:12px}.event{padding:21px 28px}.event h2{font-size:22px}footer{min-height:54px}.sandwich{width:104%}}
@media(max-width:1000px) and (min-width:761px){.page{padding-left:4%;padding-right:4%}.hero{grid-template-columns:1fr 1.1fr}h1{font-size:14vw}.event{gap:20px;padding:24px}.event h2{font-size:20px}.event-place{padding-left:20px}.directions{padding:16px;gap:15px;font-size:9px}.description{font-size:11px}}
@media(max-width:760px){
  .page{padding:18px 22px 0;min-height:calc(100svh - 12px)}
  .masthead{padding-bottom:13px}.brand{font-size:21px}.brand span{font-size:9px}.masthead-note{font-size:0;gap:0}.flag{width:26px;height:17px}
  main{justify-content:center}.hero{display:flex;flex-direction:column;align-items:stretch;padding:22px 0 8px;min-height:0;max-height:none;flex:1;justify-content:center}
  .hero-copy{text-align:center}
  h1{font-size:clamp(84px,min(24vw,13svh),137px);line-height:.79;letter-spacing:-2px;transform-origin:center;margin-bottom:19px}h1>span+span{margin-top:5px}
  .tagline{font-size:17px;line-height:1.3;margin-bottom:7px;letter-spacing:-.25px}.description{font-size:10px;line-height:1.5}
  .hero-art{width:100%;height:clamp(135px,25svh,260px);margin:0;align-self:center;max-width:450px}.sandwich{width:91%;max-height:115%;object-fit:contain;transform:rotate(-8deg)}

  .art-star{font-size:33px;right:0;bottom:2%}
  .event{grid-template-columns:1fr 1.15fr;gap:15px 12px;padding:18px}.event-label{font-size:7px;letter-spacing:1.2px}.event h2{font-size:17px;letter-spacing:-.6px;margin:7px 0 5px}.event p{font-size:9px}.event-place{padding-left:14px}.directions{grid-column:1/-1;padding:10px 15px;font-size:9px;gap:14px}.directions svg{width:15px;height:15px}
  footer{min-height:48px;gap:5px}footer>span{font-size:10px}.footer-message span:last-child{font-size:17px;margin-left:3px}
  .checker{height:12px;background-size:24px 24px}
}
@media(max-width:760px) and (max-height:740px){.page{padding-top:12px}.masthead{padding-bottom:9px}.hero{padding-top:13px;padding-bottom:4px}h1{font-size:min(24vw,13.3svh);margin-bottom:15px}.tagline{font-size:15px;margin-bottom:5px}.description{font-size:9px}.hero-art{height:22svh}.event{padding:13px 15px;gap:11px}.event h2{font-size:16px}.event p{font-size:8px}.directions{padding:9px 12px}footer{min-height:37px}}
@media(min-width:761px){.page{height:calc(100svh - 18px);min-height:650px}main{min-height:0}.hero{min-height:0;min-width:0}.hero-art{min-width:0}.sandwich{position:absolute;width:100%;max-height:95%;object-fit:contain}.hero-copy{min-width:0}h1{font-size:clamp(100px,min(12.4vw,18svh),195px)}}
@media(max-width:760px) and (max-height:660px){.hero{padding-top:10px}.hero-art{height:19svh}.tagline{font-size:14px}.description{font-size:8px}h1{font-size:min(24vw,12svh);margin-bottom:13px}.event{padding:11px 13px;gap:9px}.event h2{font-size:15px}.event-place{padding-left:10px}footer{min-height:32px}}
@media(max-width:760px){footer{display:grid;grid-template-columns:1fr auto;gap:2px 12px;padding:8px 0;min-height:60px}footer>span:first-child{grid-column:1/-1;text-align:center}.instagram-link{font-size:10px}.instagram-link svg{width:16px;height:16px}.footer-message{text-align:right}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}
