/* Strictly Christmas — design system
   Warm, classic, readable. Built for shoppers 50+: large type, big targets,
   high contrast, generous spacing. */

:root {
  --green-950: #0f2c1a;
  --green-900: #143d24;
  --green-700: #1e5c33;
  --green-100: #e7efe6;
  --cream: #faf6ec;
  --cream-dark: #f1e9d6;
  --cranberry: #a31621;
  --cranberry-dark: #7e1019;
  --gold: #b98a1f;
  --gold-light: #e8d9a8;
  --ink: #232323;
  --muted: #555;
  --line: #ddd3bd;
  --card: #fffdf8;
  --radius: 12px;
  --shadow: 0 2px 10px rgba(20, 61, 36, .08);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Source Sans 3", -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
}

h1, h2, h3 {
  font-family: var(--font-display);
  color: var(--green-900);
  line-height: 1.25;
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2rem, 4vw, 2.9rem); }
h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
h3 { font-size: 1.25rem; }

p { margin: 0 0 1em; }

a { color: var(--green-700); text-underline-offset: 3px; }
a:hover { color: var(--cranberry); }

img { max-width: 100%; height: auto; display: block; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 780px; }
.section { padding: 56px 0; }
.section-tint { background: var(--green-100); }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 200;
  background: var(--green-900); color: #fff; padding: 12px 20px;
  border-radius: 0 0 8px 8px; font-weight: 700; text-decoration: none;
  transition: top .15s;
}
.skip-link:focus { top: 0; color: #fff; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- utility bar ---------- */
.utility-bar { background: var(--green-950); color: #e9e2cd; font-size: 15px; }
.utility-bar-inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding-top: 8px; padding-bottom: 8px; flex-wrap: wrap;
}
.utility-bar a { color: #fff; margin-left: 18px; }
.utility-bar a:hover { color: var(--gold-light); }

/* ---------- header ---------- */
.site-header { background: var(--card); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.site-header-inner {
  display: flex; align-items: center; gap: 24px;
  padding-top: 14px; padding-bottom: 14px; flex-wrap: wrap;
}
.wordmark { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--green-900); }
.wordmark-mark { width: 44px; height: 44px; color: var(--cranberry); flex: none; }
.wordmark-text { font-family: var(--font-display); font-size: 1.7rem; line-height: 1.1; display: block; }
.wordmark-text em { font-style: normal; color: var(--cranberry); }
.wordmark-text small { display: block; font-family: var(--font-body); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

.header-search { flex: 1 1 280px; max-width: 460px; position: relative; }
.header-search form { display: flex; gap: 0; }
.header-search input[type="search"] {
  flex: 1; min-height: 48px; font-size: 17px; padding: 10px 16px;
  border: 2px solid var(--green-700); border-right: 0; border-radius: 10px 0 0 10px;
  background: #fff;
}
.header-search button {
  min-height: 48px; padding: 10px 22px; font-size: 17px; font-weight: 700;
  background: var(--green-700); color: #fff; border: 2px solid var(--green-700);
  border-radius: 0 10px 10px 0; cursor: pointer;
}
.header-search button:hover { background: var(--green-900); }
.search-suggest {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  box-shadow: var(--shadow); overflow: hidden; z-index: 120;
}
.search-suggest a {
  display: flex; gap: 12px; align-items: center; padding: 10px 14px;
  text-decoration: none; color: var(--ink);
}
.search-suggest a:hover, .search-suggest a:focus-visible { background: var(--green-100); }
.search-suggest img { width: 44px; height: 44px; object-fit: cover; border-radius: 6px; flex: none; }
.search-suggest .s-id { font-weight: 700; color: var(--green-900); }
.search-suggest .s-meta { font-size: 15px; color: var(--muted); }

.order-list-btn {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 48px; padding: 10px 20px; border-radius: 999px;
  background: var(--cranberry); color: #fff; font-weight: 700; font-size: 17px;
  text-decoration: none; white-space: nowrap;
}
.order-list-btn:hover { background: var(--cranberry-dark); color: #fff; }
.order-list-btn svg { width: 24px; height: 24px; }
.order-count {
  background: #fff; color: var(--cranberry); border-radius: 999px;
  min-width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 16px; padding: 0 8px;
}

.nav-toggle {
  display: none; background: none; border: 2px solid var(--green-700);
  border-radius: 8px; width: 52px; height: 48px; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 6px;
}
.nav-toggle span { display: block; width: 24px; height: 3px; background: var(--green-900); border-radius: 2px; }

/* ---------- main nav ---------- */
.main-nav { background: var(--green-900); }
.nav-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; align-items: stretch;
}
.nav-list > li { position: relative; }
.nav-list > li > a, .nav-list > li > button {
  display: block; color: #fff; text-decoration: none; font-weight: 600; font-size: 17px;
  padding: 14px 18px; background: none; border: 0; cursor: pointer; font-family: inherit;
}
.nav-list > li > a:hover, .nav-list > li > button:hover,
.nav-list > li > a:focus-visible, .nav-list > li > button:focus-visible { background: var(--green-700); color: #fff; }
.has-sub .sub-menu .sub-see-all a { font-weight: 700; color: var(--cranberry); border-top: 1px solid var(--line); margin-top: 6px; padding-top: 14px; }
.sub-menu {
  display: none; position: absolute; top: 100%; left: 0; z-index: 110;
  background: #fff; border: 1px solid var(--line); border-radius: 0 0 10px 10px;
  box-shadow: var(--shadow); list-style: none; margin: 0; padding: 8px;
  min-width: 260px; max-height: 70vh; overflow: auto;
  columns: 2; column-gap: 8px;
}
.has-sub.open .sub-menu { display: block; }
.sub-menu li { break-inside: avoid; }
.sub-menu a {
  display: block; padding: 9px 12px; border-radius: 6px;
  color: var(--ink); text-decoration: none; font-size: 16px; font-weight: 400;
}
.sub-menu a:hover { background: var(--green-100); color: var(--green-900); }

/* ---------- hero ---------- */
.hero { background: linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 60%, #2a6e3f 100%); color: #fff; overflow: hidden; }
.hero-inner {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px;
  align-items: center; padding: 64px 24px;
}
.eyebrow {
  text-transform: uppercase; letter-spacing: .16em; font-size: 14px; font-weight: 700;
  color: var(--gold-light); margin-bottom: 12px;
}
.hero h1 { color: #fff; margin-bottom: 16px; }
.hero .lede { font-size: 1.2rem; color: #f0ead6; max-width: 34em; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin: 24px 0 16px; }
.hero-note { font-size: 16px; color: #e6dfc6; }
.hero-note a { color: #fff; font-weight: 600; }
.hero-art { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-art img { border-radius: var(--radius); border: 4px solid rgba(255,255,255,.25); aspect-ratio: 1; object-fit: cover; width: 100%; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 26px; border-radius: 10px;
  font-size: 17px; font-weight: 700; text-decoration: none; cursor: pointer;
  border: 2px solid transparent; font-family: inherit; line-height: 1.3;
}
.btn-primary { background: var(--cranberry); color: #fff; }
.btn-primary:hover { background: var(--cranberry-dark); color: #fff; }
.btn-ghost { background: transparent; color: var(--green-900); border-color: var(--green-700); }
.btn-ghost:hover { background: var(--green-100); color: var(--green-900); }
.hero .btn-ghost { color: #fff; border-color: #fff; }
.hero .btn-ghost:hover { background: rgba(255,255,255,.15); color: #fff; }
.btn-lg { min-height: 56px; font-size: 19px; padding: 14px 34px; }
.btn-add {
  width: 100%; min-height: 44px; margin-top: 12px;
  background: var(--green-100); color: var(--green-900); border: 2px solid var(--green-700);
  border-radius: 8px; font-weight: 700; font-size: 16px; cursor: pointer; font-family: inherit;
}
.btn-add:hover { background: var(--green-700); color: #fff; }

/* ---------- sections / grids ---------- */
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.section-head h2 { margin: 0; }
.see-all { font-weight: 600; white-space: nowrap; }

.tile-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.tile {
  position: relative; display: block; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); text-decoration: none; background: var(--card);
}
.tile img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.tile-label {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 36px 16px 14px; color: #fff; font-weight: 700; font-size: 19px;
  background: linear-gradient(transparent, rgba(15,44,26,.88));
  display: block;
}
.tile-label small { display: block; font-weight: 400; font-size: 14px; opacity: .9; }

.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 24px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.card-media { display: block; background: #fff; position: relative; }
.card-media img { aspect-ratio: 1; object-fit: contain; width: 100%; padding: 12px; }
.card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.card-id {
  font-weight: 700; letter-spacing: .06em; color: var(--cranberry);
  font-size: 15px; margin: 0 0 4px;
}
.card-title { font-size: 1.08rem; margin: 0 0 4px; }
.card-title a { color: var(--green-900); text-decoration: none; }
.card-title a:hover { color: var(--cranberry); text-decoration: underline; }
.card-designer { color: var(--muted); font-size: 15px; margin: 0 0 4px; }
.badge {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .04em;
  padding: 3px 10px; border-radius: 999px; text-transform: uppercase;
}
.badge-sg { background: var(--gold-light); color: #5c430a; border: 1px solid var(--gold); }
.card-media .badge-sg { position: absolute; top: 10px; left: 10px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.check-list { list-style: none; padding: 0; margin: 0 0 20px; }
.check-list li { padding-left: 34px; position: relative; margin-bottom: 10px; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 4px; width: 22px; height: 22px;
  background: var(--green-700); border-radius: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='3.4' d='M4 12.5l5 5L20 6.5'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='3.4' d='M4 12.5l5 5L20 6.5'/%3E%3C/svg%3E") center/contain no-repeat;
}
.prose { font-size: 18px; }
.prose h2 { margin-top: 1.6em; }
.steps { padding-left: 24px; }
.steps li { margin-bottom: 10px; }

/* ---------- breadcrumbs / page head ---------- */
.breadcrumbs { padding: 20px 0 0; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; font-size: 16px; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: var(--muted); }
.page-head { margin: 12px 0 28px; }
.page-head h1 { margin-bottom: 6px; }
.result-count { color: var(--muted); font-size: 17px; }
.lede { font-size: 1.15rem; color: #3d3d3d; }
.category-intro { margin-bottom: 28px; }

/* ---------- pagination ---------- */
.pagination {
  display: flex; align-items: center; justify-content: center; gap: 24px;
  margin: 40px 0 8px;
}
.pagination a {
  min-height: 48px; display: inline-flex; align-items: center; padding: 10px 24px;
  border: 2px solid var(--green-700); border-radius: 10px; font-weight: 700; text-decoration: none;
}
.pagination a:hover { background: var(--green-100); }
.page-status { color: var(--muted); }

/* ---------- product page ---------- */
.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-bottom: 24px; }
.product-media img {
  border-radius: var(--radius); border: 1px solid var(--line);
  background: #fff; width: 100%; aspect-ratio: 1; object-fit: contain; padding: 16px;
}
.product-id { font-size: 1rem; font-weight: 700; letter-spacing: .08em; color: var(--cranberry); margin: 0 0 6px; }
.product-info h1 { margin-top: 0; }
.product-designer { font-size: 1.1rem; color: var(--muted); }
.spec-list { margin: 24px 0; border-top: 1px solid var(--line); }
.spec-list > div {
  display: grid; grid-template-columns: 160px 1fr; gap: 16px;
  padding: 12px 0; border-bottom: 1px solid var(--line);
}
.spec-list dt { font-weight: 700; color: var(--green-900); }
.spec-list dd { margin: 0; }
.add-form { margin: 24px 0; }
.add-form label { font-weight: 700; display: block; margin-bottom: 8px; }
.qty-row { display: flex; gap: 12px; }
.qty-row input[type="number"] {
  width: 90px; min-height: 52px; font-size: 19px; text-align: center;
  border: 2px solid var(--green-700); border-radius: 10px; padding: 8px;
}
.product-cta-box {
  background: var(--green-100); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px 22px; margin-top: 24px;
}
.product-cta-box p:last-child { margin-bottom: 0; }
.alt-views { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.alt-thumb {
  border: 2px solid var(--line); border-radius: 8px; padding: 4px; cursor: pointer;
  background: #fff; width: 84px; height: 84px;
}
.alt-thumb img { width: 100%; height: 100%; object-fit: contain; }
.alt-thumb.is-active { border-color: var(--cranberry); }

/* ---------- search ---------- */
.search-page-form { display: flex; gap: 12px; margin: 20px 0 8px; }
.search-page-form input[type="search"] {
  flex: 1; min-height: 56px; font-size: 19px; padding: 12px 18px;
  border: 2px solid var(--green-700); border-radius: 10px; background: #fff;
}
.search-tips { color: var(--muted); font-size: 16px; }
.search-results { margin-top: 28px; }
.search-results .card-grid { margin-top: 16px; }
.no-results { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; text-align: center; }

/* ---------- order list ---------- */
.order-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: start; }
.order-line {
  display: grid; grid-template-columns: 84px 1fr auto; gap: 16px; align-items: center;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px 16px; margin-bottom: 12px;
}
.order-line img { width: 84px; height: 84px; object-fit: contain; background: #fff; border-radius: 8px; border: 1px solid var(--line); }
.order-line-id { font-weight: 700; color: var(--cranberry); letter-spacing: .04em; }
.order-line-title { margin: 0; font-size: 16px; color: var(--muted); }
.order-line-controls { display: flex; align-items: center; gap: 10px; }
.order-line-controls input[type="number"] {
  width: 72px; min-height: 44px; font-size: 17px; text-align: center;
  border: 2px solid var(--green-700); border-radius: 8px;
}
.link-btn {
  background: none; border: 0; color: var(--cranberry); text-decoration: underline;
  cursor: pointer; font-size: 16px; padding: 8px; font-family: inherit;
}
.empty-note { background: var(--card); border: 1px dashed var(--line); border-radius: var(--radius); padding: 28px; text-align: center; }
.quick-add { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; margin-top: 24px; }
.quick-add-row { display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; }
.quick-add-row > div:first-child { flex: 1 1 200px; }
.quick-add label { display: block; font-weight: 700; margin-bottom: 6px; }
.quick-add input { width: 100%; min-height: 48px; font-size: 17px; padding: 10px 14px; border: 2px solid var(--green-700); border-radius: 8px; }
.quick-add input[name="qty"] { max-width: 110px; }

.order-contact {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; position: sticky; top: 170px;
}
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; margin-bottom: 6px; }
.field .optional { font-weight: 400; color: var(--muted); font-size: 15px; }
.field input[type="text"], .field input[type="tel"], .field input[type="email"], .field textarea {
  width: 100%; min-height: 48px; font-size: 17px; padding: 10px 14px;
  border: 2px solid #b9ac8d; border-radius: 8px; background: #fff; font-family: inherit;
}
.field textarea { min-height: 0; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
fieldset.field { border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px; }
fieldset.field legend { font-weight: 700; padding: 0 8px; }
.radio { display: flex; gap: 10px; align-items: center; font-weight: 400; margin-bottom: 8px; cursor: pointer; }
.radio input { width: 22px; height: 22px; accent-color: var(--green-700); }
.honeypot { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: 15px; color: var(--muted); }
.form-note.error { color: var(--cranberry); font-weight: 600; }
.form-note.success { color: var(--green-700); font-weight: 600; }

/* ---------- retailers ---------- */
.retailer-list { list-style: none; margin: 0 0 40px; padding: 0; display: grid; gap: 16px; }
.retailer {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 24px;
}
.retailer h2 { font-size: 1.3rem; margin-bottom: 4px; }
.retailer p { margin: 0 0 4px; }

/* ---------- footer ---------- */
.site-footer { background: var(--green-950); color: #ddd6bd; margin-top: 64px; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
  padding-top: 48px; padding-bottom: 32px;
}
.footer-wordmark { font-family: var(--font-display); font-size: 1.6rem; color: #fff; }
.footer-wordmark em { font-style: normal; color: var(--gold-light); }
.footer-heading { font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .1em; font-size: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #e9e2cd; }
.site-footer a:hover { color: #fff; }
.footer-phone { font-size: 1.3rem; font-weight: 700; color: #fff !important; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; padding-bottom: 24px; font-size: 15px; }

/* ---------- order drawer ---------- */
.order-drawer {
  position: fixed; right: 0; top: 0; bottom: 0; width: min(420px, 92vw); z-index: 300;
  background: var(--card); border-left: 1px solid var(--line);
  box-shadow: -8px 0 30px rgba(0,0,0,.15); display: flex; flex-direction: column;
}
.order-drawer[hidden] { display: none; }
.order-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px; border-bottom: 1px solid var(--line);
}
.order-drawer-head h2 { margin: 0; font-size: 1.4rem; }
.drawer-close {
  background: none; border: 0; font-size: 2rem; line-height: 1; cursor: pointer;
  width: 48px; height: 48px; color: var(--ink);
}
.order-drawer-body { flex: 1; overflow: auto; padding: 18px 22px; }
.order-drawer-foot { padding: 18px 22px; border-top: 1px solid var(--line); }
.order-drawer-foot .btn { width: 100%; }
.drawer-line { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.drawer-line img { width: 56px; height: 56px; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.drawer-line .d-id { font-weight: 700; color: var(--cranberry); font-size: 15px; }
.drawer-line .d-title { font-size: 14px; color: var(--muted); margin: 0; }
.drawer-line .d-qty { margin-left: auto; font-weight: 700; white-space: nowrap; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-inner, .split, .product-layout, .order-layout { grid-template-columns: 1fr; }
  .order-contact { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-toggle { display: inline-flex; }
  .main-nav .wrap { padding: 0; }
  .nav-list { display: none; flex-direction: column; }
  .main-nav.open .nav-list { display: flex; }
  .nav-list > li > a, .nav-list > li > button { width: 100%; text-align: left; border-top: 1px solid rgba(255,255,255,.12); }
  .has-sub .sub-menu { position: static; columns: 1; border-radius: 0; max-height: none; }
  .site-header-inner { gap: 14px; }
  .header-search { order: 3; flex-basis: 100%; max-width: none; }
}
@media (max-width: 560px) {
  body { font-size: 17px; }
  .footer-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .utility-msg { display: none; }
  .hero-inner { padding: 40px 24px; }
  .card-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ---------- Christmas accents ---------- */
/* Night-sky hero with a few faint stars */
.hero {
  background:
    radial-gradient(circle at 8% 18%, rgba(255,255,255,.85) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 22% 62%, rgba(255,255,255,.6) 0 1px, transparent 2px),
    radial-gradient(circle at 41% 28%, rgba(255,255,255,.7) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 58% 74%, rgba(255,255,255,.55) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 20%, rgba(255,255,255,.8) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 88% 58%, rgba(255,255,255,.6) 0 1px, transparent 2px),
    linear-gradient(160deg, #0e2a18 0%, #143d24 55%, #1e5c33 100%);
}

/* String of Christmas lights along the bottom of the hero */
.hero-lights {
  height: 36px;
  background-image:
    linear-gradient(rgba(8,22,13,.85), rgba(8,22,13,.85)),
    radial-gradient(circle at 15px 16px, rgba(255,209,102,.35) 0 9px, transparent 10px),
    radial-gradient(circle at 15px 16px, #ffd166 0 5px, transparent 6px),
    radial-gradient(circle at 45px 16px, rgba(239,71,111,.35) 0 9px, transparent 10px),
    radial-gradient(circle at 45px 16px, #ef476f 0 5px, transparent 6px),
    radial-gradient(circle at 15px 16px, rgba(123,223,242,.35) 0 9px, transparent 10px),
    radial-gradient(circle at 15px 16px, #7bdff2 0 5px, transparent 6px),
    radial-gradient(circle at 45px 16px, rgba(149,213,178,.4) 0 9px, transparent 10px),
    radial-gradient(circle at 45px 16px, #95d5b2 0 5px, transparent 6px);
  background-size: 100% 2px, 60px 36px, 60px 36px, 60px 36px, 60px 36px, 60px 36px, 60px 36px, 60px 36px, 60px 36px;
  background-position: 0 8px, 0 0, 0 0, 0 0, 0 0, 30px 0, 30px 0, 30px 0, 30px 0;
  background-repeat: repeat-x;
  animation: lights-glow 3.4s ease-in-out infinite;
}
@keyframes lights-glow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.22) saturate(1.08); }
}

/* Gold ornament divider with a snowflake */
.ornament {
  display: flex; align-items: center; gap: 16px;
  max-width: 560px; margin: 0 auto 28px; color: var(--gold);
}
.ornament::before, .ornament::after {
  content: ""; height: 2px; flex: 1; border-radius: 2px;
}
.ornament::before { background: linear-gradient(90deg, transparent, var(--gold)); }
.ornament::after { background: linear-gradient(90deg, var(--gold), transparent); }
.ornament span { font-size: 26px; line-height: 1; }

/* Search page: position the live suggestion dropdown */
.search-page-form { display: flex; gap: 12px; margin: 20px 0 8px; flex-wrap: wrap; }
.search-page-field { position: relative; flex: 1 1 240px; }
.search-page-field input[type="search"] { width: 100%; }
.search-page-field .search-suggest { text-align: left; }
.s-noimg {
  width: 44px; height: 44px; border-radius: 6px; flex: none;
  background: var(--green-100);
}
.no-results-browse { margin-top: 12px; }

@media (prefers-reduced-motion: reduce) {
  .hero-lights { animation: none; }
}
