:root {
  --pink: #f57f91;
  --pink-dark: #e95d73;
  --soft-pink: #fff1f3;
  --cream: #fffaf5;
  --beige: #f5eadf;
  --green: #8fae8a;
  --mint: #dfeee1;
  --yellow: #f9df91;
  --blue: #bed6e8;
  --purple: #e6d4f1;
  --brown: #3c2f2f;
  --text: #514444;
  --muted: #8b7a7a;
  --line: #eee2dc;
  --white: #ffffff;
  --shadow: 0 12px 35px rgba(93, 70, 60, 0.08);
  --radius: 18px;
  --font-body: "Inter", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Segoe UI", Arial, sans-serif;
  --font-heading: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", "SimSun", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
}

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

button,
input,
select,
textarea {
  font-family: var(--font-body);
}

[data-admin-managed-text],
.admin-managed-output,
.admin-managed-output p,
.admin-managed-output span,
.admin-managed-output small,
.admin-managed-output a,
.shop-product-desc,
.site-search-result span,
.site-search-empty {
  font-family: var(--font-body) !important;
}

[data-admin-managed-heading],
.admin-managed-output h1,
.admin-managed-output h2,
.admin-managed-output h3,
.site-search-result strong {
  font-family: var(--font-heading) !important;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Breadcrumb */

.breadcrumb {
  background: var(--white);
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.breadcrumb li {
  color: var(--muted);
}

.breadcrumb li:first-child::before {
  display: none;
}

.breadcrumb li::before {
  content: "/";
  margin-right: 8px;
  color: var(--muted);
}

.breadcrumb li a {
  color: var(--text);
  transition: color 0.2s;
}

.breadcrumb li a:hover {
  color: var(--pink-dark);
}

.breadcrumb li[aria-current="page"] {
  color: var(--brown);
  font-weight: 500;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 245, 0.88));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(238, 226, 220, 0.82);
  box-shadow: 0 12px 34px rgba(93, 70, 60, 0.055);
}

.header-inner {
  min-height: 112px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas: "logo nav actions";
  align-items: center;
  gap: 14px;
  padding: 6px 0;
}

.logo {
  grid-area: logo;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--brown);
  white-space: nowrap;
}

.logo img {
  height: 112px;
  width: auto;
}

.logo-icon {
  font-size: 30px;
}

.logo-text {
  font-size: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.main-nav {
  grid-area: nav;
  justify-self: start;
  width: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 50px;
  padding: 6px 10px;
  border: 1.5px solid rgba(222, 175, 162, 0.82);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 225, 226, 0.72), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(255, 248, 244, 0.94));
  box-shadow:
    0 18px 44px rgba(93, 70, 60, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  font-family: var(--font-heading);
  font-size: clamp(11px, 0.82vw, 14px);
}

.main-nav a {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(7px, 0.62vw, 12px);
  color: #3d2c2b;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  transition: 0.24s ease;
}

.main-nav > a:not(:first-child),
.main-nav > .nav-dropdown {
  border-left: 1px solid rgba(226, 188, 178, 0.72);
}

.main-nav a:hover,
.main-nav a.active {
  color: #b84e5d;
  background:
    linear-gradient(180deg, rgba(255, 239, 238, 0.98), rgba(255, 218, 216, 0.74));
  box-shadow:
    0 12px 26px rgba(199, 94, 99, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.main-nav > a:first-child.active::before {
  content: "";
  width: 19px;
  height: 19px;
  margin-right: 7px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow:
    inset 7px 0 0 rgba(184, 78, 93, 0.13),
    inset -7px 0 0 rgba(184, 78, 93, 0.08);
}

.main-nav > a:first-child.active::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: -7px;
  margin-right: 6px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
}

.nav-dropdown-btn {
  min-height: 34px;
  background: transparent;
  border: none;
  color: #3d2c2b;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-size: inherit;
  cursor: pointer;
  padding: 0 clamp(7px, 0.62vw, 12px);
  font-weight: 700;
  letter-spacing: 0;
  transition: 0.24s ease;
}

.nav-dropdown-btn:hover {
  color: #b84e5d;
  background:
    linear-gradient(180deg, rgba(255, 239, 238, 0.98), rgba(255, 218, 216, 0.74));
  box-shadow:
    0 12px 26px rgba(199, 94, 99, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.nav-dropdown-content {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: rgba(255, 255, 255, 0.98);
  min-width: 220px;
  box-shadow: 0 20px 50px rgba(93, 70, 60, 0.13);
  border: 1px solid rgba(238, 226, 220, 0.95);
  border-radius: 8px;
  padding: 10px;
  z-index: 1000;
}

.nav-dropdown-content a.active {
  color: var(--pink-dark);
}

.nav-dropdown-content a.active::after {
  display: none;
}

.nav-dropdown-content a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  color: var(--brown);
  text-decoration: none;
  white-space: nowrap;
  border-radius: 7px;
  font-size: 13px;
}

.nav-dropdown-content a:hover {
  background: #fff0f3;
  color: var(--pink-dark);
}

.nav-dropdown:hover .nav-dropdown-content {
  display: block;
}

.nav-dropdown:focus-within .nav-dropdown-content {
  display: block;
}

.dropdown-divider {
  height: 1px;
  background: #eee;
  margin: 8px 0;
}

.dropdown-subheader {
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
}

/* Custom form styles */
.radio-options,
.checkbox-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.radio-option,
.checkbox-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: all 0.2s;
}

.radio-option:hover,
.checkbox-option:hover {
  border-color: #f8a5b6;
  background: #fff0f3;
}

.radio-option input,
.checkbox-option input {
  margin: 0;
  cursor: pointer;
}

.temple-wish-options {
  background: linear-gradient(135deg, #fff0f3 0%, #fff8e8 100%);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #ffe0e0;
}

.header-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-btn,
.cart-btn,
.mobile-menu-btn {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(238, 226, 220, 0.92);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 22px;
  color: var(--brown);
  transition: 0.22s ease;
}

.icon-btn:hover,
.cart-btn:hover,
.mobile-menu-btn:hover {
  background: #fff1f3;
  color: var(--pink-dark);
  border-color: rgba(245, 127, 145, 0.48);
  transform: translateY(-1px);
}

.icon-btn[aria-label="Search"] {
  font-size: 31px;
  line-height: 1;
}

.cart-btn {
  position: relative;
  overflow: visible;
}

.cart-btn span {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  background: var(--pink);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  width: auto;
  height: 18px;
  padding: 0 5px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(233, 93, 115, 0.24);
  font-family: var(--font-body);
  pointer-events: none;
}

.mobile-menu-btn {
  display: none;
}

.site-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  padding: 9vh 22px 22px;
  background: rgba(60, 47, 47, 0.24);
  backdrop-filter: blur(16px);
}

.site-search-overlay.is-open {
  display: block;
}

.site-search-dialog {
  width: min(760px, 100%);
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(238, 226, 220, 0.95);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(60, 47, 47, 0.2);
  overflow: hidden;
}

.site-search-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fffaf5, #fff);
}

.site-search-head input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--brown);
  font-size: 22px;
  font-weight: 800;
}

.site-search-close {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--brown);
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}

.site-search-results {
  max-height: 58vh;
  overflow: auto;
  padding: 12px;
}

.site-search-result {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 8px;
  color: var(--brown);
  transition: 0.18s ease;
}

.site-search-result:hover {
  background: #fff1f3;
  color: var(--pink-dark);
}

.site-search-result strong {
  font-size: 16px;
}

.site-search-result span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.site-search-empty {
  margin: 0;
  padding: 24px 14px;
  color: var(--muted);
}

/* Hero */

.hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(245, 127, 145, 0.2), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(143, 174, 138, 0.18), transparent 28%),
    linear-gradient(135deg, #fffaf7 0%, #fff1f1 48%, #f7ede3 100%);
  padding: 84px 0 74px;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(420px, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: 72px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--pink-dark);
  font-size: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: 1;
  color: var(--brown);
  letter-spacing: 0;
  max-width: 720px;
}

.hero-desc {
  margin: 24px 0 26px;
  max-width: 590px;
  line-height: 1.7;
  font-size: 17px;
  color: var(--text);
}

.hero-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin: 0 0 30px;
}

.hero-proof-strip div {
  min-height: 82px;
  padding: 16px 18px;
  border: 1px solid rgba(245, 127, 145, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(93, 70, 60, 0.07);
}

.hero-proof-strip strong {
  display: block;
  margin-bottom: 5px;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}

.hero-proof-strip span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 8px;
  font-weight: 700;
  transition: 0.25s;
}

.btn-primary {
  background: var(--pink);
  color: white;
  box-shadow: 0 8px 18px rgba(245, 127, 145, 0.25);
}

.btn-primary:hover {
  background: var(--pink-dark);
  transform: translateY(-2px);
}

.btn-outline {
  background: white;
  border: 1px solid #6d5d5d;
  color: var(--brown);
}

.btn-outline:hover {
  border-color: var(--pink);
  color: var(--pink-dark);
  transform: translateY(-2px);
}

.play-icon {
  width: 22px;
  height: 22px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
}

.hero-card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.profile-card {
  background: white;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  max-width: 380px;
  width: 100%;
  position: relative;
}

.profile-card::before {
  content: '💕';
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
}

.profile-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 4px solid var(--soft-pink);
  position: relative;
}

.profile-avatar::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 32px;
  height: 32px;
  background: var(--yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card h3 {
  text-align: center;
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--brown);
}

.profile-meta {
  text-align: center;
  margin: 0 0 20px;
  font-size: 13px;
  color: var(--muted);
}

.profile-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text);
}

.highlight-icon {
  font-size: 16px;
  flex-shrink: 0;
}

.profile-tags {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.profile-tags .tag {
  padding: 6px 14px;
  background: var(--soft-pink);
  color: var(--pink-dark);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.profile-stats {
  display: flex;
  justify-content: space-around;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.stat-item {
  text-align: center;
}

.stat-item strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--brown);
}

.stat-item span {
  font-size: 12px;
  color: var(--muted);
}

/* Hero visual */

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.hero-visual-shell {
  position: relative;
  width: min(100%, 560px);
  padding: 16px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,246,244,0.9));
  border: 1px solid rgba(245, 127, 145, 0.18);
  box-shadow: 0 34px 90px rgba(93, 70, 60, 0.16);
}

.hero-visual-shell::before {
  content: "";
  position: absolute;
  inset: -18px -18px auto auto;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 127, 145, 0.2), rgba(245, 127, 145, 0));
  pointer-events: none;
}

.hero-visual-shell::after {
  content: "";
  position: absolute;
  inset: auto auto -16px 34px;
  width: 70%;
  height: 20px;
  border-radius: 999px;
  background: rgba(93, 70, 60, 0.12);
  filter: blur(20px);
  pointer-events: none;
}

.hero-media-card {
  position: relative;
  z-index: 1;
  padding: 0;
  border-radius: 24px;
  background: #fff8f5;
  overflow: hidden;
  border: 1px solid rgba(245, 127, 145, 0.16);
}

.hero-media-card .hero-profile-img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-studio-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin: 14px 0 0;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(255, 250, 247, 0.88);
  border: 1px solid rgba(245, 127, 145, 0.18);
  color: var(--brown);
}

.hero-studio-panel span {
  display: block;
  margin-bottom: 4px;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-studio-panel strong {
  display: block;
  max-width: 340px;
  font-size: 15px;
  line-height: 1.35;
}

.hero-studio-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--brown);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.hero-studio-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.hero-studio-stats div {
  min-height: 72px;
  padding: 14px;
  border: 1px solid rgba(245, 127, 145, 0.18);
  border-radius: 16px;
  background: rgba(255,255,255,0.78);
  text-align: center;
}

.hero-studio-stats strong {
  display: block;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
}

.hero-studio-stats span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.hero-content {
  max-width: 620px;
}

.hero-card-main,
.cup-card,
.chick-card,
.pouch-card,
.flower-card,
.hero-card,
.hero-main-img {
  display: none;
}

/* Mini crochet shapes */

.product-mockup,
.mini-phone-bag {
  width: 108px;
  height: 140px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.35) 0 4px, transparent 4px 11px),
    #f6a7b8;
  border-radius: 18px 18px 14px 14px;
  position: relative;
  box-shadow: inset 0 -8px 0 rgba(0,0,0,0.04);
}

.bag-strap,
.mini-phone-bag::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 90px;
  border: 9px solid #f6a7b8;
  border-bottom: 0;
  border-radius: 55px 55px 0 0;
  top: -73px;
  left: 14px;
}

.flower {
  width: 66px;
  height: 66px;
  position: relative;
  border-radius: 50%;
}

.flower::before {
  content: "✿";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 72px;
  line-height: 1;
}

.flower-white::before {
  color: #fff8e7;
  text-shadow: 0 0 0 #f5c9d5;
}

.product-mockup .flower {
  position: absolute;
  right: -20px;
  bottom: 35px;
}

.flower-pink::before {
  color: #f59aaa;
}

.flower-yellow::before {
  color: #f7d96a;
}

.cup,
.mini-cup {
  width: 82px;
  height: 150px;
  background: #fff;
  border: 6px solid #f7f2eb;
  border-radius: 30px;
  position: relative;
}

.cup-sleeve,
.mini-cup::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 105px;
  left: 50%;
  top: 45px;
  transform: translateX(-50%);
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.35) 0 4px, transparent 4px 10px),
    #9fb88f;
  border-radius: 16px;
}

.chick,
.emoji-product {
  font-size: 72px;
}

.pouch,
.mini-pouch {
  width: 145px;
  height: 82px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.4) 0 4px, transparent 4px 10px),
    #c8b7a3;
  border-radius: 18px;
  position: relative;
}

.pouch::after,
.mini-pouch::after {
  content: "⌒";
  position: absolute;
  color: #fff;
  font-size: 46px;
  left: 48px;
  top: 15px;
}

/* Sections */

.section {
  padding: 42px 0;
}

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

.section-heading h2,
.social-proof h2,
.faq-section h2,
.seo-text h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--brown);
  font-size: 30px;
  margin: 0 0 8px;
}

