@charset "UTF-8";
    :root {
      --color-bg: #f5f1eb;
      --color-bg-soft: #faf6ef;
      --color-bg-deep: #e8e1d3;
      --color-surface: #ffffff;
      --color-text: #1a1a1a;
      --color-text-soft: #5a5a55;
      --color-text-mute: #8a8a82;
      --color-line: #d8d2c5;
      --color-line-soft: #e6e0d3;
      --color-accent: #8a5a3b;
      --color-accent-soft: #f4ebe3;
      --color-sage: #6b8a6b;

      --font-display: 'PP Editorial New', 'Gowun Batang', Georgia, serif;
      --font-body: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', sans-serif;

      --container: 1280px;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
      background: var(--color-bg);
      color: var(--color-text);
      font-family: var(--font-body);
      font-size: 14px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    a { color: inherit; text-decoration: none; }
    button { font-family: inherit; cursor: pointer; }
    img, svg { max-width: 100%; display: block; }
    ul { list-style: none; }

    .container {
      max-width: var(--container);
      margin: 0 auto;
      padding: 0 28px;
    }

    /* Utility bar */
    .utility-bar {
      border-bottom: 0.5px solid var(--color-line);
      font-size: 12px;
      color: var(--color-text-mute);
    }
    .utility-bar .container {
      display: flex;
      justify-content: flex-end;
      gap: 24px;
      padding-top: 9px;
      padding-bottom: 9px;
    }
    .utility-bar a:hover, .utility-bar button:hover { color: var(--color-text); }
    .utility-bar button {
      background: none;
      border: none;
      padding: 0;
      font: inherit;
      color: inherit;
      cursor: pointer;
      letter-spacing: inherit;
    }

    /* Header */
    .site-header {
      background: var(--color-bg);
      border-bottom: 0.5px solid var(--color-line);
      position: sticky;
      top: 0;
      z-index: 100;
    }
    .header-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 22px;
      padding-bottom: 18px;
      gap: 32px;
    }
    .logo {
      font-family: var(--font-display);
      font-size: 30px;
      font-weight: 400;
      letter-spacing: -0.005em;
      font-variation-settings: "opsz" 144, "SOFT" 30;
      color: var(--color-text);
      line-height: 1;
    }
    .header-actions {
      display: flex;
      align-items: center;
      gap: 18px;
    }
    .search-box {
      background: var(--color-surface);
      border: 0.5px solid var(--color-line);
      border-radius: 999px;
      padding: 10px 16px;
      display: flex;
      align-items: center;
      gap: 10px;
      width: 280px;
      transition: border-color 0.2s;
    }
    .search-box:focus-within { border-color: var(--color-text); }
    .search-box input {
      border: none;
      background: transparent;
      outline: none;
      flex: 1;
      font-family: inherit;
      font-size: 13px;
      color: var(--color-text);
    }
    .search-box input::placeholder { color: var(--color-text-mute); }
    .icon-btn {
      background: transparent;
      border: none;
      padding: 8px;
      color: var(--color-text);
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      transition: opacity 0.2s;
    }
    .icon-btn:hover { opacity: 0.6; }
    .cart-count { font-variant-numeric: tabular-nums; }

    /* Nav */
    .main-nav {
      background: var(--color-bg);
      border-bottom: 1px solid var(--color-text);
    }
    .nav-list {
      display: flex;
      gap: 28px;
    }
    .nav-list a {
      display: inline-block;
      padding: 14px 0;
      font-size: 13px;
      color: var(--color-text);
      position: relative;
      transition: color 0.2s;
    }
    .nav-list a:hover { color: var(--color-accent); }
    .nav-list a.active::after {
      content: '';
      position: absolute;
      left: 0; right: 0; bottom: -1px;
      height: 2px;
      background: var(--color-text);
    }
    .nav-list a.feature { color: var(--color-accent); }

    .menu-toggle { display: none; }

    /* Hero */
    .hero { border-bottom: 0.5px solid var(--color-line); }
    .hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 580px;
    }
    .hero-copy {
      padding: 88px 64px 64px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 36px;
    }
    .vol-tag {
      font-size: 11px;
      letter-spacing: 0.28em;
      color: var(--color-text-mute);
    }
    .hero-title {
      font-family: var(--font-display);
      font-size: clamp(44px, 5.2vw, 68px);
      line-height: 1.05;
      font-weight: 400;
      letter-spacing: -0.025em;
      font-variation-settings: "opsz" 144, "SOFT" 50;
      color: var(--color-text);
    }
    .hero-title em {
      font-style: italic;
      font-weight: 300;
      color: var(--color-text-soft);
    }
    .hero-title-kr {
      font-family: var(--font-display);
      font-size: clamp(34px, 4.2vw, 54px);
      line-height: 1.18;
      font-weight: 400;
      letter-spacing: -0.01em;
      color: var(--color-text);
    }
    .hero-title-en {
      margin-top: 18px;
      font-family: var(--font-display);
      font-size: clamp(20px, 2.2vw, 28px);
      line-height: 1.25;
      font-weight: 400;
      letter-spacing: -0.01em;
      color: var(--color-text-soft);
    }
    .hero-title-en em {
      font-style: italic;
      font-weight: 300;
    }
    .hero-accent-sg {
      color: var(--color-accent);
    }
    .hero-sub {
      margin-top: 22px;
      font-size: 14px;
      color: var(--color-text-soft);
      max-width: 380px;
      line-height: 1.75;
    }
    .hero-features {
      display: flex;
      flex-direction: column;
      gap: 6px;
      font-size: 12px;
      color: var(--color-text-soft);
    }
    .hero-shipping-pill {
      margin-top: 28px;
      display: inline-flex;
      align-self: flex-start;
      padding: 12px 22px;
      background: var(--color-accent);
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: -0.005em;
      border-radius: 999px;
      width: fit-content;
    }
    .hero-features li { padding-left: 16px; position: relative; }
    .hero-features li::before {
      content: '\0000B7';
      position: absolute;
      left: 4px;
      color: var(--color-text);
    }
    .btn {
      background: var(--color-text);
      color: var(--color-bg);
      border: none;
      padding: 14px 28px;
      font-size: 13px;
      letter-spacing: 0.04em;
      border-radius: 999px;
      font-family: var(--font-body);
      transition: opacity 0.2s, transform 0.2s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .btn:hover { opacity: 0.85; }
    .btn-ghost {
      background: transparent;
      color: var(--color-text);
      border: 0.5px solid var(--color-text);
    }
    .btn-ghost:hover { background: var(--color-text); color: var(--color-bg); opacity: 1; }

    .hero-image {
      background: var(--color-bg-deep);
      position: relative;
      overflow: hidden;
    }
    .hero-image svg { width: 100%; height: 100%; display: block; }
    .hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .hero-caption {
      position: absolute;
      bottom: 24px;
      left: 24px;
      font-size: 11px;
      letter-spacing: 0.18em;
      color: var(--color-text-mute);
      font-family: var(--font-display);
      font-style: italic;
    }

    /* Trust badges */
    .trust-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-bottom: 0.5px solid var(--color-line);
    }
    .trust-cell {
      padding: 24px;
      text-align: center;
      border-right: 0.5px solid var(--color-line);
    }
    .trust-cell:last-child { border-right: none; }
    .trust-label {
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--color-text-mute);
      margin-bottom: 6px;
      font-family: var(--font-display);
      font-style: italic;
    }
    .trust-value {
      font-size: 15px;
      color: var(--color-text);
      letter-spacing: -0.005em;
      font-weight: 500;
    }

    /* Sections */
    .section { padding: 96px 0; }
    .section-head {
      text-align: center;
      margin-bottom: 48px;
    }
    .eyebrow {
      font-size: 11px;
      letter-spacing: 0.32em;
      color: var(--color-text-mute);
      margin-bottom: 14px;
      display: inline-block;
      font-family: var(--font-display);
      font-style: italic;
    }
    .section-title {
      font-family: var(--font-display);
      font-size: clamp(32px, 3.5vw, 46px);
      font-weight: 400;
      letter-spacing: -0.02em;
      font-variation-settings: "opsz" 144;
      color: var(--color-text);
      line-height: 1.15;
    }
    .section-title em {
      font-style: italic;
      font-weight: 300;
      color: var(--color-text-soft);
    }

    /* Filter pills */
    .filter-row {
      display: flex;
      justify-content: center;
      gap: 6px;
      margin-bottom: 48px;
    }
    .pill {
      background: transparent;
      border: 0.5px solid var(--color-line);
      color: var(--color-text-soft);
      padding: 9px 22px;
      font-size: 12px;
      border-radius: 999px;
      font-family: var(--font-body);
      transition: all 0.2s;
    }
    .pill:hover { border-color: var(--color-text); color: var(--color-text); }
    .pill.active {
      background: var(--color-text);
      color: var(--color-bg);
      border-color: var(--color-text);
    }

    /* Product grid */
    .product-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 28px;
    }
    .product-card {
      transition: opacity 0.3s;
      background: none;
      border: none;
      padding: 0;
      text-align: left;
      color: inherit;
      cursor: pointer;
      display: block;
      text-decoration: none;
      width: 100%;
    }
    .product-card:hover .product-thumb { transform: translateY(-3px); }
    .product-thumb {
      aspect-ratio: 1;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      transition: transform 0.4s ease;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .product-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .rank-badge {
      position: absolute;
      top: 12px;
      left: 12px;
      background: var(--color-text);
      color: var(--color-bg);
      font-family: var(--font-display);
      font-size: 12px;
      font-variation-settings: "opsz" 9;
      padding: 4px 11px;
      border-radius: 999px;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.04em;
    }
    .product-meta { padding-top: 14px; }
    .brand-tag {
      font-size: 11px;
      color: var(--color-text-mute);
      letter-spacing: 0.06em;
      font-family: var(--font-display);
      font-style: italic;
    }
    .product-name {
      font-size: 13px;
      color: var(--color-text);
      margin-top: 4px;
      line-height: 1.45;
    }
    .price-row { margin-top: 8px; }
    .price-original {
      font-size: 11px;
      color: var(--color-text-mute);
      text-decoration: line-through;
    }
    .price-now {
      font-size: 14px;
      font-weight: 500;
      margin-top: 2px;
      font-variant-numeric: tabular-nums;
    }
    .discount {
      color: var(--color-accent);
      font-weight: 500;
      margin-right: 6px;
    }
    .product-extra {
      margin-top: 8px;
      display: flex;
      flex-direction: column;
      gap: 3px;
      font-size: 11px;
      color: var(--color-text-soft);
    }
    .rating-tag { color: var(--color-accent); }
    .shipping-tag { color: var(--color-sage); }
    .section-cta { text-align: center; margin-top: 56px; }

    /* Editorial section */
    .editorial-section {
      background: var(--color-bg-deep);
      color: var(--color-text);
    }
    .editorial-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      height: 300px;
      overflow: hidden;
    }
    .editorial-image {
      background: var(--color-bg-deep);
      position: relative;
      overflow: hidden;
      height: 100%;
      min-height: 0;
    }
    .editorial-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .editorial-caption-overlay {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      text-align: center;
      font-family: var(--font-display);
      font-size: 11px;
      color: var(--color-text-soft);
      letter-spacing: 0.25em;
      font-style: italic;
    }
    .editorial-content {
      padding: 28px 56px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 14px;
      min-height: 0;
    }
    .editorial-eyebrow {
      font-size: 11px;
      letter-spacing: 0.3em;
      color: var(--color-text-mute);
      font-family: var(--font-display);
      font-style: italic;
    }
    .editorial-title {
      font-family: var(--font-display);
      font-size: clamp(26px, 2.6vw, 36px);
      font-weight: 400;
      line-height: 1.22;
      letter-spacing: -0.015em;
    }
    .editorial-title em {
      font-style: italic;
      font-weight: 300;
      color: var(--color-text-soft);
    }
    .editorial-content p {
      color: var(--color-text-soft);
      max-width: 620px;
      font-size: 14px;
      line-height: 1.7;
    }
    .editorial-content .btn-ghost {
      align-self: flex-start;
      color: var(--color-text);
      border-color: var(--color-text);
      font-size: 12px;
      padding: 8px 18px;
    }
    .editorial-content .btn-ghost:hover {
      background: var(--color-text);
      color: var(--color-bg);
    }

    /* Categories */
    .category-section { background: var(--color-surface); }
    .category-grid-layout {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }
    .category-card {
      background: var(--color-bg);
      border-radius: 10px;
      padding: 38px 16px;
      text-align: center;
      transition: background 0.2s, transform 0.2s, border-color 0.2s;
      border: 0.5px solid transparent;
      display: block;
    }
    .category-card:hover {
      background: var(--color-bg-soft);
      border-color: var(--color-line);
      transform: translateY(-2px);
    }
    .category-name {
      font-size: 14px;
      color: var(--color-text);
      font-weight: 500;
    }
    .category-name-en {
      font-family: var(--font-display);
      font-style: italic;
      font-size: 12px;
      color: var(--color-text-mute);
      margin-top: 6px;
      font-variation-settings: "opsz" 9;
    }

    /* Newsletter */
    .newsletter-section {
      background: var(--color-bg-soft);
      border-top: 0.5px solid var(--color-line);
      border-bottom: 0.5px solid var(--color-line);
    }
    .newsletter-inner {
      max-width: 560px;
      margin: 0 auto;
      text-align: center;
    }
    .newsletter-form {
      display: flex;
      gap: 8px;
      margin-top: 32px;
    }
    .newsletter-form input {
      flex: 1;
      background: var(--color-surface);
      border: 0.5px solid var(--color-line);
      border-radius: 999px;
      padding: 13px 22px;
      font-size: 13px;
      font-family: var(--font-body);
      outline: none;
      transition: border-color 0.2s;
    }
    .newsletter-form input:focus { border-color: var(--color-text); }
    .newsletter-form button { white-space: nowrap; }
    .newsletter-fine {
      font-size: 11px;
      color: var(--color-text-mute);
      margin-top: 14px;
      letter-spacing: 0.04em;
    }

    /* Footer */
    footer {
      background: var(--color-bg);
      padding: 72px 0 36px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
      gap: 48px;
      padding-bottom: 48px;
      border-bottom: 0.5px solid var(--color-line);
    }
    .footer-brand .logo { font-size: 26px; }
    .footer-brand p {
      margin-top: 14px;
      font-size: 12px;
      color: var(--color-text-soft);
      max-width: 320px;
      line-height: 1.7;
    }
    .footer-col h4 {
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--color-text-mute);
      margin-bottom: 18px;
      font-weight: 400;
      font-family: var(--font-display);
      font-style: italic;
    }
    .footer-col li { margin-bottom: 9px; font-size: 13px; color: var(--color-text); }
    .footer-col a { transition: color 0.2s; }
    .footer-col a:hover { color: var(--color-accent); }
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      padding-top: 32px;
      font-size: 11px;
      color: var(--color-text-mute);
      letter-spacing: 0.04em;
    }

    /* Animations */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(14px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .fade-up { animation: fadeUp 0.8s ease forwards; }
    .delay-1 { animation-delay: 0.1s; opacity: 0; }
    .delay-2 { animation-delay: 0.2s; opacity: 0; }
    .delay-3 { animation-delay: 0.35s; opacity: 0; }
    .delay-4 { animation-delay: 0.5s; opacity: 0; }

    /* Responsive */
    @media (max-width: 900px) {
      .container { padding: 0 18px; }
      .hero-grid { grid-template-columns: 1fr; }
      .hero-image { min-height: 320px; order: -1; }
      .hero-copy { padding: 48px 24px; }
      .editorial-grid { grid-template-columns: 1fr; height: auto; }
      .editorial-content { padding: 36px 24px; }
      .editorial-image { min-height: 240px; }
      .product-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
      .category-grid-layout { grid-template-columns: repeat(2, 1fr); }
      .trust-row { grid-template-columns: repeat(2, 1fr); }
      .trust-cell:nth-child(2) { border-right: none; }
      .trust-cell:nth-child(1), .trust-cell:nth-child(2) { border-bottom: 0.5px solid var(--color-line); }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
      .footer-brand { grid-column: 1 / -1; }
      .footer-bottom { flex-direction: column; gap: 8px; text-align: left; }
      .menu-toggle {
        display: flex;
        background: transparent;
        border: none;
        padding: 8px;
        flex-direction: column;
        gap: 4px;
        cursor: pointer;
      }
      .menu-toggle span {
        display: block; width: 22px; height: 1px; background: var(--color-text);
      }
      .nav-list { display: none; flex-direction: column; gap: 0; padding: 8px 0 12px; }
      .nav-list.open { display: flex; }
      .nav-list a { padding: 12px 0; }
      .search-box { display: none; }
      .section { padding: 64px 0; }
      .newsletter-form { flex-direction: column; }
      .header-row { gap: 12px; }
      .utility-bar .container { gap: 16px; }
    }

    @media (max-width: 480px) {
      .hero-title { font-size: 38px; }
      .hero-title-kr { font-size: 32px; line-height: 1.22; }
      .hero-title-en { font-size: 18px; margin-top: 14px; }
      .section-title { font-size: 28px; }
      .utility-bar { font-size: 11px; }
      .utility-bar .container { gap: 12px; }
    }

    /* Product card → Snipcart button reset */
    button.product-card {
      background: transparent;
      border: none;
      padding: 0;
      width: 100%;
      text-align: left;
      cursor: pointer;
      font-family: inherit;
      color: inherit;
      display: block;
    }
    button.product-card:focus-visible {
      outline: 2px solid var(--color-text);
      outline-offset: 6px;
      border-radius: 10px;
    }

    /* Cart count badge */
    .cart-count {
      display: inline-block;
      min-width: 18px;
      padding: 0 6px;
      background: var(--color-accent);
      color: var(--color-bg);
      border-radius: 999px;
      font-size: 11px;
      line-height: 18px;
      text-align: center;
      font-variant-numeric: tabular-nums;
      margin-left: 4px;
    }
    .cart-count[data-items-count="0"] {
      background: transparent;
      color: var(--color-text-mute);
      padding: 0;
    }

    /* Snipcart cart/checkout UI theme — match Seoul Paw aesthetic */
    .snipcart {
      --color-default: #1a1a1a;
      --color-alt: #5a5a55;
      --color-icon: #1a1a1a;
      --color-link: #8a5a3b;
      --color-link-hover: #1a1a1a;
      --color-link-active: #8a5a3b;
      --color-button-primary: #f5f1eb;
      --color-button-primary-hover: #f5f1eb;
      --color-button-primary-active: #f5f1eb;
      --bgColor-button-primary: #1a1a1a;
      --bgColor-button-primary-hover: #2a2a2a;
      --bgColor-button-primary-active: #2a2a2a;
      --color-button-secondary: #1a1a1a;
      --bgColor-button-secondary: transparent;
      --borderColor-button-secondary: #1a1a1a;
      --bgColor-default: #f5f1eb;
      --bgColor-alt: #faf6ef;
      --bgColor-modal: #f5f1eb;
      --bgColor-info: #e8e1d3;
      --color-input: #1a1a1a;
      --bgColor-input: #ffffff;
      --borderColor-input: #d8d2c5;
      --borderColor-input-focus: #1a1a1a;
      --color-badge: #f5f1eb;
      --bgColor-badge: #8a5a3b;
      --borderRadius-l: 12px;
      --borderRadius-m: 8px;
      --borderRadius-s: 999px;
      --font-default: 'Pretendard', -apple-system, sans-serif;
    }

    /* === Category page styles === */
    .category-hero {
      padding: 72px 0 48px;
      border-bottom: 0.5px solid var(--color-line);
      background: var(--color-bg);
    }
    .category-hero .container {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: end;
      gap: 32px;
    }
    .category-breadcrumb {
      font-size: 11px;
      letter-spacing: 0.22em;
      color: var(--color-text-mute);
      margin-bottom: 16px;
      font-family: var(--font-display);
      font-style: italic;
    }
    .category-breadcrumb a:hover { color: var(--color-text); }
    .category-title {
      font-family: var(--font-display);
      font-size: clamp(40px, 5vw, 64px);
      font-weight: 400;
      letter-spacing: -0.025em;
      font-variation-settings: "opsz" 144;
      line-height: 1.05;
      color: var(--color-text);
    }
    .category-title em {
      font-style: italic;
      font-weight: 300;
      color: var(--color-text-soft);
    }
    .category-intro {
      margin-top: 14px;
      font-size: 14px;
      color: var(--color-text-soft);
      max-width: 460px;
      line-height: 1.7;
    }
    .category-meta {
      text-align: right;
      font-size: 12px;
      color: var(--color-text-mute);
      letter-spacing: 0.04em;
      white-space: nowrap;
    }
    .category-meta strong {
      color: var(--color-text);
      font-weight: 500;
      font-variant-numeric: tabular-nums;
    }

    .toolbar {
      padding: 22px 0;
      border-bottom: 0.5px solid var(--color-line);
      background: var(--color-bg);
    }
    .toolbar .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }
    .filter-pills {
      display: flex;
      gap: 6px;
      flex-wrap: wrap;
    }
    .sort-select {
      background: transparent;
      border: 0.5px solid var(--color-line);
      padding: 8px 14px;
      font-size: 12px;
      border-radius: 999px;
      font-family: var(--font-body);
      color: var(--color-text);
      cursor: pointer;
      outline: none;
    }
    .sort-select:focus { border-color: var(--color-text); }

    .category-products {
      padding: 56px 0 96px;
    }
    .category-products .product-grid {
      gap: 28px 24px;
    }

    @media (max-width: 900px) {
      .category-hero .container { grid-template-columns: 1fr; gap: 14px; }
      .category-meta { text-align: left; }
      .category-hero { padding: 48px 0 32px; }
      .category-products { padding: 36px 0 56px; }
    }

    /* ========================================================
       Bilingual additions — Korean subtext below English titles
       ======================================================== */

    /* Korean line below big titles (hero, section titles) */
    .title-kr {
      display: block;
      font-family: 'Pretendard', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: clamp(13px, 1.1vw, 15px);
      letter-spacing: 0.02em;
      color: var(--color-text-soft);
      margin-top: 14px;
      line-height: 1.5;
    }
    /* Override italic inheritance from <em> ancestors */
    .hero-title .title-kr,
    .section-title .title-kr {
      font-style: normal;
    }

    /* Nav items — English on top, Korean small below */
    .nav-list a {
      text-align: center;
      line-height: 1.25;
      padding: 14px 4px 12px;
    }
    .nav-list a .nav-kr {
      display: block;
      font-family: 'Pretendard', sans-serif;
      font-weight: 400;
      font-size: 10px;
      letter-spacing: 0.04em;
      color: var(--color-text-mute);
      margin-top: 3px;
      text-transform: none;
    }
    .nav-list a.active .nav-kr,
    .nav-list a.feature .nav-kr {
      color: var(--color-text-soft);
    }

    /* Product card — Korean name below English name */
    .product-name-kr {
      display: block;
      font-family: 'Pretendard', sans-serif;
      font-size: 11px;
      color: var(--color-text-mute);
      margin-top: 4px;
      font-weight: 400;
      letter-spacing: 0.01em;
      line-height: 1.4;
    }

    @media (max-width: 768px) {
      .nav-list a .nav-kr { font-size: 9px; }
      .title-kr { font-size: 13px; margin-top: 10px; }
      .product-name-kr { font-size: 10px; }
    }

    /* ========================================================
       Static page styles (contact, shipping, returns, terms, privacy)
       ======================================================== */

    .page-hero {
      padding: 80px 0 36px;
      border-bottom: 0.5px solid var(--color-line);
      background: var(--color-bg);
    }
    .page-hero .container { max-width: 800px; }
    .page-breadcrumb {
      font-size: 12px;
      color: var(--color-text-mute);
      margin-bottom: 18px;
      letter-spacing: 0.04em;
    }
    .page-breadcrumb a { color: inherit; text-decoration: none; }
    .page-breadcrumb a:hover { color: var(--color-text); }
    .page-title {
      font-family: var(--font-display);
      font-weight: 300;
      font-size: clamp(36px, 4.5vw, 60px);
      line-height: 1.05;
      letter-spacing: -0.02em;
      color: var(--color-text);
    }
    .page-title em {
      font-style: italic;
      font-weight: 300;
    }

    .content-section { padding: 56px 0 100px; }
    .content-section .container { max-width: 720px; }
    .content-section .meta {
      color: var(--color-text-mute);
      font-size: 11px;
      letter-spacing: 0.08em;
      margin-bottom: 40px;
      text-transform: uppercase;
    }
    .content-section h2 {
      font-family: var(--font-display);
      font-weight: 400;
      font-size: clamp(22px, 2.3vw, 26px);
      margin: 48px 0 16px;
      line-height: 1.3;
      letter-spacing: -0.01em;
    }
    .content-section h2:first-child { margin-top: 0; }
    .content-section h3 {
      font-family: var(--font-body);
      font-size: 13px;
      font-weight: 600;
      margin: 28px 0 8px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--color-text);
    }
    .content-section p {
      margin-bottom: 14px;
      line-height: 1.8;
      color: var(--color-text-soft);
      font-size: 14px;
    }
    .content-section ul, .content-section ol {
      margin: 0 0 18px 22px;
      color: var(--color-text-soft);
      font-size: 14px;
    }
    .content-section ul li, .content-section ol li {
      margin-bottom: 7px;
      line-height: 1.7;
    }
    .content-section strong { color: var(--color-text); font-weight: 600; }
    .content-section a { color: var(--color-accent); text-decoration: underline; }
    .content-section a:hover { color: var(--color-text); }
    .content-section .footnote {
      margin-top: 60px;
      padding-top: 24px;
      border-top: 0.5px solid var(--color-line);
      color: var(--color-text-mute);
      font-size: 12px;
      line-height: 1.7;
    }
    .content-section .contact-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      margin: 32px 0;
    }
    .content-section .contact-card {
      padding: 24px;
      background: var(--color-bg-soft);
      border: 0.5px solid var(--color-line);
    }
    .content-section .contact-card .label {
      font-size: 11px;
      letter-spacing: 0.08em;
      color: var(--color-text-mute);
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    .content-section .contact-card .value {
      font-size: 15px;
      color: var(--color-text);
      font-weight: 500;
    }
    .content-section .contact-card .note {
      font-size: 12px;
      color: var(--color-text-mute);
      margin-top: 6px;
    }

    @media (max-width: 768px) {
      .page-hero { padding: 56px 0 24px; }
      .content-section { padding: 36px 0 64px; }
      .content-section h2 { margin: 36px 0 12px; }
    }

    /* ========================================================
       v0.6 Launch additions — 3-column product grid, single-category layout
       ======================================================== */

    /* When best section has 3 products instead of 4, give them more breathing room */
    .product-grid-3 {
      grid-template-columns: repeat(3, 1fr);
      max-width: 1100px;
      margin: 0 auto;
    }

    @media (max-width: 900px) {
      .product-grid-3 { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 560px) {
      .product-grid-3 { grid-template-columns: 1fr; max-width: 360px; }
    }

    /* Coming soon card (Best section placeholder) */
    .coming-soon-card {
      background: var(--color-bg-soft);
      border: 0.5px solid var(--color-line);
      border-radius: 4px;
      padding: 80px 32px;
      text-align: center;
      max-width: 720px;
      margin: 0 auto;
    }
    .coming-soon-eyebrow {
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: lowercase;
      color: var(--color-text-mute);
      margin-bottom: 28px;
    }
    .coming-soon-title {
      font-family: var(--font-display);
      font-size: clamp(28px, 3.6vw, 42px);
      font-weight: 350;
      letter-spacing: -0.01em;
      line-height: 1.15;
      margin-bottom: 18px;
    }
    .coming-soon-title em {
      font-style: italic;
      color: var(--color-text-soft);
    }
    .coming-soon-sub {
      font-size: 14px;
      color: var(--color-text-soft);
      max-width: 420px;
      margin: 0 auto 10px;
    }
    .coming-soon-kr {
      font-family: 'Gowun Batang', var(--font-body);
      font-size: 13px;
      color: var(--color-text-mute);
      margin-bottom: 32px;
    }
    .coming-soon-meta {
      display: flex;
      justify-content: center;
      gap: 10px;
      font-size: 11px;
      letter-spacing: 1.5px;
      text-transform: lowercase;
      color: var(--color-text-mute);
    }
    @media (max-width: 560px) {
      .coming-soon-card { padding: 56px 22px; }
      .coming-soon-meta { flex-wrap: wrap; }
    }

    /* Category grid when only 1 category is live — center it, don't stretch */
    .category-grid-launch {
      grid-template-columns: repeat(auto-fit, minmax(180px, 200px));
      justify-content: center;
      max-width: 220px;
      margin: 0 auto;
    }

    .categories-coming-soon {
      text-align: center;
      margin-top: 32px;
      color: var(--color-text-mute);
      font-size: 13px;
      line-height: 1.7;
      letter-spacing: 0.01em;
    }
    .categories-coming-soon .kr-line {
      font-size: 11px;
      color: var(--color-text-mute);
      opacity: 0.7;
      letter-spacing: 0.04em;
    }

    /* ========================================================
       Product detail page (PDP) — K-commerce style scroll
       ======================================================== */

    .pdp-hero {
      padding: 60px 0 80px;
      background: var(--color-bg);
      border-bottom: 0.5px solid var(--color-line);
    }
    .pdp-hero .container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: start;
      max-width: 1200px;
    }
    .pdp-hero-image {
      aspect-ratio: 1;
      background: var(--color-bg-soft);
      border-radius: 12px;
      overflow: hidden;
    }
    .pdp-hero-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .pdp-info {
      padding-top: 16px;
    }
    .pdp-breadcrumb {
      font-size: 12px;
      color: var(--color-text-mute);
      margin-bottom: 24px;
      letter-spacing: 0.04em;
    }
    .pdp-breadcrumb a { color: inherit; text-decoration: none; }
    .pdp-breadcrumb a:hover { color: var(--color-text); }
    .pdp-brand-tag {
      font-family: var(--font-display);
      font-style: italic;
      font-size: 14px;
      color: var(--color-text-soft);
      margin-bottom: 8px;
    }
    .pdp-name {
      font-family: var(--font-display);
      font-weight: 400;
      font-size: clamp(28px, 3.2vw, 38px);
      line-height: 1.15;
      letter-spacing: -0.015em;
      color: var(--color-text);
      margin-bottom: 8px;
    }
    .pdp-name-kr {
      font-family: 'Pretendard', sans-serif;
      font-size: 14px;
      color: var(--color-text-soft);
      margin-bottom: 28px;
      letter-spacing: 0.01em;
    }
    .pdp-rating {
      font-size: 13px;
      color: var(--color-text-soft);
      margin-bottom: 24px;
      letter-spacing: 0.01em;
    }
    .pdp-price {
      font-family: var(--font-display);
      font-size: 32px;
      font-weight: 400;
      color: var(--color-text);
      margin-bottom: 8px;
      letter-spacing: -0.01em;
    }
    .pdp-shipping-tag {
      font-size: 12px;
      color: var(--color-sage);
      letter-spacing: 0.04em;
      margin-bottom: 32px;
      text-transform: uppercase;
    }
    .pdp-add-btn {
      display: block;
      width: 100%;
      padding: 18px;
      background: var(--color-text);
      color: var(--color-bg);
      border: none;
      font-family: 'Pretendard', sans-serif;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      cursor: pointer;
      border-radius: 999px;
      transition: background 0.2s ease;
    }
    .pdp-add-btn:hover { background: var(--color-accent); }
    .pdp-meta-list {
      margin-top: 32px;
      padding-top: 24px;
      border-top: 0.5px solid var(--color-line);
      list-style: none;
      padding-left: 0;
    }
    .pdp-meta-list li {
      font-size: 13px;
      color: var(--color-text-soft);
      padding: 8px 0;
      display: flex;
      gap: 14px;
    }
    .pdp-meta-list li::before {
      content: '\0000B7';
      color: var(--color-text-mute);
    }

    /* Below-the-fold marketing scroll */
    .pdp-details {
      padding: 80px 0 120px;
      background: var(--color-bg);
    }
    .pdp-details .container {
      max-width: 720px;
    }
    .pdp-details-eyebrow {
      text-align: center;
      font-family: 'Pretendard', sans-serif;
      font-size: 11px;
      color: var(--color-text-mute);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    .pdp-details-title {
      text-align: center;
      font-family: var(--font-display);
      font-weight: 300;
      font-size: clamp(24px, 2.6vw, 32px);
      color: var(--color-text);
      margin-bottom: 8px;
      letter-spacing: -0.01em;
    }
    .pdp-details-title em {
      font-style: italic;
    }
    .pdp-details-subtitle {
      text-align: center;
      font-family: 'Pretendard', sans-serif;
      font-size: 12px;
      color: var(--color-text-mute);
      margin-bottom: 56px;
      letter-spacing: 0.04em;
    }
    .pdp-details-stack {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    .pdp-details-stack img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }
    .pdp-details-footnote {
      text-align: center;
      margin-top: 64px;
      padding-top: 32px;
      border-top: 0.5px solid var(--color-line);
      font-size: 12px;
      color: var(--color-text-mute);
      line-height: 1.7;
    }

    @media (max-width: 768px) {
      .pdp-hero { padding: 32px 0 48px; }
      .pdp-hero .container {
        grid-template-columns: 1fr;
        gap: 32px;
      }
      .pdp-info { padding-top: 0; }
      .pdp-name { font-size: 26px; }
      .pdp-price { font-size: 26px; }
      .pdp-details { padding: 48px 0 80px; }
      .pdp-details .container { padding-left: 16px; padding-right: 16px; }
    }

    /* ========================================================
       PDP card-based detail layout — transformative use design
       ======================================================== */

    .pdp-details .container { max-width: 880px; }

    .pdp-cards-stack {
      display: flex;
      flex-direction: column;
      gap: 32px;
      margin-top: 48px;
    }

    .pdp-card {
      background: var(--color-surface);
      border: 0.5px solid var(--color-line);
      border-radius: 12px;
      padding: 36px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 36px;
      align-items: center;
    }
    .pdp-card.card-reversed {
      direction: rtl;
    }
    .pdp-card.card-reversed > * {
      direction: ltr;
    }
    .pdp-card.pdp-card-facts,
    .pdp-card.pdp-card-faq {
      grid-template-columns: 1fr;
      padding: 40px;
    }

    .card-image {
      aspect-ratio: 1;
      border-radius: 8px;
      overflow: hidden;
      background: var(--color-bg-soft);
    }
    .card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .card-title {
      font-family: var(--font-display);
      font-weight: 400;
      font-size: clamp(20px, 2vw, 24px);
      line-height: 1.2;
      letter-spacing: -0.01em;
      color: var(--color-text);
      margin-bottom: 14px;
    }
    .card-body {
      font-size: 14px;
      line-height: 1.75;
      color: var(--color-text-soft);
      margin-bottom: 0;
    }
    .card-steps {
      margin: 18px 0 0;
      padding-left: 22px;
      list-style: decimal;
      color: var(--color-text-soft);
      font-size: 13px;
      line-height: 1.6;
    }
    .card-steps li {
      margin-bottom: 6px;
      padding-left: 4px;
    }

    /* Fact card — label/value pairs */
    .fact-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      margin-top: 8px;
    }
    .fact-row {
      display: grid;
      grid-template-columns: 180px 1fr;
      gap: 24px;
      padding: 16px 0;
      border-top: 0.5px solid var(--color-line);
      align-items: baseline;
    }
    .fact-row:first-child { border-top: none; padding-top: 8px; }
    .fact-label {
      font-family: var(--font-display);
      font-style: italic;
      font-size: 14px;
      color: var(--color-text-soft);
      letter-spacing: -0.01em;
    }
    .fact-value {
      font-size: 14px;
      line-height: 1.65;
      color: var(--color-text);
    }

    /* FAQ card */
    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 0;
      margin-top: 8px;
    }
    .faq-item {
      padding: 18px 0;
      border-top: 0.5px solid var(--color-line);
    }
    .faq-item:first-child { border-top: none; padding-top: 8px; }
    .faq-q {
      font-weight: 600;
      font-size: 14px;
      color: var(--color-text);
      margin-bottom: 8px;
      letter-spacing: -0.005em;
    }
    .faq-a {
      font-size: 13.5px;
      line-height: 1.7;
      color: var(--color-text-soft);
    }

    @media (max-width: 768px) {
      .pdp-card,
      .pdp-card.card-reversed {
        grid-template-columns: 1fr;
        padding: 24px;
        gap: 20px;
      }
      .pdp-card.pdp-card-facts,
      .pdp-card.pdp-card-faq { padding: 24px; }
      .fact-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 14px 0;
      }
      .card-image { aspect-ratio: 4 / 3; }
    }

    /* ========================================================
       v0.9 — Dropdown navigation for Basic Life / Premium Life
       ======================================================== */

    .has-dropdown {
      position: relative;
    }
    .dropdown-trigger {
      display: inline-block;
    }
    .dropdown-trigger::after {
      content: ' \002304';
      font-size: 11px;
      opacity: 0.45;
      letter-spacing: 0;
      margin-left: 2px;
      transition: opacity 0.2s, transform 0.2s;
      display: inline-block;
    }
    .has-dropdown:hover .dropdown-trigger::after {
      opacity: 1;
      transform: translateY(1px);
    }

    .nav-dropdown {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%) translateY(8px);
      background: var(--color-surface);
      border: 0.5px solid var(--color-line);
      list-style: none;
      padding: 12px 0;
      margin: 0;
      min-width: 220px;
      border-radius: 10px;
      box-shadow: 0 12px 32px rgba(20, 20, 20, 0.08);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
      z-index: 100;
    }
    .has-dropdown:hover .nav-dropdown,
    .has-dropdown:focus-within .nav-dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
    }
    .nav-dropdown li {
      list-style: none;
      padding: 0;
    }
    .nav-dropdown a {
      display: block;
      padding: 11px 24px;
      color: var(--color-text);
      text-decoration: none;
      font-size: 13px;
      font-family: 'Pretendard', sans-serif;
      letter-spacing: 0.02em;
      text-align: left;
      line-height: 1.3;
      transition: background 0.15s, color 0.15s;
      text-transform: none;
    }
    .nav-dropdown a:hover {
      background: var(--color-bg-soft);
      color: var(--color-accent);
    }
    .nav-kr-small {
      display: block;
      font-family: 'Pretendard', sans-serif;
      font-size: 10px;
      color: var(--color-text-mute);
      margin-top: 3px;
      letter-spacing: 0.04em;
      font-weight: 400;
    }

    /* Active state for top-level dropdown parents */
    .has-dropdown.active > .dropdown-trigger {
      color: var(--color-text);
    }
    .has-dropdown.active > .dropdown-trigger::after { opacity: 1; }

    /* Mobile — dropdown becomes inline expanded */
    @media (max-width: 768px) {
      .nav-dropdown {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border: none;
        padding: 4px 0 12px 18px;
        background: transparent;
        min-width: 0;
        border-left: 1px solid var(--color-line);
        margin-left: 4px;
      }
      .dropdown-trigger::after { display: none; }
      .nav-dropdown a {
        padding: 7px 12px;
        font-size: 12px;
      }
      .nav-kr-small {
        display: inline-block;
        margin-left: 8px;
        margin-top: 0;
        opacity: 0.8;
      }
    }

    /* Coming-soon page styles */
    .coming-soon-section {
      padding: 120px 0 160px;
      background: var(--color-bg);
      text-align: center;
    }
    .coming-soon-section .container {
      max-width: 640px;
    }
    .coming-soon-eyebrow {
      font-family: 'Pretendard', sans-serif;
      font-size: 11px;
      color: var(--color-text-mute);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 18px;
    }
    .coming-soon-title {
      font-family: var(--font-display);
      font-weight: 300;
      font-size: clamp(40px, 5.5vw, 60px);
      line-height: 1.05;
      letter-spacing: -0.02em;
      color: var(--color-text);
      margin-bottom: 8px;
    }
    .coming-soon-title em {
      font-style: italic;
      font-weight: 300;
    }
    .coming-soon-title .title-kr {
      display: block;
      font-family: 'Pretendard', sans-serif;
      font-size: clamp(14px, 1.2vw, 16px);
      color: var(--color-text-soft);
      margin-top: 18px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.02em;
    }
    .coming-soon-subtitle {
      font-family: var(--font-display);
      font-style: italic;
      font-size: clamp(18px, 2.2vw, 22px);
      color: var(--color-text-soft);
      margin: 28px 0 22px;
      line-height: 1.4;
    }
    .coming-soon-tease {
      font-size: 14px;
      line-height: 1.8;
      color: var(--color-text-soft);
      max-width: 520px;
      margin: 0 auto 48px;
    }

    @media (max-width: 768px) {
      .coming-soon-section { padding: 64px 0 100px; }
    }

    /* Categories grid — large editorial cards (2-up) */
    .categories-grid-large {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      max-width: 720px;
      margin: 0 auto;
    }
    .category-card-large {
      display: block;
      padding: 56px 32px;
      background: var(--color-bg-soft);
      border: 0.5px solid var(--color-line);
      border-radius: 12px;
      text-decoration: none;
      transition: transform 0.3s ease, background 0.3s ease;
      text-align: center;
    }
    .category-card-large:hover {
      transform: translateY(-3px);
      background: var(--color-surface);
    }
    .category-card-large .category-name {
      font-family: var(--font-display);
      font-weight: 400;
      font-size: clamp(22px, 2.4vw, 28px);
      color: var(--color-text);
      letter-spacing: -0.01em;
      margin-bottom: 4px;
    }
    .category-card-large .category-name-en {
      font-family: 'Pretendard', sans-serif;
      font-size: 12px;
      color: var(--color-text-mute);
      letter-spacing: 0.04em;
      margin-bottom: 16px;
    }
    .category-card-large .category-tags {
      font-size: 12px;
      color: var(--color-text-soft);
      letter-spacing: 0.04em;
      line-height: 1.7;
    }

    @media (max-width: 560px) {
      .categories-grid-large {
        grid-template-columns: 1fr;
      }
    }

    /* ========================================================
       v0.11 — Image-stack PDP layout (Coupang-rich style)
       ======================================================== */
    
    .pdp-card.pdp-card-image-only {
      grid-template-columns: 1fr;
      padding: 0;
      background: var(--color-surface);
      border: 0.5px solid var(--color-line);
      overflow: hidden;
    }
    .pdp-card-image-only .card-image {
      aspect-ratio: auto;
      max-height: 1200px;
      border-radius: 8px;
    }
    .pdp-card-image-only .card-image img {
      width: 100%;
      height: auto;
      object-fit: contain;
      display: block;
    }
    .pdp-card-image-only .card-caption {
      padding: 24px 32px 28px;
      border-top: 0.5px solid var(--color-line);
    }
    .pdp-card-image-only .card-caption-eyebrow {
      font-family: 'Pretendard', sans-serif;
      font-size: 11px;
      color: var(--color-text-mute);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 6px;
    }
    .pdp-card-image-only .card-caption-title {
      font-family: var(--font-display);
      font-weight: 400;
      font-size: 18px;
      color: var(--color-text);
      letter-spacing: -0.005em;
      margin-bottom: 10px;
    }
    .pdp-card-image-only .card-caption-body {
      font-size: 13.5px;
      line-height: 1.7;
      color: var(--color-text-soft);
      margin: 0;
    }
    
    @media (max-width: 768px) {
      .pdp-card-image-only .card-caption {
        padding: 18px 22px 22px;
      }
    }

    /* ============================================
       PDP v2 — Biteme-inspired Korean e-commerce style
       Namespace: .pdpv2-
       Editorial tone preserved on other pages.
       ============================================ */

    .pdpv2 {
      background: #ffffff;
      font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
      color: #1a1a1a;
    }

    /* --- Hero: gallery + info --- */
    .pdpv2-hero {
      max-width: 1180px;
      margin: 0 auto;
      padding: 28px 20px 48px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: start;
    }
    @media (max-width: 880px) {
      .pdpv2-hero {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 0 32px;
      }
    }

    /* Gallery */
    .pdpv2-gallery { position: relative; }
    .pdpv2-main-wrap {
      position: relative;
      background: #f7f7f7;
      aspect-ratio: 1 / 1;
      overflow: hidden;
    }
    .pdpv2-main-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: none;
    }
    .pdpv2-main-wrap img.active { display: block; }

    /* Floating icons on hero */
    .pdpv2-hero-icons {
      position: absolute;
      top: 14px;
      right: 14px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      z-index: 2;
    }
    .pdpv2-icon-btn {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #ffffff;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 1px 4px rgba(0,0,0,0.08);
      color: #555;
      transition: color 0.15s;
    }
    .pdpv2-icon-btn:hover { color: #6f4528; }
    .pdpv2-icon-btn svg { width: 18px; height: 18px; }

    /* Dot pagination on main image (hidden — owner removed) */
    .pdpv2-dots {
      display: none;
    }
    .pdpv2-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: rgba(0,0,0,0.25);
      border: none;
      cursor: pointer;
      padding: 0;
      transition: background 0.15s;
    }
    .pdpv2-dot.active { background: #1a1a1a; }

    /* Thumbnail strip (desktop) */
    .pdpv2-thumbs {
      display: flex;
      gap: 8px;
      margin-top: 10px;
      overflow-x: auto;
      scrollbar-width: thin;
    }
    .pdpv2-thumbs button {
      flex: 0 0 72px;
      height: 72px;
      padding: 0;
      border: 1.5px solid transparent;
      background: #f7f7f7;
      cursor: pointer;
      overflow: hidden;
      transition: border-color 0.15s;
    }
    .pdpv2-thumbs button.active { border-color: #1a1a1a; }
    .pdpv2-thumbs img { width: 100%; height: 100%; object-fit: cover; }
    @media (max-width: 880px) {
      .pdpv2-thumbs { display: none; } /* mobile uses dots instead */
    }

    /* --- Info column --- */
    .pdpv2-info {
      padding: 8px 0 0;
    }
    @media (max-width: 880px) {
      .pdpv2-info { padding: 22px 20px 0; }
    }

    /* Promo banner under image (orange) */
    .pdpv2-promo-banner {
      background: linear-gradient(90deg, #8a5a3b 0%, #a07050 100%);
      color: #fff;
      padding: 10px 14px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 12.5px;
      font-weight: 500;
      margin-bottom: 16px;
      letter-spacing: -0.005em;
    }
    .pdpv2-promo-banner .arrow { font-size: 14px; opacity: 0.85; }

    .pdpv2-brand-tag {
      font-size: 11px;
      letter-spacing: 1.6px;
      color: #888;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 8px;
    }
    .pdpv2-name {
      font-size: 22px;
      font-weight: 600;
      letter-spacing: -0.015em;
      line-height: 1.3;
      color: #1a1a1a;
      margin-bottom: 4px;
    }
    .pdpv2-name-kr {
      font-size: 13px;
      color: #888;
      margin-bottom: 18px;
      font-weight: 400;
    }

    /* Price block */
    .pdpv2-price-original {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 6px;
      font-size: 12.5px;
    }
    .pdpv2-price-original .label {
      color: #888;
      font-weight: 500;
    }
    .pdpv2-price-original .strike {
      color: #b8b8b8;
      text-decoration: line-through;
    }
    .pdpv2-price-sale {
      display: flex;
      align-items: baseline;
      gap: 10px;
      margin-bottom: 14px;
    }
    .pdpv2-price-sale .discount {
      color: #6f4528;
      font-size: 26px;
      font-weight: 700;
      letter-spacing: -0.02em;
    }
    .pdpv2-price-sale .now {
      font-size: 26px;
      font-weight: 700;
      color: #1a1a1a;
      letter-spacing: -0.02em;
    }

    /* Coupon button */
    .pdpv2-coupon-btn {
      width: 100%;
      background: #f5f5f5;
      border: 1px solid #e8e8e8;
      padding: 12px 16px;
      font-size: 12.5px;
      font-weight: 500;
      color: #333;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      border-radius: 4px;
      font-family: inherit;
      transition: background 0.15s;
    }
    .pdpv2-coupon-btn:hover { background: #ececec; }
    .pdpv2-coupon-btn .arrow { color: #888; }

    /* Shipping tag */
    .pdpv2-shipping-tag {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 0;
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef;
      font-size: 12.5px;
      color: #555;
      margin-bottom: 18px;
    }
    .pdpv2-shipping-tag svg { color: #888; }

    /* Quick features */
    .pdpv2-quick-features {
      list-style: none;
      padding: 0;
      margin: 0 0 24px;
    }
    .pdpv2-quick-features li {
      font-size: 13px;
      color: #444;
      padding: 4px 0;
      display: flex;
      align-items: flex-start;
      gap: 8px;
    }
    .pdpv2-quick-features li::before {
      content: "\0000B7";
      color: #888;
      font-weight: 700;
    }
    .pdpv2-quick-features li.pdpv2-rating {
      color: #8a5a3b;
      font-weight: 500;
    }
    .pdpv2-quick-features li.pdpv2-rating::before {
      color: #8a5a3b;
    }
    .pdpv2-quick-features li.pdpv2-rating .star {
      color: #8a5a3b;
    }

    /* Variant selector (size/color dropdown) */
    .pdpv2-variant-selector {
      margin-top: 12px;
      margin-bottom: 16px;
    }
    .pdpv2-variant-label {
      display: block;
      font-size: 11px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--color-text-soft);
      margin-bottom: 6px;
      font-family: var(--font-display);
      font-style: italic;
    }
    .pdpv2-variant-select {
      width: 100%;
      padding: 12px 14px;
      font-size: 14px;
      font-family: inherit;
      color: var(--color-text);
      background: var(--color-surface);
      border: 1px solid var(--color-line);
      border-radius: 4px;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%235a5a55' stroke-width='1.5' fill='none'/></svg>");
      background-repeat: no-repeat;
      background-position: right 14px center;
      background-size: 12px 8px;
    }
    .pdpv2-variant-select:focus {
      outline: none;
      border-color: var(--color-accent);
    }

    /* Add to bag CTA */
    .pdpv2-add-btn {
      width: 100%;
      background: #8a5a3b;
      color: #fff;
      border: none;
      padding: 16px 20px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      letter-spacing: -0.005em;
      border-radius: 4px;
      font-family: inherit;
      transition: background 0.15s;
      box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    }
    .pdpv2-add-btn:hover { background: #6f4528; }
    .pdpv2-add-btn .price { font-weight: 700; margin-left: 6px; }

    /* Bottom sticky bar (mobile only) */
    .pdpv2-sticky-bar {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      padding: 10px 14px;
      border-top: 1px solid #e8e8e8;
      z-index: 90;
      gap: 10px;
      align-items: center;
    }
    .pdpv2-sticky-bar .pdpv2-icon-btn {
      box-shadow: none;
      border: 1px solid #e8e8e8;
      flex-shrink: 0;
    }
    .pdpv2-sticky-bar .pdpv2-add-btn {
      flex: 1;
      padding: 13px 18px;
      font-size: 14.5px;
    }
    @media (max-width: 880px) {
      .pdpv2-sticky-bar { display: flex; }
      body.pdpv2-active { padding-bottom: 70px; }
    }

    /* --- Editorial / Marketing section --- */
    .pdpv2-editorial {
      max-width: 880px;
      margin: 24px auto 0;
      padding: 0 20px;
    }
    .pdpv2-feature-block {
      padding: 48px 0;
      border-bottom: 1px solid #f0f0f0;
      display: grid;
      grid-template-columns: 360px 1fr;
      gap: 36px;
      align-items: start;
    }
    .pdpv2-feature-block:last-child { border-bottom: none; }
    .pdpv2-feature-block--image-only {
      grid-template-columns: 1fr;
      justify-items: center;
    }
    .pdpv2-feature-block--image-only .pdpv2-feature-image {
      max-width: 560px;
    }
    .pdpv2-feature-image {
      width: 100%;
      max-width: 360px;
      display: block;
      border-radius: 4px;
      background: #f7f7f7;
      margin-bottom: 0;
    }
    .pdpv2-feature-text {
      padding-top: 4px;
    }
    .pdpv2-feature-eyebrow {
      font-size: 11px;
      letter-spacing: 1.6px;
      color: #8a5a3b;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 12px;
    }
    .pdpv2-feature-title {
      font-size: clamp(19px, 2.2vw, 24px);
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 1.35;
      color: #1a1a1a;
      margin-bottom: 14px;
    }
    .pdpv2-feature-body {
      font-size: 14px;
      line-height: 1.7;
      color: #555;
      margin-bottom: 0;
    }
    .pdpv2-feature-translation-note {
      font-size: 10.5px;
      letter-spacing: 1px;
      color: #999;
      text-transform: uppercase;
      margin-bottom: 8px;
      font-weight: 500;
    }
    @media (max-width: 760px) {
      .pdpv2-feature-block {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 36px 0;
      }
      .pdpv2-feature-image {
        max-width: 280px;
        margin: 0 auto;
      }
      .pdpv2-feature-text { padding-top: 0; text-align: left; }
    }

    /* --- Info section (specs / caution / shipping) --- */
    .pdpv2-info-block {
      max-width: 760px;
      margin: 0 auto;
      padding: 0 20px 28px;
      border-bottom: 0.5px solid #ececec;
    }
    .pdpv2-info-block:last-of-type {
      border-bottom: none;
    }
    .pdpv2-info-header {
      background: transparent;
      color: #888;
      padding: 0;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      margin: 0 0 14px;
    }
    .pdpv2-info-header--gray,
    .pdpv2-info-header--dark {
      background: transparent;
      color: #888;
    }
    .pdpv2-info-body {
      padding: 0;
      border: none;
      font-size: 13px;
      line-height: 1.7;
      color: #444;
    }
    .pdpv2-info-body p { margin-bottom: 10px; }
    .pdpv2-info-body p:last-child { margin-bottom: 0; }
    .pdpv2-info-body strong { color: #1a1a1a; font-weight: 600; }

    /* Spec table */
    .pdpv2-spec-table {
      width: 100%;
      border-collapse: collapse;
    }
    .pdpv2-spec-table tr {
      border-bottom: 1px solid #f1f1f1;
    }
    .pdpv2-spec-table tr:last-child { border-bottom: none; }
    .pdpv2-spec-table th, .pdpv2-spec-table td {
      padding: 11px 6px;
      text-align: left;
      vertical-align: top;
      font-size: 13px;
      font-weight: normal;
    }
    .pdpv2-spec-table th {
      width: 38%;
      color: #666;
      font-weight: 500;
    }
    .pdpv2-spec-table td { color: #1a1a1a; }

    /* Bullet list (caution / shipping bullets) */
    .pdpv2-bullets {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .pdpv2-bullets li {
      position: relative;
      padding: 6px 0 6px 16px;
      font-size: 13px;
      line-height: 1.65;
      color: #444;
    }
    .pdpv2-bullets li::before {
      content: "\002014";
      position: absolute;
      left: 0;
      color: #aaa;
    }

    /* Callout used to be yellow; now flat to match uncolorful section */
    .pdpv2-callout {
      background: transparent;
      border-left: none;
      padding: 0;
      font-size: 13px;
      color: #444;
      margin: 10px 0;
    }

    /* --- CS Center / business footer --- */
    .pdpv2-cs-section {
      background: #fafafa;
      margin-top: 48px;
      padding: 36px 20px 28px;
      border-top: 1px solid #ececec;
    }
    .pdpv2-cs-inner {
      max-width: 760px;
      margin: 0 auto;
    }
    .pdpv2-cs-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      padding-bottom: 28px;
      border-bottom: 1px solid #ececec;
    }
    @media (max-width: 560px) {
      .pdpv2-cs-grid { grid-template-columns: 1fr; gap: 24px; }
    }
    .pdpv2-cs-block { text-align: center; }
    .pdpv2-cs-label {
      font-size: 11px;
      letter-spacing: 2px;
      color: #888;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 12px;
    }
    .pdpv2-cs-phone {
      font-size: 18px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 4px;
      letter-spacing: -0.01em;
    }
    .pdpv2-cs-email {
      font-size: 13px;
      color: #555;
      margin-bottom: 12px;
    }
    .pdpv2-cs-hours {
      font-size: 12px;
      color: #777;
      line-height: 1.6;
    }
    .pdpv2-cs-social {
      display: flex;
      justify-content: center;
      gap: 14px;
      margin-top: 8px;
    }
    .pdpv2-cs-social a {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid #e8e8e8;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #555;
      font-size: 13px;
      transition: color 0.15s, border-color 0.15s;
    }
    .pdpv2-cs-social a:hover { color: #1a1a1a; border-color: #ccc; }

    .pdpv2-business {
      padding-top: 22px;
      font-size: 11.5px;
      line-height: 1.85;
      color: #888;
    }
    .pdpv2-business strong { color: #555; font-weight: 500; }

    /* Mobile tweaks for hero info */
    @media (max-width: 560px) {
      .pdpv2-name { font-size: 19px; }
      .pdpv2-price-sale .discount,
      .pdpv2-price-sale .now { font-size: 22px; }
      .pdpv2-feature-block { padding: 40px 0; }
    }


/* ======================================================
   Editorial pages: brand-story, editors-notes, partner-with-us
   ====================================================== */
.content-narrow { max-width: 700px; margin: 0 auto; }

.content-section .lede {
  font-family: 'editorial-new', Georgia, serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-text);
  margin: 0 0 32px;
  font-style: italic;
  letter-spacing: -0.01em;
}

.signature {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--color-line-soft);
  font-size: 14px;
  color: var(--color-text);
  font-style: italic;
}
.signature-kr {
  display: block;
  font-size: 12px;
  color: var(--color-text-mute);
  margin-top: 4px;
  font-style: normal;
}

.editorial-entry {
  padding: 40px 0;
  border-bottom: 1px solid var(--color-line-soft);
}
.editorial-entry:first-of-type { padding-top: 8px; }
.editorial-entry:last-child { border-bottom: none; }
.entry-meta {
  font-family: 'editorial-new', Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-mute);
  margin-bottom: 14px;
  font-style: italic;
}
.entry-title {
  font-family: 'editorial-new', Georgia, serif;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 300;
  margin: 0 0 18px;
  color: var(--color-text);
  letter-spacing: -0.015em;
}
.entry-title em {
  font-style: italic;
  color: var(--color-accent);
}

.partner-grid {
  display: grid;
  gap: 18px;
  margin: 36px 0 48px;
}
.partner-card {
  padding: 28px 30px;
  background: var(--color-bg-deep);
  border-radius: 4px;
}
.partner-tag {
  font-family: 'editorial-new', Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-mute);
  margin-bottom: 10px;
  font-style: italic;
}
.partner-card h3 {
  font-family: 'editorial-new', Georgia, serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 10px;
  color: var(--color-text);
  letter-spacing: -0.01em;
}
.partner-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text-soft);
  margin: 0;
}

@media (max-width: 600px) {
  .entry-title { font-size: 26px; }
  .content-section .lede { font-size: 18px; }
  .partner-card { padding: 22px 24px; }
}


/* ======================================================
   PayNow — PDP buy-row link + dedicated /paynow.html page
   ====================================================== */
.pdpv2-paynow-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  padding: 12px 14px;
  font-size: 13px;
  letter-spacing: -0.005em;
  color: var(--color-text);
  text-decoration: none;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: 4px;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.pdpv2-paynow-link:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}
.pdpv2-paynow-link svg {
  flex-shrink: 0;
  opacity: 0.65;
}
.pdpv2-paynow-link:hover svg {
  opacity: 1;
}
.pdpv2-paynow-link .arrow {
  margin-left: 4px;
  transition: transform 0.15s ease;
}
.pdpv2-paynow-link:hover .arrow {
  transform: translateX(2px);
}

/* /paynow.html dedicated page */
.paynow-card {
  display: flex;
  gap: 36px;
  align-items: center;
  padding: 36px;
  background: var(--color-bg-deep);
  border-radius: 6px;
  margin: 28px 0 40px;
}
.paynow-qr {
  flex: 0 0 220px;
  background: #fff;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.paynow-qr img {
  width: 100%;
  display: block;
}
.paynow-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.paynow-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.paynow-label {
  font-family: 'editorial-new', Georgia, serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-mute);
}
.paynow-value {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: -0.01em;
}
.paynow-steps {
  margin: 16px 0 32px !important;
  padding-left: 22px;
}
.paynow-steps li {
  margin-bottom: 14px;
  line-height: 1.75;
  font-size: 14px;
  color: var(--color-text);
}

@media (max-width: 640px) {
  .paynow-card { flex-direction: column; gap: 22px; padding: 24px; }
  .paynow-qr { flex: 0 0 auto; max-width: 200px; align-self: center; }
  .paynow-meta { width: 100%; }
}

.paynow-example {
  margin: 8px 0 36px;
  padding: 18px 24px;
  background: var(--color-accent-soft);
  border-left: 3px solid var(--color-accent);
  border-radius: 4px;
}
.paynow-example-label {
  font-family: 'editorial-new', Georgia, serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 6px;
}
.paynow-example-body {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text);
}
.paynow-example-body strong {
  color: var(--color-accent);
}
