/* ===================================================================
   FURSKETCH — clean shop stylesheet
   White surfaces, Inter throughout with a light serif accent,
   generous whitespace, product-first.
   =================================================================== */

/* ---------- Tokens ---------- */
:root {
  --bg:         #FFFFFF;
  --bg-2:       #F7F7F8;   /* cool near-white for alt sections */
  --bg-3:       #EEEEF0;

  --ink:        #111111;
  --ink-2:      #4A4A4A;
  --muted:      #8A8A8A;
  --line:       #E7E7EA;
  --line-soft:  #F1F1F3;

  --accent:     #111111;
  --sale:       #B0392A;

  --serif:  "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans:   "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --container: 1360px;
  --gutter: 24px;
  --radius: 0;

  --shadow-sm: 0 1px 2px rgba(0,0,0,.05);
  --shadow-md: 0 8px 24px -12px rgba(0,0,0,.15);

  --ease: cubic-bezier(.4,.0,.2,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; letter-spacing: -0.015em; color: var(--ink); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
hr { border: none; border-top: 1px solid var(--line); margin: 48px 0; }
::selection { background: var(--ink); color: #fff; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container-narrow { max-width: 720px; }
.section { padding: 80px 0; }
.section-tight { padding: 56px 0; }
.section-alt { background: var(--bg-2); }
.stack > * + * { margin-top: 16px; }

/* ---------- Type ---------- */
.display {
  font-family: var(--sans); font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.1; letter-spacing: -0.028em;
}
.display em {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  letter-spacing: -0.02em;
}
.h1 {
  font-family: var(--sans); font-weight: 500;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.15; letter-spacing: -0.02em;
}
.h2 {
  font-family: var(--sans); font-weight: 500;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  line-height: 1.2; letter-spacing: -0.018em;
}
.h3 { font-family: var(--sans); font-size: 1.05rem; line-height: 1.3; font-weight: 500; }
.lead {
  font-size: 1rem; color: var(--ink-2);
  max-width: 60ch; line-height: 1.65;
}
.muted { color: var(--muted); }
.small { font-size: .84rem; }

.eyebrow {
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); font-weight: 500; margin: 0 0 12px;
}
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border: 1px solid var(--ink); background: var(--ink); color: #fff;
  font-size: .84rem; font-weight: 500; letter-spacing: .02em;
  border-radius: 999px; cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease),
              border-color .2s var(--ease), transform .1s var(--ease);
}
.btn:hover { background: #2a2a2a; border-color: #2a2a2a; }
.btn:active { transform: translateY(1px); }
.btn-outline { background: transparent; color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-light:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-sm { padding: 10px 20px; font-size: .78rem; }
.btn-block { width: 100%; }
.btn[disabled], .btn.is-disabled { opacity: .45; pointer-events: none; }

.link-underline {
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
  transition: border-color .2s var(--ease);
}
.link-underline:hover { border-color: var(--ink); }

/* ---------- Announcement bar (legacy — unused) ---------- */
.announcement {
  background: var(--ink); color: #fff;
  font-size: .78rem; letter-spacing: .02em;
  text-align: center; padding: 10px 24px;
}
.announcement strong { font-weight: 600; margin-right: 6px; }

/* ---------- Top contact bar ---------- */
.topbar {
  background: var(--ink); color: #fff;
  font-size: .78rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 9px 0;
}
.topbar-item {
  display: inline-flex; align-items: center; gap: 8px;
  color: #fff; letter-spacing: .02em; white-space: nowrap;
  transition: opacity .2s var(--ease);
}
.topbar-item:hover { opacity: .75; }
.topbar-item svg { flex: none; opacity: .8; }
.topbar-tagline {
  color: rgba(255,255,255,.6); font-size: .74rem;
  letter-spacing: .02em; text-align: center;
  flex: 1 1 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
@media (max-width: 640px) {
  .topbar-inner { gap: 10px; }
  .topbar-tagline { display: none; }
  .topbar-item { font-size: .74rem; }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 32px; height: 68px; }
.brand {
  font-family: var(--serif); font-size: 1.4rem;
  letter-spacing: -.01em; font-weight: 400;
  color: var(--ink);
}
.brand span { font-style: italic; }
.nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav a {
  font-size: .86rem; letter-spacing: .01em; color: var(--ink);
  position: relative; padding: 6px 0; transition: color .2s var(--ease);
  font-weight: 500;
}
.nav a:hover { color: var(--muted); }
.nav a.is-active { color: var(--ink); }
.nav a.is-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: var(--ink);
}

.cart-link { display: inline-flex; align-items: center; gap: 6px; }
.cart-count {
  min-width: 20px; height: 20px; padding: 0 7px; border-radius: 999px;
  background: var(--ink); color: #fff; font-size: .68rem;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 600;
}
.nav-toggle {
  display: none; margin-left: auto; background: none; border: none; padding: 8px;
  cursor: pointer;
}
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--ink); }
.nav-toggle span + span { margin-top: 5px; }