.section-heading p {
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

.centered {
  text-align: center;
}

.row-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.view-link {
  color: var(--pink-dark);
  font-weight: 700;
  white-space: nowrap;
}

/* Social proof */

.social-proof {
  padding: 32px 0 20px;
  background: var(--cream);
  text-align: center;
}

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

.stat-card {
  background: linear-gradient(180deg, #fff, #fff4f2);
  border-radius: 14px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.stat-icon {
  font-size: 34px;
  color: var(--pink);
  margin-bottom: 8px;
}

.stat-card strong {
  display: block;
  font-size: 30px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--brown);
}

.stat-card span {
  font-size: 14px;
  color: var(--muted);
}

/* Cards */

.category-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.category-card,
.product-card,
.tutorial-card,
.blog-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(93, 70, 60, 0.05);
  transition: 0.25s;
}

.category-card:hover,
.product-card:hover,
.tutorial-card:hover,
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.category-img,
.tutorial-thumb,
.blog-img {
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.category-img img,
.tutorial-thumb img,
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card h3 {
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  font-size: 14px;
  color: var(--brown);
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #8fae8a;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
}

.product-info {
  padding: 14px 12px 16px;
  text-align: center;
}

.product-info h3 {
  margin: 0 0 5px;
  font-size: 15px;
  color: var(--brown);
}

.price {
  margin: 0 0 10px;
  font-weight: 700;
  color: var(--text);
}

.product-info button {
  border: 0;
  background: #ffe1e3;
  color: var(--pink-dark);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 700;
}

.product-info button:hover {
  background: var(--pink);
  color: white;
}

/* Background colors */

.bg-pink { background: #fff0f3; }
.bg-green { background: #eef7ee; }
.bg-yellow { background: #fff7d8; }
.bg-rose { background: #ffecef; }
.bg-beige { background: #f6eee6; }
.bg-blue { background: #eef7ff; }
.bg-purple { background: #f5edff; }

/* Tutorials */

.tutorial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tutorial-thumb {
  position: relative;
  aspect-ratio: 4/3;
}

.play-overlay {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.9);
  color: var(--pink-dark);
  cursor: pointer;
  box-shadow: var(--shadow);
}

.tutorial-info {
  padding: 16px;
}

.tutorial-info h3 {
  margin: 0 0 8px;
  color: var(--brown);
}

.tag {
  font-size: 12px;
  padding: 3px 9px;
  border-radius: 999px;
  font-weight: 700;
}

.tag.easy {
  background: #e9f8e8;
  color: #4f9a50;
}

.tag.beginner {
  background: #e8f3ff;
  color: #4188c8;
}

.tutorial-info p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 14px;
}

/* Custom */

.custom-panel {
  background: linear-gradient(90deg, #fff0f3, #fff9f0);
  border: 1px solid #ffe0e0;
  border-radius: 24px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 1.5fr;
  gap: 40px;
  align-items: start;
  overflow: hidden;
}

.custom-text h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  color: var(--brown);
  margin: 0 0 16px;
  line-height: 1.1;
}

.custom-text p {
  line-height: 1.7;
  color: var(--brown);
  margin: 0 0 24px;
  font-size: 18px;
}

.custom-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 10px 0;
}

.custom-features div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  color: var(--brown);
}

.custom-features div span {
  font-weight: 500;
}

.custom-visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.custom-img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 4/3;
  border-radius: 16px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.custom-disclaimer {
  border-left: 2px solid #e0c0c0;
  padding-left: 28px;
}

.custom-disclaimer h3 {
  font-size: 20px;
  color: var(--brown);
  margin: 0 0 16px;
  font-weight: 600;
}

.custom-disclaimer p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--brown);
  margin: 0 0 14px;
}

.custom-disclaimer p:last-child {
  margin-bottom: 0;
}

.custom-text .btn-primary {
  font-size: 18px;
  padding: 14px 32px;
  border-radius: 12px;
  min-height: auto;
}

.gift-box {
  height: 260px;
  background: #ead2bd;
  border-radius: 22px;
  position: relative;
  box-shadow: inset 0 0 0 12px rgba(255,255,255,0.35);
}

.gift-item {
  position: absolute;
  border-radius: 18px;
}

.gift-item.pink {
  width: 78px;
  height: 92px;
  background: #f5a7b5;
  left: 42px;
  top: 72px;
}

.gift-item.yellow {
  width: 70px;
  height: 70px;
  background: #f3d46b;
  left: 138px;
  top: 96px;
  border-radius: 50%;
}

.gift-item.blue {
  width: 88px;
  height: 76px;
  background: #8bb8dc;
  right: 54px;
  bottom: 56px;
}

.gift-item.flower {
  width: 70px;
  height: 70px;
  background: #f59aaa;
  right: 90px;
  top: 42px;
  border-radius: 50%;
}

.gift-tag {
  position: absolute;
  left: 130px;
  top: 36px;
  background: white;
  padding: 10px 14px;
  border-radius: 12px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--brown);
  transform: rotate(-7deg);
}

/* Blog */

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

.blog-card {
  display: flex;
  flex-direction: column;
}

.blog-img {
  height: 200px;
  width: 100%;
}

.blog-content {
  padding: 18px;
  flex: 1;
}

.blog-content {
  padding: 18px;
}

.blog-content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--brown);
}

.blog-content p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.blog-content span {
  font-size: 12px;
  color: #a99696;
}

/* FAQ */

.faq-section {
  padding-top: 28px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}

details {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
}

summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--brown);
  font-size: 14px;
}

details p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

/* SEO Text */

.seo-text {
  padding: 26px 0 52px;
}

.seo-text .container {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px 34px;
}

.seo-text p {
  line-height: 1.85;
  color: var(--text);
  margin: 0;
}

/* Footer */

.site-footer {
  background: linear-gradient(180deg, #fff3f3, #fff8f5);
  border-top: 1px solid var(--line);
  padding: 40px 0 18px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
  gap: 32px;
}

.site-footer h3,
.site-footer h4 {
  color: var(--brown);
  margin: 0 0 14px;
}

.site-footer p {
  color: var(--muted);
  line-height: 1.6;
}

.site-footer a {
  display: block;
  margin: 8px 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer a:hover {
  color: var(--pink-dark);
}

.footer-newsletter form {
  display: flex;
  margin-top: 18px;
}

.footer-newsletter input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px 0 0 10px;
  padding: 12px;
  outline: none;
}

.footer-newsletter button {
  border: 0;
  background: var(--pink);
  color: white;
  font-weight: 700;
  border-radius: 0 10px 10px 0;
  padding: 0 20px;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-social-section .social-icons {
  margin-top: 12px;
}

.social-icons a {
  width: 46px;
  height: 46px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--brown);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 10px 22px rgba(93, 70, 60, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.social-icons a:hover {
  border-color: rgba(233, 93, 115, 0.48);
  box-shadow: 0 14px 28px rgba(233, 93, 115, 0.18);
  transform: translateY(-2px);
}

.social-icon.facebook {
  color: #315b9f;
}

.social-icon.tiktok {
  color: #2f2926;
}

.social-icon.rednote {
  color: #c8102e;
}

.social-icon.instagram {
  color: #e95d73;
  font-size: 11px;
}

/* ============================================
   Simple About & Policy Pages
   ============================================ */
.simple-info-page {
  background: #fffaf5;
}

.simple-info-hero {
  padding: 74px 0 58px;
  background: linear-gradient(180deg, #fff1f3 0%, #fffaf5 100%);
  border-bottom: 1px solid var(--line);
}

.simple-info-hero-inner {
  max-width: 850px;
}

.simple-info-hero h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  color: var(--brown);
  font-family: var(--font-heading);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.simple-info-hero p:not(.eyebrow) {
  max-width: 690px;
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.7;
}

.simple-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.simple-info-content {
  padding: 58px 0 72px;
}

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

.simple-info-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(93, 70, 60, 0.06);
}

.simple-info-card h2,
.simple-info-detail summary {
  margin: 0 0 10px;
  color: var(--brown);
  font-family: var(--font-heading);
  font-size: 26px;
  letter-spacing: 0;
}

.simple-info-card p,
.simple-info-detail p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.simple-info-card a {
  color: var(--pink-dark);
  font-weight: 800;
}

.simple-info-list {
  display: grid;
  max-width: 880px;
  margin: 0 auto;
  gap: 12px;
}

.simple-info-detail {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(93, 70, 60, 0.05);
}

.simple-info-detail summary {
  margin: 0;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
}

.simple-info-detail summary::-webkit-details-marker {
  display: none;
}

.simple-info-detail summary::after {
  float: right;
  color: var(--pink-dark);
  content: "+";
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.simple-info-detail[open] summary::after {
  content: "-";
}

.simple-info-detail p {
  padding: 0 24px 22px;
}

@media (max-width: 760px) {
  .simple-info-hero {
    padding: 54px 0 42px;
  }

  .simple-info-hero h1 {
    font-size: 40px;
  }

  .simple-info-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .simple-info-grid {
    grid-template-columns: 1fr;
  }

  .simple-info-card,
  .simple-info-detail summary {
    padding: 20px;
  }

  .simple-info-detail p {
    padding: 0 20px 20px;
  }
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}

.footer-bottom div {
  display: flex;
  gap: 18px;
}

.footer-bottom a {
  display: inline;
  margin: 0;
}

/* Responsive */

@media (max-width: 1024px) {
  .header-inner {
    min-height: 92px;
    grid-template-areas: "logo actions" "nav nav";
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .logo img {
    height: 76px;
  }

  .main-nav {
    width: 100%;
    min-height: 40px;
    gap: 0;
    padding: 5px 10px;
    overflow-x: auto;
    justify-content: flex-start;
    font-size: 13px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-visual {
    order: 2;
  }

  .hero-content {
    order: 1;
    max-width: 100%;
  }

  .hero-proof-strip {
    max-width: none;
  }

  .talisman-hero-img {
    max-width: 100%;
    max-height: none;
    aspect-ratio: auto;
  }

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

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

  .custom-panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .custom-disclaimer {
    border-left: none;
    border-top: 2px solid #e0c0c0;
    padding-left: 0;
    padding-top: 24px;
  }

  .custom-text h2 {
    font-size: 32px;
  }

  .custom-text p {
    font-size: 15px;
  }

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

@media (min-width: 761px) and (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: minmax(330px, 0.94fr) minmax(360px, 1.06fr);
    gap: 34px;
  }

  .hero-content,
  .hero-visual {
    order: initial;
  }

  .hero h1 {
    font-size: clamp(40px, 5vw, 54px);
  }

  .hero-desc {
    font-size: 16px;
  }

  .hero-proof-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-proof-strip div {
    min-height: 74px;
    padding: 14px;
  }

  .hero-proof-strip strong {
    font-size: 24px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual-shell {
    width: min(100%, 440px);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .mobile-menu-btn {
    display: block;
  }

  .header-inner {
    min-height: 72px;
    grid-template-areas: "logo actions";
    grid-template-columns: auto auto;
  }

  .logo img {
    height: 62px;
  }

  .main-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 72px;
    background: white;
    border-radius: 18px;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-height: auto;
    overflow: visible;
    display: none;
  }

  .main-nav > a:not(:first-child),
  .main-nav > .nav-dropdown {
    border-left: 0;
  }

  .main-nav a,
  .nav-dropdown-btn {
    width: 100%;
    justify-content: flex-start;
    min-height: 44px;
    font-size: 16px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a.active::after {
    display: none;
  }

  .icon-btn {
    display: none;
  }

  .logo-text {
    font-size: 20px;
  }

  .hero {
    padding: 52px 0 34px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-visual {
    min-height: auto;
    transform: none;
  }

  .hero-visual-shell {
    width: min(100%, 480px);
  }

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

  .stats-grid,
  .category-grid,
  .product-grid,
  .tutorial-grid,
  .blog-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .blog-card {
    flex-direction: column;
  }

  .blog-img {
    height: 180px;
  }

  .row-heading {
    display: block;
  }

  .view-link {
    display: inline-block;
    margin-top: 10px;
  }

  .custom-panel {
    padding: 24px;
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom div {
    flex-wrap: wrap;
  }
}

/* ============================================
   SHOP PAGE
   ============================================ */

.shop-hero {
  background: linear-gradient(90deg, #fff8f5 0%, #f7e8df 100%);
  padding: 52px 0 42px;
  text-align: center;
}

.shop-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  color: var(--brown);
  margin: 0 0 10px;
}

.shop-hero p {
  color: var(--muted);
  font-size: 18px;
  margin: 0;
}

.shop-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.filter-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-btn {
  border: 1px solid var(--line);
  background: white;
  color: var(--text);
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--pink);
  color: white;
  border-color: var(--pink);
}

.sort-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sort-group label {
  font-size: 14px;
  color: var(--muted);
}

.sort-group select {
  border: 1px solid var(--line);
  background: white;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--text);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.product-link {
  display: block;
}

.product-card:hover .product-img img {
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--pink);
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
}

.product-badge.new {
  background: var(--green);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}

.page-btn:hover,
.page-btn.active,
.page-btn.current {
  background: var(--pink);
  color: white;
  border-color: var(--pink);
}

/* ============================================
   VIDEOS / TUTORIALS PAGE
   ============================================ */

.tutorial-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.cloud-video-note {
  margin: -10px 0 28px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--pink);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(93, 70, 60, 0.05);
}

.cloud-video-note strong {
  color: var(--brown);
}

.cloud-video-note span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.tutorial-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tutorial-item {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 30px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.tutorial-thumb-lg {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.tutorial-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.tutorial-thumb-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.tutorial-admin-placeholder,
.platform-admin-placeholder {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff1f3, #fffaf5);
  color: var(--pink-dark);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tutorial-item:hover .tutorial-thumb-lg img {
  transform: scale(1.05);
}

.play-btn-lg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.9);
  color: var(--pink-dark);
  font-size: 20px;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: 0.2s;
}

.play-btn-lg:hover {
  background: var(--pink);
  color: white;
  transform: translate(-50%, -50%) scale(1.1);
}

.duration {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
}

.tutorial-details {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cloud-badge {
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #1a73e8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tutorial-details h3 {
  font-size: 22px;
  color: var(--brown);
  margin: 12px 0;
}

.tutorial-details p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 16px;
}

.tutorial-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 16px;
}

.tag.intermediate {
  background: #fff3e0;
  color: #e65100;
}

.tag.advanced {
  background: #fce4ec;
  color: #c2185b;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.video-modal.is-open {
  display: flex;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(47, 41, 38, 0.72);
  backdrop-filter: blur(6px);
}

.video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: min(90vh, 760px);
  overflow: auto;
  padding: 24px;
  background: #fffaf5;
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.video-modal-dialog h2 {
  margin: 0 44px 16px 0;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.2;
}

.video-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--brown);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.cloud-video-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #1d1716;
  border-radius: 10px;
}

.video-status {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.video-status.is-error {
  color: #9d2634;
  font-weight: 700;
}

/* ============================================
   CUSTOM ORDER PAGE
   ============================================ */

.custom-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.custom-intro h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  color: var(--brown);
  margin: 0 0 16px;
}

.custom-intro p {
  font-size: 17px;
  color: var(--text);
  line-height: 1.7;
  margin: 0;
}

.custom-form {
  max-width: 800px;
  margin: 0 auto;
}

.form-section {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 24px;
}

.form-section h3 {
  font-size: 18px;
  color: var(--brown);
  margin: 0 0 20px;
}

.form-hint {
  font-size: 14px;
  color: var(--muted);
  margin: -10px 0 16px;
}

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

.product-type-card {
  cursor: pointer;
}

.product-type-card input {
  display: none;
}

.product-type-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 12px;
  border: 2px solid var(--line);
  border-radius: 12px;
  transition: 0.2s;
}

.product-type-card:hover .product-type-content {
  border-color: var(--pink);
}

.product-type-card input:checked + .product-type-content {
  border-color: var(--pink);
  background: var(--soft-pink);
}

.product-type-icon {
  font-size: 32px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-type-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--brown);
  margin-bottom: 4px;
}

.product-type-price {
  font-size: 12px;
  color: var(--muted);
}

.color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.color-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.color-option input {
  display: none;
}

.color-swatch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: 0.2s;
}

.color-option:hover .color-swatch {
  transform: scale(1.1);
}

.color-option input:checked + .color-swatch {
  border-color: var(--brown);
  box-shadow: 0 0 0 3px white, 0 0 0 5px var(--pink);
}

.color-option span:last-child {
  font-size: 12px;
  color: var(--muted);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: var(--brown);
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--pink);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.char-count {
  display: block;
  text-align: right;
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}

.form-summary {
  background: var(--soft-pink);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.form-summary h3 {
  margin: 0 0 16px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  color: var(--text);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.summary-line.total {
  font-size: 18px;
  font-weight: 700;
  color: var(--brown);
  border-bottom: none;
  padding-top: 12px;
}

.summary-note {
  font-size: 12px;
  color: var(--muted);
  margin: 16px 0 0;
  line-height: 1.5;
}

.form-actions {
  text-align: center;
}

.btn-lg {
  padding: 14px 40px;
  font-size: 16px;
}

/* ============================================
   ABOUT PAGE
   ============================================ */

.about-intro {
  background: white;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-intro-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-intro-img img {
  width: 100%;
  height: auto;
  display: block;
}

.about-intro-text h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  color: var(--brown);
  margin: 0 0 20px;
}

.about-intro-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
  margin: 0 0 16px;
}

.about-values {
  background: var(--cream);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.value-card {
  background: white;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(93, 70, 60, 0.05);
  transition: transform 0.25s;
}

.value-card:hover {
  transform: translateY(-5px);
}

.value-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.value-card h3 {
  font-size: 16px;
  color: var(--brown);
  margin: 0 0 10px;
}

.value-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.about-journey {
  background: white;
}

.timeline {
  max-width: 700px;
  margin: 0 auto;
}

.timeline-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding-bottom: 30px;
  position: relative;
}

.timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 80px;
  bottom: 0;
  width: 2px;
  background: var(--line);
}

.timeline-year {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--pink);
}

.timeline-content h3 {
  font-size: 18px;
  color: var(--brown);
  margin: 0 0 8px;
}

.timeline-content p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.about-stats {
  background: linear-gradient(135deg, var(--pink), var(--pink-dark));
  color: white;
}

.stats-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 700;
}

