:root { --cream: #F5F5DC; --ink: #1a1a1a; --red: #bc080a; --rule: rgba(0,0,0,.12); }
body { max-width: none; padding: 0; }
.site-head { padding: 60px 40px 0; }
.site-head .contact-info { max-width: 1200px; margin: 40px auto; }

.entry { text-align: left; color: var(--ink); }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 40px; }

/* ---- hero ---- */
.hero { background: #fff; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.hero .wrap { display: grid; grid-template-columns: 5fr 6fr; gap: 60px; align-items: center; padding-top: 70px; padding-bottom: 70px; }
.hero .ph { text-align: center; }
.hero .ph img { max-width: 100%; width: auto; height: auto; max-height: 560px; object-fit: contain; filter: drop-shadow(0 18px 28px rgba(0,0,0,.28)); }
.kicker { font-family: Lora, Georgia, serif; font-size: .8em; letter-spacing: .22em; text-transform: uppercase; color: var(--red); margin: 0 0 18px; }
.hero h1 { font-size: 3.4em; line-height: 1.05; margin: 0 0 10px; text-transform: none; letter-spacing: 0; text-align: left; }
.hero h1 small { display: block; font-size: .62em; margin-top: 6px; }
.hero .sub { font-size: 1.45em; margin: 0 0 22px; }
.hero .bib { font-size: 1.05em; color: #444; margin: 0 0 28px; }
.hero .bib b { font-weight: 600; color: var(--ink); }
.price-line { display: flex; align-items: baseline; gap: 22px; flex-wrap: wrap; padding: 22px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.price-line .price { font-family: Lora, Georgia, serif; font-weight: 700; font-size: 1.7em; letter-spacing: .12em; }
.price-line .invite { font-style: italic; color: var(--red); font-size: 1.1em; }
.btn { display: inline-block; margin-top: 26px; padding: 12px 26px; border: 1px solid var(--ink); color: var(--ink); text-decoration: none; font-family: Lora, Georgia, serif; font-size: .85em; letter-spacing: .16em; text-transform: uppercase; transition: background .25s, color .25s; }
.btn:hover { background: var(--ink); color: #fff; }

/* ---- at a glance ---- */
.glance { padding: 50px 0; }
.glance dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px 40px; margin: 0; font-size: 1.1em; }
.glance dt { font-family: Lora, Georgia, serif; font-size: .72em; letter-spacing: .2em; text-transform: uppercase; color: #666; margin-bottom: 4px; }
.glance dd { margin: 0; line-height: 1.5; }

/* ---- sections ---- */
.sec { padding: 70px 0; border-top: 1px solid var(--rule); }
.sec.alt { background: #fff; }
.sec .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.sec .text { font-size: 1.22em; line-height: 1.75; }
.sec .text p { margin: 0 0 1.1em; }
.sec .text b { font-weight: 600; }
.sec h2 { font-size: 1.1em; font-family: Lora, Georgia, serif; letter-spacing: .22em; text-transform: uppercase; margin: 0 0 26px; padding-bottom: 14px; border-bottom: 2px solid var(--red); display: inline-block; }
.sec .ph { position: sticky; top: 30px; text-align: center; }
.sec .ph img { max-width: 100%; height: auto; filter: drop-shadow(0 14px 22px rgba(0,0,0,.22)); }
.sec .ph figcaption { font-style: italic; color: #555; margin-top: 14px; font-size: 1em; }
.sec .ph.rev { order: -1; }
.note { color: var(--red); font-style: italic; font-weight: 600; border-left: 3px solid var(--red); padding-left: 18px; margin-top: 1.5em; }

/* condition photos */
.cond-ph { display: grid; grid-template-columns: 1fr 3fr; gap: 30px; align-items: end; }
.cond-ph img { max-width: 100%; height: auto; filter: drop-shadow(0 14px 22px rgba(0,0,0,.22)); }

/* competition entry collage */
.collage { position: relative; aspect-ratio: 1; }
.collage img { position: absolute; max-width: none; height: auto; filter: drop-shadow(0 14px 22px rgba(0,0,0,.25)); }
.collage .a { left: 0; top: 10%; width: 50%; z-index: 1; }
.collage .b { right: 0; top: 0; width: 66%; }
.collage .c { right: 0; bottom: 0; width: 48%; z-index: 2; }

/* ---- gallery ---- */
.gallery { padding: 70px 0; border-top: 1px solid var(--rule); }
.gallery h2 { text-align: center; font-size: 1.1em; font-family: Lora, Georgia, serif; letter-spacing: .22em; text-transform: uppercase; margin: 0 0 40px; }
.gallery .grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.gallery figure { margin: 0; aspect-ratio: 1; overflow: hidden; background: #fff; border-radius: 2px; box-shadow: 0 2px 8px rgba(0,0,0,.1); }
.gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; cursor: zoom-in; }
.gallery figure:hover img { transform: scale(1.05); }
.gallery .more { text-align: center; font-style: italic; margin-top: 30px; font-size: 1.15em; }
.gallery .more a { color: var(--ink); }
dialog.lightbox { border: 0; padding: 0; background: transparent; max-width: 92vw; max-height: none; overflow: visible; }
dialog.lightbox::backdrop { background: rgba(20,20,10,.88); }
dialog.lightbox img { max-width: 92vw; max-height: 82vh; display: block; cursor: zoom-out; }
dialog.lightbox p { color: #eee; text-align: center; font-style: italic; margin: 12px 0 0; }

/* ---- closing band ---- */
.closing { background: #fff; border-top: 1px solid var(--rule); text-align: center; padding: 70px 40px; }
.closing .price { font-family: Lora, Georgia, serif; font-weight: 700; font-size: 2em; letter-spacing: .25em; text-transform: uppercase; margin: 0 0 8px; }
.closing .invite { font-style: italic; color: var(--red); font-size: 1.3em; letter-spacing: .08em; margin: 0 0 34px; }
.closing .how { font-family: Lora, Georgia, serif; font-size: .85em; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 6px; }
.closing .how a { color: var(--ink); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--rule); }

.site-foot { padding: 0 40px 60px; }
.site-foot .catalogue { margin-top: 20px; }

@media (max-width: 860px) {
    .site-head { padding: 40px 20px 0; }
    .wrap { padding: 0 20px; }
    .hero .wrap, .sec .wrap { grid-template-columns: 1fr; gap: 36px; }
    .hero .ph img { max-height: 380px; }
    .hero h1 { font-size: 2.4em; }
    .sec .ph { position: static; }
    .sec .ph.rev { order: 0; }
    .sec .text { font-size: 1.1em; }
    .gallery .grid { grid-template-columns: repeat(2, 1fr); }
    .collage { aspect-ratio: 4/3; }
    .closing .price { font-size: 1.4em; letter-spacing: .18em; }
    .site-foot { padding: 0 20px 40px; }
}

/* ---- additions used by the Sharie Collection entry ---- */
.hero.wide .wrap { grid-template-columns: 6fr 5fr; }
.hero.wide .ph img { max-height: none; }
.hero h1 .pre { display: block; font-size: .6em; margin-bottom: 4px; }
.sec .text ul, .sec .text ol { margin: 0 0 1.1em; padding-left: 1.3em; }
.sec .text li { margin-bottom: .3em; }
.sec .text h3 { font-family: Lora, Georgia, serif; font-size: .78em; letter-spacing: .2em; text-transform: uppercase; margin: 1.6em 0 .6em; }
.sec .text h3:first-of-type { margin-top: 0; }
.sec .text .date { font-weight: 600; }
.stack img + img { margin-top: 40px; }
.letters { position: relative; aspect-ratio: 1; }
.letters img { position: absolute; max-width: none; height: auto; filter: drop-shadow(0 14px 22px rgba(0,0,0,.25)); }
.letters .a { left: 0; top: 0; width: 58%; transform: rotate(-4deg); }
.letters .b { right: 0; top: 18%; width: 56%; transform: rotate(3deg); z-index: 1; }
.letters .c { left: 8%; bottom: 0; width: 60%; transform: rotate(-2deg); z-index: 2; }
.inscriptions { padding: 70px 0; border-top: 1px solid var(--rule); background: #fff; }
.inscriptions h2 { text-align: center; font-size: 1.1em; font-family: Lora, Georgia, serif; letter-spacing: .22em; text-transform: uppercase; margin: 0 0 40px; }
.inscriptions .row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; align-items: end; }
.inscriptions figure { margin: 0; text-align: center; }
.inscriptions img { max-width: 100%; height: auto; filter: drop-shadow(0 12px 18px rgba(0,0,0,.22)); }
.inscriptions figcaption { font-style: italic; color: #555; margin-top: 14px; }
@media (max-width: 860px) {
    .hero.wide .wrap { grid-template-columns: 1fr; }
    .inscriptions .row { grid-template-columns: repeat(2, 1fr); }
    .letters { aspect-ratio: 4/3; }
}