/* ---------- Hero — small centered text, no big image ---------- */
.hero-simple {
  padding: clamp(60px, 8vw, 96px) 0 clamp(40px, 5vw, 64px);
  text-align: center;
  border-bottom: 1px solid var(--line-soft);
}
.hero-simple .display { max-width: 20ch; margin: 0 auto; }
.hero-simple .lead {
  margin: 20px auto 0;
  max-width: 48ch;
  font-size: 1.05rem;
}
.hero-simple-actions {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 12px;
  margin-top: 32px;
}

/* ---------- Category pills row ---------- */
.pill-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 8px; margin-top: 24px;
}
.pill {
  padding: 8px 18px; border: 1px solid var(--line); border-radius: 999px;
  font-size: .82rem; color: var(--ink);
  transition: all .2s var(--ease); white-space: nowrap;
  background: #fff;
}
.pill:hover { border-color: var(--ink); }
.pill.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }

/* ---------- Value strip (icons row) ---------- */
.value-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.value-strip-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; padding: 28px 0;
}
.value-item {
  display: flex; align-items: center; gap: 12px; justify-content: center;
  font-size: .84rem; color: var(--ink-2);
  text-align: left;
}
.value-item-icon {
  flex: none; width: 32px; height: 32px; border-radius: 999px;
  background: var(--bg-2); color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .95rem;
}
.value-item strong { color: var(--ink); font-weight: 600; display: block; font-size: .9rem; }
.value-item span { color: var(--muted); font-size: .78rem; }

/* ---------- Section headers ---------- */
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 32px;
}
.section-head .h2 { margin: 0; }
.section-head-copy .eyebrow { margin-bottom: 4px; }
.section-head-copy .lead { margin-top: 10px; font-size: .94rem; }

/* ---------- Product grid ---------- */
.grid { display: grid; gap: clamp(20px, 2.4vw, 40px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card { display: block; position: relative; }
.card-media {
  position: relative; overflow: hidden;
  background: var(--bg-2);
  aspect-ratio: 4 / 5;
}
.card-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease), opacity .3s var(--ease);
}
.card:hover .card-media img { transform: scale(1.03); }
.card-body {
  padding-top: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 16px;
  align-items: baseline;
}
.card-cat {
  grid-column: 1 / -1;
  font-size: .74rem; letter-spacing: .04em;
  color: var(--muted); margin-bottom: 2px;
}
.card-title {
  font-family: var(--sans); font-size: .95rem; line-height: 1.35;
  font-weight: 500; color: var(--ink);
  transition: color .2s var(--ease);
}
.card:hover .card-title { color: var(--muted); }
.card-price {
  font-family: var(--sans); font-size: .95rem;
  white-space: nowrap; color: var(--ink);
  font-weight: 500;
}
.card-price del {
  color: var(--muted); margin-right: 6px; font-size: .82rem; font-weight: 400;
}
.card-price ins { text-decoration: none; color: var(--sale); }
.card-rating { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; }
.card-rating-count { font-size: .76rem; color: var(--muted); }

.badge {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  background: #fff; color: var(--ink);
  padding: 5px 11px; font-size: .68rem; letter-spacing: .04em;
  text-transform: none; font-weight: 500;
  border: 1px solid var(--line);
  border-radius: 999px;
}
.badge-accent { background: var(--sale); border-color: var(--sale); color: #fff; }

/* ---------- Filter bar ---------- */
.filters {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 8px;
  padding: 18px 0; border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); margin-bottom: 40px;
}
.chip {
  padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px;
  font-size: .82rem; color: var(--ink);
  transition: all .2s var(--ease); white-space: nowrap;
  background: #fff;
}
.chip:hover { border-color: var(--ink); }
.chip.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.filters-right { margin-left: auto; display: flex; align-items: center; gap: 10px; }

/* ---------- Simple info section ---------- */
.info-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.info-item h3 {
  font-family: var(--sans); font-size: 1rem; font-weight: 500;
  margin-bottom: 8px;
}
.info-item p { font-size: .92rem; color: var(--ink-2); }