.stat-label {
  font-size: 14px;
  opacity: 0.9;
}

.about-cta {
  background: var(--cream);
}

.cta-box {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.cta-box h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  color: var(--brown);
  margin: 0 0 16px;
}

.cta-box p {
  font-size: 16px;
  color: var(--text);
  line-height: 1.7;
  margin: 0 0 24px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
}

/* ============================================
   PATTERN DETAIL PAGE
   ============================================ */

.pattern-detail-hero {
  background: linear-gradient(135deg, var(--soft-pink), var(--cream));
  padding: 60px 0;
}

.pattern-detail-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.pattern-detail-visual {
  position: relative;
}

.pattern-badge-large {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--green);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  z-index: 10;
}

.pattern-detail-visual img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.pattern-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.pattern-info-grid > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pattern-info-grid strong {
  color: var(--brown);
  font-size: 14px;
}

.pattern-info-grid span {
  color: var(--text);
    font-size: 14px;
}

/* Pattern Materials */

.pattern-materials {
  background: var(--white);
}

.materials-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.material-item {
  background: var(--cream);
  padding: 24px 20px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
}

.material-icon {
  font-size: 40px;
}

.material-info h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: var(--brown);
}

.material-info p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

/* Pattern Instructions */

.pattern-instructions {
  background: var(--cream);
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.step-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
  align-items: flex-start;
  background: var(--white);
  padding: 32px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  display: grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content h3 {
  margin: 0 0 16px;
  color: var(--brown);
  font-size: 20px;
}

.step-content p {
  margin: 0 0 20px;
  line-height: 1.7;
}

.step-content img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  border: 1px solid var(--line);
}

/* Pattern Diagram */

.pattern-diagram {
  background: var(--white);
}

.diagram-container {
  text-align: center;
  margin-top: 30px;
}

.diagram-container img {
  max-width: 100%;
  border-radius: var(--radius);
  border: 2px solid var(--line);
}

/* Pattern Video */

.pattern-video {
  background: var(--cream);
}

.video-container {
  margin-top: 30px;
}

.video-placeholder {
  position: relative;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}

.video-placeholder img {
  width: 100%;
  display: block;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--pink);
  color: white;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  box-shadow: var(--shadow);
}

.video-play-btn:hover {
  background: var(--pink-dark);
  transform: translate(-50%, -50%) scale(1.05);
}

/* Related Patterns */

.related-patterns {
  background: var(--white);
}

/* Patterns Page specific */

.patterns-hero {
  background: linear-gradient(135deg, var(--soft-pink), var(--cream));
  padding: 70px 0;
}

.patterns-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.patterns-hero-art img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.pattern-filter-section {
  background: var(--white);
  padding: 40px 0;
}

.pattern-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.pattern-tab {
  padding: 10px 22px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  transition: 0.2s;
}

.pattern-tab:hover {
  background: var(--soft-pink);
  border-color: var(--pink);
}

.pattern-tab.active {
  background: var(--pink);
  color: white;
  border-color: var(--pink);
}

.pattern-library {
  background: var(--cream);
}

.patterns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pattern-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 8px 25px rgba(93, 70, 60, 0.05);
  transition: transform 0.25s, box-shadow 0.25s;
}

.pattern-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.pattern-img {
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

.pattern-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pattern-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--green);
  color: white;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  z-index: 10;
}

.pattern-content {
  padding: 20px;
}

.pattern-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.pattern-meta span:not(.tag) {
  font-size: 13px;
  color: var(--muted);
}

.pattern-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--brown);
  line-height: 1.3;
}

.pattern-content p {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
}

.pattern-content ul {
  margin: 0 0 18px;
  padding-left: 18px;
  font-size: 13px;
  color: var(--muted);
}

.pattern-content li {
  margin: 4px 0;
}

.pattern-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pink-dark);
  font-weight: 600;
  font-size: 14px;
  transition: color 0.2s;
}

.pattern-link:hover {
  color: var(--brown);
}

.pattern-tips {
  background: var(--white);
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.tip-card {
  background: var(--cream);
  padding: 26px 22px;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.tip-card span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--pink);
  margin-bottom: 10px;
}

.tip-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
  color: var(--brown);
}

.tip-card p {
  margin: 0;
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
}

/* Featured Pattern */

.featured-pattern {
  background: var(--white);
}

.featured-pattern-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  background: linear-gradient(135deg, var(--soft-pink), var(--cream));
  padding: 50px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.featured-pattern-visual {
  display: grid;
  place-items: center;
}

.large-cup-display {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1;
  background: var(--white);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .shop-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tutorial-item {
    grid-template-columns: 320px 1fr;
  }

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

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

@media (max-width: 760px) {
  .shop-filters {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .tutorial-item {
    grid-template-columns: 1fr;
  }

  .tutorial-thumb-lg {
    aspect-ratio: 4/3;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .about-intro-grid {
    grid-template-columns: 1fr;
  }

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

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

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons .btn {
    width: 200px;
  }

  /* Pattern responsive */
  .patterns-hero-inner,
  .pattern-detail-hero-inner {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .featured-pattern-card {
    grid-template-columns: 1fr;
  }

  .step-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

@media (max-width: 760px) {
  .pattern-info-grid {
    grid-template-columns: 1fr;
  }

  .materials-list {
    grid-template-columns: 1fr;
  }

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

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

  .pattern-tabs {
    justify-content: flex-start;
  }
}
/* =========================
   Free Patterns Page
========================= */

.patterns-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(245, 127, 145, 0.18), transparent 34%),
    radial-gradient(circle at 82% 80%, rgba(143, 174, 138, 0.18), transparent 30%),
    linear-gradient(90deg, #fff8f5 0%, #f8eadf 100%);
  padding: 78px 0 72px;
}

.patterns-hero-inner {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 54px;
}

.patterns-hero-text h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  color: var(--brown);
  letter-spacing: -1.4px;
}

.patterns-hero-text p:not(.eyebrow) {
  max-width: 620px;
  font-size: 17px;
  color: var(--text);
  line-height: 1.75;
  margin: 22px 0 30px;
}

.patterns-hero-art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.patterns-hero-img {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center center;
}

.pattern-art-card {
  position: absolute;
  background: white;
  border-radius: 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.8);
  display: grid;
  place-items: center;
}

.pattern-art-card.card-one {
  width: 190px;
  height: 230px;
  left: 70px;
  top: 55px;
  transform: rotate(-7deg);
}

.pattern-art-card.card-two {
  width: 170px;
  height: 250px;
  right: 60px;
  top: 15px;
  transform: rotate(6deg);
}

.pattern-art-card.card-three {
  width: 150px;
  height: 150px;
  left: 210px;
  bottom: 25px;
  transform: rotate(10deg);
}

.pattern-art-card.card-four {
  width: 140px;
  height: 140px;
  right: 180px;
  bottom: 65px;
  transform: rotate(-8deg);
}

.pattern-filter-section {
  padding: 42px 0 18px;
  background: var(--cream);
}

.pattern-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.pattern-tab {
  border: 1px solid var(--line);
  background: white;
  color: var(--brown);
  border-radius: 999px;
  padding: 11px 20px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.25s;
}

.pattern-tab:hover,
.pattern-tab.active {
  background: var(--pink);
  color: white;
  border-color: var(--pink);
  box-shadow: 0 8px 18px rgba(245, 127, 145, 0.22);
}

.patterns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.pattern-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(93, 70, 60, 0.05);
  transition: 0.25s;
}

.pattern-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

  .pattern-img {
    aspect-ratio: 4/3;
    position: relative;
    display: grid;
    place-items: center;
  }

.pattern-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--pink);
  color: white;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
}

.pattern-content {
  padding: 22px;
}

.pattern-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 12px;
}

.pattern-content h3 {
  margin: 0 0 10px;
  color: var(--brown);
  font-size: 21px;
  font-family: Georgia, "Times New Roman", serif;
}

.pattern-content p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 15px;
}

.pattern-content ul {
  margin: 0 0 18px;
  padding-left: 18px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
}

.pattern-link {
  color: var(--pink-dark);
  font-weight: 800;
}

.pattern-link:hover {
  text-decoration: underline;
}

.featured-pattern-card {
  background: linear-gradient(90deg, #fff, #fff4f2);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow);
}

.featured-pattern-content h2 {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.1;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
}

.featured-pattern-content p {
  color: var(--text);
  line-height: 1.75;
}

.pattern-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 24px 0;
}

.pattern-info-grid div {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
}

.pattern-info-grid strong {
  display: block;
  color: var(--brown);
  margin-bottom: 6px;
}

.pattern-info-grid span {
  color: var(--muted);
  font-size: 14px;
}

.featured-pattern-content h3 {
  margin: 26px 0 12px;
  color: var(--brown);
}

.pattern-steps {
  color: var(--text);
  line-height: 1.8;
  padding-left: 22px;
}

.featured-pattern-visual {
  height: 430px;
  background: #fff5ed;
  border-radius: 24px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.featured-pattern-visual::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: rgba(245, 127, 145, 0.12);
  border-radius: 50%;
}

.large-cup-display {
  transform: scale(1.65);
  position: relative;
  z-index: 1;
}

.pattern-tips {
  background: #fffaf5;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.tip-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 25px rgba(93, 70, 60, 0.05);
}

.tip-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--soft-pink);
  color: var(--pink-dark);
  border-radius: 50%;
  font-weight: 900;
  margin-bottom: 16px;
}

.tip-card h3 {
  margin: 0 0 10px;
  color: var(--brown);
  font-size: 19px;
}

.tip-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.pattern-card.hidden {
  display: none;
}

/* Responsive for Patterns Page */

@media (max-width: 1024px) {
  .patterns-hero-inner,
  .featured-pattern-card {
    grid-template-columns: 1fr;
  }

  .patterns-hero-text {
    order: 1;
  }

  .patterns-hero-art {
    order: 2;
    min-height: auto;
    transform: none;
  }

  .patterns-hero-img {
    max-width: 100%;
  }

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

  .pattern-info-grid,
  .tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-pattern-visual {
    height: 320px;
  }
}

@media (max-width: 760px) {
  .patterns-hero {
    padding: 52px 0 40px;
  }

  .patterns-hero-text h1 {
    font-size: 42px;
  }

  .patterns-hero-art {
    min-height: 320px;
    transform: scale(0.82);
    transform-origin: top center;
  }

  .patterns-grid,
  .pattern-info-grid,
  .tips-grid {
    grid-template-columns: 1fr;
  }

  .featured-pattern-card {
    padding: 26px;
  }

  .featured-pattern-content h2 {
    font-size: 32px;
  }

  .pattern-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }

  .pattern-tab {
    white-space: nowrap;
  }
}

/* ============================================
   BLOG PAGE
   ============================================ */

.blog-hero {
  background: linear-gradient(135deg, var(--soft-pink), var(--cream));
  padding: 70px 0;
}

.blog-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.blog-hero-text h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  color: var(--brown);
  letter-spacing: -1.4px;
}

.blog-hero-visual img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.featured-works {
  background: var(--white);
}

.featured-works-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  margin-top: 30px;
}

.featured-work-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  min-height: 200px;
}

.featured-work-card.large {
  grid-row: span 2;
}

.featured-work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.featured-work-card:hover img {
  transform: scale(1.05);
}

.featured-work-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: white;
}

.platform-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}

.platform-tag.xiaohongshu {
  background: #ff2442;
  color: white;
}

.featured-work-overlay h3 {
  margin: 0 0 4px;
  font-size: 16px;
}

.featured-work-overlay p {
  margin: 0;
  font-size: 13px;
  opacity: 0.9;
}

.blog-filter-section {
  background: var(--cream);
  padding: 40px 0;
}

.blog-filter-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.blog-filter-tab {
  padding: 10px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  transition: 0.2s;
}

.blog-filter-tab:hover {
  background: var(--soft-pink);
  border-color: var(--pink);
}

.blog-filter-tab.active {
  background: var(--pink);
  color: white;
  border-color: var(--pink);
}

.blog-articles {
  background: var(--white);
}

.blog-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.blog-article-card {
  background: var(--cream);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform 0.25s, box-shadow 0.25s;
}

.blog-article-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.blog-article-card.hidden {
  display: none;
}

.article-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--pink);
  color: white;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
}

.article-tag.xiaohongshu {
  background: #ff2442;
}

.article-content {
  padding: 20px;
}

.article-meta {
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 10px;
}

.article-content h3 {
  margin: 0 0 10px;
  font-size: 17px;
  color: var(--brown);
  line-height: 1.3;
}

.article-content p {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
}

.article-link {
  color: var(--pink-dark);
  font-weight: 600;
  font-size: 14px;
  transition: color 0.2s;
}

.article-link:hover {
  color: var(--brown);
}

.featured-article {
  background: var(--cream);
}

.featured-article-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}

.featured-article-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.featured-article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--yellow);
  color: var(--brown);
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.featured-article-content {
  padding: 40px;
}

.featured-article-content h2 {
  margin: 16px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  color: var(--brown);
  line-height: 1.3;
}

.featured-article-content p {
  margin: 0 0 20px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.7;
}

.featured-article-content ul {
  margin: 0 0 24px;
  padding-left: 20px;
  font-size: 14px;
  color: var(--text);
}

.featured-article-content li {
  margin: 8px 0;
}

.article-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.read-time {
  font-size: 14px;
  color: var(--muted);
}

.social-gallery {
  background: var(--white);
}

.social-platforms {
  display: flex;
  gap: 12px;
}

.platform-link {
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  transition: 0.2s;
}

.platform-link.xiaohongshu {
  background: #ff2442;
  color: white;
}

.platform-link.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: white;
}

