:root {
  --sp-ink: #18211b;
  --sp-muted: #647067;
  --sp-paper: #f6f4ee;
  --sp-line: #d9d6cd;
  --sp-green: #174f35;
  --sp-green-light: #d6e4d5;
  --sp-white: #fffef9;
}

body.seasonpick-standalone {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sp-ink);
  background: var(--sp-paper);
}

.sp-shell,
.sp-shell * {
  box-sizing: border-box;
}

.sp-shell {
  min-height: 100vh;
  margin: 0;
  color: var(--sp-ink);
  background: var(--sp-paper);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
}

.sp-shell a {
  color: inherit;
  text-decoration: none;
}

.sp-shell button,
.sp-shell input {
  margin: 0;
  font: inherit;
  text-transform: none;
}

.sp-shell button {
  color: inherit;
}

.sp-shell h1,
.sp-shell h2,
.sp-shell h3,
.sp-shell p {
  margin-top: 0;
}

.sp-shell [hidden] {
  display: none !important;
}

.sp-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sp-skip {
  position: fixed;
  z-index: 99999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff !important;
  background: var(--sp-green);
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.sp-skip:focus {
  transform: translateY(0);
}

.sp-header {
  width: min(1240px, 100%);
  height: 86px;
  margin: 0 auto;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--sp-line);
}

.sp-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.06em;
}

.sp-brand-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #f8f5ed;
  background: var(--sp-green);
  border-radius: 50% 50% 48% 42%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.sp-header nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
  font-weight: 600;
}

.sp-header nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  transition: .2s ease;
}

.sp-header nav a:hover,
.sp-header nav a:focus-visible {
  color: var(--sp-green);
  border-color: var(--sp-green);
}

.sp-hero {
  width: min(1240px, 100%);
  min-height: 610px;
  margin: 0 auto;
  padding: 72px 26px 80px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: center;
  gap: 78px;
}

.sp-eyebrow,
.sp-section-kicker {
  margin: 0 0 24px;
  color: var(--sp-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sp-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: .04em;
}

.sp-eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #db7c3a;
}

