/*
  HALDEN & SÖHNE — concept demo stylesheet.
  Design language: retail brutal-clean. Bone canvas, ink black, hard 1px rules,
  no shadows, monospaced prices and SKUs, dense product grid. Interaction is
  instant rather than animated.
*/

.hs {
  --ink: #111111;
  --ink-2: #4b4b47;
  --ink-3: #86867e;
  --bone: #faf9f7;
  --bone-2: #f0eee9;
  --white: #ffffff;
  --line: #dedbd4;
  --line-strong: #111111;
  --accent: #b4442b;
  --display: "Space Grotesk", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, Consolas, monospace;
  --shell: 1440px;
  --gut: clamp(16px, 3.6vw, 48px);

  margin: var(--appv-bar-h) 0 0;
  color: var(--ink);
  background: var(--bone);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.hs *, .hs *::before, .hs *::after { box-sizing: border-box; }
:where(.hs) img { display: block; max-width: 100%; height: auto; }
:where(.hs) a { color: inherit; text-decoration: none; }
:where(.hs) p { margin: 0 0 1em; }
.hs :focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.hs .skip { position: fixed; left: 12px; top: -80px; z-index: 200; padding: 10px 16px; color: var(--white); background: var(--ink); font-weight: 700; transition: top .18s; }
.hs .skip:focus { top: calc(var(--appv-bar-h) + 10px); }

.hs-shell { width: min(100% - var(--gut) * 2, var(--shell)); margin-inline: auto; }

.hs h1, .hs h2, .hs h3 { margin: 0; font-weight: 700; line-height: 1.06; letter-spacing: -.035em; }
.hs h1 { font-size: clamp(2.3rem, 5.2vw, 4.3rem); }
.hs h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
.hs h3 { font-size: 1.02rem; letter-spacing: -.02em; }

.hs-kicker { margin: 0 0 12px; font-family: var(--mono); font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.hs-sku { margin: 0 0 6px; font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; color: var(--ink-3); }
.hs-price { font-family: var(--mono); font-size: 1.02rem; font-weight: 500; letter-spacing: -.02em; }
.hs-price--lg { display: block; margin: 0 0 26px; font-size: 1.7rem; }

/* ---------------------------------------------------------------- buttons */

.hs-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 11px 20px; border: 1px solid var(--ink); border-radius: 0;
  color: var(--white); background: var(--ink); cursor: pointer;
  font-family: var(--display); font-size: .88rem; font-weight: 600;
  transition: background .12s linear, color .12s linear;
}
.hs-btn:hover { background: var(--accent); border-color: var(--accent); }
.hs-btn:disabled { color: var(--ink-3); background: var(--bone-2); border-color: var(--line); cursor: not-allowed; }
.hs-btn--ghost { color: var(--ink); background: transparent; }
.hs-btn--ghost:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.hs-btn--lg { min-height: 54px; padding: 15px 30px; font-size: .96rem; }
.hs-btn--small { min-height: 36px; padding: 8px 13px; font-size: .78rem; }
.hs-btn--block { display: flex; width: 100%; margin-top: 8px; }

.hs-link { display: inline-flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.hs-link:hover { color: var(--accent); border-color: var(--accent); }
.hs-link i { font-style: normal; }
.hs-link--light { color: var(--bone); border-color: var(--bone); }
.hs-link--light:hover { color: #ff9b7d; border-color: #ff9b7d; }
.hs-link--back { margin-bottom: 20px; border: 0; font-family: var(--mono); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }

.hs-iconbtn { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: var(--white); cursor: pointer; color: var(--ink); font-size: 1rem; }
.hs-iconbtn svg { width: 21px; height: 21px; }
.hs-iconbtn:hover { border-color: var(--ink); }
.hs-cartbtn { position: relative; }
.hs-cartbtn b { position: absolute; top: -7px; right: -7px; display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; color: var(--white); background: var(--accent); font-family: var(--mono); font-size: .68rem; }

/* ----------------------------------------------------------------- header */

.hs-head { position: sticky; top: var(--appv-bar-h); z-index: 90; background: var(--bone); border-bottom: 1px solid var(--line-strong); }
.hs-head__inner { display: flex; align-items: center; gap: 30px; height: 70px; }
.hs-logo { flex: 0 0 auto; font-family: var(--display); font-size: 1.15rem; font-weight: 700; letter-spacing: .04em; }
.hs-logo i { font-style: normal; color: var(--accent); padding: 0 3px; }
.hs-logo--foot { font-size: 1.35rem; }
.hs-nav { display: flex; gap: 26px; margin-left: auto; }
.hs-nav a { font-size: .9rem; font-weight: 600; color: var(--ink-2); }
.hs-nav a:hover { color: var(--ink); }
.hs-nav a[aria-current] { color: var(--ink); box-shadow: inset 0 -2px 0 var(--accent); }
.hs-head__actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }

.hs-burger { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.hs-burger span, .hs-burger::before, .hs-burger::after { content: ""; display: block; width: 17px; height: 1.5px; margin: 4px auto; background: var(--ink); transition: transform .18s, opacity .18s; }
.hs-burger[aria-expanded="true"] span { opacity: 0; }
.hs-burger[aria-expanded="true"]::before { transform: translateY(5.5px) rotate(45deg); }
.hs-burger[aria-expanded="true"]::after { transform: translateY(-5.5px) rotate(-45deg); }
.hs-mobile { display: none; }

.hs-searchbar { border-bottom: 1px solid var(--line-strong); background: var(--white); padding: 14px 0; }
.hs-searchbar__inner { display: flex; gap: 10px; }
.hs-searchbar input { flex: 1; min-width: 0; padding: 13px 16px; border: 1px solid var(--line); background: var(--bone); font: inherit; font-size: 1rem; }
.hs-searchbar input:focus { outline: 0; border-color: var(--ink); }
.hs-suggest { margin: 12px 0 0; padding: 0; list-style: none; }
.hs-suggest:empty { display: none; }
.hs-suggest li a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 14px; border: 1px solid var(--line); margin-bottom: -1px; background: var(--bone); }
.hs-suggest li a:hover { background: var(--bone-2); }
.hs-suggest em { font-style: normal; font-family: var(--mono); font-size: .76rem; color: var(--ink-3); }

/* ------------------------------------------------------------------- hero */

.hs-hero { position: relative; display: flex; align-items: flex-end; min-height: min(74vh, 660px); padding: 90px 0 52px; overflow: hidden; color: var(--bone); }
.hs-hero__media { position: absolute; inset: 0; }
.hs-hero__media picture, .hs-hero__img { width: 100%; height: 100%; object-fit: cover; }
.hs-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(95deg, rgba(17, 17, 17, .88) 0%, rgba(17, 17, 17, .5) 58%, rgba(17, 17, 17, .18) 100%); }
.hs-hero__inner { position: relative; z-index: 2; }
.hs-hero .hs-kicker { color: rgba(250, 249, 247, .68); }
.hs-hero h1 { max-width: 16ch; }
.hs-hero__lead { max-width: 46ch; margin-top: 20px; color: rgba(250, 249, 247, .84); }
.hs-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hs-hero__actions .hs-btn { color: var(--ink); background: var(--bone); border-color: var(--bone); }
.hs-hero__actions .hs-btn:hover { color: var(--white); background: var(--accent); border-color: var(--accent); }
.hs-hero__actions .hs-btn--ghost { color: var(--bone); background: transparent; border-color: rgba(250, 249, 247, .5); }

.hs-strip { border-bottom: 1px solid var(--line); background: var(--bone-2); }
.hs-strip__inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); font-family: var(--mono); font-size: .72rem; letter-spacing: .04em; color: var(--ink-2); }
.hs-strip__inner span { padding: 14px 20px 14px 0; }
.hs-strip__inner span + span { padding-left: 20px; border-left: 1px solid var(--line); }