.platform-link.facebook {
  background: #1877f2;
  color: white;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.gallery-item {
  border-radius: 12px;
  overflow: hidden;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.blog-seo-section {
  background: var(--cream);
}

.blog-seo-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.blog-seo-content h2 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  color: var(--brown);
}

.blog-seo-content p {
  margin: 0 0 20px;
  font-size: 16px;
  color: var(--text);
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .featured-works-grid {
    grid-template-columns: 1fr;
  }

  .featured-work-card.large {
    grid-row: span 1;
  }

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

  .featured-article-card {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-item.wide {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .blog-hero-inner,
  .featured-article-card {
    grid-template-columns: 1fr;
  }

  .blog-articles-grid {
    grid-template-columns: 1fr;
  }

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

  .social-platforms {
    flex-wrap: wrap;
  }

  .featured-article-content {
    padding: 24px;
  }

  .featured-works-grid {
    grid-template-columns: 1fr;
  }

  .featured-work-card.large {
    grid-row: span 1;
  }
}

  /* Blog responsive */
  .blog-hero-inner,
  .featured-article-card {
    grid-template-columns: 1fr;
  }

  .blog-articles-grid {
    grid-template-columns: 1fr;
  }

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

  .social-platforms {
    flex-wrap: wrap;
  }

  .featured-article-content {
    padding: 24px;
  }

  .featured-works-grid {
    grid-template-columns: 1fr;
  }

  .featured-work-card.large {
    grid-row: span 1;
  }
}
/* =========================
   Blog / Social Works Page
========================= */

.blog-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(245, 127, 145, 0.16), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(143, 174, 138, 0.18), transparent 30%),
    linear-gradient(90deg, #fff8f5 0%, #f8eadf 100%);
  padding: 78px 0 72px;
}

.blog-hero-inner {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 54px;
}

.blog-hero-text h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  color: var(--brown);
  letter-spacing: -1.4px;
}

.blog-hero-text p:not(.eyebrow) {
  max-width: 630px;
  font-size: 17px;
  color: var(--text);
  line-height: 1.75;
  margin: 22px 0 30px;
}

.blog-hero-visual {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16/9;
}

.blog-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-hero-gallery {
  min-height: 420px;
  position: relative;
}

.social-preview {
  position: absolute;
  background: white;
  border-radius: 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.85);
  display: grid;
  place-items: center;
  padding: 22px;
  overflow: hidden;
}

.social-preview span:not(.emoji-product) {
  position: absolute;
  left: 16px;
  bottom: 14px;
  background: rgba(255,255,255,0.92);
  color: var(--brown);
  font-size: 12px;
  font-weight: 800;
  border-radius: 999px;
  padding: 6px 12px;
}

.social-preview.large {
  width: 240px;
  height: 300px;
  left: 65px;
  top: 40px;
  transform: rotate(-6deg);
}

.social-preview:not(.large):nth-child(2) {
  width: 170px;
  height: 210px;
  right: 70px;
  top: 12px;
  transform: rotate(7deg);
}

.social-preview:not(.large):nth-child(3) {
  width: 160px;
  height: 160px;
  right: 160px;
  bottom: 50px;
  transform: rotate(-8deg);
}

.social-preview:not(.large):nth-child(4) {
  width: 150px;
  height: 150px;
  left: 250px;
  bottom: 18px;
  transform: rotate(9deg);
}

/* Platform section */

.blog-platform-section {
  padding: 48px 0 26px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.platform-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 8px 25px rgba(93, 70, 60, 0.05);
  transition: 0.25s;
}

.platform-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.platform-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 18px;
}

.platform-card.xhs .platform-icon {
  background: #ffe7ea;
  color: #e63855;
}

.platform-card.instagram .platform-icon {
  background: #f3e6ff;
  color: #b653d8;
}

.platform-card.facebook .platform-icon {
  background: #e7f1ff;
  color: #2d70d6;
}

.platform-card h3 {
  margin: 0 0 12px;
  color: var(--brown);
  font-size: 22px;
}

.platform-card p {
  color: var(--muted);
  line-height: 1.65;
}

.platform-card strong {
  color: var(--pink-dark);
}

/* Blog filter */

.blog-filter-section {
  padding: 18px 0 10px;
}

.blog-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.blog-tab {
  border: 1px solid var(--line);
  background: white;
  color: var(--brown);
  border-radius: 999px;
  padding: 11px 20px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.25s;
}

.blog-tab:hover,
.blog-tab.active {
  background: var(--pink);
  color: white;
  border-color: var(--pink);
  box-shadow: 0 8px 18px rgba(245, 127, 145, 0.22);
}

/* Featured blog */

.featured-blog-card {
  background: linear-gradient(90deg, #fff, #fff4f2);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 420px;
  box-shadow: var(--shadow);
}

.featured-blog-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  aspect-ratio: 1;
  overflow: hidden;
}

.featured-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.source-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(255,255,255,0.95);
  color: var(--pink-dark);
  border: 1px solid rgba(245, 127, 145, 0.22);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 900;
}

.featured-blog-content {
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-blog-content h2 {
  margin: 0 0 18px;
  color: var(--brown);
  font-size: 42px;
  line-height: 1.12;
  font-family: Georgia, "Times New Roman", serif;
}

.featured-blog-content p {
  color: var(--text);
  line-height: 1.75;
}

.article-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0 24px;
}

.article-meta span {
  background: #fff0f3;
  color: var(--pink-dark);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 800;
}

/* Blog article grid */

.blog-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.blog-article-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(93, 70, 60, 0.05);
  transition: 0.25s;
}

.blog-article-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.blog-article-img {
  height: 230px;
  position: relative;
  display: grid;
  place-items: center;
}

.blog-article-content {
  padding: 22px;
}

.blog-article-content .article-meta {
  margin: 0 0 13px;
}

.blog-article-content h3 {
  margin: 0 0 12px;
  color: var(--brown);
  font-size: 22px;
  line-height: 1.25;
  font-family: Georgia, "Times New Roman", serif;
}

.blog-article-content p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 18px;
}

.blog-article-content a {
  color: var(--pink-dark);
  font-weight: 900;
}

.blog-article-card.hidden {
  display: none;
}

/* Social gallery */

.social-gallery-section {
  background: #fffaf5;
}

.social-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  gap: 18px;
  margin-top: 28px;
}

.gallery-item {
  border-radius: 20px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 8px 25px rgba(93, 70, 60, 0.05);
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item span:not(.emoji-product) {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(255,255,255,0.92);
  color: var(--brown);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 900;
}

/* Blog responsive */

@media (max-width: 1024px) {
  .blog-hero-inner,
  .featured-blog-card {
    grid-template-columns: 1fr;
  }

  .blog-hero-gallery {
    min-height: 350px;
  }

  .platform-grid,
  .blog-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gallery-item.wide {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .blog-hero {
    padding: 52px 0 42px;
  }

  .blog-hero-text h1 {
    font-size: 42px;
  }

  .blog-hero-gallery {
    min-height: 320px;
    transform: scale(0.82);
    transform-origin: top center;
  }

  .platform-grid,
  .blog-article-grid,
  .social-gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item.tall {
    grid-row: span 1;
  }

  .blog-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }

  .blog-tab {
    white-space: nowrap;
  }

  .featured-blog-content {
    padding: 28px;
  }

  .featured-blog-content h2 {
    font-size: 32px;
  }

  .featured-blog-image {
    min-height: 300px;
  }
}

/* ============================================
   BLOG DETAIL PAGE
   ============================================ */

.article-hero {
  background: linear-gradient(135deg, var(--soft-pink), var(--cream));
  padding: 60px 0;
}

.article-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.article-hero-content {
  padding-right: 20px;
}

.article-source {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.article-category {
  background: var(--pink);
  color: white;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
}

.article-hero-content h1 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  color: var(--brown);
}

.article-lead {
  font-size: 17px;
  color: var(--text);
  line-height: 1.75;
  margin: 0 0 24px;
}

.article-hero-image {
  position: relative;
}

.article-hero-image img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.article-body {
  background: var(--white);
  padding: 60px 0;
}

.article-content {
  max-width: 780px;
  margin: 0 auto;
}

.article-section {
  margin-bottom: 50px;
}

.article-section h2 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  color: var(--brown);
  line-height: 1.3;
}

.article-section p {
  margin: 0 0 18px;
  font-size: 16px;
  color: var(--text);
  line-height: 1.8;
}

.article-section img {
  width: 100%;
  border-radius: 12px;
  margin: 24px 0;
  border: 1px solid var(--line);
}

.article-section ul {
  margin: 0 0 24px;
  padding-left: 24px;
}

.article-section li {
  margin: 10px 0;
  font-size: 16px;
  color: var(--text);
  line-height: 1.7;
}

.article-quote {
  background: var(--cream);
  border-left: 4px solid var(--pink);
  padding: 24px 28px;
  margin: 28px 0;
  border-radius: 0 12px 12px 0;
}

.article-quote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  color: var(--brown);
  line-height: 1.6;
}

.yarn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 24px 0;
}

.yarn-card {
  background: var(--cream);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.yarn-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  color: var(--brown);
}

.yarn-card p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

.related-section {
  background: var(--cream);
  padding: 30px;
  border-radius: 16px;
  margin-top: 40px;
}

.related-cta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 20px;
}

.related-cta img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0;
}

.related-cta h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: var(--brown);
}

.related-cta p {
  margin: 0 0 16px;
  font-size: 15px;
  color: var(--text);
}

.article-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  margin-top: 30px;
}

.article-tags > span {
  font-weight: 700;
  color: var(--brown);
  margin-right: 6px;
}

.tag-link {
  background: var(--cream);
  color: var(--text);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  transition: 0.2s;
  border: 1px solid var(--line);
}

.tag-link:hover {
  background: var(--soft-pink);
  border-color: var(--pink);
  color: var(--pink-dark);
}

.article-share {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.article-share > span {
  font-weight: 700;
  color: var(--brown);
  margin-right: 6px;
}

.share-btn {
  padding: 8px 18px;
  border: none;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  color: white;
}

.share-btn.xiaohongshu {
  background: #ff2442;
}

.share-btn.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.share-btn.facebook {
  background: #1877f2;
}

.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.related-works {
  background: var(--cream);
}

.related-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.article-meta .meta-category {
  background: var(--pink);
  color: white;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  border: none;
}

/* Inquiry Cart Styles */
.inquiry-cart-section {
  padding: 60px 0;
}

.inquiry-cart-container {
  max-width: 900px;
  margin: 0 auto;
}

.empty-cart {
  text-align: center;
  padding: 80px 20px;
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.empty-icon {
  font-size: 64px;
  margin-bottom: 20px;
}

.empty-cart h3 {
  margin: 0 0 12px;
  color: var(--brown);
  font-size: 24px;
}

.empty-cart p {
  margin: 0 0 24px;
  color: var(--muted);
}

.inquiry-item-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 40px;
  gap: 16px;
  padding: 16px 20px;
  background: var(--soft-pink);
  border-radius: 12px 12px 0 0;
  font-weight: 600;
  color: var(--brown);
  font-size: 14px;
}

.inquiry-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 40px;
  gap: 16px;
  align-items: center;
  padding: 20px;
  background: white;
  border-bottom: 1px solid var(--line);
}

.inquiry-item:last-child {
  border-radius: 0 0 var(--radius) var(--radius);
  border-bottom: none;
}

.item-image {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--cream);
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-info h4 {
  margin: 0 0 4px;
  color: var(--brown);
  font-size: 15px;
}

.item-price,
.item-subtotal {
  font-weight: 600;
  color: var(--brown);
}

.item-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.qty-btn:hover {
  background: var(--soft-pink);
  border-color: var(--pink);
}

.item-quantity input {
  width: 50px;
  height: 32px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
}