/* ---------- Product detail ---------- */
.product-layout {
  display: grid; grid-template-columns: 1.1fr .9fr;
  gap: clamp(32px, 4vw, 72px); align-items: start;
}
.product-figure {
  background: var(--bg-2);
  position: relative;
}
.product-figure img { width: 100%; }
.product-side { position: sticky; top: 94px; }
.price-row { display: flex; align-items: baseline; gap: 12px; margin: 16px 0 24px; }
.price-now { font-family: var(--sans); font-size: 1.8rem; letter-spacing: -.02em; font-weight: 500; }
.price-was { color: var(--muted); text-decoration: line-through; font-size: 1.1rem; }

.spec-list { border-top: 1px solid var(--line); margin-top: 32px; }
.spec-list div {
  display: flex; justify-content: space-between; gap: 20px;
  padding: 12px 0; border-bottom: 1px solid var(--line-soft); font-size: .88rem;
}
.spec-list dt, .spec-list .k {
  color: var(--muted); text-transform: none; font-size: .84rem;
}

.trust { display: grid; gap: 10px; margin-top: 24px; }
.trust li { display: flex; gap: 10px; font-size: .88rem; color: var(--ink-2); list-style: none; align-items: baseline; }
.trust ul { margin: 0; padding: 0; display: grid; gap: 10px; }
.tick { color: var(--ink); flex: none; font-weight: 600; }

/* ---------- Testimonials (simple cards) ---------- */
.testimonial {
  margin: 0; padding: 24px 24px;
  background: var(--bg-2);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  display: grid; gap: 14px;
}
.testimonial-quote {
  font-family: var(--sans); font-size: .96rem; line-height: 1.6;
  color: var(--ink); margin: 0;
}
.testimonial-foot {
  display: grid; gap: 2px; padding-top: 12px;
  border-top: 1px solid var(--line-soft);
}
.testimonial-name { font-size: .86rem; color: var(--ink); font-weight: 500; }
.testimonial-context { font-size: .78rem; color: var(--muted); }

/* ---------- Stars ---------- */
.stars {
  color: var(--ink); letter-spacing: 1.5px; font-size: .9rem;
  line-height: 1; font-family: system-ui, sans-serif;
}
.stars-sm { font-size: .74rem; letter-spacing: 1px; }

/* ---------- Steps ---------- */
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.step {
  padding: 24px 0;
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 999px;
  background: var(--ink); color: #fff;
  font-size: .78rem; font-weight: 600;
  margin-bottom: 16px;
}
.step h3 { font-family: var(--sans); font-size: 1rem; font-weight: 500; margin-bottom: 6px; }
.step p { font-size: .9rem; color: var(--ink-2); }

/* ---------- Newsletter section ---------- */
.newsletter-section {
  padding: 72px 0;
  background: var(--bg-2);
  text-align: center;
}
.newsletter-section .h2 { max-width: 20ch; margin: 0 auto; }
.newsletter-section .lead { margin: 16px auto 32px; max-width: 44ch; }
.newsletter-inline {
  display: flex; gap: 8px; max-width: 460px; margin: 0 auto;
}
.newsletter-inline input { flex: 1; border-radius: 999px; }

/* ---------- Instagram feed strip ---------- */
.ig-strip {
  padding: 64px 0;
  background: var(--bg);
  border-top: 1px solid var(--line-soft);
}
.ig-strip-head { text-align: center; margin-bottom: 32px; }
.ig-strip-head em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.ig-tile {
  position: relative; overflow: hidden;
  aspect-ratio: 1 / 1; background: var(--bg-2); display: block;
}
.ig-tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease), opacity .3s var(--ease);
}
.ig-tile:hover img { transform: scale(1.05); opacity: .9; }
.ig-tile-mark {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  color: #fff; font-size: 1.4rem; opacity: 0;
  transition: opacity .2s var(--ease);
}
.ig-tile:hover .ig-tile-mark { opacity: 1; }