/* --------------------------------------------------------------- sections */

.hs-section { padding: clamp(48px, 6vw, 88px) 0; }
.hs-section--flush { padding-top: 0; }
.hs-section--top { padding-top: clamp(22px, 3vw, 36px); }
.hs-dark { color: var(--bone); background: var(--ink); }
.hs-dark .hs-kicker { color: rgba(250, 249, 247, .58); }

.hs-pagehead { padding: clamp(48px, 6vw, 84px) 0 clamp(26px, 3vw, 40px); border-bottom: 1px solid var(--line); }
.hs-pagehead--tight { padding-bottom: clamp(18px, 2vw, 26px); }
.hs-headrow { display: flex; align-items: flex-end; justify-content: space-between; gap: 26px; margin-bottom: 30px; }

.hs-cats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border: 1px solid var(--line-strong); }
.hs-cat { display: flex; flex-direction: column; gap: 4px; padding: 26px 24px; transition: background .12s linear; }
.hs-cat + .hs-cat { border-left: 1px solid var(--line); }
.hs-cat:hover { background: var(--bone-2); }
.hs-cat b { font-size: 1.25rem; letter-spacing: -.02em; }
.hs-cat i { font-family: var(--mono); font-style: normal; font-size: .74rem; color: var(--ink-3); }

