/* HoneyMe v2 — scrapbook/collage redesign layer. Additive: shared.css and
   its --bg/--text/etc tokens are untouched (bakery.html, custom-cake.html,
   workshop.html, catering.html still use the old look until they're redone
   too), so this file defines its own --v2-* tokens and .v2-* classes and is
   only linked from pages that have been rebuilt in the new style. */

:root {
  --v2-cream: #f1ebdd;
  --v2-card: #f7f2e6;
  --v2-ink: #1d1a13;
  --v2-ink-soft: #58513f;
  --v2-line: #ddd2b8;
  --v2-olive: #474b37;
  --v2-olive-text: #eee8d6;
}

.v2-body img { max-width: 100%; display: block; }
.v2-body {
  background: var(--v2-cream);
  color: var(--v2-ink);
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "PingFang SC", sans-serif;
  margin: 0;
}
.v2-body h1, .v2-body h2, .v2-body h3 { font-family: "Fraunces", serif; text-wrap: balance; margin: 0; }
.v2-script { font-family: "Caveat", cursive; font-weight: 600; line-height: 1.25; }
.v2-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- nav ---------- */
.v2-nav {
  background: var(--v2-cream); border-bottom: 1px solid var(--v2-line);
  position: sticky; top: 0; z-index: 30;
}
.v2-nav-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 0; }
.v2-brand { display: flex; flex-direction: column; text-decoration: none; color: var(--v2-ink); flex-shrink: 0; }
.v2-brand b { font-family: "Fraunces", serif; font-weight: 700; font-size: 1.05rem; letter-spacing: 0.04em; }
.v2-brand small { font-size: 0.6rem; letter-spacing: 0.22em; color: var(--v2-ink-soft); }
.v2-links { display: flex; gap: 22px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.v2-links a {
  text-decoration: none; color: var(--v2-ink); font-size: 0.85rem; font-weight: 500;
  padding-bottom: 5px; border-bottom: 1.5px solid transparent;
}
.v2-links a:hover, .v2-links a.active { border-color: var(--v2-ink); }
.v2-nav-icons { display: flex; align-items: center; gap: 16px; flex-shrink: 0; color: var(--v2-ink); }
.v2-nav-icons button { background: none; border: none; font-size: 1.05rem; cursor: pointer; color: inherit; padding: 2px; }
@media (max-width: 900px) { .v2-links { display: none; } }

/* ---------- buttons ---------- */
.v2-btn {
  display: inline-flex; align-items: center; gap: 8px; font: inherit; font-weight: 600;
  font-size: 0.82rem; letter-spacing: 0.02em; padding: 12px 22px; border-radius: 2px; border: 1.5px solid var(--v2-ink);
  cursor: pointer; text-decoration: none; background: var(--v2-ink); color: var(--v2-cream); transition: opacity 0.15s ease;
}
.v2-btn:hover { opacity: 0.82; }
.v2-btn-outline { background: transparent; color: var(--v2-ink); }
.v2-btn-outline.on-dark { color: var(--v2-olive-text); border-color: var(--v2-olive-text); }

/* ---------- torn paper photo ---------- */
.v2-torn {
  --tw: 22px; /* tooth width of the tear */
  clip-path: polygon(
    0% var(--tw), 6% 0%, 13% var(--tw), 20% 2%, 27% var(--tw), 34% 0%, 41% var(--tw),
    48% 2%, 55% var(--tw), 62% 0%, 69% var(--tw), 76% 2%, 83% var(--tw), 90% 0%, 100% var(--tw),
    100% 100%, 0% 100%
  );
}
.v2-torn-bottom {
  clip-path: polygon(
    0% 0%, 100% 0%, 100% calc(100% - var(--tw)),
    93% 100%, 86% calc(100% - var(--tw)), 79% 98%, 72% calc(100% - var(--tw)), 65% 100%,
    58% calc(100% - var(--tw)), 51% 98%, 44% calc(100% - var(--tw)), 37% 100%, 30% calc(100% - var(--tw)),
    23% 98%, 16% calc(100% - var(--tw)), 9% 100%, 0% calc(100% - var(--tw))
  );
}
.v2-photo { display: block; width: 100%; object-fit: cover; box-shadow: 0 18px 36px rgba(30, 24, 12, 0.22); }

/* a small taped/rotated paper note */
.v2-note {
  background: var(--v2-card); border: 1px solid var(--v2-line); padding: 14px 18px;
  box-shadow: 0 8px 18px rgba(30, 24, 12, 0.14); font-family: "Caveat", cursive; font-weight: 600;
  font-size: 1.15rem; line-height: 1.2; color: var(--v2-ink);
}

/* ---------- hero ---------- */
.v2-hero { padding: 48px 0 64px; }
.v2-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.v2-hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--v2-ink-soft); margin-bottom: 14px; }
.v2-hero h1 { font-size: 3rem; line-height: 1.05; margin-bottom: 18px; }
.v2-hero p { font-size: 1rem; color: var(--v2-ink-soft); max-width: 42ch; margin-bottom: 26px; }
.v2-hero-photo-wrap { position: relative; }
.v2-hero-photo-wrap .v2-photo { --tw: 26px; aspect-ratio: 5/4; }
@media (max-width: 860px) {
  .v2-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .v2-hero h1 { font-size: 2.1rem; }
}