.sp-hero h1 {
  margin: 0;
  font-size: clamp(52px, 6.5vw, 88px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.075em;
}

.sp-hero-lead {
  max-width: 580px;
  margin: 34px 0 38px;
  color: var(--sp-muted);
  font-size: 17px;
  line-height: 1.8;
  word-break: keep-all;
}

.sp-primary-cta {
  width: fit-content;
  min-width: 220px;
  height: 56px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  color: var(--sp-white) !important;
  background: var(--sp-green);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.sp-primary-cta:hover,
.sp-primary-cta:focus-visible {
  color: var(--sp-white) !important;
  background: #0d3f29;
  transform: translateY(-2px);
}

.sp-primary-cta span {
  font-size: 20px;
  font-weight: 400;
}

.sp-hero-art {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #d7dfce;
  border-radius: 240px 240px 12px 12px;
}

.sp-date-card {
  z-index: 2;
  width: 66%;
  min-width: 270px;
  padding: 34px 32px;
  color: #f9f5e9;
  background: var(--sp-green);
  box-shadow: 0 28px 70px rgba(30, 56, 39, .25);
  transform: rotate(-4deg);
}

.sp-date-card > span {
  font-size: 11px;
  letter-spacing: .18em;
  opacity: .75;
}

.sp-date-card strong {
  display: block;
  margin: 22px 0 28px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.sp-date-card p {
  margin: 22px 0 0;
  font-size: 12px;
  line-height: 1.7;
  opacity: .75;
}

.sp-date-line {
  height: 1px;
  background: rgba(255, 255, 255, .28);
}

.sp-orbit {
  position: absolute;
  border: 1px solid rgba(23, 79, 53, .24);
  border-radius: 50%;
}

.sp-orbit-one {
  width: 420px;
  height: 190px;
  transform: rotate(28deg);
}

.sp-orbit-two {
  width: 260px;
  height: 480px;
  transform: rotate(62deg);
}

.sp-catalog {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding: 96px 80px 112px;
  background: var(--sp-white);
}

.sp-catalog-heading {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 60px;
  align-items: end;
}

.sp-catalog-heading h2,
.sp-guide h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.065em;
}

.sp-search-box {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  background: #f5f3ed;
  border: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}

.sp-search-box:focus-within {
  background: #fff;
  border-color: var(--sp-green);
}

.sp-search-box > span:first-child {
  color: var(--sp-green);
  font-size: 26px;
  transform: translateY(-1px);
}

.sp-search-box input[type="search"] {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  color: var(--sp-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-size: 14px;
}

.sp-search-box input::placeholder {
  color: #8c948d;
}

.sp-search-box button {
  width: 30px;
  height: 30px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e4e3dc;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.sp-quick-search {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  font-size: 11px;
}

.sp-quick-search > span {
  margin-right: 3px;
  color: #89918a;
}

.sp-quick-search button {
  min-height: 0;
  padding: 5px 9px;
  color: var(--sp-green);
  background: transparent;
  border: 1px solid #d9ddd7;
  border-radius: 20px;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.2;
}

.sp-quick-search button:hover,
.sp-quick-search button:focus-visible {
  background: var(--sp-green-light);
  border-color: var(--sp-green-light);
}

.sp-season-tabs {
  margin: 62px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--sp-line);
  border-bottom: 1px solid var(--sp-line);
}

.sp-season-tabs button {
  position: relative;
  height: 68px;
  min-height: 0;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--sp-line);
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}

.sp-season-tabs button:last-child {
  border-right: 0;
}

.sp-season-tabs button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: transparent;
}

.sp-season-tabs button:hover {
  background: #faf9f5;
}

.sp-season-tabs button.is-active {
  color: var(--sp-green);
  background: var(--sp-green-light);
}

.sp-season-tabs button.is-active::after {
  background: var(--sp-green);
}

.sp-season-tabs button span {
  color: #949a94;
  font-size: 11px;
  font-weight: 500;
}

.sp-season-tabs button.is-active span {
  color: var(--sp-green);
}

.sp-results-bar {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-results-bar p {
  margin: 0;
  color: #6c746e;
  font-size: 14px;
}

.sp-results-bar strong {
  color: var(--sp-ink);
}

.sp-results-bar > span {
  color: #8d948e;
  font-size: 10px;
  letter-spacing: .16em;
}

.sp-results-bar b {
  font-weight: 500;
}

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

.sp-product-card {
  min-width: 0;
  margin: 0;
  background: #f8f7f2;
  border: 1px solid #ece9e0;
  border-radius: 0;
  box-shadow: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.sp-product-card:hover {
  box-shadow: 0 18px 50px rgba(23, 42, 30, .1);
  transform: translateY(-6px);
}

.sp-product-visual {
  position: relative;
  height: 245px;
  padding: 22px;
  overflow: hidden;
  background: #d5e0d2;
}

.sp-visual-index {
  position: relative;
  z-index: 2;
  color: rgba(24, 33, 27, .55);
  font-size: 10px;
  letter-spacing: .14em;
}

.sp-visual-word {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 22px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.06em;
}

.sp-visual-shape {
  position: absolute;
  top: 5px;
  right: -34px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(24, 33, 27, .35);
  border-radius: 50% 50% 12% 50%;
  transform: rotate(34deg);
}

.sp-visual-shape::after {
  content: "";
  position: absolute;
  top: 44px;
  left: 44px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(24, 33, 27, .35);
  border-radius: 50%;
}

.sp-tone-clay { background: #dfc8b6; }
.sp-tone-amber { background: #e4cd98; }
.sp-tone-sky { background: #cbdde0; }
.sp-tone-grass { background: #c9d8b3; }
.sp-tone-lemon { background: #e8dfaa; }
.sp-tone-aqua { background: #bcdad6; }
.sp-tone-blue { background: #c4d5e7; }
.sp-tone-mint { background: #c7dfd2; }
.sp-tone-ice { background: #d8e4e1; }
.sp-tone-plum { background: #d1bccb; }
.sp-tone-coral { background: #dfb8aa; }

.sp-product-content {
  padding: 24px 23px 22px;
}

.sp-product-meta {
  display: flex;
  gap: 8px;
  color: #7a827b;
  font-size: 10px;
  letter-spacing: .05em;
}

.sp-product-meta span:first-child {
  color: var(--sp-green);
  font-weight: 700;
}

.sp-product-meta span:first-child::after {
  content: "/";
  margin-left: 8px;
  color: #b9bdb8;
}

.sp-product-content h3 {
  margin: 12px 0 10px;
  color: var(--sp-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.04em;
}

.sp-product-content > p {
  min-height: 49px;
  margin: 0;
  color: var(--sp-muted);
  font-size: 13px;
  line-height: 1.7;
  word-break: keep-all;
}

.sp-check-point {
  min-height: 48px;
  margin: 20px 0 18px;
  padding-top: 16px;
  display: flex;
  gap: 10px;
  color: #6c746e;
  border-top: 1px solid #dedcd4;
  font-size: 11px;
  line-height: 1.5;
}

.sp-check-point span {
  color: var(--sp-green);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}

.sp-product-content > a {
  height: 45px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff !important;
  background: var(--sp-ink);
  font-size: 12px;
  font-weight: 700;
  transition: background .2s ease;
}

.sp-product-content > a:hover,
.sp-product-content > a:focus-visible {
  color: #fff !important;
  background: var(--sp-green);
}

.sp-product-content > a span {
  font-size: 17px;
  font-weight: 400;
}

.sp-empty-state {
  padding: 80px 20px;
  text-align: center;
  background: #f7f5ef;
  border: 1px solid #e4e1d8;
}

.sp-empty-state > span {
  color: var(--sp-green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}

.sp-empty-state h3 {
  margin: 14px 0 8px;
  font-size: 24px;
}

.sp-empty-state p {
  margin: 0 0 24px;
  color: var(--sp-muted);
  font-size: 14px;
}

.sp-empty-state button {
  min-height: 0;
  padding: 11px 16px;
  color: #fff;
  background: var(--sp-green);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 12px;
}

.sp-guide {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 116px 26px 124px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 110px;
}

.sp-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.sp-guide article {
  margin: 0;
  padding-top: 20px;
  background: transparent;
  border: 0;
  border-top: 1px solid #aeb4ae;
  border-radius: 0;
  box-shadow: none;
}

.sp-guide article > span {
  color: var(--sp-green);
  font-size: 10px;
  letter-spacing: .12em;
}

.sp-guide article h3 {
  margin: 52px 0 13px;
  font-size: 17px;
}

.sp-guide article p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 13px;
  line-height: 1.75;
  word-break: keep-all;
}

.sp-footer {
  padding: 54px max(26px, calc((100vw - 1188px) / 2));
  display: grid;
  grid-template-columns: 1fr 1.3fr .7fr;
  align-items: start;
  gap: 54px;
  color: #b9c6bd;
  background: var(--sp-ink);
  font-size: 11px;
  line-height: 1.7;
}

.sp-footer-brand {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.sp-footer-brand span {
  display: block;
  margin-top: 4px;
  color: #819087;
  font-size: 8px;
  letter-spacing: .16em;
}

.sp-footer p {
  margin: 0;
}

.sp-copyright {
  text-align: right;
}

.sp-shell :focus-visible {
  outline: 3px solid #db7c3a;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .sp-hero {
    min-height: auto;
    padding-top: 56px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .sp-hero-art {
    min-height: 390px;
  }

  .sp-catalog {
    padding: 80px 28px 90px;
  }

  .sp-catalog-heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sp-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-guide {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .sp-footer {
    grid-template-columns: 1fr 1fr;
  }

  .sp-copyright {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .sp-header {
    height: 72px;
    padding: 0 18px;
  }

  .sp-header nav {
    gap: 16px;
    font-size: 12px;
  }

  .sp-header nav a:last-child {
    display: none;
  }

  .sp-hero {
    padding: 52px 18px 62px;
  }

  .sp-hero h1 {
    font-size: 49px;
  }

  .sp-hero-lead {
    margin: 26px 0 30px;
    font-size: 15px;
  }

  .sp-hero-art {
    min-height: 340px;
  }

  .sp-date-card {
    width: 78%;
    min-width: 0;
  }

  .sp-catalog {
    padding: 66px 18px 76px;
  }

  .sp-catalog-heading h2,
  .sp-guide h2 {
    font-size: 39px;
  }

  .sp-season-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-season-tabs button:nth-child(2) {
    border-right: 0;
  }

  .sp-season-tabs button:nth-child(-n+2) {
    border-bottom: 1px solid var(--sp-line);
  }

  .sp-product-grid {
    grid-template-columns: 1fr;
  }

  .sp-product-visual {
    height: 220px;
  }

  .sp-results-bar {
    height: 78px;
  }

  .sp-guide {
    padding: 86px 18px 94px;
  }

  .sp-guide-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sp-guide article h3 {
    margin-top: 30px;
  }

  .sp-footer {
    padding: 44px 20px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .sp-copyright {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-shell,
  .sp-shell *,
  .sp-shell *::before,
  .sp-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