/* --------------------------------------------------------------- products */

.hs-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border: 1px solid var(--line); border-right: 0; border-bottom: 0; }
.hs-grid--wide { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hs-prod { display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bone); }
.hs-prod.is-hidden { display: none; }
.hs-prod__media { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / 1; background: var(--white); }
.hs-prod__media img { width: 100%; height: 100%; object-fit: cover; }
.hs-prod__tag { position: absolute; top: 12px; left: 12px; padding: 5px 10px; background: var(--ink); color: var(--white); font-family: var(--mono); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.hs-prod__out { position: absolute; inset: auto 0 0 0; padding: 8px 12px; background: rgba(17, 17, 17, .86); color: var(--white); font-family: var(--mono); font-size: .7rem; text-align: center; }
.hs-prod__body { display: flex; flex-direction: column; flex: 1; padding: 18px 18px 16px; }
.hs-prod h3 { margin-bottom: 6px; }
.hs-prod__lead { flex: 1; margin: 0 0 16px; color: var(--ink-2); font-size: .85rem; line-height: 1.55; }
.hs-prod__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; }

/* ------------------------------------------------------------------- shop */

.hs-shop { display: grid; grid-template-columns: 232px minmax(0, 1fr); gap: 32px; align-items: start; }
.hs-filters { position: sticky; top: calc(var(--appv-bar-h) + 86px); display: flex; flex-direction: column; gap: 22px; }
.hs-filters fieldset { margin: 0; padding: 0 0 18px; border: 0; border-bottom: 1px solid var(--line); }
.hs-filters legend { padding: 0 0 10px; font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.hs-check { display: flex; align-items: center; gap: 10px; padding: 5px 0; cursor: pointer; font-size: .89rem; }
.hs-check input { width: 15px; height: 15px; accent-color: var(--ink); flex: 0 0 auto; }
.hs-check span { flex: 1; }
.hs-check i { font-family: var(--mono); font-style: normal; font-size: .72rem; color: var(--ink-3); }
.hs-check--wide { margin-top: 14px; }
.hs-range { display: flex; flex-direction: column; gap: 8px; }
.hs-range > span { font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.hs-range b { color: var(--ink); }
.hs-range input { accent-color: var(--ink); }

.hs-shopbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 16px; margin-bottom: 18px; border-bottom: 1px solid var(--line-strong); }
.hs-shopbar p { margin: 0; font-family: var(--mono); font-size: .78rem; letter-spacing: .06em; color: var(--ink-3); }
.hs-shopbar b { color: var(--ink); }
.hs-sort { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.hs-sort select { padding: 9px 12px; border: 1px solid var(--line); background: var(--white); font: inherit; font-family: var(--display); font-size: .86rem; color: var(--ink); text-transform: none; letter-spacing: 0; }
.hs-empty { padding: 40px 0; color: var(--ink-3); }
.hs-empty a { text-decoration: underline; text-underline-offset: 3px; }

/* ----------------------------------------------------------------- detail */

.hs-detail__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 60px); align-items: start; padding: clamp(28px, 4vw, 56px) 0 0; }
.hs-detail__media { border: 1px solid var(--line); background: var(--white); }
.hs-detail__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.hs-detail__lead { margin: 14px 0 20px; color: var(--ink-2); font-size: 1.04rem; }

