:root {
  --cream: #fff8f6;
  --paper: #ffffff;
  --ink: #211a18;
  --muted: #76645e;
  --brand: #934a31;
  --brand-dark: #6f301e;
  --pink: #fe97b9;
  --mint: #a2d3a4;
  --peach: #ffab91;
  --yellow: #f6c96b;
  --blue: #87bed9;
  --line: #e8d8d2;
  --shadow: 0 18px 45px rgba(88, 47, 35, 0.08);
  --button-shadow: 0 12px 24px rgba(147, 74, 49, 0.18);
  --shell: min(1200px, calc(100vw - 48px));
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); line-height: 1.6; overflow-x: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: white; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(232, 216, 210, .8);
  background: rgba(255, 248, 246, .88);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; }
.brand > span:last-child { display: grid; line-height: 1.15; }
.brand strong { font-size: 18px; letter-spacing: .04em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.brand-mark { display: grid; flex: 0 0 auto; grid-template-columns: repeat(2, 8px); gap: 5px; padding: 10px; border-radius: 13px; background: var(--brand); box-shadow: 0 8px 18px rgba(147, 74, 49, .16); }
.brand-mark i { width: 8px; height: 8px; border: 2px solid rgba(255,255,255,.45); border-radius: 50%; background: #fff8ef; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { position: relative; min-height: 44px; display: grid; place-items: center; color: var(--muted); font-size: 14px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; right: 50%; bottom: 3px; left: 50%; height: 2px; border-radius: 2px; background: var(--brand); transition: left .2s ease, right .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--brand); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 20%; left: 20%; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--brand);
  border-radius: 16px;
  background: var(--brand);
  box-shadow: var(--button-shadow);
  color: #fff;
  cursor: pointer;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { background: var(--brand-dark); box-shadow: 0 16px 28px rgba(111, 48, 30, .2); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; border-radius: 14px; font-size: 14px; box-shadow: none; }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.82); box-shadow: none; color: var(--brand); }
