/** Shopify CDN: Minification failed

Line 26:0 All "@import" rules must come first

**/
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HAVEN AFFAIR â€” Custom Section Styles
   File: assets/ha-sections.css
   Add to layout/theme.liquid: <link rel="stylesheet" href="{{ 'ha-sections.css' | asset_url }}">
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

:root {
  --ha-red:      #44180C;
  --ha-black:    #1C1C1C;
  --ha-charcoal: #2E2E2E;
  --ha-cream:    #F8F4EE;
  --ha-white:    #FDFCFA;
  --ha-mist:     #AEC7E0;
  --ha-muted:    #9A948D;
  --ha-rule:     rgba(28,28,28,.09);
  --ha-serif:    'Cormorant Garamond', Georgia, serif;
  --ha-sans:     'DM Sans', var(--font-body-family), sans-serif;
}

/* Load fonts if not already in theme */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Playfair+Display:wght@400;500;600;700&family=DM+Serif+Display&family=Libre+Baskerville:wght@400;700&family=Lora:wght@400;500;600&family=EB+Garamond:wght@400;500;600&family=DM+Sans:wght@300;400;500&family=Inter:wght@300;400;500&family=Outfit:wght@300;400;500&family=Montserrat:wght@300;400;500;600&family=Jost:wght@300;400;500&family=Raleway:wght@300;400;500&display=swap');

/* â”€â”€ SHARED UTILITIES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ha-label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   INSIDE HAVEN
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ha-inside-haven {
  background: var(--ha-cream);
  padding: 96px 0 0;
}

.ha-ih-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 64px 40px;
}
.ha-ih-eyebrow {
  color: var(--ha-muted);
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ha-ih-title {
  font-family: var(--ha-serif);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 600;
  color: var(--ha-black);
  line-height: 1.0;
}
.ha-ih-count {
  font-family: var(--ha-serif);
  font-size: 88px;
  font-weight: 600;
  color: rgba(28,28,28,.04);
  line-height: 1;
  letter-spacing: -4px;
}

/* pill bar */
.ha-ih-pill-bar {
  border-top: 1px solid var(--ha-rule);
  padding: 16px 64px;
  overflow-x: auto; scrollbar-width: none;
  display: flex; justify-content: center;
}
.ha-ih-pill-bar::-webkit-scrollbar { display: none; }

.ha-ih-pills {
  display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
}

.ha-ih-pill {
  padding: 9px 22px; font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase; font-weight: 400; color: var(--ha-muted);
  background: transparent; border: 1px solid rgba(28,28,28,.12);
  border-radius: 100px; transition: all .22s; white-space: nowrap;
  cursor: pointer; font-family: var(--ha-sans);
}
.ha-ih-pill:hover { color: var(--ha-black); border-color: rgba(28,28,28,.25); }
.ha-ih-pill.ha-active {
  background: rgba(174,199,224,.18);
  color: var(--ha-black);
  border-color: var(--ha-mist);
}

/* panel */
.ha-ih-panel-wrap { padding: 0 0 96px; }

.ha-ih-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--ha-rule);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .32s ease, transform .32s ease;
}
.ha-ih-panel.ha-active { display: grid; }
.ha-ih-panel.ha-visible { opacity: 1; transform: translateY(0); }

/* left image */
.ha-ih-img {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: var(--ha-cream);
}
.ha-ih-img-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .7s ease;
}
.ha-ih-panel:hover .ha-ih-img-bg { transform: scale(1.03); }