.remove-btn {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: var(--soft-pink);
  color: var(--pink-dark);
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.remove-btn:hover {
  background: var(--pink);
  color: white;
}

.inquiry-summary {
  background: var(--soft-pink);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 30px;
}

.inquiry-summary h3 {
  margin: 0 0 16px;
  color: var(--brown);
  font-size: 18px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
}

.summary-row span:first-child {
  color: var(--muted);
}

.summary-row span:last-child {
  font-weight: 600;
  color: var(--brown);
}

.inquiry-form {
  background: white;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
}

.inquiry-form h3 {
  margin: 0 0 24px;
  color: var(--brown);
  font-size: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-row .form-group {
  margin-bottom: 0;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--brown);
  font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 14px;
  background: white;
  transition: 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--pink);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-group small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.btn-full {
  width: 100%;
}

.success-message {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 40px;
  font-weight: bold;
}

/* Shopping Cart and Demo Checkout */
.cart-section h1,
.checkout-section h1 {
  margin: 0 0 28px;
  color: var(--brown);
}

.cart-content,
.checkout-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.cart-items,
.checkout-form,
.checkout-summary,
.cart-summary {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cart-header,
.cart-item {
  display: grid;
  grid-template-columns: minmax(260px, 1.6fr) 0.7fr 0.9fr 0.7fr 64px;
  gap: 16px;
  align-items: center;
}

.cart-header {
  padding: 16px 20px;
  background: var(--soft-pink);
  border-radius: var(--radius) var(--radius) 0 0;
  color: var(--brown);
  font-size: 13px;
  font-weight: 800;
}

.cart-item {
  padding: 18px 20px;
  border-top: 1px solid var(--line);
}

.cart-product {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.cart-item-img {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--cream);
}

.cart-item-img img,
.summary-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-info h3,
.summary-item-info h4 {
  margin: 0 0 5px;
  color: var(--brown);
  font-size: 15px;
}

.cart-item-info p,
.summary-item-info p,
.cart-hint,
.payment-demo-note,
.payment-form p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.cart-item-price,
.cart-item-total,
.summary-item-price {
  color: var(--brown);
  font-weight: 800;
}

.cart-item-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart-qty-input {
  width: 54px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
}

.cart-item-remove {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: var(--soft-pink);
  color: var(--pink-dark);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.cart-item-remove:hover,
.cart-item-remove:focus {
  background: var(--pink);
  color: var(--white);
}

.cart-summary,
.checkout-summary {
  padding: 24px;
}

.cart-summary h3,
.checkout-summary h3,
.checkout-step h3 {
  margin: 0 0 18px;
  color: var(--brown);
}

.summary-divider {
  height: 1px;
  background: var(--line);
  margin: 12px 0;
}

.summary-row.total {
  font-size: 18px;
  font-weight: 900;
}

.summary-row.discount span:last-child {
  color: var(--green);
}

.coupon-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin: 18px 0 12px;
}

.coupon-section input {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.coupon-message,
.coupon-hint,
.coupon-policy-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.coupon-message.is-error {
  color: #b3261e;
  font-weight: 800;
}

.checkout-coupon-block {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.checkout-coupon-block h4 {
  margin: 0 0 10px;
  color: var(--brown);
}

.checkout-coupon-wallet {
  display: grid;
  gap: 10px;
  margin: 12px 0 14px;
}

.checkout-coupon-select {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--brown);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.checkout-coupon-select em {
  color: var(--pink-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.checkout-coupon-list {
  display: grid;
  max-height: 260px;
  gap: 8px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffaf5;
}

.checkout-coupon-list[hidden] {
  display: none;
}

.checkout-coupon-option {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.checkout-coupon-option:hover,
.checkout-coupon-option.active {
  border-color: rgba(233, 93, 115, 0.5);
  box-shadow: 0 12px 26px rgba(233, 93, 115, 0.12);
  transform: translateY(-1px);
}

.checkout-coupon-option:disabled {
  cursor: not-allowed;
  opacity: 0.52;
  transform: none;
  box-shadow: none;
}

.checkout-coupon-option strong {
  display: block;
  color: var(--brown);
  font-size: 15px;
}

.checkout-coupon-option small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  line-height: 1.35;
}

.checkout-coupon-option em {
  flex: 0 0 auto;
  color: var(--pink-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.continue-shopping {
  display: inline-flex;
  margin-top: 16px;
  color: var(--pink-dark);
  font-weight: 700;
}

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.payment-icon {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--brown);
  font-size: 12px;
  font-weight: 800;
}

.checkout-form {
  padding: 8px 28px 28px;
}

.checkout-step {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.checkout-step:last-child {
  border-bottom: 0;
}

.shipping-options,
.payment-options {
  display: grid;
  gap: 12px;
}

.shipping-option,
.payment-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream);
  cursor: pointer;
}

.payment-option {
  grid-template-columns: auto 1fr;
}

.payment-option.active,
.shipping-option:has(input:checked) {
  border-color: var(--pink);
  background: var(--soft-pink);
}

.shipping-name,
.payment-name {
  display: block;
  color: var(--brown);
  font-weight: 800;
}

.shipping-desc {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 3px;
}

.shipping-price {
  color: var(--brown);
  font-weight: 900;
}

.payment-form {
  margin-top: 14px;
  padding: 16px;
  border-radius: 14px;
  background: var(--soft-pink);
}

.checkout-agreement {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid rgba(233, 93, 115, 0.22);
  border-radius: 12px;
  background: #fff8f8;
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
}

.checkout-agreement input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--pink-dark);
}

.checkout-agreement a {
  color: var(--pink-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn.is-disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.summary-item {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.summary-item:last-child {
  border-bottom: 0;
}

.summary-item img {
  border-radius: 10px;
  background: var(--cream);
}

.secure-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 12px;
  border-radius: 12px;
  background: var(--mint);
  color: var(--brown);
  font-weight: 800;
  font-size: 13px;
}

.empty-cart-icon {
  font-size: 58px;
  margin-bottom: 18px;
}

.checkout-empty {
  grid-column: 1 / -1;
}

.btn.is-success,
button.is-success {
  background: var(--green) !important;
  color: var(--white) !important;
}

@media (max-width: 900px) {
  .cart-content,
  .checkout-content {
    grid-template-columns: 1fr;
  }

  .cart-header {
    display: none;
  }

  .cart-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cart-item-price,
  .cart-item-total {
    display: flex;
    justify-content: space-between;
  }

  .cart-item-price::before {
    content: "Price";
    color: var(--muted);
    font-weight: 600;
  }

  .cart-item-total::before {
    content: "Total";
    color: var(--muted);
    font-weight: 600;
  }
}

@media (max-width: 640px) {
  .checkout-form,
  .cart-summary,
  .checkout-summary {
    padding: 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .coupon-section {
    grid-template-columns: 1fr;
  }

  .summary-item {
    grid-template-columns: 52px 1fr;
  }

  .summary-item-price {
    grid-column: 2;
  }
}

@media (max-width: 520px) {
  .hero-visual-shell {
    padding: 10px;
    border-radius: 24px;
  }

  .hero-media-card {
    border-radius: 18px;
  }

  .hero-studio-panel {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .hero-studio-panel a {
    width: 100%;
  }

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

/* Account Orders */
.account-section {
  background: var(--cream);
}

.account-auth-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 32px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff8f8, #fff);
  box-shadow: var(--shadow);
}

.account-auth-copy h1 {
  max-width: 560px;
  margin: 8px 0 14px;
  color: var(--brown);
  font-family: var(--font-heading);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

.account-auth-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.account-auth-card {
  padding: 24px;
  border: 1px solid rgba(233, 93, 115, 0.18);
  border-radius: 14px;
  background: #fff;
}

.account-auth-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 18px;
  padding: 5px;
  border-radius: 12px;
  background: var(--soft-pink);
}

.account-auth-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.account-auth-tabs button.active {
  background: #fff;
  color: var(--pink-dark);
  box-shadow: 0 8px 18px rgba(93, 70, 60, 0.08);
}

.account-auth-form {
  display: none;
}

.account-auth-form.active {
  display: grid;
  gap: 14px;
}

.account-code-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.account-code-box {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(233, 93, 115, 0.55);
  border-radius: 10px;
  background: #fff8f8;
  color: var(--brown);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 4px;
  user-select: none;
}

.account-link-btn {
  width: fit-content;
  margin: 0 auto;
  border: 0;
  background: transparent;
  color: var(--pink-dark);
  cursor: pointer;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.account-recovery-actions {
  margin-top: -4px;
}

.account-auth-message,
.account-auth-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.account-auth-message.is-error {
  color: #b3261e;
  font-weight: 800;
}

.account-content {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.account-sidebar,
.account-main {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.account-sidebar {
  position: sticky;
  top: 92px;
  overflow: hidden;
}

.user-profile {
  padding: 28px 24px;
  text-align: center;
  background: linear-gradient(135deg, var(--soft-pink), var(--cream));
  border-bottom: 1px solid var(--line);
}

.user-profile .profile-avatar {
  width: 70px;
  height: 70px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--brown);
  font-size: 34px;
  box-shadow: 0 8px 22px rgba(93, 70, 60, 0.1);
}

.user-profile h3 {
  margin: 0 0 6px;
  color: var(--brown);
}

.user-profile p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.account-nav {
  display: grid;
  gap: 4px;
  padding: 14px;
}

.account-nav .nav-item {
  padding: 13px 14px;
  border-radius: 12px;
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
}

.account-nav .nav-item:hover,
.account-nav .nav-item.active {
  background: var(--soft-pink);
  color: var(--pink-dark);
}

.account-nav .logout {
  color: var(--muted);
}

.account-main {
  padding: 30px;
}

.account-main > .tab-content {
  display: none;
}

.account-main > .tab-content.active {
  display: block;
}

.account-main h1 {
  margin: 0 0 8px;
  color: var(--brown);
  font-size: 32px;
}

.account-main > .tab-content > p,
.orders-hero p,
.account-section-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 28px 0;
}

.dashboard-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.dashboard-card .card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  border-radius: 14px;
  background: var(--white);
  font-size: 22px;
}

.dashboard-card h4 {
  margin: 0 0 3px;
  color: var(--brown);
  font-size: 22px;
}

.dashboard-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.recent-orders,
.orders-hero,
.account-order-card,
.account-orders-empty,
.address-card,
.account-form {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.recent-orders {
  padding: 22px;
}

.account-section-heading,
.orders-hero,
.account-order-header,
.account-order-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.account-section-heading h3,
.orders-hero h1 {
  margin: 0 0 5px;
  color: var(--brown);
}

.account-view-all,
.order-link,
.tracking-link {
  color: var(--pink-dark);
  font-weight: 800;
}

.order-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.order-item {
  display: grid;
  grid-template-columns: 1.2fr auto auto auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 14px;
  background: var(--cream);
}

.order-info,
.order-meta {
  display: grid;
  gap: 3px;
}

.order-number {
  color: var(--brown);
  font-weight: 900;
}

.order-date {
  color: var(--muted);
  font-size: 13px;
}

.order-status,
.order-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.order-status.preparing,
.order-status-badge.preparing {
  background: #fff4d8;
  color: #9a6a09;
}

.order-status.shipped,
.order-status-badge.shipped {
  background: #e8f3ff;
  color: #2d6793;
}

.order-status.completed,
.order-status-badge.completed {
  background: var(--mint);
  color: #4e734c;
}

.order-status.cancelled,
.order-status-badge.cancelled {
  background: #f7e4e4;
  color: #9b3d3d;
}

.orders-hero {
  padding: 24px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--white), var(--soft-pink));
}

.orders-hero .eyebrow {
  margin: 0 0 8px;
  color: var(--pink-dark);
  font-weight: 900;
}

.orders-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.order-filter-btn {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--text);
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 800;
}

.order-filter-btn:hover,
.order-filter-btn.active {
  border-color: var(--pink);
  background: var(--soft-pink);
  color: var(--pink-dark);
}

.orders-list {
  display: grid;
  gap: 18px;
}

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

.account-coupon-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(233, 93, 115, 0.2);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff8f8, #fff);
  box-shadow: var(--shadow);
}

.account-coupon-card h3 {
  margin: 8px 0 5px;
  color: var(--brown);
  font-size: 28px;
  letter-spacing: 0;
}

.account-coupon-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.5;
}

.coupon-benefit {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--pink-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.account-coupon-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.account-order-card {
  overflow: hidden;
}

.account-order-header {
  padding: 20px 22px;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.account-order-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 18px;
  padding: 22px;
}

.account-order-products {
  display: grid;
  gap: 12px;
}

.account-order-product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.account-order-product img {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: var(--cream);
  object-fit: cover;
}

.account-order-product h4 {
  margin: 0 0 5px;
  color: var(--brown);
  font-size: 15px;
}

.account-order-product p,
.account-order-product span {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.account-order-product strong {
  color: var(--brown);
}

.account-order-summary {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
  border-radius: 16px;
  background: var(--soft-pink);
}

.account-order-summary div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.account-order-summary span {
  color: var(--muted);
  font-size: 13px;
}

.account-order-summary strong {
  color: var(--brown);
}

.order-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0 22px 22px;
}

.order-progress-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--muted);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.order-progress-step::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--line);
}

.order-progress-step:first-child::before {
  left: 50%;
}

.order-progress-step:last-child::before {
  right: 50%;
}

.order-progress-step span {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--line);
  border: 4px solid var(--white);
}

.order-progress-step.active {
  color: var(--brown);
}

.order-progress-step.active::before,
.order-progress-step.active span {
  background: var(--green);
}

.order-progress-step p {
  margin: 0;
}

.account-order-footer {
  padding: 18px 22px;
  border-top: 1px solid var(--line);
}

.tracking-info {
  color: var(--muted);
  font-size: 13px;
}

.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.account-orders-empty {
  padding: 54px 24px;
  text-align: center;
}

.account-orders-empty div {
  font-size: 48px;
  margin-bottom: 12px;
}

.account-orders-empty h3 {
  margin: 0 0 8px;
  color: var(--brown);
}

.account-orders-empty p {
  margin: 0 0 20px;
  color: var(--muted);
}

.addresses-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.address-card,
.account-form {
  padding: 24px;
}

.address-card h3,
.account-form h3 {
  margin: 0 0 14px;
  color: var(--brown);
}

.address-card p {
  margin: 0 0 7px;
  color: var(--muted);
}

.add-address {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  background: var(--cream);
}

.add-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--soft-pink);
  color: var(--pink-dark);
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 10px;
}

.account-form {
  margin-top: 22px;
}

.form-divider {
  height: 1px;
  background: var(--line);
  margin: 24px 0;
}