/* ---------- Forms ---------- */
.field { margin-bottom: 18px; }
.field label, .label {
  display: block; font-size: .84rem;
  color: var(--ink); margin-bottom: 6px; font-weight: 500;
}
.input, .select, .textarea, input[type="text"], input[type="email"], input[type="number"],
input[type="password"], input[type="file"], select, textarea {
  width: 100%; padding: 12px 14px; background: #fff;
  border: 1px solid var(--line); border-radius: 6px; color: var(--ink);
  transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(18,18,18,.08);
}
textarea { min-height: 130px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.help { font-size: .8rem; color: var(--muted); margin-top: 6px; }
.required { color: var(--sale); }

.option-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.option {
  position: relative; border: 1px solid var(--line); padding: 14px 16px; cursor: pointer;
  border-radius: 6px; transition: all .15s var(--ease); background: #fff;
}
.option input { position: absolute; opacity: 0; pointer-events: none; }
.option:hover { border-color: var(--ink); }
.option-title { font-size: .9rem; }
.option-note { font-size: .78rem; color: var(--muted); }
.option:has(input:checked) {
  border-color: var(--ink); background: var(--bg-2);
  box-shadow: inset 0 0 0 1px var(--ink);
}

/* ---------- Alerts ---------- */
.alert {
  padding: 12px 16px; border: 1px solid var(--line); border-radius: 6px;
  background: var(--bg-2); margin-bottom: 18px; font-size: .9rem;
}
.alert-success { border-color: #A9D3B4; background: #ECF7EF; }
.alert-error   { border-color: #E6B5AE; background: #FBEDE9; }
.alert-info    { border-color: var(--line); }

/* ---------- Cart / tables ---------- */
.table { width: 100%; border-collapse: collapse; }
.table th {
  text-align: left; font-size: .78rem;
  color: var(--muted); font-weight: 500; padding: 0 0 14px; border-bottom: 1px solid var(--line);
}
.table td { padding: 18px 0; border-bottom: 1px solid var(--line-soft); vertical-align: middle; color: var(--ink); font-size: .92rem; }
.table .num { text-align: right; }
.cart-thumb { width: 72px; height: 90px; object-fit: cover; background: var(--bg-2); border: 1px solid var(--line); border-radius: 4px; }
.cart-line { display: flex; gap: 16px; align-items: center; }

.summary {
  border: 1px solid var(--line); padding: 24px; background: #fff; border-radius: 8px;
}
.summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: .92rem; }
.summary-total {
  border-top: 1px solid var(--line); margin-top: 12px;
  padding-top: 16px; font-size: 1.05rem;
}
.summary-total span:last-child {
  font-family: var(--sans); font-size: 1.5rem; font-weight: 500; letter-spacing: -.02em;
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line); padding: 64px 0 24px;
  background: #fff; margin-top: 64px;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.6fr; gap: 40px; }
.footer-grid h4 {
  font-size: .82rem; color: var(--ink); margin-bottom: 14px; font-weight: 600;
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-grid a { font-size: .88rem; color: var(--ink-2); transition: color .15s var(--ease); }
.footer-grid a:hover { color: var(--ink); }
.newsletter-form { display: flex; gap: 8px; margin-top: 12px; }
.newsletter-form input { flex: 1; border-radius: 999px; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  border-top: 1px solid var(--line); margin-top: 48px; padding-top: 20px;
  font-size: .78rem; color: var(--muted);
}

/* ---------- Utility ---------- */
.mt-0 { margin-top: 0 } .mt-8 { margin-top: 8px } .mt-16 { margin-top: 16px }
.mt-24 { margin-top: 24px } .mt-32 { margin-top: 32px } .mt-48 { margin-top: 48px }
.mb-0 { margin-bottom: 0 } .mb-16 { margin-bottom: 16px } .mb-32 { margin-bottom: 32px }
.flex { display: flex } .items-center { align-items: center } .gap-12 { gap: 12px }
.gap-16 { gap: 16px } .wrap { flex-wrap: wrap }
.empty { text-align: center; padding: 80px 20px; color: var(--muted); }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(10px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 64px 0; }
  .ig-grid { grid-template-columns: repeat(4, 1fr); }
  .value-strip-inner { grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 24px 0; }
}
@media (max-width: 860px) {
  .product-layout { grid-template-columns: 1fr; }
  .product-side { position: static; }
  .steps, .info-grid { grid-template-columns: 1fr; gap: 24px; }
  .section { padding: 56px 0; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: 68px 0 auto 0; background: #fff;
    border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start;
    gap: 4px; padding: 16px var(--gutter) 24px; margin: 0;
    transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: opacity .2s var(--ease), transform .2s var(--ease);
  }
  .nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .nav a { font-size: 1rem; padding: 10px 0; width: 100%; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .table thead { display: none; }
  .table td { display: block; border: none; padding: 6px 0; }
  .table tr { display: block; border-bottom: 1px solid var(--line); padding: 16px 0; }
}
@media (max-width: 420px) {
  .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .value-strip-inner { grid-template-columns: 1fr; }
}

/* ---------- Print ---------- */
@media print {
  body { background: #fff; color: #000; }
  .site-header, .site-footer, .btn, .ig-strip, .announcement { display: none !important; }
}
