:root {
  --orange: #ff9a4d;
  --orange-dark: #d96a1f;
  --ink: #2c1d13;
  --muted: #7a6658;
  --green: #e77c2f;
  --line: #f3dfcf;
  --bg: #fff8f1;
  --card: #fffdf9;
  --shadow: 0 12px 30px rgba(169, 91, 28, .10);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.notice {
  overflow: hidden;
  min-height: 38px;
  color: #fff;
  background: linear-gradient(90deg, #ff8f3c, #ffd1a8, #ff8f3c);
  font-size: 14px;
  font-weight: 850;
}
.notice-track {
  display: flex;
  width: max-content;
  gap: 60px;
  padding: 10px 0;
  animation: slide 24s linear infinite;
}
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-33.33%); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 0 clamp(20px, 5vw, 86px);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}
.brand,
.nav,
.header-tools,
.footer-brand {
  display: flex;
  align-items: center;
}
.brand {
  gap: 10px;
  color: var(--orange-dark);
  font-weight: 950;
  white-space: nowrap;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
}
.nav {
  justify-content: center;
  gap: 28px;
  color: #5a4030;
  font-weight: 750;
}
.header-tools { gap: 12px; color: var(--muted); }
.signin {
  min-height: 36px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: #fff;
}

.hero {
  display: block;
  max-width: 1220px;
  margin: 28px auto;
  padding: 0 20px;
}
.category-menu {
  display: grid;
  gap: 8px;
  align-self: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.category-menu a {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 7px;
}
.category-menu a:hover { background: #fff0e4; }
.category-menu strong { font-size: 15px; }
.category-menu span { color: var(--muted); font-size: 13px; }

.hero-search {
  min-height: 410px;
  padding: clamp(36px, 6vw, 74px);
  width: 100%;
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 18%, rgba(255,122,26,.18) 0 95px, transparent 97px),
    radial-gradient(circle at 88% 24%, rgba(255, 166, 92, .20) 0 120px, transparent 122px),
    linear-gradient(135deg, #fff, #fff2e7);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-search::before,
.hero-search::after {
  content: "";
  position: absolute;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8b16f, #d96a1f);
  transform: rotate(-14deg);
}
.hero-search::before {
  left: -24px;
  bottom: 16px;
  width: 210px;
  height: 96px;
}
.hero-search::after {
  right: -20px;
  top: 34px;
  width: 230px;
  height: 118px;
  background: linear-gradient(135deg, #ffd2a8, #ff9a4d);
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--orange-dark);
  font-weight: 900;
  text-transform: uppercase;
}
.hero-search h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
  letter-spacing: 0;
}
.hero-search form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 10px;
  max-width: 720px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 28px rgba(169, 91, 28, .10);
}
.hero-search input,
.hero-search button {
  min-height: 54px;
  border-radius: 7px;
  font-size: 15px;
}
.hero-search input {
  width: 100%;
  border: 1px solid #f1d8c6;
  padding: 0 18px;
}
.hero-search button {
  border: 0;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}
.trending {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}
.trending a {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--green);
}

.section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 34px 20px;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.section-head h2,
.faq h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
}
.section-head a { color: var(--orange-dark); font-weight: 850; }

.category-pills,
.product-grid,
.agent-grid {
  display: grid;
  gap: 14px;
}
.category-pills {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.category-pills a,
.product-card,
.agent-grid a,
.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.category-pills a {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 0 20px;
  font-weight: 900;
}
.product-section {
  padding-top: 26px;
}
.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-card {
  overflow: hidden;
  display: grid;
  gap: 8px;
  padding: 12px;
}
.thumb {
  display: block;
  aspect-ratio: 1 / .72;
  border-radius: 7px;
  background:
    radial-gradient(circle at 32% 38%, #fff 0 18%, transparent 19%),
    linear-gradient(135deg, #f9ece2, #dfeeea);
}
.t2 { background: linear-gradient(135deg, #111 0 38%, #f7f7f7 39% 76%, #ff7a1a 77%); }
.t3 { background: linear-gradient(135deg, #eaeaea, #fff 46%, #e77c2f 47%); }
.t4 { background: linear-gradient(135deg, #eef7ff, #58c9ee 52%, #fff 53%); }
.t5 { background: linear-gradient(135deg, #fff, #ececec 46%, #ff7a1a 47%); }
.t6 { background: linear-gradient(135deg, #101010, #444 52%, #ff6fa5 53%); }
.t7 { background: linear-gradient(135deg, #efe5d8, #fff 48%, #e77c2f 49%); }
.t8 { background: linear-gradient(135deg, #f6f6f6, #fff 45%, #f2bd00 46%); }
.product-card strong { font-size: 16px; }
.product-card em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
}
.agents { padding-bottom: 50px; }
.agent-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.agent-grid a {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 110px;
}
.agent-grid b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: var(--orange);
}
.agent-grid span { font-weight: 850; }

.faq {
  max-width: 880px;
}
.faq details {
  padding: 18px 20px;
  margin-top: 12px;
}
.faq summary {
  cursor: pointer;
  font-weight: 900;
}
.faq p {
  color: var(--muted);
  line-height: 1.7;
}
.site-footer {
  padding: 36px 20px;
  text-align: center;
  color: var(--muted);
  background: #fff;
  border-top: 1px solid var(--line);
}
.site-footer .brand { justify-content: center; margin-bottom: 12px; }
.site-footer div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 16px;
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr; padding: 14px 20px; }
  .nav,
  .header-tools { justify-content: flex-start; flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agent-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .hero-search form,
  .category-pills,
  .product-grid,
  .agent-grid { grid-template-columns: 1fr; }
  .hero-search { padding: 32px 18px; }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 14px 18px;
  }

  .nav,
  .header-tools {
    justify-content: center;
  }

  .hero {
    width: 100%;
    max-width: none;
    margin: 18px auto;
    padding: 0 14px;
  }

  .hero-search {
    min-height: 0;
    padding: 34px 22px;
    overflow: hidden;
  }

  .hero-search h1 {
    max-width: 100%;
    font-size: clamp(42px, 14vw, 64px);
    line-height: .98;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .hero-search form {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hero-search input,
  .hero-search button {
    min-width: 0;
    width: 100%;
  }

  .trending {
    align-items: center;
  }

  .hero-search::before {
    left: -76px;
    bottom: -12px;
  }

  .hero-search::after {
    right: -88px;
    top: 24px;
  }
}

@media (max-width: 420px) {
  .hero-search h1 {
    font-size: clamp(38px, 17vw, 54px);
  }
}

.hero-search::before,
.hero-search::after {
  display: none;
}

.product-card img.thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1 / .72;
  height: auto;
  object-fit: cover;
  border-radius: 7px;
  background: #f4f6f5;
}
