:root {
  color-scheme: light;
  --green: #123f39;
  --green-2: #1f6a5e;
  --mint: #77d9a7;
  --paper: #f4f1ea;
  --line: #d9d0c0;
  --text: #111c18;
  --muted: #5f6b65;
  --white: #fffdfa;
  --sale: #c86f44;
  --gold: #b8945f;
  --gold-soft: #efe3cf;
  --ink: #0b1512;
  --soft: #ece7dc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgb(184 148 95 / 13%), transparent 28%),
    radial-gradient(circle at 10% 20%, rgb(119 217 167 / 12%), transparent 24%),
    var(--paper);
  color: var(--text);
  font-family: "Pretendard", "Inter", "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.top-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  background: linear-gradient(90deg, var(--ink), var(--green));
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto minmax(280px, 560px) auto;
  align-items: center;
  gap: 18px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgb(255 253 250 / 86%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 42px;
  height: 42px;
}

.brand span {
  display: grid;
  line-height: 1.05;
}

.brand strong {
  font-size: 19px;
}

.brand em {
  margin-top: 4px;
  color: var(--green);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgb(18 63 57 / 32%);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgb(17 28 24 / 6%);
}

.search-box label {
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 15px;
}

nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

nav a {
  padding: 10px 12px;
  border-radius: 999px;
}

nav a:hover {
  background: #ece6da;
  color: var(--text);
}

.category-bar {
  display: flex;
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px clamp(20px, 5vw, 32px);
  overflow-x: auto;
  scrollbar-width: none;
}

.category-bar::-webkit-scrollbar {
  display: none;
}

.category-bar a {
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--green);
  font-size: 14px;
  font-weight: 850;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 32px) 42px;
}

.hero-copy,
.hero-panel,
.deal-panel,
.section,
.check-card,
.product-card,
.shorts-board > div {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-2);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.07;
  overflow-wrap: break-word;
}

h1 span {
  display: block;
}

.lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #41504a;
  font-size: 19px;
  font-weight: 560;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-button,
.secondary-button,
.buy-button,
.disabled-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 850;
  text-align: center;
}

.primary-button,
.buy-button {
  background: linear-gradient(135deg, var(--ink), var(--green));
  color: var(--white);
  box-shadow: 0 12px 28px rgb(18 63 57 / 18%);
}

.secondary-button {
  border: 1px solid var(--line);
  background: rgb(255 253 250 / 74%);
  color: var(--green);
}

.deal-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 22px;
  padding: 24px;
  border: 1px solid rgb(184 148 95 / 32%);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgb(255 253 250 / 98%), rgb(248 244 235 / 96%));
  box-shadow: 0 28px 90px rgb(17 28 24 / 13%);
}

.deal-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 7px 11px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--sale));
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.deal-visual,
.product-visual {
  flex-direction: column;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgb(18 63 57 / 92%), rgb(32 106 94 / 74)),
    #eef5ee;
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 14%);
}

.deal-visual span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 999px;
  background: rgb(255 255 255 / 10%);
  color: var(--mint);
  font-size: 18px;
  font-weight: 950;
}

.deal-visual strong {
  color: var(--green);
  color: var(--white);
  font-size: 32px;
  font-weight: 900;
}

.deal-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.deal-copy strong {
  font-size: 26px;
  line-height: 1.25;
}

.deal-copy p {
  color: var(--muted);
  line-height: 1.62;
}

.ai-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 16px;
}

.ai-reasons span {
  padding: 7px 9px;
  border: 1px solid rgb(18 63 57 / 12%);
  border-radius: 8px;
  background: #f3efe5;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
}

.hero-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 70px rgb(24 36 32 / 10%);
}

.panel-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 6px 14px;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background: #f1eee7;
}

.panel-row span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--green);
  color: var(--mint);
  font-weight: 900;
}

.panel-row strong {
  font-size: 18px;
}

.panel-row em {
  color: var(--muted);
  font-style: normal;
  font-weight: 650;
}

.section {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px clamp(20px, 5vw, 32px);
}

.quick-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 32px) 38px;
}

.quick-section a {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 10px 32px rgb(17 28 24 / 5%);
}

.quick-section strong {
  color: var(--text);
  font-size: 18px;
}

.ai-standard {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: center;
  max-width: 1180px;
  margin: 16px auto 0;
  padding: 34px clamp(20px, 5vw, 32px);
  border-top: 1px solid rgb(184 148 95 / 24%);
  border-bottom: 1px solid rgb(184 148 95 / 24%);
}

.ai-standard h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.22;
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.standard-grid span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgb(184 148 95 / 28%);
  border-radius: 10px;
  background: rgb(255 253 250 / 74%);
  color: var(--green);
  font-weight: 900;
}

.quick-section span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.2;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.grid.three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.check-card,
.product-card,
.shorts-board > div {
  border: 1px solid rgb(217 208 192 / 88%);
  border-radius: 10px;
  background: rgb(255 253 250 / 82%);
  box-shadow: 0 14px 40px rgb(17 28 24 / 5%);
}

.check-card {
  padding: 24px;
}

.tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #dff4e8;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.tag.premium {
  border: 1px solid rgb(184 148 95 / 26%);
  background: linear-gradient(135deg, #f4ead7, #e1f4e8);
  color: var(--green);
}

