:root {
  --ink: #172829;
  --ink-soft: #53635f;
  --muted: #89948e;
  --paper: #f5f4ef;
  --paper-deep: #e9ebe4;
  --line: rgba(23, 40, 41, 0.12);
  --orange: #bd653e;
  --orange-deep: #a95332;
  --mint: #dcebe1;
  --sage: #a8bba8;
  --dark: #173635;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow: 0 18px 40px rgba(23, 40, 41, 0.07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", "Noto Sans KR", sans-serif; font-size: 15px; line-height: 1.5; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }

.ad-disclosure { align-items: center; background: #fff7ee; border-bottom: 1px solid rgba(189, 101, 62, .28); color: var(--ink); display: flex; flex-wrap: wrap; font-size: 12px; gap: 8px; justify-content: center; line-height: 1.45; padding: 8px 16px; }
.ad-disclosure strong { background: var(--orange); border-radius: 4px; color: #fff8ef; font-size: 11px; font-weight: 800; letter-spacing: .04em; line-height: 1; padding: 4px 7px; }
.ad-disclosure span { color: #4d3a31; }

.site-header { background: rgba(245,244,239,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.header-inner { align-items: center; display: flex; height: 78px; justify-content: space-between; margin: 0 auto; max-width: 1240px; padding: 0 32px; }
.brand { align-items: center; display: inline-flex; gap: 9px; }
.brand-mark { align-items: center; background: var(--orange); border-radius: 50%; color: #fff2e7; display: inline-flex; height: 34px; justify-content: center; width: 34px; }
.brand-mark svg { height: 25px; width: 25px; }
.brand-lockup { display: inline-flex; flex-direction: column; gap: 3px; }
.brand-copy { display: inline-flex; font-family: Manrope, sans-serif; font-size: 21px; letter-spacing: -.06em; line-height: 1; }
.brand-copy strong { color: var(--orange); font-weight: 800; }
.brand-copy span { font-weight: 500; }
.brand-tag { color: #8a6a52; font-size: 9px; font-weight: 700; letter-spacing: .16em; line-height: 1; }
.main-nav { display: flex; gap: 38px; margin-left: 90px; }
.nav-link { color: #6d7771; font-size: 13px; position: relative; transition: color .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--ink); }
.nav-link.active::after { background: var(--orange); bottom: -30px; content: ""; height: 2px; left: 0; position: absolute; right: 0; }
.saved-count { align-items: center; background: var(--mint); border-radius: 20px; color: var(--dark); display: inline-flex; font-size: 10px; height: 17px; justify-content: center; margin-left: 3px; min-width: 17px; padding: 0 5px; }
.header-actions { align-items: center; display: flex; gap: 20px; }
.icon-button, .menu-toggle { align-items: center; background: transparent; color: var(--ink); display: inline-flex; justify-content: center; padding: 6px; }
.icon-button svg { height: 20px; width: 20px; }
.menu-toggle { display: none; flex-direction: column; gap: 5px; }
.menu-toggle span { background: var(--ink); display: block; height: 1.5px; width: 20px; }
.search-panel { background: var(--paper); border-top: 1px solid var(--line); display: none; margin: 0 auto; max-width: 1240px; padding: 18px 32px 22px; }
.search-panel.open { display: block; }
.search-panel label { color: var(--ink-soft); display: block; font-size: 12px; margin-bottom: 8px; }
.search-field { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; display: flex; padding: 0 14px; }
.search-field svg { color: var(--muted); height: 18px; margin-right: 10px; width: 18px; }
.search-field input { background: transparent; border: 0; color: var(--ink); flex: 1; outline: none; padding: 11px 0; }
.search-field button { background: transparent; color: var(--muted); font-size: 22px; padding: 0 0 3px; }

main { overflow: hidden; }
.hero-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); margin: 0 auto; max-width: 1240px; min-height: 518px; padding: 0 32px; }
.hero-copy { align-self: center; padding: 66px 0 55px; position: relative; z-index: 2; }
.eyebrow { align-items: center; color: var(--orange); display: flex; font-size: 10px; font-weight: 700; gap: 8px; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.eyebrow > span { background: var(--orange); border-radius: 50%; display: inline-block; height: 6px; width: 6px; }
.hero-copy h1, .section-heading h2, .products-toolbar h2, .guide-copy h2, .newsletter-inner h2, .guide-modal h2 { font-family: Manrope, sans-serif; font-weight: 700; letter-spacing: -.075em; line-height: 1.07; margin: 22px 0 18px; }
.hero-copy h1 { font-size: clamp(43px, 5.3vw, 68px); max-width: 600px; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { color: var(--ink-soft); font-size: 15px; line-height: 1.8; margin: 0; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.hero-pills button { background: #fffdf8; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: 11px; font-weight: 600; padding: 6px 12px; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.hero-pills button:hover, .hero-pills button.active { border-color: #d18a63; color: var(--ink); }
.hero-pills button.active { background: #fffaf0; }
.hero-cta-row { align-items: center; display: flex; gap: 19px; margin-top: 26px; }
.primary-button { align-items: center; background: var(--orange); border-radius: 7px; color: #fff8ef; display: inline-flex; font-size: 13px; font-weight: 600; gap: 18px; padding: 13px 18px; transition: background .2s ease, transform .2s ease; }
.primary-button:hover { background: var(--orange-deep); transform: translateY(-2px); }
.primary-button span { font-size: 18px; line-height: 10px; }
.hero-note { color: var(--muted); font-size: 11px; }
.hero-proof { align-items: center; color: var(--muted); display: flex; font-size: 11px; gap: 11px; margin-top: 48px; }
.hero-proof strong { color: var(--ink); font-weight: 700; }
.proof-avatars { display: flex; padding-left: 5px; }
.proof-avatars span { align-items: center; background: #cedcd0; border: 2px solid var(--paper); border-radius: 50%; color: var(--dark); display: inline-flex; font-size: 8px; font-weight: 700; height: 26px; justify-content: center; margin-left: -5px; width: 26px; }
.proof-avatars span:nth-child(2) { background: #dfc8ad; }
.proof-avatars span:nth-child(3) { background: #b6c2ca; }
.proof-avatars .proof-plus { background: var(--dark); color: #fff; }
.hero-visual { align-self: stretch; min-height: 470px; overflow: hidden; position: relative; }
.hero-visual::before { background: radial-gradient(ellipse at 62% 40%, rgba(255,241,201,.8) 0, rgba(255,237,197,.35) 28%, transparent 62%); content: ""; inset: 0; position: absolute; }
.hero-visual::after { background: linear-gradient(160deg, transparent 52%, rgba(182,203,188,.5) 53%, transparent 69%); content: ""; height: 100%; left: 16%; opacity: .65; position: absolute; top: 6%; transform: rotate(-9deg); width: 90%; }
.sun-glow { background: rgba(236,193,128,.35); border-radius: 50%; filter: blur(7px); height: 55px; position: absolute; right: 27%; top: 22%; width: 55px; }
.hero-ring { border: 1px solid rgba(75,115,100,.3); border-radius: 50%; height: 340px; position: absolute; right: -4%; top: -4%; width: 340px; }
.hero-ring::after { border: 1px solid rgba(75,115,100,.15); border-radius: 50%; content: ""; inset: 23px; position: absolute; }
.hero-rod { bottom: 30%; height: auto; left: 10%; opacity: .28; position: absolute; transform: rotate(2deg); width: 78%; z-index: 2; }
.hero-reel { height: auto; position: absolute; right: 10%; top: 16%; width: 210px; z-index: 4; }
.hero-ali-badge { background: #ff6a00; border-radius: 8px; box-shadow: 0 10px 24px rgba(189, 101, 62, .28); color: #fff8ef; font-family: Manrope, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: -.04em; padding: 8px 13px; position: absolute; right: 16%; top: 11%; z-index: 5; }
.hero-ali-badge span { font-weight: 800; }
.hero-float-card { background: rgba(255,253,248,.94); border-radius: 12px; box-shadow: 0 10px 22px rgba(23,40,41,.1); color: var(--ink); font-size: 11px; font-weight: 700; padding: 9px 13px; position: absolute; z-index: 5; }
.hero-float-card.reel-card { left: 6%; top: 20%; }
.hero-float-card.lure-card { right: 8%; top: 52%; }
.hero-float-card.kit-card { left: 12%; bottom: 16%; }
.hero-lure { bottom: 19%; position: absolute; right: 14%; transform: rotate(8deg); z-index: 4; }
.hero-lure svg { height: 83px; width: 53px; }
.hero-caption { align-items: center; bottom: 7%; color: #728179; display: flex; font-family: Manrope, sans-serif; font-size: 11px; font-style: italic; gap: 10px; letter-spacing: .02em; line-height: 1.4; position: absolute; right: 10%; z-index: 4; }
.hero-caption strong { color: var(--ink); font-weight: 700; }
.caption-line { background: var(--orange); display: block; height: 1px; transform: rotate(-58deg); width: 21px; }

.position-strip { background: var(--dark); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; }
.position-item { border-left: 1px solid rgba(232,228,214,.12); color: #e9eee6; padding: 26px 28px; text-align: center; }
.position-item:first-child { border-left: 0; }
.position-item b { display: block; font-family: Manrope, sans-serif; font-size: 15px; letter-spacing: -.04em; margin-bottom: 5px; }
.position-item span { color: #afc6b8; font-size: 12px; }

.category-section { background: #e6ebe4; border-top: 1px solid rgba(23,40,41,.06); padding: 78px 32px 84px; }
.section-heading, .category-grid, .products-section, .newsletter-inner { margin-left: auto; margin-right: auto; max-width: 1176px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; }
.section-heading h2, .products-toolbar h2 { font-size: clamp(34px, 4vw, 47px); margin-bottom: 0; margin-top: 17px; }
.section-heading > p { color: #6d7c73; font-size: 13px; line-height: 1.7; margin-bottom: 3px; margin-right: 11%; }
.category-grid { display: grid; gap: 12px; grid-template-columns: repeat(5, 1fr); margin-top: 42px; }
.category-card { align-items: flex-start; background: rgba(255,255,255,.47); border: 1px solid transparent; border-radius: 18px; color: var(--ink); display: flex; flex-direction: column; min-height: 166px; padding: 20px 20px 17px; text-align: left; transition: background .2s ease, box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.category-card:hover { background: rgba(255,255,255,.8); box-shadow: 0 12px 24px rgba(23,40,41,.07); transform: translateY(-3px); }
.category-card.active { background: #fffaf0; border-color: #d18a63; box-shadow: 0 12px 26px rgba(23,40,41,.07); }
.category-icon { align-items: center; border-radius: 12px; display: inline-flex; height: 48px; justify-content: center; width: 48px; }
.category-icon svg { height: 37px; width: 37px; }
.all-icon { background: #edc9af; color: #b85f39; }
.stream-icon { background: #cfe0d8; color: #32736d; }
.sea-icon { background: #cbdeda; color: #34756c; }
.beginner-icon { background: #eee1ca; color: #a76a46; }
.travel-icon { background: #ddd8d0; color: #66756e; }
.category-title { font-size: 14px; font-weight: 700; margin-top: 17px; }
.category-meta { color: #85918a; font-size: 11px; margin-top: auto; }
.category-meta b { color: var(--orange); font-size: 17px; font-weight: 400; margin-left: 3px; vertical-align: -1px; }

.products-section { padding: 84px 0 99px; }
.products-toolbar { align-items: end; display: flex; justify-content: space-between; }
.products-toolbar h2 { font-size: clamp(30px, 3.4vw, 40px); margin-top: 16px; }
.toolbar-controls { align-items: center; display: flex; gap: 25px; }
.result-count { color: var(--muted); font-size: 12px; }
.sort-control { align-items: center; border-bottom: 1px solid var(--line); color: var(--ink-soft); display: inline-flex; font-size: 12px; gap: 8px; padding: 8px 0; }
.sort-control select { appearance: none; background: transparent; border: 0; color: var(--ink); cursor: pointer; font-weight: 600; outline: none; padding: 0 20px 0 0; }
.sort-control svg { height: 16px; margin-left: -22px; pointer-events: none; width: 16px; }
.product-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); margin-top: 39px; }
.product-card { background: #fffdf8; border-radius: 17px; box-shadow: 0 8px 25px rgba(23,40,41,.04); display: flex; flex-direction: column; min-width: 0; overflow: hidden; position: relative; transition: box-shadow .2s ease, transform .2s ease; }
.product-card:hover { box-shadow: 0 17px 34px rgba(23,40,41,.1); transform: translateY(-4px); }
.product-visual { align-items: center; background: #dbe7e0; display: flex; height: 194px; justify-content: center; overflow: hidden; position: relative; }
.product-visual.has-photo { background: #eef1eb; }
.product-photo-wrap { align-items: center; display: flex; height: 100%; justify-content: center; position: relative; width: 100%; z-index: 1; }
.product-photo { height: 100%; object-fit: contain; padding: 19px 28px; position: relative; width: 100%; z-index: 1; }
.photo-fallback { align-items: center; display: flex; height: 100%; justify-content: center; position: absolute; inset: 0; width: 100%; }.photo-fallback[hidden] { display: none; }
.product-card:nth-child(4n+2) .product-visual { background: #ebe2d3; }
.product-card:nth-child(4n+3) .product-visual { background: #dae6e6; }
.product-card:nth-child(4n+4) .product-visual { background: #e9e6da; }
.visual-orbit { border: 1px solid rgba(48,89,79,.18); border-radius: 50%; height: 170px; left: -14px; position: absolute; top: -38px; width: 170px; }
.visual-orbit::after { border: 1px solid rgba(48,89,79,.1); border-radius: 50%; content: ""; inset: 18px; position: absolute; }
.product-visual::after { background: linear-gradient(140deg, rgba(255,255,255,.42), transparent 44%); content: ""; inset: 0; position: absolute; }
.product-rod { height: 150px; position: relative; transform: rotate(-13deg); width: 220px; z-index: 1; }
.product-rod .rod-line { background: #1e3937; border-radius: 5px; height: 3px; left: 22px; position: absolute; top: 73px; transform: rotate(-21deg); width: 198px; }
.product-rod .rod-highlight { background: #69877a; border-radius: 5px; height: 1px; left: 25px; opacity: .85; position: absolute; top: 75px; transform: rotate(-21deg); width: 195px; }
.product-rod .rod-handle { background: #b7623f; border-radius: 3px 11px 11px 3px; height: 11px; left: 9px; position: absolute; top: 104px; transform: rotate(-21deg); width: 78px; }
.product-rod .rod-grip { border: 2px solid #2d5048; border-radius: 50%; height: 28px; left: 4px; position: absolute; top: 98px; transform: rotate(-21deg); width: 22px; }
.product-rod .rod-ring { border: 1.5px solid #2b5a4d; border-radius: 50%; height: 11px; position: absolute; transform: rotate(-21deg); width: 11px; }
.product-rod .r1 { left: 91px; top: 73px; }.product-rod .r2 { left: 132px; top: 55px; }.product-rod .r3 { left: 165px; top: 40px; }.product-rod .r4 { left: 190px; top: 29px; }
.lure-shape { background: #e5b87e; border: 1.5px solid #295149; border-radius: 50% 48% 46% 50%; height: 37px; position: absolute; right: 40px; top: 38px; transform: rotate(21deg); width: 20px; z-index: 2; }
.lure-shape::before { border: 1px solid #b96742; border-radius: 50%; content: ""; height: 11px; left: 4px; position: absolute; top: 8px; width: 11px; }
.lure-shape::after { border: 1px solid #295149; border-bottom: 0; border-radius: 50% 50% 0 0; bottom: -7px; content: ""; height: 9px; left: 3px; position: absolute; width: 13px; }
.product-badge { background: var(--orange); border-radius: 0 0 8px 0; color: #fff6e9; font-size: 10px; font-weight: 700; left: 0; letter-spacing: .06em; padding: 8px 11px; position: absolute; top: 0; z-index: 5; }
.product-badge.soft { background: #54867c; }.product-badge.gold { background: #9f8055; }.product-badge.gray { background: #697b76; }
.heart-button { align-items: center; background: rgba(255,255,255,.8); border-radius: 50%; color: var(--ink-soft); display: inline-flex; height: 30px; justify-content: center; position: absolute; right: 12px; top: 11px; transition: color .2s, background .2s; width: 30px; z-index: 5; }
.heart-button svg { height: 16px; width: 16px; }
.heart-button.saved { background: #fff5ed; color: var(--orange); }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 17px 16px 15px; }
.product-tags { color: #81908a; display: flex; font-size: 10px; gap: 7px; }
.product-tags span::after { color: #c2c9c3; content: "•"; margin-left: 7px; }.product-tags span:last-child::after { content: ""; margin: 0; }
.product-title { font-family: Manrope, sans-serif; font-size: 14px; letter-spacing: -.035em; line-height: 1.35; margin: 8px 0 5px; }
.product-desc { color: #81908a; font-size: 11px; line-height: 1.5; margin: 0; min-height: 33px; }
.product-rating { align-items: center; display: flex; gap: 6px; margin-top: 13px; }.source-meta { color: #81908a; font-size: 10px; }
.stars { color: #c57650; font-size: 11px; letter-spacing: 1px; }.rating-number { color: #6e7b74; font-size: 10px; }
.product-footer { align-items: end; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 13px; padding-top: 12px; }
.price-label { color: #99a19b; display: block; font-size: 9px; margin-bottom: 1px; }.price { font-family: Manrope, sans-serif; font-size: 17px; font-weight: 800; letter-spacing: -.04em; }.price-note { color: #9aa49d; font-size: 9px; margin-left: 2px; }
.product-actions { align-items: flex-end; display: flex; flex-direction: column; gap: 5px; }.review-link { align-items: center; color: #53786e; display: inline-flex; font-size: 9px; font-weight: 700; gap: 3px; white-space: nowrap; }.review-link span { font-size: 13px; font-weight: 400; }.view-link { align-items: center; color: var(--orange); display: inline-flex; font-size: 11px; font-weight: 700; gap: 5px; white-space: nowrap; }.view-link > span:last-child { font-size: 17px; font-weight: 400; }.affiliate-mark { background: var(--orange); border-radius: 3px; color: #fff8ef; font-size: 9px; font-weight: 800; letter-spacing: .02em; line-height: 1; padding: 3px 5px; }
.empty-state { padding: 80px 20px; text-align: center; }.empty-icon { color: var(--orange); font-size: 48px; line-height: 1; }.empty-state h3 { font-family: Manrope, sans-serif; font-size: 21px; margin: 18px 0 5px; }.empty-state p { color: var(--muted); font-size: 13px; margin: 0 0 22px; }.secondary-button { background: var(--dark); border-radius: 6px; color: #fff; font-size: 12px; padding: 12px 17px; }

.guide-section { background: var(--dark); padding: 80px 32px; }.guide-card { align-items: center; background: #244643; border-radius: 27px; display: grid; grid-template-columns: 1fr 1fr; margin: 0 auto; max-width: 1176px; min-height: 286px; overflow: hidden; padding: 48px 64px; position: relative; }.eyebrow.light { color: #d3a778; }.eyebrow.light > span { background: #d3a778; }.guide-copy h2 { color: #f4f2e9; font-size: clamp(32px, 3.4vw, 43px); margin: 16px 0 13px; }.guide-copy p { color: #afc6b8; font-size: 13px; line-height: 1.7; margin: 0; }.guide-button { background: transparent; border-bottom: 1px solid #77948a; color: #f2e9d9; font-size: 12px; margin-top: 24px; padding: 0 0 8px; }.guide-button span { color: #dda16e; font-size: 17px; margin-left: 12px; }.guide-art { height: 100%; min-height: 190px; position: relative; }.guide-circle { background: rgba(185,213,191,.11); border-radius: 50%; height: 320px; position: absolute; right: -6%; top: -23%; width: 320px; }.guide-art svg { bottom: 13%; position: absolute; right: 3%; transform: scale(1.15); width: 85%; }.guide-stamp { color: #d5ab79; font-family: Manrope, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .19em; line-height: 1.4; position: absolute; right: 5%; text-align: center; top: 5%; transform: rotate(10deg); }

.newsletter-section { background: #e8ece5; padding: 78px 32px 82px; }.newsletter-inner { align-items: end; display: flex; justify-content: space-between; }.newsletter-inner h2 { font-size: clamp(31px, 3.4vw, 42px); margin: 17px 0 0; }.newsletter-form { width: 390px; }.newsletter-form label { color: #718078; display: block; font-size: 11px; margin-bottom: 12px; }.newsletter-form > div { border-bottom: 1px solid #82918a; display: flex; }.newsletter-form input { background: transparent; border: 0; color: var(--ink); flex: 1; font-size: 13px; outline: none; padding: 11px 0; }.newsletter-form input::placeholder { color: #9aa59d; }.newsletter-form button { background: transparent; color: var(--orange); font-size: 25px; line-height: 1; padding: 0 0 4px 16px; }.form-message { color: var(--orange); font-size: 11px; margin: 7px 0 0; min-height: 17px; }

.site-footer { background: var(--paper); padding: 37px 32px 28px; }.footer-top, .footer-bottom { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1176px; }.footer-brand .brand-mark { height: 29px; width: 29px; }.footer-brand .brand-mark svg { height: 21px; width: 21px; }.footer-brand .brand-copy { font-size: 18px; }.footer-brand .brand-tag { font-size: 8px; }.footer-links { display: flex; gap: 28px; margin-left: 70px; margin-right: auto; }.footer-links a { color: #718078; font-size: 11px; }.social-links { display: flex; gap: 17px; }.social-links a { color: #65746e; font-family: Manrope, sans-serif; font-size: 11px; font-weight: 700; }.footer-bottom { align-items: flex-start; border-top: 1px solid var(--line); color: #9aa49d; flex-direction: column; font-size: 12px; gap: 12px; margin-top: 27px; padding-top: 19px; }.legal-disclosure { color: #5f6b66; line-height: 1.65; max-width: 780px; }.legal-disclosure p { margin: 0 0 8px; }.legal-disclosure p:last-child { margin-bottom: 0; }.legal-disclosure strong { color: var(--orange); }

.modal-backdrop { align-items: center; background: rgba(23,40,41,.54); display: flex; inset: 0; justify-content: center; padding: 22px; position: fixed; z-index: 50; }.modal-backdrop[hidden] { display: none; }.guide-modal { background: #fffdf8; border-radius: 24px; max-width: 500px; padding: 38px; position: relative; width: 100%; }.modal-close { background: transparent; color: var(--muted); font-size: 27px; position: absolute; right: 18px; top: 12px; }.guide-modal h2 { font-size: 31px; margin: 17px 0 27px; }.guide-steps { display: grid; gap: 15px; }.guide-steps > div { align-items: flex-start; display: flex; gap: 13px; }.guide-steps span { color: var(--orange); font-family: Manrope, sans-serif; font-size: 12px; font-weight: 800; padding-top: 2px; }.guide-steps p { color: var(--ink-soft); font-size: 12px; line-height: 1.65; margin: 0; }.guide-steps strong { color: var(--ink); }.modal-action { margin-top: 28px; }

@media (max-width: 900px) {
  .main-nav { gap: 22px; margin-left: 30px; }
  .hero-section { grid-template-columns: 1fr 1fr; }.hero-copy h1 { font-size: 47px; }.hero-visual { min-height: 420px; }.hero-rod { bottom: 32%; width: 88%; }.hero-reel { right: 4%; width: 170px; }.hero-lure { right: 6%; }
  .position-item { padding: 22px 16px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }.product-grid { grid-template-columns: repeat(3, 1fr); }.product-card:last-child { display: none; }
  .guide-card { padding: 40px 44px; }.guide-art svg { transform: scale(1); width: 100%; }.footer-links { margin-left: 30px; }
}

@media (max-width: 680px) {
  .ad-disclosure { font-size: 11px; justify-content: flex-start; padding: 9px 18px; }.ad-disclosure span { flex: 1; min-width: 0; }
  .header-inner { height: 65px; padding: 0 18px; }.brand-mark { height: 30px; width: 30px; }.brand-mark svg { height: 22px; width: 22px; }.brand-copy { font-size: 19px; }.brand-tag { font-size: 8px; }.main-nav { display: none; }.menu-toggle { display: inline-flex; }.header-actions { gap: 12px; }.search-panel { padding: 14px 18px 18px; }
  .hero-section { display: block; min-height: 0; padding: 0 18px; }.hero-copy { padding: 58px 0 24px; }.hero-copy h1 { font-size: clamp(41px, 12vw, 57px); margin-top: 18px; }.hero-lead { font-size: 13px; }.hero-cta-row { align-items: flex-start; flex-direction: column; gap: 13px; margin-top: 25px; }.hero-proof { margin-top: 29px; }.hero-visual { height: 305px; min-height: 305px; margin: 0 -18px; }.hero-ring { height: 260px; right: -18%; top: 1%; width: 260px; }.hero-rod { bottom: 30%; left: -2%; width: 90%; }.hero-reel { right: 8%; top: 12%; width: 140px; }.hero-ali-badge { font-size: 11px; right: 12%; top: 8%; }.hero-float-card.reel-card { display: none; }.hero-float-card.kit-card { left: 8%; bottom: 12%; }.hero-lure { bottom: 21%; right: 15%; }.hero-caption { bottom: 6%; right: 13%; }
  .position-strip { grid-template-columns: 1fr; }.position-item { border-left: 0; border-top: 1px solid rgba(232,228,214,.12); padding: 16px 18px; text-align: left; }.position-item:first-child { border-top: 0; }
  .category-section { padding: 61px 18px 64px; }.section-heading { align-items: flex-start; flex-direction: column; }.section-heading h2 { font-size: 37px; }.section-heading > p { margin: 19px 0 0; }.category-grid { gap: 9px; grid-template-columns: repeat(2, 1fr); margin-top: 29px; }.category-card { min-height: 146px; padding: 15px; }.category-card:last-child { grid-column: 1 / -1; min-height: 122px; }.category-icon { height: 42px; width: 42px; }.category-icon svg { height: 32px; width: 32px; }.category-title { margin-top: 12px; }
  .products-section { padding: 63px 18px 74px; }.products-toolbar { align-items: flex-start; flex-direction: column; gap: 23px; }.products-toolbar h2 { font-size: 32px; }.toolbar-controls { justify-content: space-between; width: 100%; }.product-grid { gap: 11px; grid-template-columns: repeat(2, 1fr); margin-top: 27px; }.product-card { border-radius: 13px; }.product-card:last-child { display: flex; }.product-visual { height: 148px; }.product-rod { transform: rotate(-13deg) scale(.78); }.lure-shape { right: 26px; top: 27px; transform: rotate(21deg) scale(.78); }.product-body { padding: 13px 11px 12px; }.product-title { font-size: 12px; }.product-desc { font-size: 10px; min-height: 45px; }.product-tags { font-size: 9px; gap: 3px; }.product-tags span::after { margin-left: 3px; }.product-rating { margin-top: 8px; }.product-footer { margin-top: 9px; padding-top: 9px; flex-wrap: wrap; gap: 8px; }.price { font-size: 14px; }.product-actions { align-items: flex-start; }.view-link { font-size: 10px; white-space: normal; }.view-link > span:last-child { font-size: 14px; }.product-badge { font-size: 8px; padding: 7px 8px; }.heart-button { height: 27px; right: 8px; top: 8px; width: 27px; }
  .guide-section { padding: 64px 18px; }.guide-card { display: block; min-height: 450px; padding: 36px 27px; }.guide-copy h2 { font-size: 37px; }.guide-art { margin-top: 15px; min-height: 190px; }.guide-art svg { bottom: 3%; right: -4%; transform: scale(1.1); width: 108%; }.guide-circle { height: 280px; right: -21%; top: -4%; width: 280px; }.guide-stamp { right: 3%; top: 3%; }
  .newsletter-section { padding: 61px 18px 66px; }.newsletter-inner { align-items: flex-start; display: block; }.newsletter-inner h2 { font-size: 34px; }.newsletter-form { margin-top: 38px; width: 100%; }
  .site-footer { padding: 31px 18px 22px; }.footer-top { align-items: flex-start; flex-wrap: wrap; gap: 24px; }.footer-links { gap: 16px; margin: 0; order: 3; width: 100%; }.footer-bottom { gap: 10px; line-height: 1.5; margin-top: 24px; }.legal-disclosure { font-size: 11px; }
  .guide-modal { padding: 31px 24px; }.guide-modal h2 { font-size: 27px; }.modal-action { width: 100%; justify-content: space-between; }
}

/* Target-species recommendations and evidence labels */
.jighead-icon { background: #efd9cc; color: #a75e45; }
.species-picker { border-top: 1px solid rgba(23,40,41,.13); margin: 42px auto 0; max-width: 1176px; padding-top: 35px; }
.species-picker-heading { align-items: end; display: flex; justify-content: space-between; }
.species-picker-heading h3 { font-family: Manrope, sans-serif; font-size: clamp(27px, 3vw, 36px); letter-spacing: -.07em; line-height: 1.1; margin: 14px 0 0; }
.species-picker-heading p { color: #6d7c73; font-size: 12px; line-height: 1.7; margin: 0 8.7% 4px 0; }
.species-grid { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 27px; }
.species-card { align-items: flex-start; background: rgba(255,255,255,.54); border: 1px solid transparent; border-radius: 16px; color: var(--ink); display: flex; flex-direction: column; min-height: 126px; padding: 15px 16px 13px; position: relative; text-align: left; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.species-card:hover { background: rgba(255,255,255,.84); box-shadow: 0 10px 22px rgba(23,40,41,.06); transform: translateY(-2px); }
.species-card.active { background: #fffaf0; border-color: #d18a63; box-shadow: 0 10px 22px rgba(23,40,41,.06); }
.species-emblem { align-items: center; background: #dce9dc; border-radius: 12px; display: inline-flex; font-size: 21px; height: 40px; justify-content: center; width: 40px; }
.species-card:nth-child(3n) .species-emblem { background: #e7dfcf; }.species-card:nth-child(4n) .species-emblem { background: #d9e7e6; }.species-card:nth-child(5n) .species-emblem { background: #f0d6c3; }
.species-title { font-size: 13px; font-weight: 700; margin-top: 12px; }
.species-subtitle { color: #81908a; font-size: 10px; margin-top: 3px; }
.species-meta { color: #85918a; font-size: 10px; margin-top: auto; }.species-meta b { color: var(--ink); font-family: Manrope, sans-serif; font-size: 12px; margin-right: 2px; }.species-meta i { color: var(--orange); font-size: 16px; font-style: normal; margin-left: 3px; vertical-align: -1px; }
.evidence-notice { align-items: flex-start; background: rgba(255,253,248,.68); border: 1px solid rgba(23,40,41,.08); border-radius: 12px; color: #75847b; display: flex; font-size: 10px; gap: 10px; line-height: 1.6; margin-top: 14px; padding: 12px 14px; }
.evidence-notice strong { color: var(--orange); flex: 0 0 auto; font-family: Manrope, sans-serif; font-size: 10px; }
.evidence-line { align-items: center; background: #f6f7f2; border-radius: 6px; color: #738179; display: flex; flex-wrap: wrap; font-size: 9px; gap: 4px 6px; line-height: 1.45; margin-top: 8px; padding: 6px 7px; }
.evidence-label { color: #4d756b; font-weight: 700; }
.evidence-line a { color: var(--orange); font-weight: 700; margin-left: auto; }
.korea-signal { color: #a76d49; font-size: 9px; white-space: nowrap; }
.product-tags .korea-signal::after { content: ""; margin: 0; }

@media (max-width: 900px) {
  .species-picker-heading { align-items: flex-start; flex-direction: column; }
  .species-picker-heading p { margin: 19px 0 0; }
  .species-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .species-picker { margin-top: 31px; padding-top: 27px; }
  .species-picker-heading h3 { font-size: 31px; }
  .species-grid { gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 23px; }
  .species-card { min-height: 118px; padding: 13px; }
  .species-card:first-child { grid-column: 1 / -1; min-height: 102px; }
  .species-emblem { height: 37px; width: 37px; }
  .species-title { font-size: 12px; margin-top: 10px; }
  .species-subtitle { font-size: 9px; }
  .evidence-notice { display: block; font-size: 9px; }
  .evidence-notice strong { display: block; margin-bottom: 4px; }
  .evidence-line { align-items: flex-start; display: grid; grid-template-columns: 1fr auto; }
  .evidence-line span:nth-child(2) { grid-column: 1 / -1; }
  .evidence-line a { grid-column: 2; grid-row: 1; }
}

/* Catalog expansion: type, length, use, and review quality filters */
.catalog-section { background: #e6ebe4; border-top: 1px solid rgba(23,40,41,.06); padding: 78px 32px 78px; }
.catalog-heading, .gear-type-grid { margin-left: auto; margin-right: auto; max-width: 1176px; }
.catalog-heading { align-items: end; display: flex; justify-content: space-between; }
.catalog-heading h2, .results-heading h2 { font-family: Manrope, sans-serif; font-size: clamp(34px, 4vw, 47px); font-weight: 700; letter-spacing: -.075em; line-height: 1.07; margin: 17px 0 0; }
.catalog-note { color: #6d7c73; font-size: 13px; line-height: 1.7; margin: 0 8.7% 4px 0; }
.catalog-note p { margin: 0; }
.curation-rule { align-items: center; border-top: 1px solid rgba(23,40,41,.16); color: #81908a; display: flex; font-size: 10px; gap: 12px; margin-top: 18px; padding-top: 10px; }
.curation-rule strong { color: var(--orange); font-family: Manrope, sans-serif; font-size: 11px; }
.gear-type-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin-top: 42px; }
.gear-type-card { align-items: flex-start; background: rgba(255,255,255,.47); border: 1px solid transparent; border-radius: 18px; color: var(--ink); display: flex; flex-direction: column; min-height: 137px; padding: 17px 18px 15px; position: relative; text-align: left; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.gear-type-card:hover { background: rgba(255,255,255,.8); box-shadow: 0 12px 24px rgba(23,40,41,.07); transform: translateY(-3px); }
.gear-type-card.active { background: #fffaf0; border-color: #d18a63; box-shadow: 0 12px 26px rgba(23,40,41,.07); }
.gear-type-icon { align-items: center; border-radius: 12px; display: inline-flex; height: 44px; justify-content: center; width: 44px; }
.gear-type-icon svg { height: 32px; width: 32px; }
.gear-type-icon.rod-icon { background: #d4e2d7; color: #34736b; }.gear-type-icon.reel-icon { background: #ebdfc9; color: #a96c46; }.gear-type-icon.line-icon { background: #d7e4e4; color: #397b76; }.gear-type-icon.lure-icon { background: #efcfb5; color: #b25d3b; }.gear-type-icon.rig-icon, .gear-type-icon.hook-icon { background: #e4dfd6; color: #677970; }.gear-type-icon.accessory-icon { background: #d7e6dc; color: #4c806f; }.gear-type-icon.storage-icon { background: #e9e1d3; color: #986b4c; }.gear-type-icon.sinker-icon { background: #efd9cc; color: #a75e45; }.gear-type-icon.landing-icon { background: #d9e7e6; color: #3d7570; }
.gear-type-title { font-size: 13px; font-weight: 700; margin-top: 14px; }
.gear-type-meta { color: #85918a; font-size: 10px; margin-top: auto; }.gear-type-meta b { color: var(--ink); font-family: Manrope, sans-serif; font-size: 12px; margin-right: 2px; }.gear-type-meta i { color: var(--orange); font-size: 16px; font-style: normal; margin-left: 3px; vertical-align: -1px; }
.catalog-results { margin: 0 auto; max-width: 1176px; padding: 83px 0 98px; }
.results-heading { align-items: end; display: flex; justify-content: space-between; }.results-heading h2 { font-size: clamp(30px, 3.4vw, 40px); }.results-heading-note { align-items: end; color: var(--muted); display: flex; flex-direction: column; font-size: 10px; gap: 7px; margin-bottom: 3px; }.results-heading-note .result-count { color: var(--ink); font-family: Manrope, sans-serif; font-size: 16px; font-weight: 800; letter-spacing: -.04em; }
.filter-surface { background: #fffdf8; border: 1px solid rgba(23,40,41,.08); border-radius: 17px; box-shadow: 0 8px 25px rgba(23,40,41,.04); margin-top: 31px; padding: 19px 20px 15px; }.filter-surface-top { align-items: center; display: flex; justify-content: space-between; }.filter-surface-top > div { align-items: center; display: flex; gap: 12px; }.filter-surface-top strong { font-family: Manrope, sans-serif; font-size: 12px; }.filter-surface-top span { color: var(--muted); font-size: 11px; }.clear-filter { background: transparent; color: var(--orange); font-size: 10px; padding: 3px 0; }.filter-controls { align-items: stretch; border-top: 1px solid var(--line); display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; margin-top: 15px; padding-top: 15px; }.filter-control { min-width: 0; position: relative; }.filter-control > span { color: #7d8982; display: block; font-size: 9px; margin-bottom: 5px; }.filter-control select { appearance: none; background: #f3f5ef; border: 1px solid transparent; border-radius: 8px; color: var(--ink); cursor: pointer; font-size: 11px; outline: none; padding: 10px 31px 10px 11px; width: 100%; }.filter-control select:focus { border-color: #c9a17e; }.filter-control > svg { color: #829088; height: 15px; pointer-events: none; position: absolute; right: 9px; top: 24px; width: 15px; }.quality-filter { align-items: center; align-self: end; color: #6d7c73; display: flex; font-size: 10px; gap: 7px; height: 37px; white-space: nowrap; }.quality-filter input { height: 1px; opacity: 0; position: absolute; width: 1px; }.quality-check { align-items: center; background: var(--orange); border-radius: 5px; color: #fff; display: inline-flex; font-size: 11px; height: 18px; justify-content: center; width: 18px; }.quality-filter input:not(:checked) + .quality-check { background: #e7ebe5; color: transparent; }.active-filter-row { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 13px; }.active-filter-row:empty { display: none; }.active-filter-row button { background: #e7eee7; border-radius: 30px; color: #467267; font-size: 10px; padding: 6px 9px; }
.product-reason { background: #f1f4ef; border-radius: 6px; color: #64766c; font-size: 9px; line-height: 1.45; margin: 11px 0 0; min-height: 31px; padding: 6px 7px; }.product-reason span { color: var(--orange); font-size: 8px; font-weight: 700; margin-right: 5px; }.visual-type { background: rgba(255,255,255,.64); border-radius: 20px; bottom: 11px; color: #6d7c73; font-size: 9px; left: 12px; padding: 5px 8px; position: absolute; z-index: 3; }.gear-art { align-items: center; color: #356961; display: flex; height: 140px; justify-content: center; position: relative; width: 140px; z-index: 2; }.gear-art svg { height: 100%; width: 100%; }.gear-art-reel { color: #a96b48; transform: translate(7px, 3px) rotate(-11deg); }.gear-art-line { color: #397b76; transform: rotate(8deg); }.gear-art-lure { color: #b25d3b; transform: rotate(12deg); }.gear-art-rig, .gear-art-hook { color: #5d796d; transform: rotate(-8deg); }.gear-art-accessory { color: #4d7c6c; transform: rotate(-10deg); }.gear-art-storage { color: #996b4d; transform: rotate(-5deg); }.gear-art-terminal, .gear-art-sinker { color: #a75e45; transform: rotate(-6deg); }
.catalog-results .product-grid { margin-top: 27px; }.catalog-results .product-card { min-height: 100%; }.catalog-results .product-desc { min-height: 34px; }.catalog-results .product-footer { margin-top: auto; }

@media (max-width: 1100px) {
  .catalog-results { margin-left: 32px; margin-right: 32px; }.filter-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }.quality-filter { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 900px) {
  .catalog-heading { align-items: flex-start; flex-direction: column; }.catalog-note { margin: 24px 0 0; }.gear-type-grid { grid-template-columns: repeat(4, 1fr); }.results-heading { align-items: flex-start; flex-direction: column; gap: 22px; }.results-heading-note { align-items: flex-start; margin: 0; }.filter-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .catalog-section { padding: 61px 18px 65px; }.catalog-heading h2, .results-heading h2 { font-size: 36px; }.catalog-note { font-size: 12px; }.gear-type-grid { gap: 9px; grid-template-columns: repeat(2, 1fr); margin-top: 30px; }.gear-type-card { min-height: 126px; padding: 14px; }.gear-type-card:last-child { grid-column: 1 / -1; min-height: 112px; }.gear-type-icon { height: 40px; width: 40px; }.gear-type-icon svg { height: 29px; width: 29px; }.gear-type-title { margin-top: 10px; }.catalog-results { margin: 0; padding: 62px 18px 75px; }.results-heading-note { font-size: 10px; }.filter-surface { margin-top: 26px; padding: 16px 13px 13px; }.filter-surface-top { align-items: flex-start; flex-direction: column; gap: 13px; }.filter-surface-top > div { align-items: flex-start; flex-direction: column; gap: 4px; }.filter-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 14px; padding-top: 14px; }.filter-control select { font-size: 10px; padding-left: 8px; padding-right: 23px; }.quality-filter { font-size: 9px; grid-column: 1 / -1; height: 30px; }.catalog-results .product-grid { gap: 11px; margin-top: 25px; }.catalog-results .product-card { border-radius: 13px; }.catalog-results .product-visual { height: 148px; }.catalog-results .gear-art { height: 112px; width: 112px; }.catalog-results .visual-type { bottom: 8px; font-size: 8px; left: 8px; padding: 4px 6px; }.catalog-results .product-reason { font-size: 8px; min-height: 36px; padding: 5px; }.catalog-results .product-reason span { display: block; margin-bottom: 2px; }.catalog-results .product-title { font-size: 12px; }.catalog-results .product-desc { font-size: 10px; min-height: 43px; }.catalog-results .product-tags { font-size: 9px; }.catalog-results .product-footer { align-items: flex-end; }.catalog-results .price { font-size: 14px; }.catalog-results .view-link { font-size: 9px; }
}
