/* =========================================================================
   HiveStart Tools — premium warm editorial theme
   Serif display headings, honey/cream palette, honeycomb accents.
   Mobile-first, zero dependencies, Core Web Vitals friendly.
   ========================================================================= */

:root {
  --ink: #241a10;
  --ink-soft: #4a3c2b;
  --muted: #7b6b56;
  --cream: #faf7f0;
  --surface: #fffdf8;
  --line: #e9e1d2;
  --line-strong: #d9cdb6;
  --amber-050: #fdf4e0;
  --amber-100: #f8e8c4;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --honey: #f2c94c;
  --green-700: #2f7d3f;
  --green-050: #f0f7ee;
  --red-700: #b3392e;
  --red-050: #fdf1ef;
  --blue-700: #2b5f8a;
  --blue-050: #eef4f8;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow-1: 0 1px 2px rgba(83, 59, 22, .06), 0 4px 14px rgba(83, 59, 22, .07);
  --shadow-2: 0 2px 4px rgba(83, 59, 22, .08), 0 14px 34px rgba(83, 59, 22, .12);
  --font-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --content-width: 880px;
  --wide-width: 1140px;
  --comb: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97' viewBox='0 0 56 97'%3E%3Cg fill='none' stroke='%23b45309' stroke-opacity='.10' stroke-width='2'%3E%3Cpath d='M28 2 52 16v28L28 58 4 44V16zM28 60 52 74v28L28 116 4 102V74z'/%3E%3Cpath d='M0-26 24-12v28L0 30l-24-14v-28zM56-26 80-12v28L56 30 32 16v-28zM0 32l24 14v28L0 88l-24-14V46zM56 32l24 14v28L56 88 32 74V46z'/%3E%3C/g%3E%3C/svg%3E");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; }

a { color: var(--amber-700); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--amber-800); }

.wrap { max-width: var(--wide-width); margin: 0 auto; padding: 0 1.1rem; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--amber-700);
  color: #fff; padding: .5rem 1rem; z-index: 100; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

::selection { background: var(--honey); color: var(--ink); }

/* ------------------------------------------------------------------ header */
.site-header {
  background: linear-gradient(180deg, #2b2013, #241a10);
  border-bottom: 3px solid var(--honey);
  position: sticky; top: 0; z-index: 50;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 62px; flex-wrap: wrap; padding-top: .5rem; padding-bottom: .5rem;
}
.brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; }
.brand-name {
  font-family: var(--font-display); font-weight: 700; font-size: 1.28rem;
  color: #fdf6e3; letter-spacing: .01em;
}
.brand-name::after { content: ""; }
.brand-icon { flex: none; border-radius: 8px; box-shadow: 0 0 0 2px rgba(242, 201, 76, .35); }

