@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--cream: oklch(98% .012 70);--cream-2: oklch(95.5% .018 65);--ink: oklch(24% .02 50);--ink-soft: oklch(42% .03 50);--terracotta: oklch(58% .14 45);--terracotta-dark: oklch(48% .14 45);--rose: oklch(58% .14 15);--rose-dark: oklch(48% .14 15);--line: oklch(88% .02 60);--success: oklch(52% .13 145);--error: oklch(52% .19 25);font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink)}h1,h2,h3{font-family:Playfair Display,Georgia,serif;margin:0 0 8px}a{color:var(--ink)}a:hover{color:var(--terracotta)}.page{max-width:1040px;margin:0 auto;padding:0 24px 64px}.page-narrow{max-width:420px;padding-top:24px}.page-wide{max-width:1320px}h1{font-size:2rem}h2{font-size:1.4rem;margin-top:40px}.site-header{display:flex;align-items:center;justify-content:space-between;max-width:1040px;margin:0 auto;padding:24px}.site-header a.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.site-header a.brand:hover{color:var(--ink)}.site-header .brand-name{font-family:Playfair Display,serif;font-weight:700;font-size:1.25rem;color:var(--ink)}.site-header nav{display:flex;align-items:center;gap:24px;font-size:.95rem;font-weight:600}.site-header nav a{text-decoration:none}.image-carousel{position:relative;overflow:hidden;border-radius:20px}.image-carousel img{display:block;width:100%}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:#1e130e73;color:#fff;font-size:1.3rem;line-height:1;padding:0;display:flex;align-items:center;justify-content:center}.carousel-arrow:hover{background:#1e130eb3}.carousel-arrow-prev{left:10px}.carousel-arrow-next{right:10px}.carousel-dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:6px}.carousel-dot{width:6px;height:6px;border-radius:50%;background:#ffffff8c}.carousel-dot.active{background:#fff}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f0a08e5;z-index:200;display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:12px}.lightbox-close{position:absolute;top:20px;right:24px;width:40px;height:40px;border-radius:50%;background:#ffffff26;color:#fff;font-size:1.6rem;line-height:1;padding:0;display:flex;align-items:center;justify-content:center}.lightbox-close:hover{background:#ffffff40}.lightbox-arrow{width:44px;height:44px;font-size:1.6rem}.lightbox-arrow.carousel-arrow-prev{left:20px}.lightbox-arrow.carousel-arrow-next{right:20px}.hero{max-width:1040px;margin:0 auto;padding:24px 24px 48px}.hero-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:12px}.hero h1{font-size:2.4rem;line-height:1.15;max-width:560px}.hero p{margin-top:14px;font-size:1.1rem;line-height:1.6;color:var(--ink-soft);max-width:480px}.raffle-hero{width:100%;max-height:320px;object-fit:cover;border-radius:20px;margin:12px 0}.raffle-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin-top:16px}.raffle-card{display:block;background:#fff;border-radius:20px;overflow:hidden;padding:20px;text-decoration:none;color:inherit;box-shadow:0 8px 24px #362b2514;transition:transform .15s ease,box-shadow .15s ease}.raffle-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #362b251f;color:inherit}.raffle-card h2{margin-top:0;font-size:1.15rem}.raffle-card img{width:100%;height:160px;object-fit:cover;border-radius:12px;margin-bottom:12px}.link-back{background:none;border:none;color:var(--terracotta-dark);cursor:pointer;padding:0;margin-bottom:12px;font-size:.95rem;font-weight:600}.number-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(48px,1fr));gap:8px;margin:20px 0}.number-cell{aspect-ratio:1;border-radius:10px;border:1px solid var(--line);background:#fff;cursor:pointer;font-weight:700;color:var(--ink);padding:2px;display:flex;align-items:center;justify-content:center;font-size:clamp(.7rem,2.6vw,.95rem);line-height:1}.number-cell.available:hover{border-color:var(--terracotta);color:var(--terracotta-dark)}.number-cell.selected{background:var(--terracotta);border-color:var(--terracotta);color:#fff}.number-cell.reserved,.number-cell.paid{background:var(--cream-2);color:#a89c92;cursor:not-allowed}.number-cell.highlight{outline:3px solid var(--rose);outline-offset:2px}.checkout-form{display:flex;flex-direction:column;gap:12px;max-width:420px;margin-top:16px}.checkout-form-inline{flex-direction:row;flex-wrap:wrap;align-items:end;max-width:none}.checkout-form-inline label{flex:1;min-width:140px}.checkout-form label{display:flex;flex-direction:column;gap:4px;font-size:.9rem;font-weight:600}input,textarea,select{padding:10px 12px;border:1px solid var(--line);border-radius:10px;font-size:1rem;font-family:inherit;background:#fff;color:var(--ink)}input:focus,textarea:focus,select:focus{outline:2px solid var(--terracotta);outline-offset:1px}.checkbox-field{flex-direction:row!important;align-items:center;gap:8px!important}.checkbox-field input[type=checkbox]{width:18px;height:18px}.rsw-editor{border:1px solid var(--line);border-radius:10px;background:#fff}.rsw-ce{padding:8px 12px;min-height:100px}.rsw-ce ul{list-style:disc;padding-left:1.5em}.rsw-ce ol{list-style:decimal;padding-left:1.5em}.rich-text-content ul{list-style:disc;padding-left:1.5em}.rich-text-content ol{list-style:decimal;padding-left:1.5em}button,.button,.button-secondary{padding:12px 24px;border-radius:999px;border:none;background:var(--terracotta);color:var(--cream);cursor:pointer;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-block;font-family:inherit}button:hover,.button:hover{background:var(--terracotta-dark)}button:disabled{opacity:.6;cursor:not-allowed}.button-secondary{background:transparent;color:var(--ink);border:1.5px solid var(--ink);margin-left:8px}.button-secondary:hover{background:var(--ink);color:var(--cream)}.error{color:var(--error);font-weight:600}.winner{color:var(--success);font-weight:600}.order-status{font-size:1.1rem;font-weight:700}.order-status-approved{color:var(--success)}.order-status-rejected,.order-status-expired,.order-status-cancelled{color:var(--error)}.admin-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.admin-table{width:100%;border-collapse:collapse;margin-top:16px;background:#fff;border-radius:16px;overflow:hidden}.admin-table th,.admin-table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);font-size:.9rem;vertical-align:middle}.admin-table th{font-family:Playfair Display,serif;font-weight:700;background:var(--cream-2)}.admin-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.admin-actions a,.admin-actions button{padding:7px 14px;font-size:.82rem;border-radius:999px;line-height:1.2;white-space:nowrap}.admin-actions a{background:var(--cream-2);color:var(--ink);text-decoration:none;font-weight:700}.admin-actions a:hover{background:var(--terracotta);color:#fff}.table-title-link{color:var(--ink);text-decoration:none;font-weight:700}.table-title-link:hover{color:var(--terracotta-dark);text-decoration:underline}.sales-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin:16px 0}.sales-summary div{background:#fff;border-radius:16px;padding:16px;text-align:center;box-shadow:0 8px 24px #362b250f}.sales-summary strong{display:block;font-size:1.4rem;font-family:Playfair Display,serif}.sales-summary span{font-size:.85rem;color:var(--ink-soft)}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e130e73;display:flex;align-items:center;justify-content:center;z-index:100}.dialog-box{background:var(--cream);border-radius:16px;padding:24px;max-width:380px;width:90%;box-shadow:0 16px 40px #1e130e40}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin-top:16px}.product-card{display:block;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #362b2514;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #362b251f;color:inherit}.product-card img{width:100%;height:160px;object-fit:cover}.product-card .product-image-placeholder{width:100%;height:160px;background:var(--cream-2)}.product-card-body{padding:18px}.product-card-body h2{font-size:1.05rem;margin-bottom:4px}.product-price{font-size:1.1rem;font-weight:700;color:var(--terracotta-dark)}.badge-soon{display:inline-block;margin-top:6px;padding:3px 10px;border-radius:999px;background:var(--rose);color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}