/* frosted pill on image â€” Skin by Ella / brow gel style */
.ha-ih-img-pill {
  position: absolute;
  bottom: 28px;
  left: 28px;
  padding: 8px 18px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 100px;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* right content */
.ha-ih-content {
  padding: 56px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid var(--ha-rule);
  background: var(--ha-white);
}
.ha-ih-hook {
  font-family: var(--ha-serif); font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600; color: var(--ha-black); line-height: 1.15;
  letter-spacing: -.2px; margin-bottom: 22px; max-width: 400px;
}
.ha-ih-body {
  font-size: 14px; line-height: 1.85; color: var(--ha-charcoal);
  margin-bottom: 28px; max-width: 420px;
}
.ha-ih-equip {
  font-size: 12px;
  line-height: 1.65;
  color: var(--ha-muted);
  padding: 13px 16px;
  border-left: 2px solid var(--ha-mist);
  background: rgba(174,199,224,.07);
  margin-bottom: 28px;
  max-width: 420px;
}
.ha-ih-meta {
  display: flex;
  gap: 36px;
  padding: 22px 0;
  flex-wrap: wrap;
  border-top: 1px solid var(--ha-rule);
  border-bottom: 1px solid var(--ha-rule);
  margin-bottom: 32px;
}
.ha-ih-meta-val {
  font-family: var(--ha-serif);
  font-size: 18px;
  font-weight: 300;
  color: var(--ha-black);
  line-height: 1.3;
}
.ha-ih-meta-key {
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ha-muted);
  margin-top: 5px;
}
.ha-ih-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ha-red);
  border-bottom: 1px solid rgba(68,24,12,.2);
  padding-bottom: 3px;
  transition: opacity .2s;
  cursor: pointer;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: var(--ha-sans);
}
.ha-ih-cta:hover { opacity: .7; }
.ha-ih-ref {
  font-size: 12px;
  color: var(--ha-muted);
  margin-top: 16px;
}
.ha-ih-ref a {
  color: var(--ha-red);
  border-bottom: 1px solid rgba(68,24,12,.2);
  text-decoration: none;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   COMMUNITY FAVOURITES
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ha-faves {
  padding: 96px 0;
  background: var(--ha-white);
}
.ha-faves-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 64px;
  margin-bottom: 40px;
}
.ha-faves-eyebrow {
  color: var(--ha-muted);
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ha-faves-title {
  font-family: var(--ha-serif);
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 600;
  color: var(--ha-black);
  line-height: 1.0;
}
.ha-faves-arrows { display: flex; gap: 16px; }
.ha-faves-arrow {
  font-size: 18px; color: var(--ha-mist); background: transparent;
  border: none; transition: color .2s; padding: 4px; cursor: pointer;
  font-family: var(--ha-sans);
}
.ha-faves-arrow:hover { color: var(--ha-black); }

.ha-faves-track-wrap { padding-left: 64px; }
.ha-faves-track {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-right: 64px;
  cursor: grab;
}
.ha-faves-track:active { cursor: grabbing; }
.ha-faves-track::-webkit-scrollbar { display: none; }

/* card: image + label below */
.ha-fave-card {
  flex: 0 0 280px;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.ha-fave-card-img {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--ha-cream);
  margin-bottom: 0;
}
.ha-fave-card-img img,
.ha-fave-card-img-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.ha-fave-card:hover .ha-fave-card-img img,
.ha-fave-card:hover .ha-fave-card-img-bg { transform: scale(1.04); }

/* frosted pill on image */
.ha-fave-pill {
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}

/* label below card */
.ha-fave-card-label {
  padding: 14px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ha-rule);
}
.ha-fave-card-name {
  font-family: var(--ha-serif);
  font-size: 17px;
  font-weight: 300;
  color: var(--ha-black);
  line-height: 1.2;
}
.ha-fave-card-meta {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ha-muted);
  margin-top: 4px;
}
.ha-fave-card-arrow { font-size: 14px; color: var(--ha-mist); flex-shrink: 0; transition: color .2s; }
.ha-fave-card:hover .ha-fave-card-arrow { font-size: 14px; color: var(--ha-mist); flex-shrink: 0; transition: color .2s; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CATALOG FAVES â€” Skin by Ella pill style
   Brand name pill centred on photo.
   Discount below pill, centred.
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ha-catalog-faves {
  padding: 96px 0;
  background: var(--ha-cream);
}
.ha-cf-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 64px;
  margin-bottom: 40px;
}
.ha-cf-eyebrow {
  color: var(--ha-muted);
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ha-cf-title {
  font-family: var(--ha-serif);
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 600;
  color: var(--ha-black);
  line-height: 1.0;
}
.ha-cf-link {
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ha-muted);
  border-bottom: 1px solid rgba(28,28,28,.2);
  padding-bottom: 2px;
  text-decoration: none;
  transition: color .2s;
}
.ha-cf-link:hover { color: var(--ha-black); }