.nav-toggle {
  display: inline-block; background: rgba(253, 246, 227, .08); border: 1px solid rgba(253, 246, 227, .25);
  border-radius: 8px; padding: .4rem .9rem; font-size: .95rem; cursor: pointer; color: #fdf6e3;
}
.nav-menu { display: none; list-style: none; margin: 0; padding: .5rem 0 .3rem; width: 100%; }
.nav-menu.open { display: block; }
.nav-menu li a {
  display: block; padding: .5rem 0; text-decoration: none; color: #efe4cd; font-weight: 600; font-size: .98rem;
}
.nav-menu li a:hover { color: var(--honey); }
.nav-menu li a.nav-cta {
  color: var(--ink); background: linear-gradient(135deg, var(--honey), #e8b54a);
  border-radius: 99px; padding: .34rem 1rem; display: inline-block; margin-top: .2rem;
  box-shadow: 0 2px 8px rgba(242, 201, 76, .35);
}
.nav-menu li a.nav-cta:hover { filter: brightness(1.05); color: var(--ink); }

@media (min-width: 820px) {
  .nav-toggle { display: none; }
  .nav-menu { display: flex !important; gap: 1.35rem; width: auto; padding: 0; align-items: center; }
  .nav-menu li a { padding: .25rem 0; }
}

/* -------------------------------------------------------------------- main */
.site-main { padding: 1.6rem 1.1rem 3.5rem; max-width: var(--content-width); margin: 0 auto; }

h1, h2, h3, .tile h2, .tile h3 { font-family: var(--font-display); color: var(--ink); }
h1 { font-size: 2rem; line-height: 1.22; letter-spacing: -.012em; margin: .5rem 0 1rem; }
h2 { font-size: 1.5rem; line-height: 1.3; margin: 2.3rem 0 .7rem; }
h3 { font-size: 1.16rem; margin: 1.5rem 0 .45rem; }
@media (min-width: 700px) { h1 { font-size: 2.5rem; } }

.prose p, .prose li { max-width: 70ch; }
.lead { font-size: 1.12rem; color: var(--ink-soft); }

.eyebrow {
  display: inline-block; font-family: var(--font-body); font-size: .74rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; color: var(--amber-700);
  background: var(--amber-050); border: 1px solid var(--amber-100);
  padding: .18rem .7rem; border-radius: 99px; margin-bottom: .4rem;
}

/* ------------------------------------------------------------- breadcrumbs */
.breadcrumbs { font-size: .85rem; margin-bottom: .4rem; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; }
.breadcrumbs li + li::before { content: "›"; margin-right: .35rem; color: var(--line-strong); }
.breadcrumbs a { text-decoration: none; color: var(--muted); }
.breadcrumbs a:hover { color: var(--amber-700); }
.breadcrumbs span[aria-current] { color: var(--ink-soft); }

/* ------------------------------------------------------------ quick answer */
.quick-answer {
  position: relative;
  background: linear-gradient(135deg, var(--amber-050), #fbf0d3);
  border: 1px solid var(--amber-100); border-left: 5px solid var(--honey);
  border-radius: var(--radius); padding: 1.05rem 1.25rem 1.05rem 1.35rem;
  margin: 1.1rem 0 1.6rem; font-size: 1.04rem; box-shadow: var(--shadow-1);
}
.quick-answer strong:first-child { color: var(--amber-800); }

/* ------------------------------------------------------------- warn boxes */
.warn-box {
  border-radius: var(--radius); padding: 1.05rem 1.3rem; margin: 1.7rem 0;
  border: 1px solid var(--line); box-shadow: var(--shadow-1); background: var(--surface);
}
.warn-box h2, .warn-box h3 {
  margin: 0 0 .5rem; font-size: 1.02rem; font-family: var(--font-body); font-weight: 800;
  display: flex; align-items: center; gap: .5rem;
}
.warn-box h2::before { font-size: 1.05rem; }
.warn-box p, .warn-box ul { margin: .3rem 0; }
.warn-box--danger { background: var(--red-050); border-color: #f3d3ce; }
.warn-box--danger h2 { color: var(--red-700); }
.warn-box--danger h2::before { content: "⚠"; }
.warn-box--check { background: var(--amber-050); border-color: var(--amber-100); }
.warn-box--check h2 { color: var(--amber-800); }
.warn-box--check h2::before { content: "✓"; }
.warn-box--info { background: var(--blue-050); border-color: #d3e2ed; }
.warn-box--info h2 { color: var(--blue-700); }
.warn-box--info h2::before { content: "ℹ"; }
.warn-box--ok { background: var(--green-050); border-color: #d3e8cf; }
.warn-box--ok h2 { color: var(--green-700); }

/* ------------------------------------------------ source lines (icon-only) */
.source-line {
  font-size: .85rem; color: var(--muted); display: flex; align-items: center; gap: .45rem; flex-wrap: wrap;
}
.source-line .source-name { font-weight: 600; color: var(--ink-soft); }
.source-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 7px; color: var(--amber-700);
  background: var(--amber-050); border: 1px solid var(--amber-100); text-decoration: none;
  transition: background .15s;
}
.source-icon:hover { background: var(--amber-100); color: var(--amber-800); }
.source-icon svg { width: 13px; height: 13px; }

/* ------------------------------------------------------------------ tables */
.table-scroll {
  overflow-x: auto; margin: 1.3rem 0; -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--surface); box-shadow: var(--shadow-1);
}
.table-scroll table { margin: 0; border: 0; }
table { border-collapse: collapse; width: 100%; font-size: .93rem; }
caption {
  text-align: left; font-weight: 700; padding: .8rem 1rem .4rem; color: var(--ink);
  font-family: var(--font-display); font-size: 1rem;
}
th, td { border-top: 1px solid var(--line); padding: .58rem .8rem; text-align: left; vertical-align: top; }
th:not(:first-child), td:not(:first-child) { border-left: 1px solid var(--line); }
thead th {
  background: linear-gradient(180deg, var(--amber-050), #f6ecd2); color: var(--amber-800);
  font-size: .82rem; text-transform: uppercase; letter-spacing: .05em;
}
tbody th[scope="row"] { background: #f7f2e6; font-weight: 650; }
tbody tr:nth-child(even) td { background: #fbf8f0; }
tfoot th, tfoot td { background: var(--amber-050); font-weight: 700; border-top: 2px solid var(--line-strong); }

/* section without .table-scroll wrapper (inline tables in prose) */
.prose table { margin: 1.2rem 0; background: var(--surface); }

/* ------------------------------------------------------------------- forms */
.tool-layout { display: grid; gap: 1.6rem; margin: 1.5rem 0; }
@media (min-width: 900px) {
  .tool-layout { grid-template-columns: minmax(300px, 375px) 1fr; align-items: start; }
  .tool-form { position: sticky; top: 84px; }
}
.tool-form {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.35rem 1.35rem 1.5rem; box-shadow: var(--shadow-2);
  border-top: 4px solid var(--honey);
}
.tool-form h2 { margin: 0 0 1rem; font-size: 1.3rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-weight: 650; font-size: .92rem; margin-bottom: .3rem; }
.field .hint { font-weight: 400; color: var(--muted); font-size: .8rem; display: block; }
.field input[type="number"], .field select {
  width: 100%; padding: .6rem .7rem; border: 1.5px solid var(--line-strong); border-radius: 9px;
  font-size: 1rem; background: #fff; color: var(--ink); transition: border-color .15s;
}
.field input:hover, .field select:hover { border-color: var(--amber-600); }
.field input:focus, .field select:focus { outline: 2px solid var(--honey); outline-offset: 1px; border-color: var(--amber-600); }
.radio-row { display: flex; gap: 1rem; flex-wrap: wrap; }
.radio-row label { font-weight: 500; display: flex; align-items: center; gap: .35rem; }
.radio-row input { accent-color: var(--amber-700); }

.btn {
  display: inline-block; border: 0; border-radius: 10px; padding: .72rem 1.5rem;
  font-size: 1.02rem; font-weight: 750; cursor: pointer; text-decoration: none; text-align: center;
  transition: transform .12s, box-shadow .12s, filter .12s;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--amber-600), var(--amber-700)); color: #fff; width: 100%;
  box-shadow: 0 3px 10px rgba(180, 83, 9, .35);
}
.btn-primary:hover { filter: brightness(1.07); color: #fff; box-shadow: 0 5px 16px rgba(180, 83, 9, .4); }
.btn-secondary { background: var(--surface); color: var(--amber-800); border: 1.5px solid var(--amber-600); }
.btn-secondary:hover { background: var(--amber-050); color: var(--amber-800); }
.btn-amazon {
  background: linear-gradient(180deg, #ffd814, #f2c200); color: #1a1a1a; border: 1px solid #d5ab00;
  font-size: .92rem; padding: .52rem 1.1rem; box-shadow: 0 2px 6px rgba(213, 171, 0, .3);
}
.btn-amazon:hover { filter: brightness(1.04); color: #1a1a1a; }

/* --------------------------------------------------------------- results */
.tool-results { min-width: 0; }
.result-summary {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.25rem 1.4rem; margin-bottom: 1.3rem; box-shadow: var(--shadow-2);
  background-image: var(--comb); background-size: 56px 97px;
}
.result-summary h2 { margin-top: 0; }
.big-number {
  font-family: var(--font-display); font-size: 1.85rem; font-weight: 700; color: var(--amber-800);
  letter-spacing: -.01em; display: inline-block; line-height: 1.25;
}
.result-note { color: var(--muted); font-size: .88rem; }
.verdict-ok { color: var(--green-700); font-weight: 800; font-size: 1.2rem; }
.verdict-feed { color: var(--red-700); font-weight: 800; font-size: 1.2rem; }

/* --------------------------------------------------------------- bar chart */
.bar-chart {
  margin: 1.6rem 0; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.1rem 1.25rem; box-shadow: var(--shadow-1);
}
.bar-chart figcaption { font-weight: 700; margin-bottom: .8rem; color: var(--ink); font-family: var(--font-display); }
.bar-chart dl { margin: 0; }
.bar-row { display: grid; grid-template-columns: 108px 1fr; gap: .65rem; align-items: center; margin-bottom: .55rem; }
.bar-row dt { font-size: .88rem; font-weight: 650; margin: 0; text-transform: capitalize; }
.bar-row dd { margin: 0; display: flex; align-items: center; gap: .55rem; min-width: 0; }
.bar {
  display: inline-block; height: 1.25rem;
  background: linear-gradient(90deg, var(--honey), var(--amber-600));
  border-radius: 6px; min-width: 4px; box-shadow: inset 0 -2px 0 rgba(146, 64, 14, .25);
}
.bar-value {
  font-size: .82rem; white-space: nowrap; color: var(--ink-soft); font-weight: 600;
  background: var(--amber-050); border: 1px solid var(--amber-100); border-radius: 99px; padding: .05rem .55rem;
}

/* --------------------------------------------------------- season timeline */
.season-timeline {
  margin: 1.7rem 0; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.1rem 1.25rem; box-shadow: var(--shadow-1);
}
.season-timeline figcaption { font-weight: 700; margin-bottom: .8rem; color: var(--ink); font-family: var(--font-display); }
.season-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
@media (min-width: 560px) { .season-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 900px) { .season-grid { grid-template-columns: repeat(6, 1fr); } }
.season-cell {
  border: 1px solid var(--line); border-radius: 8px; padding: .5rem .55rem;
  font-size: .78rem; min-height: 4.8rem; background: #fff;
}
.season-month { display: block; font-weight: 800; margin-bottom: .18rem; font-family: var(--font-display); font-size: .88rem; }
.season-activity { color: var(--ink-soft); }
.season-flow-main { background: linear-gradient(180deg, #fbe6ac, var(--honey)); border-color: var(--amber-600); }
.season-flow-light { background: var(--amber-050); border-color: var(--amber-100); }
.season-legend { font-size: .82rem; color: var(--muted); display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; margin: .8rem 0 0; }
.legend-swatch { display: inline-block; width: 14px; height: 14px; border-radius: 4px; border: 1px solid var(--line); margin-right: .3rem; vertical-align: -2px; }
.legend-main { background: var(--honey); border-color: var(--amber-600); }
.legend-light { background: var(--amber-050); }
.legend-none { background: #fff; }

/* ------------------------------------------------------------ illustrations */
.illo { display: block; width: 100%; height: auto; }
.illo-figure {
  margin: 1.7rem 0; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1rem 1rem .7rem; box-shadow: var(--shadow-1);
}
.illo-figure figcaption { font-size: .87rem; color: var(--muted); padding: .55rem .3rem 0; }
.illo-hero { max-width: 620px; margin: 0 auto; }
.illo-divider { margin: 2.2rem auto 0; max-width: 520px; display: block; opacity: .9; }

.hive-figure {
  margin: 1.7rem 0; text-align: center; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.1rem; box-shadow: var(--shadow-1);
}
.hive-figure figcaption { font-size: .87rem; color: var(--muted); margin-top: .6rem; text-align: left; }
.hive-figure svg { max-width: 460px; width: 100%; }

/* ------------------------------------------------------------ product cards */
.product-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.3rem 1.4rem; margin: 1.5rem 0; box-shadow: var(--shadow-1);
  transition: box-shadow .18s, border-color .18s;
}
.product-card:hover { box-shadow: var(--shadow-2); border-color: var(--line-strong); }
.product-head { display: flex; gap: 1rem; align-items: flex-start; }
.product-icon-wrap {
  flex: none; width: 58px; height: 58px; border-radius: 14px;
  background: linear-gradient(135deg, var(--amber-050), var(--amber-100));
  color: var(--amber-700); display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--amber-100);
}
.product-name { margin: 0 0 .25rem; font-size: 1.14rem; }
.product-badge {
  display: inline-block; margin: 0;
  background: linear-gradient(135deg, var(--honey), #e8b54a); color: var(--ink);
  font-size: .76rem; font-weight: 800; padding: .16rem .7rem; border-radius: 99px;
  letter-spacing: .02em; box-shadow: 0 1px 4px rgba(242, 201, 76, .4);
}
.product-why { margin: .85rem 0 .4rem; }
.product-notes { color: var(--ink-soft); font-size: .93rem; }
.spec-table { margin: .9rem 0; font-size: .88rem; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.spec-table th { width: 34%; }
.product-cta { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; margin: .9rem 0 .2rem; }
.cta-note { font-size: .8rem; color: var(--muted); }
.product-reviewed { font-size: .78rem; color: var(--muted); margin: .6rem 0 0; }

.product-card--compact { display: flex; gap: .95rem; padding: 1rem 1.1rem; margin: 0; }
.product-card--compact .product-icon-wrap { width: 46px; height: 46px; border-radius: 11px; }
.product-card--compact .product-name { font-size: 1rem; }
.product-card--compact .product-notes { font-size: .86rem; margin: .2rem 0 .4rem; }
.compact-body { min-width: 0; }

/* --------------------------------------------------------------------- faq */
.faq h2 { margin-bottom: 1rem; }
.faq-item {
  border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: .65rem;
  background: var(--surface); box-shadow: var(--shadow-1); overflow: hidden;
}
.faq-item summary {
  cursor: pointer; padding: .85rem 1.1rem; list-style: none;
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq-item summary:hover { background: var(--amber-050); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-weight: 800; color: var(--amber-700); font-size: 1.25rem; line-height: 1;
  flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--amber-050);
  border: 1px solid var(--amber-100); display: flex; align-items: center; justify-content: center;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item summary h3 { margin: 0; font-size: 1.02rem; font-family: var(--font-body); font-weight: 700; }
.faq-answer { padding: 0 1.1rem 1rem; border-top: 1px dashed var(--line); }
.faq-answer > :first-child { margin-top: .8rem; }

/* ---------------------------------------------------------------- ad slots */
.ad-slot { margin: 1.7rem 0; text-align: center; }
.ad-label { display: block; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: .3rem; }

/* -------------------------------------------------------------------- hero */
.hero {
  text-align: center; padding: 1.6rem 0 .6rem; position: relative;
}
.hero h1 { font-size: 2.3rem; margin: .6rem 0 .9rem; }
@media (min-width: 700px) { .hero h1 { font-size: 2.9rem; } }
.hero p { max-width: 62ch; margin-left: auto; margin-right: auto; }
.hero-cta { margin-top: 1.4rem; display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }
.hero .btn-primary { width: auto; }
.hero-art { margin: 1.8rem auto .4rem; max-width: 640px; }

.stat-strip {
  display: flex; gap: .7rem; justify-content: center; flex-wrap: wrap; margin: 1.5rem 0 .4rem;
}
.stat-chip {
  background: var(--surface); border: 1px solid var(--line); border-radius: 99px;
  padding: .4rem 1.05rem; font-size: .86rem; color: var(--ink-soft); box-shadow: var(--shadow-1);
}
.stat-chip strong { color: var(--amber-800); font-family: var(--font-display); font-size: 1.02rem; }

/* ------------------------------------------------------------- tile grids */
.card-grid { display: grid; gap: 1rem; margin: 1.3rem 0; grid-template-columns: 1fr; }
@media (min-width: 640px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .card-grid--3 { grid-template-columns: repeat(3, 1fr); } }
.tile {
  display: block; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.2rem 1.3rem; text-decoration: none; color: inherit;
  transition: transform .16s, box-shadow .16s, border-color .16s; box-shadow: var(--shadow-1);
  position: relative; overflow: hidden;
}
.tile::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 4px;
  background: linear-gradient(180deg, var(--honey), var(--amber-600));
  opacity: 0; transition: opacity .16s;
}
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: var(--line-strong); color: inherit; }
.tile:hover::before { opacity: 1; }
.tile h3, .tile h2 { margin: 0 0 .35rem; font-size: 1.12rem; color: var(--amber-800); }
.tile p { margin: 0; font-size: .9rem; color: var(--ink-soft); }
.tile .tile-kicker {
  display: block; font-size: .7rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted); margin-bottom: .3rem;
}

/* ------------------------------------------------------------ related block */
.related-block { margin-top: 2.6rem; }
.related-block > h2 {
  display: flex; align-items: center; gap: .6rem; font-size: 1.35rem;
}
.related-block > h2::after {
  content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--line-strong), transparent);
}

/* ------------------------------------------------------------------ footer */
.site-footer {
  background: linear-gradient(180deg, #2b2013, #201709); color: #d9cdb6; margin-top: 3rem; font-size: .9rem;
  border-top: 3px solid var(--honey); position: relative;
}
.site-footer::before {
  content: ""; position: absolute; inset: 0; background-image: var(--comb);
  background-size: 56px 97px; opacity: .35; pointer-events: none;
}
.footer-grid { display: grid; gap: 1.6rem; padding: 2.3rem 1.1rem 1.2rem; grid-template-columns: 1fr; position: relative; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer-heading { font-size: 1.02rem; margin: 0 0 .55rem; color: #fdf6e3; font-family: var(--font-display); }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: .38rem; }
.footer-col a { color: #d9cdb6; text-decoration: none; }
.footer-col a:hover { color: var(--honey); }
.footer-disclosure { font-size: .8rem; color: #a4977f; }
.footer-disclosure a { color: var(--honey); }
.footer-bottom { border-top: 1px solid rgba(217, 205, 182, .2); padding: 1rem 1.1rem; font-size: .8rem; color: #a4977f; position: relative; }

/* ------------------------------------------------------------------ search */
.search-form { display: flex; gap: .6rem; margin: 1rem 0 1.6rem; max-width: 500px; }
.search-form input[type="search"] {
  flex: 1; padding: .6rem .8rem; border: 1.5px solid var(--line-strong); border-radius: 10px;
  font-size: 1rem; background: #fff;
}
.search-form input[type="search"]:focus { outline: 2px solid var(--honey); border-color: var(--amber-600); }
.search-form .btn-primary { width: auto; }
.search-results li { margin-bottom: .6rem; }

/* --------------------------------------------------------------- misc */
.shopping-table td:first-child { font-weight: 600; }
.category-label { text-transform: capitalize; }

@media print {
  .site-header, .site-footer, .ad-slot, .nav-toggle, .search-form, .related-block { display: none; }
  body { background: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tile, .btn, .product-card { transition: none; }
}