.hs-variants { padding: 20px 0; border-block: 1px solid var(--line); }
.hs-variants__label { display: block; margin-bottom: 10px; font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.hs-variants__list { display: flex; flex-wrap: wrap; gap: 8px; }
.hs-variant input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.hs-variant span { display: block; padding: 10px 16px; border: 1px solid var(--line); cursor: pointer; font-size: .88rem; }
.hs-variant input:checked + span { color: var(--white); background: var(--ink); border-color: var(--ink); }
.hs-variant input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }

.hs-buy { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hs-qty { display: inline-flex; align-items: center; border: 1px solid var(--ink); }
.hs-qty button { width: 46px; height: 54px; border: 0; background: none; cursor: pointer; font-size: 1.1rem; color: var(--ink); }
.hs-qty button:hover { background: var(--bone-2); }
.hs-qty output { min-width: 40px; text-align: center; font-family: var(--mono); font-size: .96rem; }
.hs-stock { margin: 12px 0 0; font-family: var(--mono); font-size: .76rem; color: var(--ink-3); }
.hs-detail__text { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.hs-detail__text p { color: var(--ink-2); }
.hs-specs { width: 100%; border-collapse: collapse; margin-top: 18px; }
.hs-specs th, .hs-specs td { padding: 11px 0; text-align: left; border-bottom: 1px solid var(--line); font-size: .88rem; }
.hs-specs th { font-family: var(--mono); font-weight: 400; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.hs-specs td { text-align: right; }
.hs-related { padding: clamp(48px, 6vw, 84px) 0 0; }

/* ----------------------------------------------------------- cart + drawer */

.hs-drawer { position: fixed; inset: 0; z-index: 2147482000; display: flex; justify-content: flex-end; background: rgba(17, 17, 17, .42); }
.hs-drawer__panel { display: flex; flex-direction: column; width: min(420px, 100%); background: var(--bone); border-left: 1px solid var(--line-strong); }
.hs-drawer__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; border-bottom: 1px solid var(--line-strong); }
.hs-drawer__head h2 { font-size: 1.2rem; }
.hs-drawer__body { flex: 1; overflow-y: auto; padding: 8px 22px; }
.hs-drawer__foot { padding: 20px 22px; border-top: 1px solid var(--line-strong); }
.hs-drawer__sum { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.hs-drawer__sum b { font-family: var(--mono); font-size: 1.15rem; }
.hs-drawer__note { margin: 0 0 14px; font-size: .78rem; color: var(--ink-3); }

.hs-line { display: grid; grid-template-columns: 66px minmax(0, 1fr) auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.hs-line img { width: 66px; height: 66px; object-fit: cover; border: 1px solid var(--line); }
.hs-line__body b { display: block; font-size: .94rem; }
.hs-line__body i { display: block; font-family: var(--mono); font-style: normal; font-size: .72rem; color: var(--ink-3); }
.hs-line__ctrl { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; }
.hs-line__ctrl button { width: 26px; height: 26px; border: 1px solid var(--line); background: var(--white); cursor: pointer; font-size: .9rem; line-height: 1; }
.hs-line__ctrl span { font-family: var(--mono); font-size: .82rem; min-width: 18px; text-align: center; }
.hs-line__price { font-family: var(--mono); font-size: .92rem; text-align: right; }
.hs-line__remove { display: block; margin-top: 8px; border: 0; background: none; padding: 0; cursor: pointer; font-family: var(--mono); font-size: .7rem; color: var(--ink-3); text-decoration: underline; }
.hs-line__remove:hover { color: var(--accent); }
.hs-drawer__empty { padding: 36px 0; color: var(--ink-3); font-size: .92rem; }

.hs-cartpage { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.hs-cartpage__list { border-top: 1px solid var(--line-strong); }
.hs-cartpage .hs-empty { grid-column: 1 / -1; }
.hs-summary { padding: 24px; border: 1px solid var(--line-strong); background: var(--white); }
.hs-summary h2 { margin-bottom: 16px; font-size: 1.15rem; }
.hs-summary dl { margin: 0 0 18px; }
.hs-summary dl > div { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.hs-summary dd { margin: 0; font-family: var(--mono); }
.hs-summary__total { border-bottom: 0 !important; padding-top: 14px !important; font-size: 1.05rem !important; font-weight: 700; }
.hs-summary__note { margin: 14px 0 0; font-size: .76rem; color: var(--ink-3); }
.hs-summary__items { margin-bottom: 16px; }

/* --------------------------------------------------------------- checkout */

.hs-checkout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.hs-progress { display: flex; gap: 0; margin: 0 0 28px; padding: 0; list-style: none; border: 1px solid var(--line-strong); }
.hs-progress li { display: flex; align-items: center; gap: 9px; flex: 1; padding: 13px 16px; color: var(--ink-3); font-size: .84rem; }
.hs-progress li + li { border-left: 1px solid var(--line); }
.hs-progress b { font-family: var(--mono); font-size: .78rem; }
.hs-progress li.is-active { color: var(--white); background: var(--ink); }
.hs-progress li.is-done { color: var(--ink); background: var(--bone-2); }

.hs-step { display: none; margin: 0; padding: 0; border: 0; }
.hs-step.is-active { display: block; }
.hs-step legend { display: block; width: 100%; margin-bottom: 18px; padding: 0; font-size: 1.4rem; font-weight: 700; letter-spacing: -.03em; }
.hs-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.hs-field { display: flex; flex-direction: column; gap: 7px; }
.hs-field > span { font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.hs-field input, .hs-field textarea, .hs-field select { width: 100%; padding: 12px 14px; border: 1px solid var(--line); background: var(--white); font: inherit; font-size: .95rem; color: var(--ink); }
.hs-field textarea { resize: vertical; }
.hs-field input:focus, .hs-field textarea:focus { outline: 0; border-color: var(--ink); }
.hs-field--wide { grid-column: 1 / -1; margin-top: 16px; }

.hs-options { display: grid; gap: 8px; }
.hs-option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.hs-option span { display: block; padding: 16px 18px; border: 1px solid var(--line); cursor: pointer; }
.hs-option b { display: block; font-size: .96rem; }
.hs-option i { display: block; margin-top: 3px; font-family: var(--mono); font-style: normal; font-size: .74rem; color: var(--ink-3); }
.hs-option input:checked + span { border-color: var(--ink); background: var(--white); box-shadow: inset 3px 0 0 var(--accent); }
.hs-option input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.hs-demo-note { margin: 16px 0 0; padding: 12px 16px; background: var(--bone-2); font-size: .82rem; color: var(--ink-2); }
.hs-checkout__nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }

/* -------------------------------------------------------------- editorial */

.hs-editorial { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.hs-editorial__text h2 { margin-bottom: 12px; font-size: clamp(1.4rem, 2vw, 1.9rem); }
.hs-editorial__text h2:not(:first-child) { margin-top: 30px; }
.hs-editorial__text p { color: var(--ink-2); }
.hs-workshops { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border: 1px solid rgba(250, 249, 247, .22); }
.hs-workshop { padding: 24px; border-right: 1px solid rgba(250, 249, 247, .22); border-bottom: 1px solid rgba(250, 249, 247, .22); }
.hs-workshop:nth-child(3n) { border-right: 0; }
.hs-workshop:nth-last-child(-n+3) { border-bottom: 0; }
.hs-workshop b { display: block; font-size: 1.05rem; }
.hs-workshop i { display: block; margin: 4px 0 10px; font-family: var(--mono); font-style: normal; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: #ff9b7d; }
.hs-workshop p { margin: 0; color: rgba(250, 249, 247, .74); font-size: .88rem; }

.hs-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); align-items: center; }
.hs-split__copy p { max-width: 52ch; color: rgba(250, 249, 247, .78); }

/* ----------------------------------------------------------------- footer */

.hs-foot { padding: clamp(44px, 5vw, 72px) 0 30px; border-top: 1px solid var(--line-strong); }
.hs-foot__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: clamp(24px, 4vw, 52px); padding-bottom: 30px; }
.hs-foot h2 { margin-bottom: 12px; font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.hs-foot p { max-width: 32ch; margin-top: 10px; color: var(--ink-2); font-size: .86rem; }
.hs-foot__grid > div > a { display: block; padding: 4px 0; color: var(--ink-2); font-size: .88rem; }
.hs-foot__grid > div > a:hover { color: var(--accent); }
.hs-foot address { font-style: normal; color: var(--ink-2); font-size: .88rem; line-height: 1.8; }
.hs-note { padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-3); font-size: .76rem; line-height: 1.7; }
.hs-note a { color: var(--ink-2); text-decoration: underline; text-underline-offset: 3px; }

/* ------------------------------------------------------------- responsive */

@media (max-width: 1100px) {
  .hs-nav { display: none; }
  .hs-burger { display: block; }
  .hs-mobile { display: block; max-height: 0; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--white); transition: max-height .22s ease; }
  .hs-mobile.is-open { max-height: 300px; }
  .hs-mobile a { display: block; padding: 14px var(--gut); border-bottom: 1px solid var(--line); font-weight: 600; }
  .hs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hs-grid--wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs-shop { grid-template-columns: minmax(0, 1fr); }
  .hs-filters { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 26px; padding: 20px; border: 1px solid var(--line); }
  .hs-filters .hs-btn { grid-column: 1 / -1; }
  .hs-cartpage, .hs-checkout, .hs-detail__grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 780px) {
  .hs-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs-cat:nth-child(3), .hs-cat:nth-child(4) { border-top: 1px solid var(--line); }
  .hs-cat:nth-child(3) { border-left: 0; }
  .hs-strip__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs-strip__inner span:nth-child(2n) { padding-left: 20px; border-left: 1px solid var(--line); }
  .hs-strip__inner span:nth-child(n+3) { border-top: 1px solid var(--line); }
  .hs-editorial, .hs-split { grid-template-columns: minmax(0, 1fr); }
  .hs-workshops { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs-workshop:nth-child(3n) { border-right: 1px solid rgba(250, 249, 247, .22); }
  .hs-workshop:nth-child(2n) { border-right: 0; }
  .hs-foot__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs-headrow { display: block; }
  .hs-headrow .hs-link { margin-top: 14px; }
}

@media (max-width: 560px) {
  .hs-head__inner { height: 60px; gap: 10px; }
  .hs-grid, .hs-grid--wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs-prod__body { padding: 14px; }
  .hs-prod__foot { flex-direction: column; align-items: stretch; gap: 8px; }
  .hs-fields, .hs-filters, .hs-workshops, .hs-foot__grid { grid-template-columns: minmax(0, 1fr); }
  .hs-workshop { border-right: 0 !important; }
  .hs-progress { flex-direction: column; }
  .hs-progress li + li { border-left: 0; border-top: 1px solid var(--line); }
}