.ha-cf-track-wrap { padding-left: 64px; }
.ha-cf-track {
  display: flex;
  gap: 3px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-right: 64px;
  cursor: grab;
}
.ha-cf-track:active { cursor: grabbing; }
.ha-cf-track::-webkit-scrollbar { display: none; }

/* card */
.ha-cf-card {
  flex: 0 0 320px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}

.ha-cf-card-img {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--ha-white);
}
.ha-cf-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.ha-cf-card:hover .ha-cf-card-img img { transform: scale(1.04); }

/* subtle overlay just for pill readability */
.ha-cf-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.06);
  transition: background .3s;
}
.ha-cf-card:hover .ha-cf-overlay { background: rgba(0,0,0,.1); }

/* SKIN BY ELLA STYLE â€” pill centred on image */
.ha-cf-pill-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  width: 100%;
  padding: 0 16px;
}

/* brand name pill */
.ha-cf-brand-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 100px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.95);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  white-space: nowrap;
  font-family: var(--ha-sans);
}

/* discount reveal â€” below pill, centred */
.ha-cf-discount {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  font-family: var(--ha-sans);
  font-weight: 400;
}

/* price row below image */
.ha-cf-card-label {
  padding: 12px 0 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-top: 1px solid var(--ha-rule);
}
.ha-cf-price {
  font-family: var(--ha-serif);
  font-size: 16px;
  font-weight: 300;
  color: var(--ha-black);
}
.ha-cf-price-original {
  font-size: 13px;
  color: var(--ha-muted);
  text-decoration: line-through;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SHAPE WHAT COMES NEXT â€” REQUESTS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ha-requests {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}

/* LEFT â€” cream, burgundy text */
.ha-req-visual {
  background: var(--ha-cream);
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ha-req-eyebrow {
  color: var(--ha-muted);
  margin-bottom: 16px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ha-req-title {
  font-family: var(--ha-serif); font-size: clamp(44px, 5vw, 72px);
  font-weight: 600; line-height: 0.9; color: var(--ha-red);
  letter-spacing: -1px; margin-bottom: 24px;
}
.ha-req-body {
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--ha-charcoal);
  max-width: 360px;
  margin-bottom: 36px;
}

/* upvote invite */
.ha-req-invite {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(174,199,224,.12);
  border: 1px solid rgba(174,199,224,.3);
  border-radius: 3px;
  margin-bottom: 24px;
}
.ha-req-invite-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(174,199,224,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ha-mist);
  font-size: 13px;
  flex-shrink: 0;
  animation: ha-bounce 1.8s ease-in-out infinite;
}
@keyframes ha-bounce { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-4px);} }
.ha-req-invite-title {
  font-size: 9.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ha-mist);
  margin-bottom: 4px;
}
.ha-req-invite-text {
  font-size: 12px;
  line-height: 1.55;
  color: var(--ha-muted);
}

.ha-req-feed-rule {
  width: 24px;
  height: 1px;
  background: var(--ha-rule);
  margin-bottom: 14px;
}
.ha-req-feed-label {
  font-size: 9.5px;
  letter-spacing: 3px;
  color: var(--ha-muted);
  margin-bottom: 4px;
  text-transform: uppercase;
}
.ha-req-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--ha-rule);
  gap: 12px;
}
.ha-req-item:hover .ha-req-item-text { color: var(--ha-black); }
.ha-req-item-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.ha-req-item-rank {
  font-family: var(--ha-serif);
  font-size: 11px;
  color: rgba(28,28,28,.2);
  min-width: 18px;
  flex-shrink: 0;
}
.ha-req-item-text {
  font-family: var(--ha-serif);
  font-size: 17px;
  font-weight: 300;
  color: var(--ha-charcoal);
  transition: color .2s;
}
.ha-req-vote-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.ha-vote-btn {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(28,28,28,.15);
  background: transparent;
  color: var(--ha-muted);
  font-size: 13px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  cursor: pointer;
  font-family: var(--ha-sans);
}
.ha-vote-btn:hover { border-color: var(--ha-mist); color: var(--ha-mist); background: rgba(174,199,224,.1); transform: translateY(-2px); }
.ha-vote-btn.ha-voted { border-color: var(--ha-mist); color: var(--ha-mist); background: rgba(174,199,224,.12); }
.ha-vote-count {
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(28,28,28,.3);
  text-align: center;
  min-width: 20px;
}

