:root {
  color-scheme: light;
  --shop-ink: #19251c;
  --shop-muted: #5e6c62;
  --shop-line: #dce6d7;
  --shop-green: #0b7c47;
  --shop-green-dark: #094f31;
  --shop-lime: #b9e531;
  --shop-orange: #ff5e00;
  --shop-soft: #f4f8ef;
  --shop-shadow: 0 18px 48px rgba(25, 45, 31, .1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--shop-ink);
  background: #f8faf7;
}
* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; background: radial-gradient(circle at 100% 0, rgba(185,229,49,.12), transparent 30%), #f8faf7; }
a { color: inherit; }
.shop-header {
  width: min(1180px, calc(100% - 32px));
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: auto;
}
.shop-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.shop-brand img { object-fit: contain; }
.shop-brand span { display: grid; }
.shop-brand strong { font-size: 1.03rem; }
.shop-brand small { color: var(--shop-muted); }
.shop-header nav, footer nav { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 18px; }
.shop-header nav a, footer nav a { color: var(--shop-muted); font-weight: 800; text-decoration: none; }
.shop-header nav a:hover, .shop-header nav a:focus-visible, footer nav a:hover, footer nav a:focus-visible { color: var(--shop-orange); }
main { width: min(1120px, calc(100% - 32px)); margin: auto; padding: 22px 0 64px; }
.shop-hero {
  min-height: 340px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  overflow: hidden;
  padding: clamp(32px, 6vw, 68px);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 15%, rgba(255,94,0,.38), transparent 32%),
    radial-gradient(circle at 10% 100%, rgba(11,124,71,.7), transparent 40%),
    #121c15;
  box-shadow: var(--shop-shadow);
}
.shop-kicker { margin: 0; color: var(--shop-green); font-size: .75rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.shop-hero .shop-kicker { color: var(--shop-lime); }
.shop-hero h1 { max-width: 760px; margin: 8px 0 12px; font-size: clamp(2.55rem, 8vw, 5.4rem); line-height: .94; letter-spacing: -.055em; }
.shop-intro { max-width: 680px; margin: 0; color: #dce8df; font-size: clamp(1.05rem, 2.5vw, 1.3rem); line-height: 1.55; }
.shop-hero-mark {
  width: clamp(150px, 22vw, 250px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 12px rgba(255,255,255,.035);
}
.shop-hero-mark img { width: 58%; height: auto; filter: drop-shadow(0 16px 24px rgba(0,0,0,.22)); }
.affiliate-disclosure {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  margin: 18px 0 48px;
  padding: 20px 22px;
  border: 1px solid #d6e79d;
  border-radius: 18px;
  background: #f2f9da;
}
.affiliate-disclosure strong { color: #36580d; white-space: nowrap; }
.affiliate-disclosure p { margin: 0; color: #4e5f3a; line-height: 1.55; }
.shop-controls { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 16px; }
.shop-controls h2 { margin: 5px 0 0; font-size: clamp(1.7rem, 5vw, 2.75rem); letter-spacing: -.035em; }
.shop-filter { min-width: min(100%, 300px); display: grid; gap: 6px; color: var(--shop-muted); font-size: .78rem; font-weight: 850; }
.shop-filter select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bdcbbf;
  border-radius: 12px;
  padding: 9px 38px 9px 13px;
  color: var(--shop-ink);
  background: #fff;
  font: inherit;
  font-size: .94rem;
}
.shop-status { min-height: 24px; margin: 0 0 20px; color: var(--shop-muted); }
.shop-groups { display: grid; gap: 34px; }
.favorite-group { scroll-margin-top: 20px; }
.favorite-group-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 13px; }
.favorite-group-heading h2 { margin: 0; font-size: clamp(1.25rem, 3vw, 1.7rem); }
.favorite-group-heading span { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; color: #3c550d; background: #ebf7c8; font-size: .75rem; font-weight: 850; }
.favorite-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.favorite-card {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  padding: 20px;
  border: 1px solid var(--shop-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(25,45,31,.055);
}
.favorite-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, var(--shop-green), var(--shop-green-dark));
  font-size: 1.1rem;
  font-weight: 950;
}
.favorite-card-copy { min-width: 0; }
.favorite-card-category { margin: 0; color: var(--shop-green); font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.favorite-card h3 { margin: 5px 0 7px; overflow-wrap: anywhere; font-size: 1.08rem; line-height: 1.32; }
.favorite-card-note { margin: 0; color: var(--shop-muted); font-size: .84rem; }
.favorite-card-link {
  grid-column: 1 / -1;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
  padding: 11px 14px;
  border-radius: 12px;
  color: #fff;
  background: var(--shop-orange);
  font-weight: 900;
  text-decoration: none;
  transition: transform var(--motion-duration-quick) var(--motion-ease-standard), filter var(--motion-duration-quick) var(--motion-ease-standard);
}
.favorite-card-link:hover { filter: brightness(.94); transform: translateY(-1px); }
.favorite-card-link:focus-visible, .shop-filter select:focus-visible, a:focus-visible { outline: 3px solid rgba(11,124,71,.35); outline-offset: 3px; }
.shop-error { color: #9f241d; font-weight: 800; }
footer {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px max(16px, calc((100% - 1120px) / 2));
  color: #dce8df;
  background: #111a14;
}
footer p { margin: 0; }
footer a { color: #dce8df; }
@media (max-width: 760px) {
  .shop-header { min-height: 72px; }
  .shop-brand small { display: none; }
  .shop-header nav a:not(:first-child) { display: none; }
  main { width: min(100% - 20px, 1120px); padding-top: 8px; }
  .shop-hero { min-height: 0; grid-template-columns: 1fr; padding: 34px 26px; border-radius: 24px; }
  .shop-hero-mark { display: none; }
  .affiliate-disclosure { grid-template-columns: 1fr; gap: 7px; margin-bottom: 36px; }
  .affiliate-disclosure strong { white-space: normal; }
  .shop-controls { align-items: stretch; flex-direction: column; }
  .shop-filter { min-width: 100%; }
  .favorite-grid { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 420px) {
  .favorite-card { grid-template-columns: 1fr; padding: 18px; }
  .favorite-card-icon { width: 42px; height: 42px; border-radius: 13px; }
  .favorite-card-link { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .favorite-card-link { transition: none; }
  .favorite-card-link:hover { transform: none; }
}
