/* Something Sour — palette pulled from Danielle's logo (cream paper, olive leaves, crust brown, dusty-rose heart) */
:root {
  --cream: #fbf6f0;
  --paper: #f3e9dc;
  --paper-deep: #eadcc9;
  --ink: #3a2a20;
  --ink-soft: #6b5a4c;
  --olive: #5c6640;
  --olive-dark: #454d2f;
  --sage: #c9ceb4;
  --wheat: #dcc6a0;
  --rose: #b9776d;
  --crust: #a8672f;
  --line: #e4d5c2;
  --white: #fffdf9;
  --danger: #a2402f;

  --f-display: "Fraunces", Georgia, "Times New Roman", serif;
  --f-body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-hand: "Caveat", "Bradley Hand", cursive;

  --radius: 12px;
  --radius-btn: 10px;
  --shadow: 0 1px 2px rgba(58, 42, 32, .06), 0 8px 24px -12px rgba(58, 42, 32, .22);
  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 40px);
  --header-h: 68px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font-family: var(--f-body); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--olive-dark); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--olive); outline-offset: 2px; border-radius: 4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--cream); padding: 10px 14px; z-index: 100; border-radius: 8px; }
.skip:focus { left: 8px; }

/* ---------- type scale ---------- */
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 500; line-height: 1.08; letter-spacing: -.015em; margin: 0 0 .5em; font-variation-settings: "SOFT" 100, "WONK" 0; }
h1 { font-size: clamp(2.35rem, 6.4vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.5rem); line-height: 1.2; }
p { margin: 0 0 1em; }
.lede { font-size: clamp(1.05rem, 1.8vw, 1.22rem); color: var(--ink-soft); max-width: 36em; }
.hand { font-family: var(--f-hand); font-size: 1.6rem; line-height: 1; color: var(--rose); font-weight: 600; }
.eyebrow { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--olive); margin-bottom: .9rem; display: block; }
.muted { color: var(--ink-soft); }
.small { font-size: .9rem; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(56px, 9vw, 110px); }
.section--paper { background: var(--paper); }
.section--tight { padding-block: clamp(36px, 6vw, 64px); }

/* ---------- buttons (rounded rectangles, never pills) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 52px; padding: 0 1.4em; border-radius: var(--radius-btn);
  border: 2px solid transparent; font-weight: 800; font-size: .95rem; letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; transition: background .18s, color .18s, border-color .18s, transform .18s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--olive); color: var(--white); }
.btn--primary:hover { background: var(--olive-dark); color: var(--white); }
.btn--dark { background: var(--ink); color: var(--cream); }
.btn--dark:hover { background: #231811; color: var(--cream); }
.btn--ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: var(--cream); }
.btn--light { background: var(--cream); color: var(--ink); }
.btn--light:hover { background: var(--white); color: var(--ink); }
.btn--venmo { background: #008cff; color: #fff; }
.btn--venmo:hover { background: #0074d4; color: #fff; }
.btn--block { width: 100%; }
.btn--lg { min-height: 60px; font-size: 1.02rem; }
.btn--sm { min-height: 44px; padding: 0 1em; font-size: .8rem; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .45; cursor: not-allowed; }
.link-btn { background: none; border: 0; padding: 8px 0; color: var(--ink-soft); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; min-height: 44px; }

/* ---------- brush-stroke label (signature, from her menu board) ---------- */
.brush {
  display: inline-block; position: relative; padding: .18em .7em .12em; isolation: isolate;
}
.brush::before {
  content: ""; position: absolute; inset: 0 -4px; z-index: -1;
  background: var(--brush-color, var(--sage));
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 60' preserveAspectRatio='none'%3E%3Cpath d='M6 14 C40 6 90 9 140 7 C190 5 240 8 292 10 C297 20 294 30 298 40 C296 48 290 54 280 53 C220 56 160 52 100 55 C60 57 30 53 8 52 C2 44 5 34 2 26 C1 20 3 16 6 14Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 60' preserveAspectRatio='none'%3E%3Cpath d='M6 14 C40 6 90 9 140 7 C190 5 240 8 292 10 C297 20 294 30 298 40 C296 48 290 54 280 53 C220 56 160 52 100 55 C60 57 30 53 8 52 C2 44 5 34 2 26 C1 20 3 16 6 14Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.brush--wheat { --brush-color: var(--wheat); }
.brush--rose { --brush-color: #e9c9c1; }

/* ---------- header ---------- */
.announce { background: var(--olive-dark); color: var(--cream); font-size: .92rem; text-align: center; padding: 8px var(--gutter); }
.announce[hidden] { display: none; }
.site-header {
  position: sticky; top: 0; z-index: 40; background: rgba(251, 246, 240, .96);
  border-bottom: 1px solid var(--line); backdrop-filter: saturate(1.2);
}
.site-header .wrap { display: flex; align-items: center; gap: 16px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); margin-right: auto; min-height: 44px; }
.brand img { width: 50px; height: 50px; }
.brand span { font-family: var(--f-display); font-size: 1.28rem; font-weight: 500; letter-spacing: -.01em; line-height: 1; }
.nav { display: none; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: .98rem; padding: 10px 4px; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--olive); box-shadow: inset 0 -2px 0 var(--olive); }
.cart-link {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: var(--radius-btn); color: var(--ink); text-decoration: none; border: 1.5px solid var(--line); background: var(--white);
}
.cart-link:hover { border-color: var(--ink); }
.cart-count {
  position: absolute; top: -6px; right: -6px; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 11px;
  background: var(--rose); color: #fff; font-size: .75rem; font-weight: 800; display: grid; place-items: center;
}
.cart-count[data-count="0"] { display: none; }
.header-order { display: none; }
.menu-toggle { width: 48px; height: 48px; border-radius: var(--radius-btn); border: 1.5px solid var(--line); background: var(--white); display: grid; place-items: center; cursor: pointer; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--cream); }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 14px var(--gutter); color: var(--ink); text-decoration: none; font-weight: 600; font-size: 1.1rem; border-bottom: 1px solid var(--line); }
.mobile-nav a.mn-order { background: var(--olive); color: var(--white); text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
@media (min-width: 900px) {
  .nav { display: flex; gap: 22px; margin-right: 8px; }
  .header-order { display: inline-flex; }
  .menu-toggle, .mobile-nav, .mobile-nav.open { display: none; }
  .brand img { width: 56px; height: 56px; }
}

/* sticky mobile order bar */
.order-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 35; padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(251, 246, 240, .97); border-top: 1px solid var(--line); display: flex; gap: 10px;
}
.order-bar .btn { flex: 1; }
body.has-order-bar { padding-bottom: 84px; }
@media (min-width: 900px) { .order-bar { display: none; } body.has-order-bar { padding-bottom: 0; } }