@media (max-width: 1040px) {
  .account-auth-panel,
  .account-content {
    grid-template-columns: 1fr;
  }

  .account-sidebar {
    position: static;
  }

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

@media (max-width: 760px) {
  .account-main {
    padding: 20px;
  }

  .dashboard-cards,
  .addresses-grid,
  .account-coupons-grid,
  .account-order-body,
  .order-list {
    grid-template-columns: 1fr;
  }

  .orders-hero,
  .account-section-heading,
  .account-order-header,
  .account-order-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .order-item {
    grid-template-columns: 1fr;
  }

  .account-order-product {
    grid-template-columns: 64px 1fr;
  }

  .account-order-product strong {
    grid-column: 2;
  }

  .order-progress {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .order-progress-step {
    grid-template-columns: 20px 1fr;
    justify-items: start;
    text-align: left;
  }

  .order-progress-step::before {
    display: none;
  }

  .order-actions {
    justify-content: flex-start;
  }
}

.success-message h3 {
  margin: 0 0 12px;
  color: var(--brown);
  font-size: 26px;
}

.success-message p {
  margin: 0 0 12px;
  color: var(--muted);
}

.success-message .success-note {
  color: var(--pink);
  font-weight: 600;
}

@media (max-width: 760px) {
  .inquiry-cart-section {
    padding: 40px 0;
  }

  .inquiry-item-header {
    display: none;
  }

  .inquiry-item {
    grid-template-columns: 120px 1fr;
    gap: 16px;
    padding: 16px;
  }

  .item-image {
    width: 100px;
    height: 100px;
    grid-row: span 2;
  }

  .item-price {
    order: 1;
    font-size: 16px;
    font-weight: 600;
  }

  .item-quantity {
    order: 2;
  }

  .item-subtotal {
    order: 3;
    grid-column: span 2;
    text-align: right;
    padding-top: 8px;
    border-top: 1px solid var(--line);
  }

  .remove-btn {
    order: 4;
    grid-column: span 2;
    justify-self: flex-end;
    margin-top: 8px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .inquiry-form {
    padding: 24px;
  }

  .empty-cart {
    padding: 40px 20px;
  }
}

/* Temple Wish Section */
.temple-wish-section {
  background: linear-gradient(135deg, #fff9e6 0%, #fff5f5 50%, #f8f0ff 100%);
  padding: 80px 0;
}

.temple-wish-content {
  display: block;
  text-align: left;
}

.temple-wish-text .eyebrow {
  color: var(--pink);
  font-weight: 600;
  margin-bottom: 12px;
}

.temple-wish-text h2 {
  margin: 0 0 20px;
  color: var(--brown);
  font-size: 36px;
  line-height: 1.2;
}

.temple-wish-text > p {
  color: var(--muted);
  margin: 0 0 20px;
  line-height: 1.7;
}

.wish-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.wish-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  color: var(--text);
}

.wish-list li strong {
  color: var(--brown);
}

.wish-note {
  font-size: 13px;
  color: var(--muted);
  padding: 16px;
  background: rgba(255,255,255,0.7);
  border-radius: 12px;
  margin-bottom: 24px;
}

.temple-wish-visual {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin: 0 auto;
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.temple-icon {
  font-size: 80px;
}

.temple-wish-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Process Section */
.process-section {
  background: white;
  padding: 80px 0;
}

.process-section .section-heading {
  margin-bottom: 40px;
}

.disclaimer-section {
  background: var(--cream);
  padding: 40px 0;
}

.disclaimer-box {
  background: white;
  border: 2px solid var(--pink);
  border-radius: var(--radius);
  padding: 30px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.disclaimer-box h3 {
  color: var(--pink-dark);
  margin: 0 0 16px;
  font-size: 18px;
}

.disclaimer-box p {
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
  font-size: 14px;
}

/* Product Badge */
.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
  color: white;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(245, 127, 145, 0.3);
}

/* Spiritual Talismans Styles */
.talismans-hero {
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 50%, #fdf4ff 100%);
}

.talisman-hero-img {
  width: 100%;
  max-width: 540px;
  max-height: 430px;
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center center;
}

.talismans-promo-section {
  background: linear-gradient(135deg, #fef3f3 0%, #fdf4ff 100%);
  padding: 60px 0;
}

.promo-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  background: white;
  padding: 50px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.promo-content .eyebrow {
  color: var(--pink);
  font-weight: 600;
  margin-bottom: 12px;
}

.promo-content h2 {
  margin: 0 0 16px;
  color: var(--brown);
  font-size: 36px;
  line-height: 1.2;
}

.promo-content p {
  margin: 0 0 24px;
  color: var(--muted);
  max-width: 500px;
}

.promo-visual {
  width: 200px;
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.promo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 760px) {
  .promo-panel {
    grid-template-columns: 1fr;
    padding: 30px;
    text-align: center;
  }

  .promo-visual {
    width: 180px;
    margin: 0 auto;
  }

  .promo-content p {
    margin-left: auto;
    margin-right: auto;
  }
}

.stats-section {
  background: white;
  padding: 40px 0;
}

.stats-section .stats-grid {
  grid-template-columns: repeat(4, 1fr);
}

.meanings-section {
  background: var(--cream);
}

.meanings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.meaning-card {
  background: white;
  padding: 24px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow);
}

.meaning-color {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto 16px;
}

.meaning-color.red { background: #dc2626; }
.meaning-color.gold { background: #ca8a04; }
.meaning-color.green { background: #059669; }
.meaning-color.purple { background: #7c3aed; }
.meaning-color.blue { background: #2563eb; }
.meaning-color.pink { background: #db2777; }

.meaning-card h3 {
  margin: 0 0 12px;
  color: var(--brown);
  font-size: 16px;
}

.meaning-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.how-to-use {
  background: white;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.step-card {
  text-align: center;
  padding: 30px;
  background: var(--cream);
  border-radius: var(--radius);
}

.step-number {
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  background: var(--pink);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.step-card h3 {
  margin: 0 0 12px;
  color: var(--brown);
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.product-desc {
  margin: 8px 0;
  font-size: 12px;
  color: var(--muted);
}

@media (max-width: 1024px) {
  .meanings-grid,
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .stats-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .meanings-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .temple-wish-content {
    text-align: left;
  }

  .temple-wish-visual {
    width: 220px;
    height: 220px;
    margin: 0 auto;
  }

  .wish-list {
    text-align: left;
    display: inline-block;
  }

  .promo-panel {
    grid-template-columns: 1fr;
    padding: 30px;
    text-align: center;
  }

  .promo-visual {
    width: 180px;
    height: 180px;
    margin: 0 auto;
  }

  .promo-content p {
    margin-left: auto;
    margin-right: auto;
  }
}

.article-meta .meta-dot {
  background: transparent;
  color: var(--muted);
  padding: 0;
}

.article-meta .meta-time,
.article-meta .meta-date {
  background: #fff0f3;
  color: var(--pink-dark);
}

.article-meta .meta-author {
  background: var(--cream);
  color: var(--text);
}

@media (max-width: 1024px) {
  .article-hero-inner {
    grid-template-columns: 1fr;
  }

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

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

  .related-cta {
    grid-template-columns: 1fr;
  }

  .related-cta img {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 760px) {
  .article-hero {
    padding: 40px 0;
  }

  .article-hero-content h1 {
    font-size: 28px;
  }

  .article-section h2 {
    font-size: 24px;
  }

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

  .related-works-grid {
    grid-template-columns: 1fr;
  }

  .article-tags {
    justify-content: flex-start;
  }

  .article-share {
    flex-wrap: wrap;
  }
}

/* ============================================
   AD SECTION
   ============================================ */

.ad-section {
  background: linear-gradient(135deg, #fff5f0, #ffeef5);
  padding: 40px 0;
}

.ad-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
  box-shadow: 0 12px 40px rgba(245, 127, 145, 0.15);
  border: 1px solid rgba(245, 127, 145, 0.18);
}

.ad-avatar {
  flex-shrink: 0;
}

.ad-avatar img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff0f5;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.ad-content {
  flex: 1;
}

.ad-content h3 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #3d2e2b;
  font-weight: 800;
}

.ad-meta {
  margin: 0 0 16px;
  font-size: 14px;
  color: #887870;
}

.ad-highlights {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.highlight-item {
  font-size: 15px;
  color: #5a4a46;
  line-height: 1.5;
}

.ad-stats {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #887870;
  margin-bottom: 20px;
}

.stat-divider {
  color: #ddd;
  margin: 0 8px;
}

.ad-btn {
  display: inline-flex;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 760px) {
  .ad-card {
    flex-direction: column;
    text-align: center;
  }

  .ad-avatar img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  .ad-content h3 {
    font-size: 20px;
  }

  .ad-stats {
    justify-content: center;
  }
}
/* =========================
   Blog Detail Page
========================= */

.breadcrumb-section {
  padding: 20px 0;
  background: #fffaf5;
  border-bottom: 1px solid var(--line);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--pink-dark);
  font-weight: 700;
}

.article-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(245, 127, 145, 0.16), transparent 34%),
    linear-gradient(90deg, #fff8f5 0%, #f8eadf 100%);
  padding: 70px 0;
}

.article-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: center;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.article-tags span {
  background: rgba(255,255,255,0.9);
  color: var(--pink-dark);
  border: 1px solid rgba(245, 127, 145, 0.18);
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.article-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  color: var(--brown);
  letter-spacing: -1.4px;
}

.article-intro {
  margin: 24px 0 28px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--text);
}

.article-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: white;
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.article-author strong {
  display: block;
  color: var(--brown);
}

.article-author span {
  display: block;
  color: var(--muted);
  margin-top: 3px;
  font-size: 14px;
}

.article-hero-image {
  min-height: 460px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow: var(--shadow);
}

.article-hero-image .mini-phone-bag {
  transform: scale(1.8);
}

.article-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-layout-section {
  padding: 58px 0;
  background: var(--cream);
}

.article-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.article-sidebar {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}

.toc-card,
.sidebar-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 8px 25px rgba(93, 70, 60, 0.05);
}

.toc-card h2,
.sidebar-card h2 {
  margin: 0 0 14px;
  color: var(--brown);
  font-size: 20px;
  font-family: Georgia, "Times New Roman", serif;
}

.toc-card a {
  display: block;
  color: var(--muted);
  padding: 9px 0;
  border-bottom: 1px solid #f5ece7;
  font-size: 14px;
  font-weight: 700;
}

.toc-card a:hover {
  color: var(--pink-dark);
}

.sidebar-card p {
  color: var(--muted);
  line-height: 1.6;
}

.sidebar-link {
  color: var(--pink-dark);
  font-weight: 900;
}

.article-content {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 46px;
  box-shadow: 0 8px 25px rgba(93, 70, 60, 0.05);
}

.article-content section {
  margin-bottom: 54px;
  scroll-margin-top: 100px;
}

.article-content section:last-child {
  margin-bottom: 0;
}

.article-content h2 {
  margin: 0 0 18px;
  color: var(--brown);
  font-size: 34px;
  line-height: 1.18;
  font-family: Georgia, "Times New Roman", serif;
}

.article-content h3 {
  color: var(--brown);
  margin: 24px 0 12px;
}

.article-content p {
  color: var(--text);
  line-height: 1.85;
  font-size: 16px;
}

.article-content ul,
.article-content ol {
  color: var(--text);
  line-height: 1.8;
  padding-left: 24px;
}

.article-content li {
  margin-bottom: 8px;
}

.article-image-placeholder {
  min-height: 360px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  position: relative;
  margin: 30px 0 6px;
  overflow: hidden;
}

.article-image-placeholder .mini-phone-bag {
  transform: scale(1.55);
}

.article-image-placeholder figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  background: rgba(255,255,255,0.92);
  color: var(--muted);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 13px;
}

.article-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.article-highlight-grid div,
.styling-list div,
.custom-idea-box {
  background: #fff8f5;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
}

.article-highlight-grid strong {
  display: block;
  color: var(--pink-dark);
  margin-bottom: 8px;
  font-size: 18px;
}

.article-highlight-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.styling-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.styling-list div {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 16px;
  align-items: start;
}

.styling-list span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--soft-pink);
  color: var(--pink-dark);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.styling-list h3 {
  margin: 0 0 6px;
}

.styling-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.custom-idea-box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
}

.custom-idea-box h3 {
  margin-top: 0;
}

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.article-faq-list {
  display: grid;
  gap: 14px;
}

.article-faq-list details {
  background: #fff8f5;
}

.article-cta {
  background: linear-gradient(90deg, #fff0f3, #fff9f0);
  border: 1px solid #ffe0e0;
  border-radius: 22px;
  padding: 34px;
  text-align: center;
}

.article-cta h2 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.article-cta p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
}

.related-articles-section {
  background: #fffaf5;
}

/* Article real image support */

.article-hero-image.real-image img,
.article-image-placeholder.real-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Blog Detail Responsive */

@media (max-width: 1024px) {
  .article-hero-inner,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
    order: 2;
  }

  .article-content {
    order: 1;
  }

  .article-highlight-grid,
  .article-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-hero-image {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .article-hero {
    padding: 48px 0;
  }

  .article-hero h1 {
    font-size: 40px;
  }

  .article-content {
    padding: 26px;
  }

  .article-content h2 {
    font-size: 28px;
  }

  .article-highlight-grid,
  .article-related-grid {
    grid-template-columns: 1fr;
  }

  .custom-idea-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .styling-list div {
    grid-template-columns: 1fr;
  }

  .styling-list span {
    margin-bottom: 12px;
  }

  .article-image-placeholder {
    min-height: 260px;
  }
}

/* ============================================
   Blog Detail Enhancements
   ============================================ */

/* Mobile TOC Section */
.mobile-toc-section {
  display: none;
  background: var(--cream);
  padding: 20px 0;
}

.mobile-toc {
  background: white;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.mobile-toc h2 {
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--brown);
}

.toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.toc-links a {
  font-size: 13px;
  padding: 6px 14px;
  background: var(--cream);
  color: var(--text);
  border-radius: 20px;
  transition: 0.2s;
}

.toc-links a:hover {
  background: var(--soft-pink);
  color: var(--pink-dark);
}

/* Platform Tags */
.article-platform-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.article-category-tag,
.article-topic-tag {
  font-size: 11px;
  padding: 5px 14px;
  border-radius: 20px;
  font-weight: 600;
}

.article-category-tag {
  background: var(--pink);
  color: white;
}

.article-topic-tag {
  background: var(--cream);
  color: var(--text);
  border: 1px solid var(--line);
}

/* Article Image */
.article-image {
  margin: 26px 0;
  border-radius: 12px;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: auto;
  display: block;
}

.article-image figcaption {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  padding: 12px;
  background: #fff9fb;
}

/* Author Avatar */
.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #fff0f5;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Sticky TOC for Desktop */
.sticky-toc {
  position: sticky;
  top: 24px;
}

/* Video Badge */
.video-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--pink-dark);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
}

/* Article Section Headings */
.section-heading {
  margin-bottom: 24px;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .mobile-toc-section {
    display: block;
  }
}

@media (max-width: 760px) {
  .article-platform-tags {
    gap: 8px;
  }
  
  .article-platform-tags span {
    font-size: 10px;
    padding: 4px 10px;
  }
}
/* =========================
   Spiritual Talismans Page
========================= */

.talisman-hero {
  background:
    radial-gradient(circle at 80% 18%, rgba(200, 16, 46, 0.18), transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(212, 160, 23, 0.18), transparent 32%),
    linear-gradient(90deg, #fff8f5 0%, #f9eadf 100%);
  padding: 78px 0 72px;
}

.talisman-hero-inner {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 54px;
}

.talisman-hero-text h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  color: var(--brown);
  letter-spacing: -1.4px;
}

.talisman-hero-text p:not(.eyebrow) {
  max-width: 620px;
  font-size: 17px;
  color: var(--text);
  line-height: 1.75;
  margin: 22px 0 30px;
}

.talisman-hero-visual {
  min-height: 430px;
  position: relative;
}

.talisman-main-card {
  width: 320px;
  height: 360px;
  background: white;
  border-radius: 32px;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(4deg);
  border: 1px solid rgba(255,255,255,0.85);
}

.red-rope-talisman {
  width: 210px;
  height: 250px;
  position: relative;
}

.rope-loop {
  width: 145px;
  height: 145px;
  border: 14px solid #c8102e;
  border-radius: 50%;
  position: absolute;
  left: 32px;
  top: 10px;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,0.18);
}

.knot-center {
  width: 88px;
  height: 88px;
  background:
    repeating-linear-gradient(45deg, #c8102e 0 8px, #a70822 8px 16px);
  border-radius: 22px;
  position: absolute;
  left: 61px;
  top: 95px;
  box-shadow: 0 8px 18px rgba(200,16,46,0.2);
}

.rope-tail {
  position: absolute;
  width: 14px;
  height: 105px;
  background: #c8102e;
  top: 165px;
  border-radius: 999px;
}

.rope-tail.left {
  left: 74px;
  transform: rotate(8deg);
}

.rope-tail.right {
  right: 74px;
  transform: rotate(-8deg);
}

.gold-bead {
  width: 28px;
  height: 28px;
  background: #d4a017;
  border-radius: 50%;
  position: absolute;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,0.25);
}

.bead-one {
  left: 66px;
  top: 185px;
}

.bead-two {
  right: 66px;
  top: 185px;
}

.floating-symbol {
  position: absolute;
  width: 82px;
  height: 82px;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  color: #c8102e;
  font-size: 34px;
  font-weight: 900;
  font-family: Georgia, "Times New Roman", serif;
}

.symbol-one {
  left: 40px;
  top: 50px;
}

.symbol-two {
  right: 30px;
  top: 90px;
  color: #d4a017;
}

.symbol-three {
  right: 120px;
  bottom: 28px;
  color: #8b4513;
}

.meaning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.meaning-box {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 8px 25px rgba(93, 70, 60, 0.05);
  transition: 0.25s;
}

.meaning-box:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.meaning-box span {
  font-size: 38px;
}

.meaning-box h3 {
  color: var(--brown);
  font-size: 21px;
  margin: 16px 0 10px;
}

.meaning-box p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

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

.talisman-product-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(93, 70, 60, 0.05);
  transition: 0.25s;
}

.talisman-product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.talisman-product-img {
  height: 260px;
  display: grid;
  place-items: center;
  position: relative;
}

.red-bg {
  background: #fff0f2;
}

.gold-bg {
  background: #fff7df;
}

.dark-bg {
  background: #f0ece8;
}

.red-rope-mini {
  width: 120px;
  height: 150px;
  position: relative;
}

.red-rope-mini::before {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  border: 10px solid #c8102e;
  border-radius: 50%;
  left: 14px;
  top: 0;
}

.red-rope-mini::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  background:
    repeating-linear-gradient(45deg, #c8102e 0 7px, #a70822 7px 14px);
  border-radius: 18px;
  left: 29px;
  top: 70px;
  box-shadow: 0 8px 18px rgba(200,16,46,0.18);
}

.red-rope-mini.gold-style::before {
  border-color: #d4a017;
}

.red-rope-mini.gold-style::after {
  background:
    repeating-linear-gradient(45deg, #d4a017 0 7px, #bd8511 7px 14px);
}

.red-rope-mini.black-style::before {
  border-color: #242124;
}

.red-rope-mini.black-style::after {
  background:
    repeating-linear-gradient(45deg, #242124 0 7px, #c8102e 7px 14px);
}

.talisman-product-content {
  padding: 24px;
}

.talisman-product-content h3 {
  margin: 0 0 12px;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.talisman-product-content p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 20px;
}

.talisman-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.symbolism-section {
  background: #fffaf5;
}

.symbolism-card {
  background: linear-gradient(90deg, #fff, #fff4f2);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow);
}

.symbolism-content h2 {
  margin: 0 0 16px;
  color: var(--brown);
  font-size: 40px;
  line-height: 1.1;
  font-family: Georgia, "Times New Roman", serif;
}

.symbolism-content p {
  color: var(--text);
  line-height: 1.75;
}

.symbol-list {
  display: grid;
  gap: 15px;
  margin-top: 24px;
}

.symbol-list div {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
}

.symbol-list strong {
  display: block;
  color: #c8102e;
  margin-bottom: 6px;
}

.symbol-list span {
  color: var(--muted);
}

.symbolism-visual {
  height: 330px;
  position: relative;
  display: grid;
  place-items: center;
}

.symbol-circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #c8102e;
  color: white;
  display: grid;
  place-items: center;
  font-size: 70px;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.symbol-circle.small {
  position: absolute;
  width: 92px;
  height: 92px;
  font-size: 38px;
  right: 30px;
  top: 20px;
  background: #d4a017;
}

.symbol-circle.small.two {
  right: auto;
  left: 20px;
  top: auto;
  bottom: 35px;
  background: #8b4513;
}

.talisman-gift-box {
  display: grid;
  place-items: center;
}

.talisman-gift-box .red-rope-mini {
  transform: scale(1.15);
}

@media (max-width: 1024px) {
  .talisman-hero-inner,
  .symbolism-card {
    grid-template-columns: 1fr;
  }

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

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

  .talisman-hero-visual {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .talisman-hero {
    padding: 52px 0 42px;
  }

  .talisman-hero-text h1 {
    font-size: 42px;
  }

  .talisman-hero-visual {
    transform: scale(0.82);
    transform-origin: top center;
  }

  .meaning-grid,
  .talisman-product-grid {
    grid-template-columns: 1fr;
  }

  .symbolism-card {
    padding: 26px;
  }

  .symbolism-content h2 {
    font-size: 32px;
  }

  .talisman-actions {
    flex-direction: column;
  }

  .talisman-actions .btn {
    width: 100%;
  }
}

/* =========================
   Policy Pages
========================= */
.policy-hero {
  background: linear-gradient(135deg, #fff9e6 0%, #fff5f5 100%);
  padding: 70px 0;
}

.policy-content {
  padding: 60px 0;
}

.policy-text {
  max-width: 800px;
  margin: 0 auto;
}

.policy-text h2 {
  color: var(--brown);
  font-size: 28px;
  margin: 40px 0 20px;
}

.policy-text h2:first-child {
  margin-top: 0;
}

.policy-text p {
  line-height: 1.8;
  margin-bottom: 16px;
}

.policy-text ul,
.policy-text ol {
  padding-left: 24px;
  margin-bottom: 20px;
}

.policy-text li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.policy-text a {
  color: var(--pink);
  font-weight: 600;
}

.policy-text a:hover {
  text-decoration: underline;
}

.shipping-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 30px;
}

.shipping-table th,
.shipping-table td {
  border: 1px solid var(--line);
  padding: 12px 16px;
  text-align: left;
}

.shipping-table th {
  background: var(--soft-pink);
  font-weight: 600;
  color: var(--brown);
}

.shipping-table td {
  background: white;
}

/* =========================
   Contact Page
========================= */
.contact-hero {
  background: linear-gradient(135deg, #f8f0ff 0%, #fff5f5 100%);
  padding: 70px 0;
}

.contact-section {
  padding: 60px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 40px;
}

.contact-form-wrapper {
  background: white;
  padding: 40px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-form-wrapper h2 {
  margin: 0 0 24px;
  color: var(--brown);
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--brown);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 14px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--pink);
}

.form-success {
  text-align: center;
  padding: 40px;
}

.form-success .success-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
}

.form-success h3 {
  margin: 0 0 8px;
  color: var(--brown);
}

.form-success p {
  margin: 0;
  color: var(--muted);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-card {
  background: white;
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.info-card h3 {
  margin: 0 0 20px;
  color: var(--brown);
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.info-item:last-child {
  border-bottom: none;
}

.info-icon {
  font-size: 24px;
}

.info-content strong {
  display: block;
  margin-bottom: 4px;
  color: var(--brown);
}

.info-content a {
  color: var(--pink);
  font-weight: 600;
}

.info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.info-card .small-print {
  font-size: 12px;
  margin-top: 8px;
}

.faq-preview {
  background: var(--cream);
  padding: 60px 0;
}

.faq-preview-content {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.faq-preview-content h2 {
  margin: 0 0 12px;
  color: var(--brown);
}

.faq-preview-content p {
  margin: 0 0 24px;
  color: var(--muted);
}

/* =========================
   General Inquiries Page
========================= */
.inquiries-hero {
  background: linear-gradient(135deg, #f0fff4 0%, #fff5f5 100%);
  padding: 70px 0;
}

.inquiries-section {
  padding: 60px 0;
}

.inquiries-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.inquiry-types h2 {
  margin: 0 0 24px;
  color: var(--brown);
}

.inquiry-type-card {
  background: white;
  padding: 20px;
  border-radius: var(--radius);
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  box-shadow: var(--shadow);
}

.type-icon {
  font-size: 28px;
  flex-shrink: 0;
}

.type-content h3 {
  margin: 0 0 8px;
  color: var(--brown);
  font-size: 16px;
}

.type-content p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.inquiry-form-wrapper {
  background: white;
  padding: 32px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.inquiry-form-wrapper h2 {
  margin: 0 0 24px;
  color: var(--brown);
}

.other-contacts {
  background: var(--soft-pink);
  padding: 60px 0;
}

.other-contacts-content {
  text-align: center;
}

.other-contacts-content h2 {
  margin: 0 0 16px;
  color: var(--brown);
}

.other-contacts-content p {
  margin: 0 0 24px;
  color: var(--muted);
}

.social-links-large {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.social-link {
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  transition: 0.2s;
}

.social-link.xiaohongshu {
  background: #ff2442;
  color: white;
}

.social-link.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: white;
}

.social-link.facebook {
  background: #1877f2;
  color: white;
}

.social-link.email {
  background: var(--brown);
  color: white;
}

/* =========================
   FAQ Page
========================= */
.faq-hero {
  background: linear-gradient(135deg, #f5f0ff 0%, #fff9e6 100%);
  padding: 70px 0;
}

.faq-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
}

.faq-nav-item {
  padding: 10px 20px;
  background: white;
  border-radius: 999px;
  color: var(--text);
  font-weight: 600;
  font-size: 14px;
  transition: 0.2s;
  border: 1px solid var(--line);
}

.faq-nav-item:hover,
.faq-nav-item.active {
  background: var(--pink);
  color: white;
  border-color: var(--pink);
}

.faq-categories {
  background: white;
  padding: 30px 0;
}

.faq-section {
  padding: 60px 0;
  background: var(--cream);
}

.faq-section h2 {
  text-align: center;
  margin: 0 0 30px;
  color: var(--brown);
}

.faq-section:first-of-type {
  background: white;
}

.faq-grid details {
  background: white;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.faq-grid summary {
  padding: 18px 24px;
  font-weight: 600;
  color: var(--brown);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "+";
  font-size: 20px;
  color: var(--pink);
}

.faq-grid details[open] summary::after {
  content: "-";
}

.faq-grid details p {
  padding: 0 24px 18px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.faq-grid details a {
  color: var(--pink);
  font-weight: 600;
}

.faq-grid details ul {
  padding-left: 24px;
  margin: 8px 0;
}

.contact-cta {
  background: white;
  padding: 60px 0;
}

@media (max-width: 1024px) {
  .contact-grid,
  .inquiries-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .contact-form-wrapper {
    padding: 24px;
  }

  .inquiry-type-card {
    flex-direction: column;
  }

  .faq-nav {
    gap: 8px;
  }

  .faq-nav-item {
    padding: 8px 16px;
    font-size: 13px;
  }
}

/* ========================= 
   Shop Products Section 
   ========================= */

.shop-products-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.shop-product-item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}

.shop-product-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.shop-product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.shop-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #8fae8a;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
}

.shop-product-badge-new {
  background: var(--pink);
}

.shop-product-details {
  padding: 16px;
  text-align: center;
}

.shop-product-details h3 {
  margin: 0 0 8px 0;
  font-size: 15px;
  color: var(--brown);
  font-weight: 600;
}

.shop-product-price {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--brown);
}

.shop-product-desc {
  min-height: 44px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.shop-add-cart {
  width: 100%;
  padding: 10px 20px;
  background: var(--pink);
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.shop-add-cart:hover {
  background: #e87a8f;
}

@media (max-width: 1100px) {
  .shop-products-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .shop-products-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 520px) {
  .shop-products-container {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Minimal Talisman Redesign
========================= */

.talisman-page {
  background: #fbf7f1;
  color: #2f2926;
}

.talisman-body .main-nav > a.active::after {
  bottom: -28px;
}

.talisman-page .section {
  padding: 82px 0;
}

.talisman-minimal-hero {
  padding: 104px 0 86px;
  background:
    linear-gradient(105deg, #f8f2eb 0%, #fffdf9 48%, #eadfd1 100%);
  border-bottom: 1px solid rgba(47, 41, 38, 0.08);
}

.talisman-minimal-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 70px;
  align-items: center;
}

.talisman-kicker {
  margin: 0 0 16px;
  color: #9d2634;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.talisman-minimal-copy h1,
.talisman-section-head h2,
.talisman-temple-copy h2,
.talisman-final-panel h2 {
  margin: 0;
  color: #2f2926;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.talisman-minimal-copy h1 {
  max-width: 650px;
  font-size: 70px;
  line-height: 0.98;
}

.talisman-minimal-copy > p:not(.talisman-kicker) {
  max-width: 560px;
  margin: 28px 0 34px;
  color: #655a54;
  font-size: 18px;
  line-height: 1.75;
}

.talisman-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.talisman-hero-actions .btn {
  padding: 0 22px;
}

.talisman-editorial-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 28px;
  background: #fffaf4;
  border: 1px solid rgba(47, 41, 38, 0.1);
  box-shadow: 0 28px 70px rgba(47, 41, 38, 0.12);
  overflow: hidden;
}

.talisman-editorial-visual::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(157, 38, 52, 0.16);
  pointer-events: none;
}

.talisman-editorial-visual img {
  position: relative;
  z-index: 1;
  width: min(92%, 520px);
  height: auto;
  object-fit: contain;
  display: block;
}

.talisman-visual-note {
  position: relative;
  z-index: 2;
  left: auto;
  bottom: auto;
  width: min(100%, 520px);
  padding: 15px 0 0;
  background: transparent;
  border-top: 1px solid rgba(157, 38, 52, 0.28);
  box-shadow: none;
}

.talisman-visual-note span,
.talisman-card-label {
  display: block;
  color: #9d2634;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.talisman-visual-note strong {
  display: block;
  color: #2f2926;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.45;
}

.talisman-visual-note span {
  margin-top: 7px;
  color: #7b706a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.talisman-belief-strip {
  background: #fffdf9;
  border-bottom: 1px solid rgba(47, 41, 38, 0.08);
}

.talisman-belief-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.talisman-belief-grid > div {
  min-height: 214px;
  padding: 42px 34px;
  border-left: 1px solid rgba(47, 41, 38, 0.08);
}

.talisman-belief-grid > div:last-child {
  border-right: 1px solid rgba(47, 41, 38, 0.08);
}

.talisman-belief-grid span,
.talisman-service-list span {
  color: #9d2634;
  font-size: 13px;
  font-weight: 900;
}

.talisman-belief-grid h2 {
  margin: 18px 0 10px;
  color: #2f2926;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  letter-spacing: 0;
}

.talisman-belief-grid p {
  margin: 0;
  color: #70655f;
  line-height: 1.65;
}

.talisman-collection {
  background: #fbf7f1;
}

.talisman-section-head {
  max-width: 720px;
  margin: 0 0 34px;
}

.talisman-section-head.compact {
  max-width: none;
  text-align: center;
}

.talisman-section-head h2,
.talisman-temple-copy h2,
.talisman-final-panel h2 {
  font-size: 46px;
  line-height: 1.08;
}

.talisman-section-head p:not(.talisman-kicker),
.talisman-temple-copy > p {
  margin: 14px 0 0;
  color: #70655f;
  font-size: 17px;
  line-height: 1.7;
}

.talisman-product-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}

.talisman-clean-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  border-color: rgba(47, 41, 38, 0.1);
  box-shadow: none;
  background: #fffdf9;
}

.talisman-clean-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(47, 41, 38, 0.1);
}

.talisman-product-media {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(47, 41, 38, 0.08);
}

.talisman-product-media img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease;
}

.talisman-clean-card:hover .talisman-product-media img {
  transform: scale(1.04);
}

.talisman-red {
  background: #fff4f0;
}

.talisman-gold {
  background: #fbf1d3;
}

.talisman-gold img {
  filter: hue-rotate(18deg) saturate(0.94) brightness(1.03);
}

.talisman-jade {
  background: #edf3e7;
}

.talisman-jade img {
  filter: hue-rotate(112deg) saturate(0.62) brightness(1.04);
}

.talisman-ink {
  background: #ece8e0;
}

.talisman-ink img {
  filter: grayscale(0.72) contrast(1.05) brightness(0.86);
}

.talisman-clean-card .product-info {
  flex: 1;
  min-height: 300px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.talisman-clean-card .product-info h3 {
  margin: 10px 0 9px;
  color: #2f2926;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.16;
}

.talisman-clean-card .product-desc {
  min-height: 74px;
  margin: 0 0 14px;
  color: #70655f;
  font-size: 14px;
  line-height: 1.55;
}

.talisman-clean-card .price {
  margin: auto 0 14px;
  color: #2f2926;
  font-size: 20px;
}

.talisman-clean-card .add-to-cart-btn {
  width: 100%;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  background: #2f2926;
  color: #fffdf9;
}

.talisman-clean-card .add-to-cart-btn:hover {
  background: #9d2634;
}

.talisman-temple-panel {
  background: #fffdf9;
  border-top: 1px solid rgba(47, 41, 38, 0.08);
  border-bottom: 1px solid rgba(47, 41, 38, 0.08);
}

.talisman-temple-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: 58px;
  align-items: center;
}

.talisman-temple-image {
  background: #f1e7db;
  border: 1px solid rgba(47, 41, 38, 0.1);
  overflow: hidden;
}

.talisman-temple-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.talisman-service-list {
  display: grid;
  gap: 14px;
  margin: 30px 0;
}

.talisman-service-list div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 18px;
  padding: 20px 0;
  border-top: 1px solid rgba(47, 41, 38, 0.1);
}

.talisman-service-list strong {
  color: #2f2926;
  font-size: 18px;
}

.talisman-service-list p {
  grid-column: 2;
  margin: 7px 0 0;
  color: #70655f;
  line-height: 1.6;
}

.talisman-meaning-section {
  background: #fbf7f1;
}

.talisman-meaning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: rgba(47, 41, 38, 0.1);
  border: 1px solid rgba(47, 41, 38, 0.1);
}

.talisman-meaning-grid > div {
  min-height: 190px;
  padding: 30px;
  background: #fffdf9;
}

.meaning-dot {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 24px;
  border-radius: 50%;
}

.meaning-red {
  background: #ad2634;
}

.meaning-gold {
  background: #c19a34;
}

.meaning-green {
  background: #688c65;
}

.meaning-blue {
  background: #354a58;
}

.talisman-meaning-grid strong {
  display: block;
  color: #2f2926;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
}

.talisman-meaning-grid p {
  margin: 10px 0 0;
  color: #70655f;
  line-height: 1.6;
}

.talisman-final-cta {
  background: #2f2926;
  color: #fffdf9;
}

.talisman-final-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 253, 249, 0.16);
}

.talisman-final-panel h2 {
  max-width: 760px;
  color: #fffdf9;
}

.talisman-final-panel .btn-outline {
  border-color: rgba(255, 253, 249, 0.65);
  background: transparent;
  color: #fffdf9;
}

.talisman-final-panel .btn-outline:hover {
  border-color: #fffdf9;
  color: #fffdf9;
}

.talisman-final-cta .talisman-kicker {
  color: #e8cfa9;
}

.talisman-disclaimer {
  max-width: 920px;
  margin: 24px 0 0;
  color: rgba(255, 253, 249, 0.68);
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .talisman-temple-inner {
    grid-template-columns: 1fr;
  }

  .talisman-minimal-hero-inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
    gap: 40px;
  }

  .talisman-minimal-copy h1 {
    font-size: 58px;
  }

  .talisman-editorial-visual {
    min-height: 480px;
  }

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

  .talisman-temple-image img {
    height: 480px;
  }
}

@media (max-width: 760px) {
  .talisman-page .section {
    padding: 54px 0;
  }

  .talisman-minimal-hero {
    padding: 58px 0 48px;
  }

  .talisman-minimal-hero-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .talisman-minimal-copy h1 {
    font-size: 42px;
    line-height: 1.04;
  }

  .talisman-minimal-copy > p:not(.talisman-kicker) {
    font-size: 16px;
    margin: 20px 0 24px;
  }

  .talisman-hero-actions,
  .talisman-final-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .talisman-hero-actions .btn,
  .talisman-final-panel .btn {
    width: 100%;
  }

  .talisman-editorial-visual {
    min-height: 360px;
    padding: 18px;
  }

  .talisman-editorial-visual::before {
    inset: 14px;
  }

  .talisman-visual-note {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 16px;
  }

  .talisman-belief-grid,
  .talisman-product-row,
  .talisman-meaning-grid {
    grid-template-columns: 1fr;
  }

  .talisman-belief-grid > div,
  .talisman-belief-grid > div:last-child {
    min-height: auto;
    padding: 28px 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(47, 41, 38, 0.08);
  }

  .talisman-section-head h2,
  .talisman-temple-copy h2,
  .talisman-final-panel h2 {
    font-size: 34px;
  }

  .talisman-clean-card .product-info {
    min-height: auto;
  }

  .talisman-clean-card .product-desc {
    min-height: auto;
  }

  .talisman-temple-image img {
    height: 360px;
  }

  .talisman-service-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .talisman-service-list p {
    grid-column: 1;
  }

  .talisman-meaning-grid {
    gap: 0;
  }

  .talisman-meaning-grid > div {
    min-height: auto;
    padding: 24px;
  }
}

/* =========================
   Patterns Learning Hub Redesign
========================= */

.patterns-learning-page {
  background: #fbf7f1;
  color: #2f2926;
}

.patterns-learning-page .section {
  padding: 78px 0;
}

.patterns-learning-hero {
  padding: 94px 0 80px;
  background: linear-gradient(105deg, #f8f2eb 0%, #fffdf9 50%, #e8ded0 100%);
  border-bottom: 1px solid rgba(47, 41, 38, 0.08);
}

.patterns-learning-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 64px;
  align-items: center;
}

.patterns-kicker {
  margin: 0 0 14px;
  color: #9d2634;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.patterns-learning-copy h1,
.patterns-section-head h2,
.connected-panel h2,
.patterns-final-panel h2 {
  margin: 0;
  color: #2f2926;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.patterns-learning-copy h1 {
  max-width: 720px;
  font-size: 66px;
  line-height: 1;
}

.patterns-learning-copy > p {
  max-width: 590px;
  margin: 26px 0 32px;
  color: #655a54;
  font-size: 18px;
  line-height: 1.72;
}

.patterns-learning-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.patterns-learning-visual {
  padding: 28px;
  background: #fffaf4;
  border: 1px solid rgba(47, 41, 38, 0.1);
  box-shadow: 0 28px 70px rgba(47, 41, 38, 0.12);
}

.patterns-learning-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.patterns-path-strip {
  background: #fffdf9;
  border-bottom: 1px solid rgba(47, 41, 38, 0.08);
}

.patterns-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.patterns-path-grid a {
  min-height: 190px;
  padding: 38px 32px;
  border-left: 1px solid rgba(47, 41, 38, 0.08);
}

.patterns-path-grid a:last-child {
  border-right: 1px solid rgba(47, 41, 38, 0.08);
}

.patterns-path-grid span {
  color: #9d2634;
  font-size: 13px;
  font-weight: 900;
}

.patterns-path-grid strong {
  display: block;
  margin: 18px 0 10px;
  color: #2f2926;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
}

.patterns-path-grid p {
  margin: 0;
  color: #70655f;
  line-height: 1.65;
}

.compact-filter {
  padding: 26px 0;
  background: #fbf7f1;
}

.patterns-section-head {
  max-width: 760px;
  margin: 0 0 34px;
}

.patterns-section-head.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.patterns-section-head h2,
.connected-panel h2,
.patterns-final-panel h2 {
  font-size: 44px;
  line-height: 1.1;
}

.patterns-section-head p,
.connected-panel p {
  margin: 14px 0 0;
  color: #70655f;
  font-size: 17px;
  line-height: 1.7;
}

.linked-patterns-grid {
  align-items: stretch;
}

.linked-pattern-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  box-shadow: none;
  background: #fffdf9;
}

.linked-pattern-card:hover {
  box-shadow: 0 18px 45px rgba(47, 41, 38, 0.1);
}

.linked-pattern-card .pattern-img {
  background: #f6efe7;
  overflow: hidden;
}

.linked-pattern-card .pattern-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 260px;
}

.linked-pattern-card .pattern-content h3 {
  min-height: 54px;
}

.linked-pattern-card .pattern-content p {
  min-height: 70px;
}

.pattern-resource-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: auto;
}

.pattern-resource-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(47, 41, 38, 0.14);
  border-radius: 8px;
  color: #2f2926;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.pattern-resource-links a:hover {
  border-color: #9d2634;
  color: #9d2634;
  text-decoration: none;
}

.connected-learning-section {
  background: #fffdf9;
  border-top: 1px solid rgba(47, 41, 38, 0.08);
  border-bottom: 1px solid rgba(47, 41, 38, 0.08);
}

.connected-learning-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.connected-panel {
  padding: 38px;
  background: #fbf7f1;
  border: 1px solid rgba(47, 41, 38, 0.1);
}

.connected-panel .btn {
  margin-top: 26px;
}

.muted-panel {
  background: #f2eadf;
}

.patterns-final-cta {
  background: #2f2926;
}

.patterns-final-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.patterns-final-panel h2 {
  max-width: 760px;
  color: #fffdf9;
}

.patterns-final-panel .patterns-kicker {
  color: #e8cfa9;
}

@media (max-width: 1100px) {
  .patterns-learning-hero-inner {
    grid-template-columns: 1fr;
  }

  .patterns-learning-copy h1 {
    font-size: 56px;
  }

  .patterns-path-grid,
  .connected-learning-grid {
    grid-template-columns: 1fr;
  }

  .patterns-path-grid a,
  .patterns-path-grid a:last-child {
    min-height: auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(47, 41, 38, 0.08);
  }
}

@media (max-width: 760px) {
  .patterns-learning-page .section {
    padding: 54px 0;
  }

  .patterns-learning-hero {
    padding: 58px 0 46px;
  }

  .patterns-learning-copy h1 {
    font-size: 40px;
  }

  .patterns-learning-copy > p {
    font-size: 16px;
  }

  .patterns-learning-actions,
  .patterns-final-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .patterns-learning-actions .btn,
  .patterns-final-panel .btn {
    width: 100%;
  }

  .patterns-learning-visual {
    padding: 16px;
  }

  .patterns-section-head h2,
  .connected-panel h2,
  .patterns-final-panel h2 {
    font-size: 32px;
  }

  .connected-panel {
    padding: 26px;
  }

  .pattern-resource-links {
    grid-template-columns: 1fr;
  }
}

/* =========================
   Four-Platform Blog Redesign
========================= */

.platform-blog-page {
  background: #fbf7f1;
  color: #2f2926;
}

.platform-blog-page .section {
  padding: 78px 0;
}

.platform-blog-hero {
  padding: 94px 0 80px;
  background: linear-gradient(105deg, #f8f2eb 0%, #fffdf9 50%, #e8ded0 100%);
  border-bottom: 1px solid rgba(47, 41, 38, 0.08);
}

.platform-blog-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 64px;
  align-items: center;
}

.platform-kicker {
  margin: 0 0 14px;
  color: #9d2634;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.platform-blog-copy h1,
.platform-section-head h2,
.platform-strategy-grid h2 {
  margin: 0;
  color: #2f2926;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.platform-blog-copy h1 {
  max-width: 720px;
  font-size: 64px;
  line-height: 1;
}

.platform-blog-copy > p {
  max-width: 620px;
  margin: 26px 0 32px;
  color: #655a54;
  font-size: 18px;
  line-height: 1.72;
}

.platform-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.platform-blog-visual {
  padding: 28px;
  background: #fffaf4;
  border: 1px solid rgba(47, 41, 38, 0.1);
  box-shadow: 0 28px 70px rgba(47, 41, 38, 0.12);
}

.platform-blog-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.platform-link-section {
  background: #fffdf9;
  border-bottom: 1px solid rgba(47, 41, 38, 0.08);
}

.platform-link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.platform-link-card {
  min-height: 220px;
  padding: 38px 30px;
  border-left: 1px solid rgba(47, 41, 38, 0.08);
  transition: background 0.2s ease, transform 0.2s ease;
}

.platform-link-card:last-child {
  border-right: 1px solid rgba(47, 41, 38, 0.08);
}

.platform-link-card:hover {
  background: #fbf7f1;
  transform: translateY(-2px);
}

.platform-link-card span {
  display: inline-flex;
  min-width: 44px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.instagram-link span,
.platform-pill.instagram {
  background: #c13584;
}

.facebook-link span,
.platform-pill.facebook {
  background: #1877f2;
}

.xiaohongshu-link span,
.platform-pill.xiaohongshu {
  background: #ff2442;
}

.tiktok-link span,
.platform-pill.tiktok {
  background: #111;
}

.platform-link-card strong {
  display: block;
  color: #2f2926;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.1;
}

.platform-link-card p {
  margin: 12px 0 0;
  color: #70655f;
  line-height: 1.62;
}

.platform-filter-section {
  padding: 26px 0;
  background: #fbf7f1;
}

.platform-filter-tabs {
  margin-top: 0;
}

.platform-section-head {
  max-width: 780px;
  margin: 0 0 34px;
}

.platform-section-head h2,
.platform-strategy-grid h2 {
  font-size: 44px;
  line-height: 1.1;
}

.platform-section-head p {
  margin: 14px 0 0;
  color: #70655f;
  font-size: 17px;
  line-height: 1.7;
}

.platform-content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.platform-content-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: none;
}

.platform-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3ece4;
}

.platform-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.platform-content-card:hover .platform-card-media img {
  transform: scale(1.04);
}

.platform-pill,
.content-type-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.content-type-pill {
  left: auto;
  right: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #2f2926;
}

.platform-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.platform-card-body h3 {
  min-height: 58px;
  margin: 0 0 10px;
  color: #2f2926;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.18;
}

.platform-card-body p {
  min-height: 78px;
  margin: 0 0 18px;
  color: #70655f;
  line-height: 1.6;
}

.platform-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

.platform-card-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(47, 41, 38, 0.14);
  border-radius: 8px;
  color: #2f2926;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.platform-card-actions a:hover {
  border-color: #9d2634;
  color: #9d2634;
}

.platform-strategy-section {
  background: #fffdf9;
  border-top: 1px solid rgba(47, 41, 38, 0.08);
}

.platform-strategy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 52px;
  align-items: start;
}

