.page-shell{max-width:1440px;margin:auto;padding:4rem var(--gutter) 5rem}.page-intro{max-width:820px;margin-bottom:3rem}.page-intro h1{font-size:clamp(3rem,6vw,6rem);margin:.9rem 0 1.25rem}.page-intro>p:last-child{max-width:610px;color:var(--muted);font-size:1.05rem}.page-nav a[aria-current=page]{color:var(--accent);border-bottom:1px solid var(--accent)}.page-nav{gap:1.5rem!important}.booking-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:2rem;align-items:start}.panel{background:var(--panel);border:1px solid var(--line);padding:clamp(1.2rem,3vw,2.25rem);min-width:0}.panel h2,.section-heading{font-size:clamp(1.65rem,3vw,2.25rem);letter-spacing:-.035em;line-height:1.2}.panel h2+p{margin-top:.7rem}.step-label{display:block;color:var(--accent);font-size:.75rem;letter-spacing:.13em;text-transform:uppercase;margin-bottom:.75rem}.small-copy{color:var(--muted);font-size:.875rem;line-height:1.65}.small-copy a{text-decoration:underline;text-underline-offset:3px}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:1.75rem 0 1rem}.calendar-toolbar h3{font-size:1.3rem}.icon-button,.quiet-button{background:transparent;color:var(--paper);border:1px solid var(--line);padding:.55rem .85rem;min-width:44px;min-height:44px;cursor:pointer}.icon-button:hover,.quiet-button:hover{border-color:var(--accent);color:var(--accent)}button:disabled{opacity:.4;cursor:not-allowed;transform:none}.weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.weekdays{margin-bottom:.5rem;text-align:center;color:var(--muted);font-size:.75rem}.day{aspect-ratio:1;border:1px solid var(--line);background:var(--ink);color:var(--paper);font-size:.95rem;cursor:pointer;position:relative;min-height:40px;padding:0}.day:hover:not(:disabled){border-color:var(--accent)}.day[aria-pressed=true]{background:var(--accent);color:var(--ink);border-color:var(--accent);font-weight:700}.day.is-today::after{content:'';position:absolute;width:4px;height:4px;background:currentColor;border-radius:50%;bottom:5px;left:calc(50% - 2px)}.day.is-held{background:#4c3c21;color:#ffdb8b;opacity:1;border-color:#73572c}.day.is-booked{background:#363b3d;color:#bbc3c7;opacity:1;text-decoration:line-through}.legend{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:1.15rem 0;color:var(--muted);font-size:.75rem}.legend span{display:flex;align-items:center;gap:.4rem}.swatch{width:10px;height:10px;background:var(--ink);border:1px solid #7b847b}.swatch.selected{background:var(--accent)}.swatch.held{background:#9b7537}.swatch.booked{background:#667177}.selection-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:1.75rem 0 .75rem;border-top:1px solid var(--line);padding-top:1.2rem}.text-button{color:var(--accent);background:none;border:0;cursor:pointer;min-height:44px;padding:0;font-size:.85rem;text-decoration:underline;text-underline-offset:3px}.date-chips{display:flex;gap:.5rem;flex-wrap:wrap;min-height:44px}.date-chip{padding:.4rem .65rem;min-height:40px;border:1px solid var(--line);background:var(--ink);color:var(--paper);font-size:.8rem;cursor:pointer}.fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.field{display:flex;flex-direction:column;gap:.4rem;font-size:.875rem;min-width:0}.field.full{grid-column:1/-1}.field input,.field textarea,.field select,.status-select{width:100%;border:1px solid #536052;border-radius:0;background:var(--ink);color:var(--paper);padding:.8rem;font:inherit;min-height:48px}.field textarea{resize:vertical;min-height:95px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.form-note{border-left:2px solid var(--accent);padding:.1rem 0 .1rem 1rem;margin:1.5rem 0}.form-submit{width:100%;cursor:pointer}.form-message{min-height:1.5rem;margin-top:1rem;white-space:pre-line}.form-message.error{color:#ffb8a7}.receipt{border:1px solid var(--accent);padding:1.5rem;background:#1d291a;margin:1.5rem 0;scroll-margin-top:2rem}.receipt h2{font-size:1.6rem;margin-bottom:.8rem}.receipt p+p{margin-top:.7rem}.receipt-ref{font-family:monospace;font-size:1.05rem;color:var(--accent)}.receipt:focus{outline:2px solid var(--accent);outline-offset:5px}[hidden]{display:none!important}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.page-footer{display:flex;justify-content:space-between;gap:1rem 2rem;flex-wrap:wrap;padding:2rem var(--gutter);border-top:1px solid var(--line);font-size:.8rem;color:var(--muted)}.page-footer a:hover{color:var(--accent)}.collection-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.print-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}.print-card{border:1px solid var(--line);background:var(--panel);min-width:0}.print-card:last-child{grid-column:1/-1}.print-card figure{margin:0;background:#070908}.print-card img{width:100%;height:auto;display:block}.print-card figcaption{font-size:.7rem;color:var(--muted);padding:.5rem 1rem;border-bottom:1px solid var(--line)}.print-details{padding:1.25rem 1.5rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:center}.print-details h3{font-size:1.2rem;margin-bottom:.3rem}.print-price{color:var(--accent);font-size:1.3rem}.print-price small{color:var(--muted);font-size:.8rem}.quantity-control{display:flex;align-items:center;gap:.6rem;font-size:.8rem}.quantity-control select{font:inherit;background:var(--ink);color:var(--paper);border:1px solid #536052;padding:.65rem;min-height:44px;min-width:70px}.order-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}.order-lines{margin:1.5rem 0;padding:0;list-style:none}.order-lines li{display:flex;justify-content:space-between;gap:1rem;padding:.8rem 0;border-bottom:1px solid var(--line);font-size:.9rem}.order-lines li span:last-child{white-space:nowrap}.subtotal{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-top:1px solid var(--line);padding:1.2rem 0}.subtotal strong{font-size:2rem;font-weight:400;color:var(--accent)}.shop-intro{display:flex;justify-content:space-between;gap:3rem;align-items:flex-end}.shop-intro .page-intro{margin-bottom:2.5rem}.shop-intro .edition{border-left:1px solid var(--line);padding-left:2rem;margin-bottom:3rem;white-space:nowrap}.edition strong{font-size:3rem;font-weight:400;color:var(--accent);display:block}.shop-link{display:inline-flex;margin-top:1rem}.admin-tabs{display:flex;gap:.75rem;margin:2rem 0;flex-wrap:wrap}.admin-tabs button[aria-pressed=true]{background:var(--accent);color:var(--ink);border-color:var(--accent)}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.records{display:grid;gap:1rem}.record-top{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.record h2{font-size:1.4rem}.status-badge{align-self:flex-start;border:1px solid var(--line);padding:.3rem .65rem;text-transform:uppercase;font-size:.7rem;letter-spacing:.07em;color:var(--accent)}.record-details{display:grid;grid-template-columns:140px minmax(0,1fr);gap:.5rem 1rem;font-size:.9rem;margin:1rem 0}.record-details dt{color:var(--muted)}.record-details dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.record-actions{display:flex;gap:.7rem;align-items:center;flex-wrap:wrap;padding-top:1rem;border-top:1px solid var(--line)}.record-actions label{font-size:.8rem;color:var(--muted)}.status-select{width:auto;min-width:190px}.record-actions button{cursor:pointer}.record-status{font-size:.85rem;color:var(--accent)}.manage-page .page-intro h1{font-size:clamp(2.7rem,5vw,4.5rem)}.admin-help{margin:0 0 1.5rem;max-width:850px}.noscript{padding:1.2rem;border:1px solid var(--accent);margin-bottom:1.5rem}.page-header nav{display:flex!important}.page-header .wordmark{margin-right:auto}.page-header nav a{min-height:44px}.site-header nav{gap:clamp(.8rem,2vw,2rem)}
@media(max-width:850px){.booking-layout,.order-layout{grid-template-columns:1fr}.shop-intro .edition{display:none}.page-shell{padding-top:2.5rem}.print-grid{gap:1rem}.print-details{padding:1rem}.page-header{gap:1rem}.page-header nav{flex-wrap:wrap;gap:1rem!important;position:static!important;width:auto!important;padding:0!important;background:transparent!important}}
@media(max-width:520px){.fields,.print-grid{grid-template-columns:1fr}.print-card:last-child{grid-column:auto}.day{min-height:34px}.calendar-grid,.weekdays{gap:4px}.panel{padding:1.1rem}.page-nav{font-size:.8rem!important}.page-header .wordmark{width:100%}.record-details{grid-template-columns:1fr;gap:.15rem}.record-details dd{margin-bottom:.6rem}.page-intro h1{font-size:3rem}.page-footer{flex-direction:column}}