/* ---------- hero ---------- */
.hero { padding-block: clamp(28px, 5vw, 70px) clamp(56px, 8vw, 100px); overflow: hidden; }
.hero-grid { display: grid; gap: 28px; align-items: center; }
.hero-art { position: relative; order: -1; }
.hero-photo { aspect-ratio: 5 / 4; border-radius: 160px 160px var(--radius) var(--radius); overflow: hidden; background: var(--paper); max-width: 440px; margin-left: auto; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.hero-logo { position: absolute; left: -6px; bottom: -22px; width: min(38%, 240px); aspect-ratio: 1; padding: 6px; border-radius: 50%; background: var(--cream); box-shadow: 0 14px 30px -14px rgba(58, 42, 32, .45); }
.hero h1 { margin-bottom: .35em; }
.hero .hand { display: block; margin-bottom: .4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 18px; }
.hero-actions .btn { flex: 1 1 180px; }
.hero-note { display: flex; gap: 8px; align-items: center; color: var(--ink-soft); font-size: .95rem; }
.hero-note svg { flex: none; color: var(--olive); }
@media (min-width: 760px) {
  .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 56px; }
  .hero-art { order: 0; }
  .hero-photo { aspect-ratio: 4 / 5; border-radius: 200px 200px var(--radius) var(--radius); }
  .hero-logo { width: min(50%, 240px); left: 0; }
  .hero-actions .btn { flex: 0 0 auto; }
}

/* ---------- menu board ---------- */
.board-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 16px 32px; margin-bottom: 34px; }
.board-head h2 { margin: 0; }
.board-head .hand { display: block; margin-bottom: 6px; }
.menu-group + .menu-group { margin-top: 48px; }
.menu-group > h3 { font-family: var(--f-body); font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; color: var(--olive); padding-bottom: 10px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }

.products { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 620px) { .products { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .products { grid-template-columns: repeat(3, 1fr); } }
.product {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column;
}
.product-img { position: relative; aspect-ratio: 4 / 3; background: var(--paper); display: block; overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-img:hover img { transform: scale(1.03); }
.product-img .flag { position: absolute; top: 12px; left: 12px; background: var(--ink); color: var(--cream); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 6px 10px; border-radius: 6px; }
.product-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.product-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.product-name { font-family: var(--f-display); font-size: 1.35rem; line-height: 1.15; margin: 0; }
.product-name a { color: inherit; text-decoration: none; }
.product-name a:hover { text-decoration: underline; }
.price { font-family: var(--f-display); font-size: 1.3rem; font-weight: 600; white-space: nowrap; }
.product-top .price.brush { font-size: 1.15rem; padding: .15em .6em .1em; }
.product-desc { color: var(--ink-soft); margin: 0; flex: 1; }
.product-buy { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.product-buy .btn { flex: 1 1 150px; padding: 0 1em; }
.product.is-out { opacity: .75; }
.option-field { display: grid; gap: 6px; }
.option-field label { font-weight: 700; font-size: .9rem; }

/* qty stepper */
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: var(--radius-btn); background: var(--cream); height: 52px; }
.qty button { width: 44px; height: 100%; border: 0; background: transparent; font-size: 1.35rem; cursor: pointer; color: var(--ink); border-radius: var(--radius-btn); }
.qty button:hover { background: var(--paper); }
.qty input[type=number] { width: 38px; min-height: 0; height: 100%; padding: 0; text-align: center; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-weight: 800; font-size: 1.05rem; -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty--sm { height: 44px; }
.qty--sm button { width: 40px; }

/* ---------- steps (real sequence) ---------- */
.steps { display: grid; gap: 0; counter-reset: step; margin-top: 30px; }
.step { padding: 22px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 56px 1fr; gap: 14px; }
.step::before { counter-increment: step; content: counter(step); font-family: var(--f-display); font-size: 2.4rem; line-height: 1; color: var(--rose); }
.step h3 { margin-bottom: .25em; }
.step p { margin: 0; color: var(--ink-soft); }
@media (min-width: 860px) {
  .steps { grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .step { grid-template-columns: 1fr; border-top: 2px solid var(--ink); }
}

/* ---------- story ---------- */
.story { display: grid; gap: 34px; align-items: center; }
.story-photos { position: relative; padding-bottom: 60px; max-width: 520px; }
.story-photos .p1 { width: 78%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); margin-left: auto; }
.story-photos .p2 { position: absolute; left: 0; bottom: 0; width: 42%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); border: 6px solid var(--paper); }
.story .hand { display: block; margin-bottom: 8px; }
@media (min-width: 860px) { .story { grid-template-columns: 1fr 1fr; gap: 70px; } }

/* ---------- reviews ---------- */
.reviews { display: grid; gap: 20px; }
@media (min-width: 760px) { .reviews { grid-template-columns: repeat(2, 1fr); } }
.review { background: var(--white); border-left: 4px solid var(--rose); padding: 22px 24px; border-radius: 0 var(--radius) var(--radius) 0; margin: 0; }
.review p { font-family: var(--f-display); font-size: 1.2rem; line-height: 1.45; margin-bottom: .6em; }
.review cite { font-style: normal; font-weight: 700; color: var(--ink-soft); }
.review-invite { display: grid; gap: 18px; align-items: center; background: var(--white); border: 1px dashed var(--wheat); border-radius: var(--radius); padding: 26px; }
.review-invite p { margin: 0; }
@media (min-width: 760px) { .review-invite { grid-template-columns: 1fr auto; } }

/* ---------- kitchen gallery ---------- */
.gallery { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); }
.gallery a { display: block; overflow: hidden; border-radius: 8px; aspect-ratio: 1; background: var(--paper); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery a:hover img { transform: scale(1.04); }
@media (min-width: 760px) {
  .gallery { grid-template-columns: repeat(4, 1fr); }
  .gallery a:first-child { grid-column: span 2; grid-row: span 2; }
}
.social-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.social-row .btn { flex: 1 1 200px; }
@media (min-width: 760px) { .social-row .btn { flex: 0 0 auto; } }

/* ---------- CTA band ---------- */
.cta-band { background: var(--olive); color: var(--cream); }
.cta-band .wrap { display: grid; gap: 24px; align-items: center; }
.cta-band h2 { color: var(--white); margin-bottom: .25em; }
.cta-band p { color: #e6e8dc; margin: 0; max-width: 34em; }
.cta-band .btn--light { min-width: 220px; }
@media (min-width: 860px) { .cta-band .wrap { grid-template-columns: 1fr auto; } }

/* ---------- page header ---------- */
.page-head { padding-block: clamp(34px, 6vw, 70px) clamp(18px, 3vw, 30px); }
.page-head h1 { font-size: clamp(2.2rem, 5.4vw, 3.6rem); margin-bottom: .2em; }
.page-head .hand { display: block; margin-bottom: 6px; }
.crumbs { font-size: .9rem; margin-bottom: 14px; }
.crumbs a { color: var(--ink-soft); }

/* shop filters (rounded rectangles, not pills) */
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 26px; }
.filters button { min-height: 44px; padding: 0 16px; border-radius: var(--radius-btn); border: 1.5px solid var(--line); background: var(--white); font-weight: 700; cursor: pointer; }
.filters button[aria-pressed="true"] { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* ---------- product detail ---------- */
.pd { display: grid; gap: 30px; }
.pd-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: var(--paper); }
.pd-img img { width: 100%; height: 100%; object-fit: cover; }
.pd h1 { font-size: clamp(2rem, 4.6vw, 3.2rem); }
.pd .price { font-size: 1.8rem; display: block; margin-bottom: 12px; }
.pd-buy { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0; }
.pd-buy .btn { flex: 1 1 200px; }
.pd-details { border-top: 1px solid var(--line); padding-top: 16px; color: var(--ink-soft); font-size: .95rem; }
@media (min-width: 860px) { .pd { grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: start; } .pd-img { aspect-ratio: 1; } }

/* ---------- cart ---------- */
.cart-layout { display: grid; gap: 28px; align-items: start; }
@media (min-width: 900px) { .cart-layout { grid-template-columns: 1fr 380px; gap: 44px; } }
.cart-lines { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.cart-line { display: grid; grid-template-columns: 84px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 84px; height: 84px; object-fit: cover; border-radius: 8px; background: var(--paper); }
.cart-line h3 { font-size: 1.15rem; margin: 0 0 2px; }
.cart-line .opts { font-size: .88rem; color: var(--ink-soft); }
.cart-line .unit { font-size: .9rem; color: var(--ink-soft); }
.cart-line-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
.cart-line .line-total { font-weight: 800; font-size: 1.05rem; }
.summary { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
@media (min-width: 900px) { .summary { position: sticky; top: calc(var(--header-h) + 20px); } }
.summary h2 { font-size: 1.5rem; }
.sum-row { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; }
.sum-row.total { border-top: 2px solid var(--ink); margin-top: 10px; padding-top: 12px; font-weight: 800; font-size: 1.25rem; }
.sum-items { list-style: none; margin: 0 0 12px; padding: 0 0 12px; border-bottom: 1px solid var(--line); font-size: .95rem; }
.sum-items li { display: flex; justify-content: space-between; gap: 12px; padding: 4px 0; }
.summary .btn { margin-top: 16px; }
.empty { text-align: left; padding: 30px 0; }

/* ---------- forms ---------- */
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(18px, 3vw, 28px); }
.form-card + .form-card { margin-top: 18px; }
.form-card > h2 { font-size: 1.45rem; margin-bottom: 16px; display: flex; gap: 10px; align-items: baseline; }
.form-card > h2 .n { font-family: var(--f-hand); color: var(--rose); font-size: 1.8rem; }
.fields { display: grid; gap: 14px; }
@media (min-width: 620px) { .fields--2 { grid-template-columns: 1fr 1fr; } .fields--3 { grid-template-columns: 2fr 1fr 1fr; } }
.field { display: grid; gap: 6px; }
.field label, .field .label { font-weight: 700; font-size: .92rem; }
.field .hint { font-size: .85rem; color: var(--ink-soft); }
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=date], input[type=time], select, textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid #d9c8b3; border-radius: var(--radius-btn); background: var(--cream); font-size: 16px;
}
textarea { min-height: 96px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--olive); box-shadow: 0 0 0 3px rgba(92, 102, 64, .2); background: var(--white); }
.req { color: var(--rose); }