.platform-strategy-list {
  display: grid;
  gap: 1px;
  background: rgba(47, 41, 38, 0.1);
  border: 1px solid rgba(47, 41, 38, 0.1);
}

.platform-strategy-list div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 22px;
  padding: 22px;
  background: #fbf7f1;
}

.platform-strategy-list strong {
  color: #9d2634;
  font-weight: 900;
}

.platform-strategy-list span {
  color: #70655f;
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .platform-content-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .platform-blog-hero-inner,
  .platform-strategy-grid {
    grid-template-columns: 1fr;
  }

  .platform-blog-copy h1 {
    font-size: 54px;
  }

  .platform-link-grid,
  .platform-content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .platform-blog-page .section {
    padding: 54px 0;
  }

  .platform-blog-hero {
    padding: 58px 0 46px;
  }

  .platform-blog-copy h1 {
    font-size: 40px;
  }

  .platform-blog-copy > p {
    font-size: 16px;
  }

  .platform-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .platform-hero-actions .btn {
    width: 100%;
  }

  .platform-blog-visual {
    padding: 16px;
  }

  .platform-link-grid,
  .platform-content-grid {
    grid-template-columns: 1fr;
  }

  .platform-link-card,
  .platform-link-card:last-child {
    min-height: auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(47, 41, 38, 0.08);
  }

  .platform-section-head h2,
  .platform-strategy-grid h2 {
    font-size: 32px;
  }

  .platform-strategy-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* ============================================
   Floating Contact Bar
   ============================================ */
.floating-contact-bar {
  position: fixed;
  top: 50%;
  right: 18px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  width: 78px;
  overflow: visible;
  border-radius: 10px;
  background: linear-gradient(180deg, #f57f91 0%, #e95d73 48%, #3c2f2f 100%);
  box-shadow: 0 18px 44px rgba(93, 70, 60, 0.24);
  transform: translateY(-50%);
}

.floating-contact-item {
  position: relative;
  display: flex;
  min-height: 82px;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.floating-contact-item:first-child {
  border-radius: 10px 10px 0 0;
}

.floating-contact-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 10px 10px;
}

.floating-contact-item:hover,
.floating-contact-item:focus-visible,
.floating-contact-item.is-open {
  background: rgba(60, 47, 47, 0.22);
}

.floating-contact-icon {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
}

.floating-contact-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.floating-contact-label {
  max-width: 72px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.floating-contact-qr {
  position: absolute;
  top: 50%;
  right: calc(100% + 14px);
  display: grid;
  width: 178px;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(47, 41, 38, 0.1);
  border-radius: 8px;
  background: #fff;
  color: #2f2926;
  box-shadow: 0 18px 46px rgba(47, 41, 38, 0.18);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(12px, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.floating-contact-qr::after {
  position: absolute;
  top: 50%;
  right: -8px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-top: 1px solid rgba(47, 41, 38, 0.1);
  border-right: 1px solid rgba(47, 41, 38, 0.1);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.floating-contact-item:hover .floating-contact-qr,
.floating-contact-item:focus-visible .floating-contact-qr,
.floating-contact-item.is-open .floating-contact-qr {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.floating-contact-qr strong {
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 1;
}

.floating-email-card {
  width: 228px;
}

.floating-email-card small {
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff1f3;
  color: #3c2f2f;
  font-weight: 800;
  word-break: break-all;
}

.floating-contact-qr img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 6px;
  background: #f8f6f1;
}

.floating-contact-qr small {
  color: #70655f;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .floating-contact-bar {
    right: 10px;
    width: 70px;
  }

  .floating-contact-item {
    min-height: 68px;
  }

  .floating-contact-icon,
  .floating-contact-icon svg {
    width: 21px;
    height: 21px;
  }

  .floating-contact-label {
    font-size: 10px;
  }

  .floating-contact-qr {
    width: 148px;
    padding: 12px;
  }

  .floating-contact-qr img {
    width: 124px;
    height: 124px;
  }
}

@media (max-width: 560px) {
  .floating-contact-bar {
    top: auto;
    right: 12px;
    bottom: 88px;
    width: 62px;
    transform: none;
  }

  .floating-contact-item {
    min-height: 58px;
    gap: 5px;
  }

  .floating-contact-label {
    font-size: 9px;
  }

  .floating-contact-qr {
    right: calc(100% + 10px);
    width: 136px;
  }

  .floating-contact-qr img {
    width: 112px;
    height: 112px;
  }
}