.button-secondary:hover { border-color: #cfaaa0; background: #fff; color: var(--brand-dark); }
.button-light { border-color: white; background: white; box-shadow: none; color: var(--brand); }
.button-light:hover { background: #fff3ee; }
.button-dark { border-color: var(--ink); background: var(--ink); box-shadow: none; }
.button-dark:hover { background: #3a2a26; }

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 76px;
  padding-block: 72px 84px;
}
.eyebrow { margin: 0 0 14px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 10px; }
.hero-copy .eyebrow span { width: 24px; height: 2px; background: var(--brand); }
.hero h1 { margin: 0; font-size: clamp(48px, 5vw, 74px); line-height: 1.08; letter-spacing: -.055em; }
.hero h1 em { color: var(--brand); font-style: normal; position: relative; }
.hero h1 em::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 9px; border-radius: 50%; background: var(--pink); opacity: .28; transform: rotate(-2deg); }
.hero-lead { max-width: 540px; margin: 26px 0 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-facts { display: flex; gap: 0; margin: 42px 0 0; padding: 0; list-style: none; }
.hero-facts li { display: grid; min-width: 122px; padding-right: 26px; border-right: 1px solid var(--line); }
.hero-facts li + li { padding-left: 26px; }
.hero-facts li:last-child { border: 0; }
.hero-facts strong { color: var(--brand); font-size: 22px; line-height: 1.25; }
.hero-facts span { color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-width: 0; padding: 24px 20px 22px; }
.hero-visual::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: 44% 56% 47% 53% / 54% 40% 60% 46%;
  background: linear-gradient(145deg, #f5d5cc, #fdeceb 50%, #e6f0df); transform: rotate(-3deg);
}
.board-card { max-width: 570px; margin: auto; padding: 18px; border: 1px solid rgba(147,74,49,.14); border-radius: 28px; background: rgba(255,255,255,.91); box-shadow: 0 28px 65px rgba(88,47,35,.14); transform: rotate(2deg); }
.board-head, .board-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.board-head { padding: 0 4px 14px; color: var(--muted); font-size: 13px; font-weight: 700; }
.board-head > span { display: flex; align-items: center; gap: 8px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(162,211,164,.2); }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 13px; background: #fff; cursor: pointer; }
.icon-button svg { width: 19px; fill: none; stroke: var(--brand); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.bead-board {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(4px, .6vw, 7px);
  aspect-ratio: 1;
  padding: clamp(16px, 2.2vw, 26px);
  border: 1px solid #eaded8;
  border-radius: 20px;
  background-color: #fbf4ef;
  background-image: radial-gradient(rgba(147,74,49,.08) 1px, transparent 1px);
  background-size: 12px 12px;
}
.bead { width: 100%; aspect-ratio: 1; padding: 0; border: 0; border-radius: 50%; background: #f1e6df; box-shadow: inset 0 -2px 2px rgba(111,48,30,.12), inset 0 2px 2px rgba(255,255,255,.8), 0 2px 2px rgba(111,48,30,.1); }
.bead:not(.bead-0) { background: var(--bead-color); cursor: pointer; }
.bead:not(.bead-0):hover { outline: 3px solid rgba(147,74,49,.16); transform: scale(1.08); }
.board-caption { padding: 14px 4px 0; color: var(--muted); font-size: 12px; }
.palette-dots { display: flex; }
.palette-dots i { width: 18px; height: 18px; margin-left: -4px; border: 2px solid white; border-radius: 50%; background: var(--pink); }
.palette-dots i:nth-child(2) { background: var(--mint); }.palette-dots i:nth-child(3) { background: var(--yellow); }.palette-dots i:nth-child(4) { background: var(--blue); }
.hero-sticker { position: absolute; z-index: 2; padding: 8px 13px; border: 2px solid var(--brand); border-radius: 999px; background: var(--yellow); color: var(--brand-dark); font-size: 11px; font-weight: 900; letter-spacing: .08em; box-shadow: 3px 4px 0 rgba(147,74,49,.16); }
.sticker-one { top: 0; right: 7%; transform: rotate(8deg); }
.sticker-two { right: 0; bottom: 6%; background: #fff; transform: rotate(-6deg); }

.quick-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.58); }
.quick-strip-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-strip-inner > div { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 20px; }
.quick-strip-inner > div + div { border-left: 1px solid var(--line); }
.quick-strip p { display: grid; margin: 0; }
.quick-strip strong { font-size: 15px; }.quick-strip small { color: var(--muted); font-size: 12px; }
.mini-icon { position: relative; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 14px; background: #f8e3dc; }
.bead-icon::before { content: ""; position: absolute; inset: 9px; border: 5px dotted var(--brand); border-radius: 50%; }
.tool-icon::before { content: ""; position: absolute; width: 8px; height: 25px; top: 8px; left: 17px; border-radius: 6px 6px 2px 2px; background: var(--brand); transform: rotate(35deg); }
.iron-icon::before { content: ""; position: absolute; width: 23px; height: 16px; top: 14px; left: 9px; border: 3px solid var(--brand); border-radius: 12px 12px 4px 4px; }

.section { padding-block: 112px; }
.section-tint { background: #f8eee9; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-heading h2, .store-copy h2, .member-copy h2 { margin: 0; font-size: clamp(32px, 3.2vw, 46px); line-height: 1.2; letter-spacing: -.035em; }
.section-heading > div > p:last-child, .section-heading > p { max-width: 520px; margin: 10px 0 0; color: var(--muted); }
.section-heading.compact { align-items: center; }
.filter-tabs { display: flex; gap: 6px; padding: 5px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.72); }
.filter-tabs button { min-height: 40px; padding: 0 16px; border: 0; border-radius: 11px; background: transparent; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 700; }
.filter-tabs button.active { background: var(--brand); color: white; box-shadow: 0 6px 15px rgba(147,74,49,.18); }
.pattern-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pattern-card { overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: 0 12px 32px rgba(88,47,35,.06); transition: transform .2s ease, box-shadow .2s ease; }
.pattern-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.pattern-card[hidden] { display: none; }
.pattern-art { position: relative; aspect-ratio: 1; margin: 10px; overflow: hidden; border-radius: 18px; background-color: #f7eae6; background-image: radial-gradient(rgba(147,74,49,.08) 1px, transparent 1px); background-size: 10px 10px; }
.pattern-art::before { content: ""; position: absolute; inset: 18%; filter: drop-shadow(0 10px 8px rgba(88,47,35,.12)); }
.art-flower { background-color: #edf3e6; }.art-flower::before { clip-path: polygon(44% 0,56% 0,59% 34%,83% 10%,92% 20%,66% 44%,100% 44%,100% 56%,66% 59%,91% 82%,82% 92%,58% 66%,56% 100%,44% 100%,41% 66%,17% 91%,8% 82%,34% 58%,0 56%,0 44%,34% 41%,9% 18%,18% 8%,42% 34%); background: repeating-radial-gradient(circle at center, var(--yellow) 0 7%, var(--pink) 8% 18%, #fbd3df 19% 28%); }
.art-heart { background-color: #fbedef; }.art-heart::before { inset: 21% 18% 16%; clip-path: polygon(50% 96%, 7% 54%, 0 32%, 7% 12%, 24% 2%, 40% 6%, 50% 20%, 60% 6%, 76% 2%, 93% 12%, 100% 32%, 93% 54%); background: repeating-linear-gradient(45deg, var(--pink) 0 10px, #ffd0df 10px 20px); }
.art-cat { background-color: #f9f0df; }.art-cat::before { inset: 18% 20%; clip-path: polygon(0 0,28% 16%,72% 16%,100% 0,91% 36%,94% 59%,83% 84%,62% 100%,38% 100%,17% 84%,6% 59%,9% 36%); background: radial-gradient(circle at 35% 51%, var(--ink) 0 5%, transparent 6%), radial-gradient(circle at 65% 51%, var(--ink) 0 5%, transparent 6%), linear-gradient(#efb687 0 0); }
.art-cherry { background-color: #eaf3f1; }.art-cherry::before { inset: 20%; background: radial-gradient(circle at 28% 68%, #e65f66 0 21%, transparent 22%), radial-gradient(circle at 71% 68%, #d94c59 0 21%, transparent 22%), linear-gradient(60deg, transparent 0 46%, #598d69 47% 52%, transparent 53%) left top / 51% 60% no-repeat, linear-gradient(-60deg, transparent 0 46%, #598d69 47% 52%, transparent 53%) right top / 51% 60% no-repeat; }
.pattern-info { padding: 10px 18px 20px; }
.pattern-info h3 { margin: 8px 0 2px; font-size: 19px; }.pattern-info p { margin: 0; color: var(--muted); font-size: 12px; }
.tag { display: inline-flex; align-items: center; min-height: 26px; padding: 0 10px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.tag-mint { background: #e3f2e4; color: #3d7043; }.tag-pink { background: #ffe4ed; color: #a34264; }.tag-yellow { background: #fff0c8; color: #805f17; }.tag-blue { background: #e1f0f7; color: #3c7189; }
.center-action { display: flex; justify-content: center; margin-top: 34px; }
.text-button { min-height: 44px; padding: 0 6px; border: 0; border-bottom: 1px solid var(--brand); background: transparent; color: var(--brand); cursor: pointer; font-weight: 750; }
.text-button span { padding-left: 5px; }

.mode-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.mode-card { position: relative; min-height: 440px; overflow: hidden; padding: 34px; border: 1px solid rgba(147,74,49,.12); border-radius: 28px; box-shadow: 0 16px 42px rgba(88,47,35,.07); }
.mode-store { background: var(--brand); color: white; }.mode-home { background: white; }
.mode-number { position: absolute; top: 22px; right: 26px; color: currentColor; font-size: 72px; font-weight: 900; line-height: 1; opacity: .08; }
.mode-copy { position: relative; z-index: 2; max-width: 62%; }
.mode-copy h3 { margin: 16px 0 8px; font-size: 32px; line-height: 1.2; }.mode-copy p { min-height: 115px; margin: 0 0 25px; opacity: .82; }
.tag-light { background: rgba(255,255,255,.16); color: white; }.tag-outline { border: 1px solid var(--line); color: var(--brand); }
.mode-illustration { position: absolute; right: -15px; bottom: -15px; width: 46%; height: 58%; }
.table-scene .table { position: absolute; inset: 25% 8% 10%; border-radius: 20px; background: #f8dfd5; box-shadow: inset 0 -8px rgba(111,48,30,.12); transform: rotate(-6deg); }
.table-scene i { position: absolute; width: 32px; height: 32px; border: 5px dotted var(--pink); border-radius: 50%; background: #fff; }
.table-scene i:nth-of-type(1) { top: 32%; left: 18%; }.table-scene i:nth-of-type(2) { top: 29%; right: 18%; }.table-scene i:nth-of-type(3) { bottom: 20%; left: 27%; }.table-scene i:nth-of-type(4) { right: 24%; bottom: 17%; }
.kit-scene .board-mini { position: absolute; inset: 8% 24% 19% 3%; border: 8px solid #f2d4ca; border-radius: 18px; background-color: #fff8ee; background-image: radial-gradient(var(--pink) 2px, transparent 3px); background-size: 14px 14px; transform: rotate(-5deg); }
.kit-scene .pen-mini { position: absolute; width: 18px; height: 150px; right: 19%; bottom: 4%; border-radius: 12px 12px 4px 4px; background: var(--brand); transform: rotate(26deg); }
.kit-scene .box-mini { position: absolute; width: 85px; height: 62px; right: 2%; bottom: 10%; border: 7px solid var(--mint); border-radius: 16px; background: #eff8ef; transform: rotate(-4deg); }

.member-card { position: relative; min-height: 500px; display: grid; grid-template-columns: .55fr 1.15fr; align-items: center; overflow: hidden; padding: 64px; border-radius: 32px; background: #efb1c7; color: var(--ink); box-shadow: var(--shadow); }
.member-card::before { content: ""; position: absolute; inset: 12px; border: 2px dashed rgba(147,74,49,.25); border-radius: 24px; pointer-events: none; }
.member-badge { position: relative; z-index: 2; width: 180px; aspect-ratio: 1.58; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; border: 1px solid rgba(147,74,49,.18); border-radius: 24px; background: rgba(255,255,255,.78); box-shadow: 0 20px 35px rgba(111,48,30,.12); transform: rotate(-6deg); }
.member-badge b { color: var(--brand); font-size: 13px; letter-spacing: .12em; }
.member-copy { position: relative; z-index: 2; max-width: 640px; }
.member-copy > p:not(.eyebrow) { max-width: 560px; color: #5e4038; }
.member-copy ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 28px; padding: 0; list-style: none; }
.member-copy li { padding: 8px 13px; border: 1px solid rgba(111,48,30,.15); border-radius: 999px; background: rgba(255,255,255,.5); font-size: 13px; font-weight: 700; }
.member-pattern { position: absolute; right: -100px; bottom: -120px; width: 360px; height: 360px; border-radius: 50%; opacity: .22; background-image: radial-gradient(#fff 0 4px, transparent 5px); background-size: 22px 22px; transform: rotate(12deg); }

.store-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 76px; }
.store-copy > p:not(.eyebrow) { margin: 18px 0 28px; color: var(--muted); font-size: 17px; }
.store-copy dl { margin: 0 0 32px; }
.store-copy dl div { display: flex; gap: 32px; padding-block: 12px; border-bottom: 1px solid var(--line); }
.store-copy dt { min-width: 72px; color: var(--muted); }.store-copy dd { margin: 0; font-weight: 800; }
.store-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-card { position: relative; min-height: 430px; overflow: hidden; border: 12px solid #fff; border-radius: 30px; background: #efe6d5; box-shadow: var(--shadow); }
.map-road { position: absolute; background: #fff9ef; box-shadow: inset 0 0 0 1px #ded2c0; }
.road-one { width: 110%; height: 54px; top: 40%; left: -5%; transform: rotate(-7deg); }
.road-two { width: 52px; height: 120%; top: -10%; left: 56%; transform: rotate(12deg); }
.map-block { position: absolute; border: 1px solid #d3c7b4; border-radius: 18px; background: #ded8c7; }
.block-one { width: 34%; height: 27%; top: 7%; left: 6%; }.block-two { width: 28%; height: 24%; right: 7%; bottom: 9%; }.block-three { width: 25%; height: 18%; right: 8%; top: 8%; }
.map-pin { position: absolute; z-index: 2; top: 46%; left: 53%; display: grid; place-items: center; width: 76px; height: 76px; border: 8px solid white; border-radius: 50% 50% 50% 8px; background: var(--brand); box-shadow: 0 16px 30px rgba(111,48,30,.25); transform: translate(-50%,-50%) rotate(-45deg); }
.map-pin .brand-mark { padding: 0; background: transparent; box-shadow: none; transform: rotate(45deg); }
.map-card > p { position: absolute; right: 18px; bottom: 18px; display: grid; margin: 0; padding: 12px 15px; border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 8px 18px rgba(88,47,35,.1); }
.map-card > p span { color: var(--muted); font-size: 12px; }

.site-footer { border-top: 1px solid var(--line); background: #f7ece8; }
.footer-inner { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner p { color: var(--muted); font-size: 12px; }
.brand-footer small { text-transform: none; letter-spacing: .04em; }
.mobile-nav { display: none; }
.toast { position: fixed; z-index: 120; right: 24px; bottom: 24px; max-width: calc(100vw - 48px); padding: 14px 18px; border-radius: 14px; background: var(--ink); box-shadow: 0 14px 34px rgba(33,26,24,.24); color: #fff; font-size: 14px; opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

button:focus-visible, a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 900px); }
  .desktop-nav { gap: 16px; }.desktop-nav a { font-size: 13px; }
  .hero { grid-template-columns: .88fr 1.12fr; gap: 28px; padding-block: 54px 72px; }
  .hero h1 { font-size: clamp(44px, 6vw, 62px); }
  .hero-facts li { min-width: 100px; padding-right: 16px; }.hero-facts li + li { padding-left: 16px; }
  .pattern-grid { grid-template-columns: repeat(2, 1fr); }
  .mode-card { min-height: 480px; padding: 28px; }.mode-copy { max-width: 72%; }.mode-illustration { width: 58%; opacity: .85; }
  .member-card { grid-template-columns: .48fr 1.2fr; padding: 52px 44px; }
  .store-section { gap: 42px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 36px); }
  html { scroll-padding-top: 70px; }
  body { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; }
  .header-inner > .button, .desktop-nav { display: none; }
  .brand strong { font-size: 16px; }
  .brand-mark { grid-template-columns: repeat(2, 7px); gap: 4px; padding: 9px; border-radius: 12px; }
  .brand-mark i { width: 7px; height: 7px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 44px; padding-block: 46px 58px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-lead { margin-top: 20px; font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; }
  .hero-actions .button { padding-inline: 12px; }
  .hero-facts { margin-top: 34px; }
  .hero-facts li { min-width: 0; flex: 1; padding-right: 12px; }.hero-facts li + li { padding-left: 12px; }
  .hero-facts strong { font-size: 18px; }.hero-facts span { font-size: 10px; }
  .hero-visual { padding: 16px 10px; }
  .board-card { padding: 14px; border-radius: 24px; transform: rotate(1deg); }
  .bead-board { gap: 4px; padding: 16px; }
  .board-caption { font-size: 10px; }
  .sticker-one { right: 1%; }.sticker-two { right: -1%; bottom: 3%; }
  .quick-strip { overflow-x: auto; scrollbar-width: none; }.quick-strip::-webkit-scrollbar { display: none; }
  .quick-strip-inner { width: max-content; grid-template-columns: repeat(3, 240px); margin-left: 0; padding-inline: 18px; }
  .quick-strip-inner > div { min-height: 98px; justify-content: flex-start; padding: 16px; }
  .section { padding-block: 78px; }
  .section-heading, .section-heading.compact { display: block; margin-bottom: 28px; }
  .section-heading h2, .store-copy h2, .member-copy h2 { font-size: 32px; }
  .section-heading > div > p:last-child { font-size: 14px; }
  .filter-tabs { width: 100%; margin-top: 24px; overflow-x: auto; }
  .filter-tabs button { flex: 1 0 auto; }
  .pattern-grid { width: calc(100vw - 18px); display: flex; gap: 14px; margin-right: calc(var(--shell) * -1); overflow-x: auto; padding-right: 34px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .pattern-grid::-webkit-scrollbar { display: none; }
  .pattern-card { flex: 0 0 min(78vw, 315px); scroll-snap-align: start; }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: 430px; padding: 26px; }
  .mode-copy { max-width: 78%; }.mode-copy h3 { font-size: 28px; }.mode-copy p { min-height: 100px; font-size: 14px; }
  .mode-illustration { width: 52%; height: 48%; }
  .member-card { min-height: 620px; display: flex; flex-direction: column; align-items: flex-start; gap: 40px; padding: 44px 28px 50px; }
  .member-badge { width: 150px; }
  .member-copy { margin-top: 0; }
  .member-copy ul { margin-block: 20px 24px; }
  .store-section { grid-template-columns: 1fr; gap: 38px; }
  .map-card { min-height: 350px; order: -1; }
  .footer-inner { min-height: 180px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .mobile-nav {
    position: fixed; z-index: 80; right: 0; bottom: 0; left: 0;
    min-height: calc(74px + env(safe-area-inset-bottom));
    display: grid; grid-template-columns: repeat(5, 1fr); align-items: start;
    padding: 8px 8px env(safe-area-inset-bottom);
    border-top: 1px solid rgba(232,216,210,.9);
    background: rgba(255,252,250,.96); box-shadow: 0 -12px 30px rgba(88,47,35,.08); backdrop-filter: blur(18px);
  }
  .mobile-nav a, .mobile-nav button { min-width: 0; min-height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 700; }
  .mobile-nav svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
  .mobile-nav .active { color: var(--brand); }
  .mobile-nav .nav-create { justify-content: flex-start; color: var(--brand); transform: translateY(-27px); }
  .nav-plus { width: 62px; height: 62px; display: grid; place-items: center; border: 6px solid #fff9f6; border-radius: 50%; background: var(--brand); box-shadow: 0 10px 25px rgba(147,74,49,.24); color: white; font-size: 34px; font-weight: 300; line-height: 1; }
  .nav-create > span:last-child { margin-top: 2px; }
  .toast { right: 18px; bottom: calc(94px + env(safe-area-inset-bottom)); left: 18px; text-align: center; }
}

@media (max-width: 390px) {
  :root { --shell: calc(100% - 28px); }
  .hero h1 { font-size: 40px; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-facts li { padding-right: 8px; }.hero-facts li + li { padding-left: 8px; }
  .hero-facts strong { font-size: 16px; }
  .bead-board { gap: 3px; padding: 12px; }
  .mode-copy { max-width: 86%; }
  .member-card { padding-inline: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