.choice-grid { display: grid; gap: 10px; }
@media (min-width: 620px) { .choice-grid--3 { grid-template-columns: repeat(3, 1fr); } }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.choice .box { display: block; border: 1.5px solid #d9c8b3; border-radius: var(--radius-btn); padding: 14px 16px; background: var(--cream); min-height: 56px; }
.choice .box strong { display: block; }
.choice .box small { color: var(--ink-soft); }
.choice input:checked + .box { border-color: var(--olive); background: #eef0e4; box-shadow: inset 0 0 0 1px var(--olive); }
.choice input:focus-visible + .box { outline: 3px solid var(--olive); outline-offset: 2px; }
.choice input:disabled + .box { opacity: .5; text-decoration: line-through; cursor: not-allowed; }

.slot-days { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin; }
.slot-day { flex: 0 0 auto; min-width: 104px; min-height: 64px; padding: 8px 12px; border: 1.5px solid #d9c8b3; border-radius: var(--radius-btn); background: var(--cream); cursor: pointer; text-align: left; line-height: 1.25; }
.slot-day b { display: block; }
.slot-day small { color: var(--ink-soft); }
.slot-day[aria-pressed="true"] { border-color: var(--olive); background: #eef0e4; box-shadow: inset 0 0 0 1px var(--olive); }
.slot-day.is-full { opacity: .55; }
.slot-times { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 8px; margin-top: 14px; }
.slot-times .box { text-align: center; }
.sold { display: block; font-size: .74rem; font-weight: 800; letter-spacing: .1em; color: var(--danger); }

.venmo-box { border: 2px solid var(--olive); border-radius: var(--radius); background: #f3f4ec; padding: 18px 20px; }
.venmo-box .amt { font-family: var(--f-display); font-size: 2rem; font-weight: 600; line-height: 1.1; }
.venmo-box .to { font-size: 1.15rem; font-weight: 800; }
.alert { border-radius: var(--radius-btn); padding: 12px 14px; background: #f7e3de; color: #6e2a1e; border: 1px solid #e6bdb3; }
.alert[hidden] { display: none; }
.notice { border-radius: var(--radius-btn); padding: 12px 14px; background: var(--paper); border: 1px solid var(--line); font-size: .95rem; }
.hp { position: absolute; left: -9999px; }

/* ---------- confirmation ---------- */
.confirm-hero { display: grid; gap: 10px; }
.order-no { display: inline-block; font-family: var(--f-display); font-size: clamp(1.5rem, 4vw, 2rem); }
.status-chip { display: inline-block; padding: 4px 10px; border-radius: 6px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: var(--paper-deep); color: var(--ink); }
.status-chip.pending { background: #f5e2c8; color: #7a4b12; }
.status-chip.paid { background: #dfe6cf; color: #3d4a1f; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 40px 20px 0; font-family: var(--f-display); font-size: 1.25rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 16px; font-size: 1.6rem; color: var(--olive); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 0 20px; color: var(--ink-soft); max-width: 40em; }

/* ---------- contact / about ---------- */
.two-col { display: grid; gap: 36px; }
@media (min-width: 860px) { .two-col { grid-template-columns: 1fr 1fr; gap: 64px; } }
.contact-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 14px; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; }
.contact-list svg { flex: none; color: var(--olive); margin-top: 3px; }
.about-photo { border-radius: 200px 200px var(--radius) var(--radius); overflow: hidden; aspect-ratio: 4 / 5; max-width: 460px; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.label-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #e9ddcd; padding-block: 56px 30px; font-size: .95rem; }
.site-footer a { color: #f4ebdf; }
.foot-grid { display: grid; gap: 30px; }
.foot-brand { font-family: var(--f-display); font-size: 1.7rem; color: var(--cream); margin-bottom: 6px; }
.foot-grid h4 { font-family: var(--f-body); font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--wheat); margin-bottom: 12px; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.foot-grid ul a { display: inline-block; padding: 6px 0; text-decoration: none; }
.foot-grid ul a:hover { text-decoration: underline; }
.foot-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(233, 221, 205, .18); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: .85rem; color: #bfae9b; }
.foot-bottom a { color: #bfae9b; }
@media (min-width: 760px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; } }

/* ---------- toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 100px; transform: translate(-50%, 20px); opacity: 0; z-index: 60;
  background: var(--ink); color: var(--cream); padding: 12px 14px 12px 18px; border-radius: var(--radius-btn); display: flex; gap: 14px; align-items: center;
  box-shadow: var(--shadow); transition: opacity .2s, transform .2s; width: max-content; max-width: calc(100% - 32px); pointer-events: none;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.toast a { color: var(--wheat); font-weight: 800; white-space: nowrap; padding: 8px 4px; }
@media (min-width: 900px) { .toast { bottom: 30px; } }

/* ---------- reveal (one quiet moment) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise .7s cubic-bezier(.2, .7, .2, 1) both; }
  .hero-copy > *:nth-child(2) { animation-delay: .06s; }
  .hero-copy > *:nth-child(3) { animation-delay: .12s; }
  .hero-copy > *:nth-child(4) { animation-delay: .18s; }
  .hero-copy > *:nth-child(5) { animation-delay: .24s; }
  .hero-art { animation: fade 1s ease .1s both; }
  @keyframes rise { from { opacity: 0; transform: translateY(14px); } }
  @keyframes fade { from { opacity: 0; } }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

.skeleton { background: linear-gradient(90deg, var(--paper) 0, var(--paper-deep) 50%, var(--paper) 100%); background-size: 200% 100%; border-radius: var(--radius); min-height: 340px; }
