:root {
  --orange: #ff7a1a;
  --orange-light: #ffb06f;
  --orange-dark: #d85a00;
  --ink: #2c1d13;
  --muted: #79675a;
  --line: #f1ddcd;
  --bg: #fff8f1;
  --card: #fffdf9;
  --shadow: 0 12px 34px rgba(160, 81, 20, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.notice { overflow: hidden; color: #fff; background: linear-gradient(90deg, #ff7919, #ffad69, #ff7919); font-size: 13px; font-weight: 800; }
.notice-track { display: flex; width: max-content; gap: 64px; padding: 10px 0; animation: slide 25s linear infinite; }
@keyframes slide { 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,.94); 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; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; color: #fff; background: linear-gradient(135deg, var(--orange-light), var(--orange-dark)); box-shadow: 0 7px 16px rgba(216,90,0,.22); }
.nav { justify-content: center; gap: 30px; color: #5a4030; font-size: 14px; font-weight: 750; }
.nav a, .site-footer a { transition: color .2s ease; }
.nav a:hover, .site-footer a:hover { color: var(--orange-dark); }
.header-tools { gap: 12px; }
.signin { min-height: 37px; padding: 0 17px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--orange-dark); background: #fff; font-size: 14px; font-weight: 750; }

.hero { max-width: 1220px; margin: 28px auto 0; padding: 0 20px; }
.hero-search {
  position: relative; overflow: hidden; min-height: 420px; padding: clamp(42px, 6vw, 74px); border-radius: 12px;
  background: radial-gradient(circle at 8% 15%, rgba(255,122,26,.16) 0 98px, transparent 100px), radial-gradient(circle at 90% 18%, rgba(255,176,111,.22) 0 140px, transparent 142px), linear-gradient(135deg, #fff, #fff0e3); box-shadow: var(--shadow);
}
.hero-search::after { content: "K"; position: absolute; right: clamp(30px, 7vw, 90px); bottom: -70px; color: rgba(255,122,26,.085); font-size: 370px; line-height: 1; font-weight: 1000; transform: rotate(-8deg); }
.eyebrow, .section-kicker { margin: 0 0 10px; color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-search h1 { position: relative; z-index: 1; margin: 0 0 24px; font-size: clamp(48px, 7vw, 79px); line-height: .92; letter-spacing: -.055em; }
.hero-search form { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 120px; gap: 9px; max-width: 735px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.88); box-shadow: 0 10px 28px rgba(169,91,28,.1); }
.hero-search input, .hero-search button { min-height: 54px; border-radius: 8px; font: inherit; }
.hero-search input { min-width: 0; padding: 0 17px; border: 1px solid #efd6c2; outline: none; background: #fff; }
.hero-search input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,122,26,.12); }
.hero-search button { border: 0; color: #fff; background: var(--orange-dark); font-weight: 900; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.hero-search button:hover { transform: translateY(-1px); background: #bd4e00; }
.trending { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; max-width: 735px; margin-top: 14px; color: var(--muted); font-size: 13px; }
.trending a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--orange-dark); background: rgba(255,255,255,.9); font-weight: 700; }

.section { max-width: 1220px; margin: 0 auto; padding: 38px 20px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.section-head h2, .faq h2 { margin: 0; font-size: clamp(27px, 3vw, 35px); line-height: 1.1; letter-spacing: -.035em; }
.section-head > a { color: var(--orange-dark); font-size: 14px; font-weight: 850; }
.section-head > a span { display: inline-block; margin-left: 3px; transition: transform .2s ease; }
.section-head > a:hover span { transform: translateX(3px); }

.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: 10px; background: var(--card); box-shadow: var(--shadow); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.category-pills a:hover, .product-card:hover, .agent-grid a:hover { transform: translateY(-3px); border-color: #f2c39e; box-shadow: 0 17px 38px rgba(160,81,20,.14); }
.category-pills a { display: flex; align-items: center; gap: 12px; min-height: 76px; padding: 0 19px; font-weight: 850; }
.category-pills a span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: #fff0e3; font-size: 18px; }
.product-section { padding-top: 24px; }
.product-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.product-card { overflow: hidden; display: grid; gap: 8px; padding: 11px 11px 14px; }
.image-wrap { position: relative; overflow: hidden; border-radius: 8px; background: #f7eee7; }
.image-wrap > span { position: absolute; top: 9px; left: 9px; padding: 5px 8px; border-radius: 999px; color: var(--orange-dark); background: rgba(255,255,255,.9); backdrop-filter: blur(6px); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.thumb { display: block; width: 100%; aspect-ratio: 1/.76; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .thumb { transform: scale(1.035); }
.product-card strong { padding: 2px 3px 0; font-size: 15px; }
.product-card em { padding: 0 3px; color: var(--muted); font-size: 13px; font-style: normal; }

.agents { padding-bottom: 52px; }
.agent-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
.agent-grid a { display: grid; place-items: center; gap: 9px; min-height: 116px; padding: 14px 8px; text-align: center; }
.agent-grid b { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--orange-light), var(--orange-dark)); box-shadow: 0 8px 18px rgba(216,90,0,.18); }
.agent-grid span { font-size: 13px; font-weight: 850; }

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

@media (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .agent-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; gap: 12px; min-height: 66px; padding: 12px 16px; }
  .nav { grid-column: 1/-1; grid-row: 2; gap: 24px; padding: 2px 0 5px; }
  .hero { margin-top: 16px; padding: 0 14px; }
  .hero-search { min-height: 0; padding: 38px 22px; }
  .hero-search::after { right: -35px; bottom: -45px; font-size: 250px; }
  .hero-search h1 { font-size: clamp(45px, 14vw, 66px); }
  .hero-search form, .category-pills { grid-template-columns: 1fr; }
  .section { padding-left: 14px; padding-right: 14px; }
}
@media (max-width: 560px) {
  .brand > span:last-child { font-size: 14px; }
  .nav { justify-content: space-between; width: 100%; }
  .product-grid, .agent-grid { grid-template-columns: 1fr; }
  .category-pills { grid-template-columns: 1fr; }
  .section-head { align-items: end; }
  .thumb { aspect-ratio: 1/.7; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