/* RIGHT â€” form panel */
.ha-req-form-panel {
  background: var(--ha-white);
  padding: 56px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--ha-rule);
}
.ha-req-type-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.ha-r-pill {
  padding: 7px 16px;
  border: 1px solid rgba(28,28,28,.12);
  color: var(--ha-muted);
  font-size: 9.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: transparent;
  border-radius: 100px;
  transition: all .22s;
  cursor: pointer;
  font-family: var(--ha-sans);
}
.ha-r-pill.ha-active {
  border-color: var(--ha-black);
  color: var(--ha-black);
  background: var(--ha-white);
}
.ha-r-pill:hover:not(.ha-active) {
  border-color: rgba(28,28,28,.25);
  color: var(--ha-black);
}
.ha-req-form-context {
  font-family: var(--ha-serif);
  font-size: 19px;
  font-weight: 300;
  color: var(--ha-charcoal);
  line-height: 1.5;
  margin-bottom: 28px;
  min-height: 60px;
  transition: opacity .22s;
}
.ha-req-form { display: flex; flex-direction: column; gap: 20px; }
.ha-req-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ha-req-field { display: flex; flex-direction: column; gap: 8px; }
.ha-req-field label {
  font-size: 9.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ha-muted);
}
.ha-req-field input,
.ha-req-field textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(28,28,28,.15);
  color: var(--ha-black);
  padding: 10px 0;
  font-size: 13.5px;
  font-family: var(--ha-sans);
  outline: none;
  transition: border-color .22s;
  width: 100%;
}
.ha-req-field input:focus,
.ha-req-field textarea:focus { border-color: var(--ha-black); }
.ha-req-field input::placeholder,
.ha-req-field textarea::placeholder { color: rgba(28,28,28,.25); }
.ha-req-field textarea { resize: none; height: 80px; line-height: 1.7; }
.ha-req-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.ha-req-note {
  font-size: 9.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ha-muted);
}
.ha-btn-submit {
  padding: 13px 38px;
  background: var(--ha-red);
  color: var(--ha-cream);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: none;
  transition: opacity .22s;
  cursor: pointer;
  font-family: var(--ha-sans);
}
.ha-btn-submit:hover { opacity: .82; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   REVEAL ANIMATION
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ha-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .85s ease, transform .85s ease;
}
.ha-reveal.ha-visible { opacity: 1; transform: translateY(0); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 1024px) {
  .ha-ih-panel { grid-template-columns: 1fr; }
  .ha-ih-img { min-height: 320px; }
  .ha-ih-content { border-left: none; border-top: 1px solid var(--ha-rule); padding: 36px 28px; }
  .ha-requests { grid-template-columns: 1fr; }
  .ha-req-visual { padding: 44px 28px; }
  .ha-req-title {
  font-family: var(--ha-serif); font-size: clamp(44px, 5vw, 72px);
  font-weight: 600; line-height: 0.9; color: var(--ha-red);
  letter-spacing: -1px; margin-bottom: 24px;
}
  .ha-req-form-panel { border-left: none; border-top: 1px solid var(--ha-rule); padding: 44px 28px; }
  .ha-req-row { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .ha-inside-haven { padding: 64px 0 0; }
  .ha-ih-top { padding: 0 24px 32px; }
  .ha-ih-pill-bar {
  border-top: 1px solid var(--ha-rule);
  padding: 16px 64px;
  overflow-x: auto; scrollbar-width: none;
  display: flex; justify-content: center;
}
  .ha-faves { padding: 64px 0; }
  .ha-faves-header { padding: 0 24px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .ha-faves-track-wrap { padding-left: 24px; }
  .ha-faves-track { padding-right: 24px; }
  .ha-fave-card { flex: 0 0 76vw; }
  .ha-catalog-faves { padding: 64px 0; }
  .ha-cf-header { padding: 0 24px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .ha-cf-track-wrap { padding-left: 24px; }
  .ha-cf-track { padding-right: 24px; }
  .ha-cf-card { flex: 0 0 76vw; }
}