
      
    


      
     


      {} *{} {}
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 :root { --ink: #2b1418; --wine: #9e1229; --wine-deep: #6d0c1d; --blush: #f7dfe0; --blush-pale: #fdf1ef; --cream: #fbf5ec; --gold: #a8763f; --rule: rgba(158, 18, 41, 0.22); } * { box-sizing: border-box; } html { scroll-behavior: smooth; } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } body { margin: 0; background: var(--blush-pale); color: var(--ink); font-family: 'Karla', system-ui, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; } img { max-width: 100%; display: block; } .wrap { width: min(1120px, 92vw); margin-inline: auto; } /* ---------- ribbon rule ---------- */ .ribbon-rule { height: 14px; background: linear-gradient(180deg, var(--wine) 0%, var(--wine-deep) 100%); } /* ---------- hero ---------- */ .hero { background: var(--cream); padding: 0 0 clamp(2rem, 5vw, 3.5rem); text-align: center; position: relative; overflow: hidden; } .hero__banner { width: 100%; height: auto; } .hero__meta { margin-top: clamp(1.6rem, 4vw, 2.6rem); display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(1rem, 4vw, 3.5rem); } .fact { min-width: 8rem; } .fact dt { font-family: 'Karla', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--wine); margin-bottom: 0.35rem; } .fact dd { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.25rem, 3vw, 1.7rem); line-height: 1.25; color: var(--ink); } .fact dd small { display: block; font-family: 'Karla', sans-serif; font-size: 0.82rem; color: #6b4a4f; letter-spacing: 0.02em; margin-top: 0.2rem; } .cta-row { margin-top: clamp(1.8rem, 4vw, 2.6rem); display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; } .btn { display: inline-block; padding: 0.85rem 1.9rem; font-family: 'Karla', sans-serif; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; border: 1.5px solid var(--wine); transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease; } .btn--solid { background: var(--wine); color: var(--cream); } .btn--solid:hover { background: var(--wine-deep); border-color: var(--wine-deep); transform: translateY(-2px); } .btn--ghost { background: transparent; color: var(--wine); } .btn--ghost:hover { background: var(--wine); color: var(--cream); transform: translateY(-2px); } .btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; } /* ---------- sections ---------- */ section { padding: clamp(3rem, 8vw, 5.5rem) 0; } .eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; color: var(--wine); text-align: center; margin: 0 0 0.6rem; } h2 { font-family: 'Italiana', 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(2rem, 6vw, 3.2rem); letter-spacing: 0.04em; line-height: 1.1; text-align: center; margin: 0 0 1.2rem; } .lede { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.15rem, 2.6vw, 1.5rem); line-height: 1.55; text-align: center; max-width: 46ch; margin: 0 auto; color: #4a2429; } .lede + .lede { margin-top: 1.1rem; } .about { background: var(--blush-pale); } .pull { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(1.4rem, 4vw, 2.1rem); color: var(--wine); text-align: center; max-width: 24ch; margin: clamp(2rem, 5vw, 3rem) auto 0; line-height: 1.35; } /* ---------- authors ---------- */ .authors { background: var(--cream); } .grid { margin-top: clamp(2rem, 5vw, 3rem); display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: clamp(1rem, 2.5vw, 1.6rem); } .author { margin: 0; position: relative; transition: transform 0.25s ease; } .author img { width: 100%; height: auto; box-shadow: 0 2px 14px rgba(109, 12, 29, 0.13); } .author__link { display: block; position: relative; } .author__link::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 0 var(--wine); transition: box-shadow 0.22s ease; } .author__link:hover::after, .author__link:focus-visible::after { box-shadow: inset 0 0 0 4px var(--wine); } .author__link:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; } .author figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; } .author:hover { transform: translateY(-5px); } .social { display: flex; justify-content: center; gap: 0.55rem; margin-top: 0.6rem; } .social a { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--rule); color: var(--wine); transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease; } .social a:hover, .social a:focus-visible { background: var(--wine); border-color: var(--wine); color: var(--cream); } .social a:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; } .social svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; } .social svg .dot { fill: currentColor; stroke: none; } .social a[aria-label*="Facebook"] svg, .social a[aria-label*="Tiktok"] svg, .social a[aria-label*="X"] svg { fill: currentColor; stroke: none; } /* ---------- text links ---------- */ .inline-link { color: var(--wine); text-decoration: none; border-bottom: 1px solid var(--rule); transition: border-color 0.18s ease, color 0.18s ease; } .inline-link:hover, .inline-link:focus-visible { color: var(--wine-deep); border-bottom-color: var(--wine); } .venue-link { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(251, 245, 236, 0.4); transition: border-color 0.18s ease; } .venue-link:hover, .venue-link:focus-visible { border-bottom-color: var(--cream); } .inline-link:focus-visible, .venue-link:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; } /* ---------- poster ---------- */ .poster { background: var(--blush-pale); } .poster__frame { max-width: 620px; margin: clamp(1.8rem, 4vw, 2.6rem) auto 0; box-shadow: 0 6px 30px rgba(109, 12, 29, 0.16); } /* ---------- visit ---------- */ .visit { background: var(--wine-deep); color: var(--blush); } .visit h2 { color: var(--cream); } .visit .eyebrow { color: var(--blush); opacity: 0.75; } .visit__grid { margin-top: clamp(2rem, 4vw, 3rem); display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); text-align: center; } .visit__grid h3 { font-family: 'Karla', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blush); opacity: 0.8; margin: 0 0 0.6rem; } .visit__grid p { margin: 0; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; line-height: 1.5; color: var(--cream); } .visit a { color: var(--blush); } .visit .btn--solid { background: var(--cream); color: var(--wine-deep); border-color: var(--cream); } .visit .btn--solid:hover { background: var(--blush); border-color: var(--blush); } .visit .btn--ghost { color: var(--blush); border-color: var(--blush); } .visit .btn--ghost:hover { background: var(--blush); color: var(--wine-deep); } /* ---------- footer ---------- */ footer { background: var(--ink); color: var(--blush); text-align: center; padding: 2.5rem 0; font-size: 0.85rem; letter-spacing: 0.04em; } footer p { margin: 0.3rem 0; } footer strong { letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.75rem; } 