.check-card h3,
.product-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.check-card p,
.product-card p,
.shorts-board p,
.site-footer p {
  color: var(--muted);
  line-height: 1.62;
}

.check-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--green-2);
  font-weight: 900;
}

.revenue-section {
  padding-top: 70px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.product-card p {
  margin: 0;
}

.product-card .buy-button,
.product-card .disabled-button {
  width: 100%;
  margin-top: auto;
}

.product-card.muted {
  opacity: 0.72;
}

.rank {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--ink), var(--green));
  color: var(--gold-soft);
  font-size: 16px;
  font-weight: 950;
}

.product-visual {
  min-height: 170px;
  font-size: 24px;
}

.product-photo {
  padding: 0;
  overflow: hidden;
  background: #f7f2e8;
}

.product-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.product-visual.safety {
  background:
    linear-gradient(145deg, rgb(101 75 47 / 92%), rgb(200 111 68 / 58)),
    #f5f0e8;
}

.product-visual.clean {
  background:
    linear-gradient(145deg, rgb(38 78 92 / 92%), rgb(119 217 167 / 46)),
    #eef3f5;
}

.commerce-meta {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.commerce-meta strong {
  color: #9b4c2c;
  font-size: 20px;
}

.commerce-meta span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.disabled-button {
  background: #e6dfd3;
  color: #7b7469;
}

.affiliate-notice {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.shorts-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.shorts-board > div {
  padding: 24px;
}

.shorts-board strong {
  color: var(--green);
  font-size: 18px;
}

.site-footer {
  display: grid;
  gap: 8px;
  padding: 42px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: linear-gradient(135deg, #111c18, #123f39);
  color: var(--white);
}

.site-footer p {
  color: rgb(255 253 250 / 72%);
}

.site-footer a {
  color: var(--mint);
  font-weight: 800;
}

.mobile-sticky {
  display: none;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  nav {
    width: 100%;
    overflow-x: auto;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .grid.three,
  .shorts-board,
  .product-grid,
  .quick-section,
  .ai-standard {
    grid-template-columns: 1fr;
  }

  .deal-panel {
    grid-template-columns: 1fr;
  }

  .buy-button,
  .disabled-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .top-strip {
    padding: 7px 12px;
    font-size: 12px;
  }

  .site-header,
  .hero,
  .section,
  .quick-section,
  .ai-standard,
  .category-bar,
  .site-footer {
    width: 100vw;
    max-width: 100vw;
  }

  .hero,
  .section,
  .quick-section,
  .ai-standard,
  .category-bar {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-copy,
  .hero-panel,
  .section-heading,
  .check-card,
  .product-card,
  .quick-section a,
  .deal-panel {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
  }

  .brand strong {
    font-size: 17px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  h1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.12;
  }

  .lead {
    max-width: 100%;
    font-size: 16px;
    overflow-wrap: break-word;
  }

  .standard-grid {
    grid-template-columns: 1fr 1fr;
  }

  .panel-row {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 14px;
  }

  .search-box {
    height: 44px;
  }

  .deal-visual {
    min-height: 168px;
  }

  .deal-panel {
    gap: 18px;
    padding: 18px;
    overflow: hidden;
  }

  .deal-copy strong {
    font-size: 22px;
  }

  .deal-copy p,
  .product-card p {
    font-size: 15px;
  }

  .product-visual {
    min-height: 150px;
  }

  .mobile-sticky {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgb(255 253 248 / 94%);
    box-shadow: 0 12px 40px rgb(24 36 32 / 18%);
  }

  .mobile-sticky a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 8px;
    background: var(--green);
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
  }

  .mobile-sticky a + a {
    background: #efe9dd;
    color: var(--green);
  }
}

body {
  font-weight: 400;
}

.top-strip,
.brand em,
.search-box label,
nav,
.category-bar a,
.eyebrow,
.primary-button,
.secondary-button,
.buy-button,
.disabled-button,
.deal-badge,
.tag,
.standard-grid span,
.quick-section strong,
.commerce-meta span,
.site-footer a,
.mobile-sticky a {
  font-weight: 600;
}

.brand strong,
.deal-copy strong,
.check-card h3,
.product-card h3,
.commerce-meta strong,
.shorts-board strong,
.site-footer strong {
  font-weight: 620;
}

h1,
.section-heading h2,
.ai-standard h2 {
  font-weight: 640;
}

.rank {
  font-weight: 650;
}

.site-footer {
  gap: 4px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  padding: 10px clamp(20px, 5vw, 72px);
}

.site-footer p {
  margin: 0;
  overflow: hidden;
  color: rgb(255 253 250 / 64%);
  font-size: 12px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-footer strong,
.site-footer a {
  font-size: 13px;
}

.all-products-hero {
  padding-bottom: 18px;
}

.all-products-hero h1 {
  font-size: clamp(36px, 4.6vw, 58px);
}

.all-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1020px) {
  .all-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-footer {
    grid-template-columns: 1fr;
    padding: 12px 24px;
  }

  .site-footer p {
    white-space: normal;
  }

  .all-products-grid {
    grid-template-columns: 1fr;
  }
}