/* ---------- taste strip (home entry tiles) ---------- */
.v2-taste { padding: 12px 0 60px; }
.v2-taste-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.v2-taste-tile { text-decoration: none; color: var(--v2-ink); display: flex; flex-direction: column; gap: 10px; }
.v2-taste-tile img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 3px; box-shadow: 0 10px 20px rgba(30, 24, 12, 0.16); }
.v2-taste-tile .name { font-family: "Fraunces", serif; font-weight: 600; font-size: 0.86rem; }
.v2-taste-tile .desc { font-size: 0.74rem; color: var(--v2-ink-soft); }
@media (max-width: 900px) { .v2-taste-row { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .v2-taste-row { grid-template-columns: repeat(2, 1fr); } }

/* ---------- tagline band ---------- */
.v2-tagline { padding: 20px 0 64px; text-align: center; }
.v2-tagline .v2-script { font-size: 1.9rem; }
.v2-tagline-words { margin-top: 18px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; color: var(--v2-ink-soft); font-size: 0.82rem; letter-spacing: 0.04em; }
.v2-tagline-words span:not(:last-child)::after { content: "·"; margin-left: 10px; }

/* ---------- category page header (Cakes, Salt Bread, etc.) ---------- */
.v2-page-head { padding: 40px 0 36px; }
.v2-page-head-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; }
.v2-page-head h1 { font-size: 2.6rem; margin-bottom: 8px; }
.v2-page-head p { color: var(--v2-ink-soft); font-size: 1rem; }
.v2-page-head-photo { --tw: 20px; aspect-ratio: 4/3; }
@media (max-width: 780px) { .v2-page-head-grid { grid-template-columns: 1fr; gap: 24px; } }

/* ---------- category layout: sidebar filters + product grid ---------- */
.v2-shop { display: grid; grid-template-columns: 190px 1fr; gap: 40px; padding-bottom: 56px; }
.v2-filters { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.v2-filters button {
  display: block; width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  font: inherit; font-size: 0.86rem; color: var(--v2-ink-soft); padding: 7px 0;
}
.v2-filters button.active, .v2-filters button:hover { color: var(--v2-ink); font-weight: 600; }
.v2-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 22px; }
.v2-product-card { text-decoration: none; color: var(--v2-ink); display: block; }
.v2-product-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 3px; margin-bottom: 10px; box-shadow: 0 8px 18px rgba(30,24,12,0.14); }
.v2-product-card .name { font-family: "Fraunces", serif; font-weight: 600; font-size: 0.92rem; margin-bottom: 2px; }
.v2-product-card .price { font-size: 0.82rem; color: var(--v2-ink-soft); }
@media (max-width: 780px) {
  .v2-shop { grid-template-columns: 1fr; }
  .v2-filters { flex-direction: row; flex-wrap: wrap; gap: 4px 16px; }
}
@media (max-width: 560px) { .v2-product-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- custom CTA banner ---------- */
.v2-cta {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px;
  border-top: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); padding: 32px 0;
}
.v2-cta h2 { font-size: 1.5rem; margin-bottom: 4px; }
.v2-cta p { color: var(--v2-ink-soft); margin: 0; }
.v2-cta-photo { width: 190px; --tw: 14px; aspect-ratio: 1; }
@media (max-width: 640px) { .v2-cta { grid-template-columns: 1fr; text-align: center; } .v2-cta-photo { margin: 0 auto; } }

/* ---------- footer ---------- */
.v2-footer { background: var(--v2-olive); color: var(--v2-olive-text); padding: 64px 0 32px; margin-top: 64px; position: relative; overflow: hidden; }
.v2-footer .v2-script { font-size: 2.1rem; opacity: 0.92; margin-bottom: 28px; }
.v2-footer-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; align-items: flex-start; }
.v2-footer-links { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 32px; }
.v2-footer-links li { margin-bottom: 8px; }
.v2-footer-links a { color: var(--v2-olive-text); text-decoration: none; font-size: 0.9rem; opacity: 0.9; }
.v2-footer-links a:hover { opacity: 1; text-decoration: underline; }
.v2-footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(238,232,214,0.25); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.78rem; opacity: 0.75; }
.v2-footer-social { display: flex; gap: 16px; }
.v2-footer-social a { color: var(--v2-olive-text); text-decoration: none; opacity: 0.85; }
.v2-footer-social a:hover { opacity: 1; }
