:root {
  --paper: #f4f0e6;
  --paper-deep: #e8e0d1;
  --warm-gray: #b7afa0;
  --ink: #2c2b28;
  --ink-soft: #655f56;
  --ink-fade: #8a8173;
  --red: #a73831;
  --red-deep: #8b2d2a;
  --line: rgba(59, 54, 47, 0.24);
  --serif: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  --sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: 0.13;
  background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.site-shell { min-height: 100vh; overflow: hidden; }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 76px;
  padding: 0 4.4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  background: rgba(183, 175, 160, 0.92);
  border-bottom: 1px solid rgba(44, 43, 40, 0.13);
  backdrop-filter: blur(7px);
}
.brand-lockup { display: flex; align-items: center; gap: 12px; min-width: 190px; }
.brand-seal {
  width: 34px; height: 34px; display: grid; place-items: center;
  color: #f9f2e8; background: var(--red); border: 1px solid rgba(255,255,255,.45);
  font-family: var(--serif); font-weight: 700; font-size: 16px;
}
.brand-copy { display: grid; gap: 1px; }
.brand-copy b { font-family: var(--serif); font-size: 18px; letter-spacing: 0.12em; font-weight: 700; }
.brand-copy small { color: rgba(44, 43, 40, .62); font-size: 10px; letter-spacing: .16em; }
.main-nav { display: flex; align-items: center; gap: clamp(24px, 3.3vw, 68px); font-family: var(--serif); font-size: 18px; }
.main-nav a { position: relative; padding: 27px 0 20px; writing-mode: horizontal-tb; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 13px; height: 1px; background: var(--red); transform: scaleX(0); transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.nav-seal-link { min-width: 136px; text-align: right; font-size: 13px; letter-spacing: .1em; color: var(--red-deep); }
.nav-seal-link span, .text-link span { font-size: 18px; margin-left: 9px; }

.site-footer {
  display: flex; justify-content: space-between; gap: 20px;
  padding: 26px 5vw 30px; color: var(--ink-fade); border-top: 1px solid var(--line);
  font-size: 12px; letter-spacing: .08em;
}
.paper-bg { background: var(--paper); }
.section-kicker { color: var(--red); font-size: 10px; letter-spacing: .27em; font-weight: 600; }
.text-link { display: inline-flex; align-items: center; color: var(--red-deep); font-size: 13px; letter-spacing: .1em; border-bottom: 1px solid rgba(167,56,49,.45); padding-bottom: 7px; }

.home-hero {
  position: relative; min-height: min(100vh, 1080px); padding-top: 76px; overflow: hidden;
  display: grid; place-items: center; background: #e4dfd3;
}
.hero-wash {
  position: absolute; inset: 76px 0 0;
  background-image: linear-gradient(90deg, rgba(245,241,230,.05), rgba(245,241,230,.1)), url("/assets/images/lotus-field.png");
  background-size: cover; background-position: center 57%;
  filter: saturate(.72) contrast(.94); transform: scale(1.02);
}
.hero-wash::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(242,237,226,.45), transparent 28%, rgba(232,226,212,.15)); }
.hero-mist { position: absolute; width: 52vw; height: 18vw; background: rgba(249,245,235,.65); filter: blur(36px); border-radius: 50%; }
.mist-one { left: -12vw; top: 24%; transform: rotate(-8deg); }
.mist-two { right: -10vw; top: 8%; transform: rotate(8deg); }
.hero-title-wrap { position: relative; z-index: 2; width: min(31vw, 510px); min-width: 270px; margin-left: 11vw; margin-top: 5vh; display: flex; flex-direction: column; align-items: center; }
.hero-title-art { width: 100%; max-height: 75vh; object-fit: contain; }
.hero-caption { margin-top: -6vh; color: #16304a; font-family: var(--serif); writing-mode: vertical-rl; font-size: 18px; letter-spacing: .25em; }
.hero-side-note { position: absolute; z-index: 3; left: 9.6vw; bottom: 16vh; writing-mode: vertical-rl; font-family: var(--serif); font-size: 19px; line-height: 2.2; letter-spacing: .18em; color: #18354f; }
.hero-bottom-note { position: absolute; z-index: 3; bottom: 6.5vh; left: 18vw; display: flex; align-items: center; gap: 12px; color: var(--ink-soft); font-size: 12px; letter-spacing: .18em; }
.red-line { display: block; width: 44px; height: 1px; background: var(--red); }
.scroll-mark { position: absolute; right: 5vw; bottom: 6vh; z-index: 3; display: grid; gap: 10px; justify-items: center; color: var(--ink-soft); font-size: 10px; letter-spacing: .2em; writing-mode: vertical-rl; }
.scroll-mark i { font-size: 22px; color: var(--red); font-style: normal; }
.home-intro { min-height: 50vh; padding: 12vh 14vw; display: grid; grid-template-columns: minmax(280px, 1fr) minmax(300px, .8fr); column-gap: 12vw; align-items: center; background: var(--paper); }
.home-intro h1, .story-heading h1, .two-column-story h2, .light-copy h1, .light-controls h2, .studio-heading h1 { margin: 16px 0 0; font-family: var(--serif); font-weight: 600; font-size: clamp(36px, 4.2vw, 72px); line-height: 1.22; letter-spacing: .06em; }
em { font-style: normal; color: var(--red); }
.home-intro p { max-width: 420px; color: var(--ink-soft); line-height: 2; font-size: 15px; margin: 18px 0 28px; }

.inner-hero { position: relative; min-height: 100vh; padding: 76px 8vw 0; display: grid; grid-template-columns: 27% 1px minmax(300px, 1fr); align-items: center; gap: 38px; overflow: hidden; }
.inner-hero-image { position: absolute; inset: 76px 0 0; z-index: 0; opacity: .43; }
.cover-image { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; filter: saturate(.55) contrast(.95); }
.inner-hero::after { content: ""; position: absolute; inset: 76px 0 0; background: linear-gradient(90deg, rgba(244,240,230,.7), rgba(244,240,230,.25) 45%, rgba(244,240,230,.72)); }
.inner-hero > *:not(.inner-hero-image) { position: relative; z-index: 1; }
.vertical-heading { font-family: var(--serif); font-size: clamp(44px, 5vw, 90px); line-height: 1.55; writing-mode: vertical-rl; justify-self: end; letter-spacing: .12em; color: rgba(53, 50, 45, .85); }
.vertical-rule { height: 53vh; background: var(--ink); width: 1px; }
.inner-copy { display: flex; flex-direction: column; gap: 30px; }
.vertical-reading { writing-mode: vertical-rl; font-family: var(--serif); font-size: clamp(16px, 1.4vw, 23px); line-height: 2.45; letter-spacing: .18em; color: var(--ink); }
.vertical-reading p { margin: 0; }
.page-signature { position: absolute !important; z-index: 2; right: 6vw; bottom: 8vh; font-family: var(--serif); font-size: 42px; writing-mode: vertical-rl; letter-spacing: .2em; color: var(--ink); }
.page-signature small { font-size: 12px; color: var(--red); letter-spacing: .08em; }
.story-section { padding: 14vh 14vw; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: #ede7da; }
.story-heading h1 { font-size: clamp(38px, 4vw, 66px); }
.story-body { padding-top: 16px; color: var(--ink-soft); line-height: 2; font-size: 15px; max-width: 510px; }
.story-body p { margin: 0 0 20px; }
.flow-line { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 40px; color: var(--red-deep); font-family: var(--serif); }
.flow-line i { font-style: normal; color: var(--ink-fade); }
.village-image-section { position: relative; height: min(64vw, 740px); overflow: hidden; background: #b5aa99; }
.village-photo { width: 100%; height: 100%; object-fit: cover; filter: saturate(.67) sepia(.12) contrast(.96); }
.image-caption { position: absolute; bottom: 28px; left: 5vw; color: #f8f2e9; font-size: 12px; letter-spacing: .18em; }

.craft-hero { min-height: 100vh; padding: 76px 12vw 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9vw; position: relative; overflow: hidden; }
.craft-hero::before { content: ""; position: absolute; inset: 76px 0 0; background: url("/assets/images/mountain-mist.png") center / cover; opacity: .25; mix-blend-mode: multiply; }
.craft-hero > * { position: relative; z-index: 1; }
.craft-hero-copy { max-width: 470px; }
.craft-hero-copy h1 { margin: 16px 0; font-family: var(--serif); font-size: clamp(64px, 7vw, 126px); font-weight: 500; letter-spacing: .16em; }
.craft-hero-copy p { color: var(--ink-soft); font-size: 16px; line-height: 2; }
.craft-hero-art { position: relative; display: grid; place-items: center; min-height: 580px; }
.paper-cut-art { width: min(35vw, 580px); filter: drop-shadow(15px 20px 22px rgba(94, 50, 32, .2)); }
.art-note { position: absolute; right: 0; bottom: 10%; writing-mode: vertical-rl; color: var(--red); font-family: var(--serif); letter-spacing: .3em; }
.craft-history { padding: 15vh 14vw; }
.two-column-story { display: grid; grid-template-columns: .8fr 1fr; gap: 13vw; margin-top: 35px; align-items: start; }
.two-column-story h2 { font-size: clamp(38px, 4.2vw, 72px); }
.two-column-story div { max-width: 520px; color: var(--ink-soft); font-size: 15px; line-height: 2.1; }
.process-section { padding: 11vh 10vw 14vh; background: #eae2d5; }
.process-topline { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.process-topline p { margin: 0; color: var(--ink-soft); font-family: var(--serif); }
.step-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 65px; }
.process-step { min-height: 185px; }
.step-num { color: var(--red); font-family: var(--serif); font-size: 15px; }
.step-line { width: 100%; height: 1px; margin: 14px 0 18px; background: var(--ink); }
.process-step h3 { font-family: var(--serif); font-size: 22px; font-weight: 600; margin: 0 0 10px; }
.process-step p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.motif-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 15vh 12vw; align-items: center; }
.motif-text h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(38px, 4vw, 68px); line-height: 1.3; margin: 16px 0 18px; }
.motif-text p { color: var(--ink-soft); line-height: 2; max-width: 350px; margin-bottom: 28px; }
.motif-gallery { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 22px; }
.motif-photo { width: 100%; box-shadow: 18px 22px 0 rgba(167, 56, 49, .12); }
.motif-ink { width: 100%; mix-blend-mode: multiply; opacity: .75; }

.light-stage { min-height: 100vh; padding: 76px 7vw 7vh; display: grid; grid-template-columns: .78fr 1.22fr; gap: 5vw; align-items: center; }
.light-copy { padding-left: 5vw; }
.light-copy h1 { font-size: clamp(42px, 4.7vw, 80px); }
.light-copy p { max-width: 370px; color: var(--ink-soft); line-height: 2; margin: 26px 0 30px; }
.light-lab { position: relative; width: min(60vw, 900px); aspect-ratio: 1.35; background: #c8c1b2; border: 1px solid rgba(40,40,35,.25); overflow: hidden; box-shadow: 24px 30px 0 rgba(67,56,47,.09); --light-angle: 38deg; }
.lab-backdrop, .lab-backdrop img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lab-backdrop { opacity: .42; filter: grayscale(.72) contrast(.86); }
.lab-glow { position: absolute; width: 60%; height: 80%; left: 20%; top: 7%; background: radial-gradient(ellipse, rgba(255,249,230,.72), rgba(255,250,235,.06) 68%, transparent 72%); transform: rotate(var(--light-angle)); mix-blend-mode: screen; }
.lab-shadow { position: absolute; width: 42%; left: 35%; bottom: 7%; opacity: .43; filter: grayscale(1) brightness(.55) blur(1px); transform: translateX(-23px) skewY(-3deg); transition: transform .2s ease; }
.lab-paper { position: absolute; width: 34%; left: 38%; top: 18%; filter: drop-shadow(12px 17px 13px rgba(47,37,27,.2)); }
.lab-source { position: absolute; display: flex; align-items: center; gap: 7px; right: 6%; top: 8%; color: var(--red); font-size: 11px; letter-spacing: .12em; }
.source-dot { width: 14px; height: 14px; border-radius: 50%; border: 1px solid var(--red); box-shadow: 0 0 0 5px rgba(167,56,49,.12); }
.lab-axis { position: absolute; background: rgba(44,43,40,.25); }
.axis-x { height: 1px; left: 7%; right: 7%; top: 53%; }
.axis-y { width: 1px; top: 7%; bottom: 7%; left: 53%; }
.lab-caption { position: absolute; left: 18px; bottom: 15px; color: rgba(44,43,40,.65); font-size: 10px; letter-spacing: .2em; }
.light-controls { padding: 10vh 14vw; display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; align-items: center; }
.light-controls h2 { font-size: clamp(38px, 4vw, 64px); }
.control-panel { border-left: 1px solid var(--line); padding-left: 45px; }
.control-panel label, .studio-range { display: flex; justify-content: space-between; color: var(--ink-soft); font-size: 13px; }
.control-panel label b, .studio-range b { color: var(--red); font-family: var(--serif); font-size: 18px; }
input[type="range"] { appearance: none; width: 100%; height: 1px; margin: 25px 0 14px; background: var(--ink); outline: none; }
input[type="range"]::-webkit-slider-thumb { appearance: none; width: 17px; height: 17px; border-radius: 50%; background: var(--red); border: 4px solid var(--paper); box-shadow: 0 0 0 1px var(--red); }
.range-labels { display: flex; justify-content: space-between; color: var(--ink-fade); font-size: 11px; }
.control-panel p { color: var(--ink-fade); font-size: 12px; line-height: 1.8; margin-top: 35px; }

.studio-page { min-height: 100vh; padding: 145px 7vw 90px; background: #ece6db; }
.studio-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.studio-heading h1 { margin: 13px 0 0; font-size: clamp(40px, 4.2vw, 70px); }
.studio-heading p { max-width: 310px; color: var(--ink-soft); line-height: 1.9; margin: 0 0 5px; font-size: 13px; }
.studio-shell { border: 1px solid rgba(67,58,49,.26); background: var(--paper); box-shadow: 18px 22px 0 rgba(67,56,47,.08); }
.studio-toolbar { display: flex; align-items: center; gap: 28px; min-height: 62px; padding: 0 24px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; }
.studio-toolbar > span { font-family: var(--serif); color: var(--ink); font-size: 18px; }
.tool-group { display: flex; gap: 6px; }
.tool-group button, .tool-actions button { border: 0; background: transparent; color: var(--ink-soft); padding: 8px 10px; font-size: 12px; }
.tool-group button.is-selected { color: var(--red); border-bottom: 1px solid var(--red); }
.tool-actions { display: flex; gap: 3px; margin-left: auto; }
.tool-actions button { border-left: 1px solid var(--line); }
.studio-grid { display: grid; grid-template-columns: 1fr 320px; min-height: 620px; }
.editor-pane { padding: 33px; border-right: 1px solid var(--line); }
.editor-paper { position: relative; min-height: 548px; background: #fbf7ed; border: 1px solid rgba(67,58,49,.2); display: grid; place-items: center; overflow: hidden; }
.editor-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(91,79,65,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(91,79,65,.12) 1px, transparent 1px); background-size: 39px 39px; }
.editor-cut { position: relative; z-index: 1; width: min(45%, 370px); opacity: .95; filter: drop-shadow(13px 18px 10px rgba(88,53,39,.16)); }
.editor-stamp { position: absolute; z-index: 2; right: 26px; bottom: 24px; width: 54px; height: 54px; display: grid; place-items: center; text-align: center; color: var(--red); border: 2px solid var(--red); font-family: var(--serif); line-height: 1.1; font-size: 13px; transform: rotate(-7deg); }
.editor-cross { position: absolute; z-index: 2; width: 15px; height: 15px; opacity: .55; }
.editor-cross::before, .editor-cross::after { content: ""; position: absolute; background: var(--red); }
.editor-cross::before { width: 1px; height: 15px; left: 7px; }
.editor-cross::after { width: 15px; height: 1px; top: 7px; }
.cross-a { top: 23%; left: 29%; } .cross-b { right: 26%; top: 33%; }
.editor-status { display: flex; align-items: center; gap: 8px; padding-top: 13px; color: var(--ink-fade); font-size: 11px; }
.editor-status span:last-child { margin-left: auto; letter-spacing: .12em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #738169; }
.studio-sidebar { padding: 27px 24px 24px; background: #f0eadf; }
.sidebar-block { padding-bottom: 26px; margin-bottom: 23px; border-bottom: 1px solid var(--line); }
.block-title { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 15px; font-family: var(--serif); }
.block-title span { font-size: 16px; }
.block-title small { color: var(--ink-fade); font-family: var(--sans); font-size: 10px; }
.motif-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.motif-button { display: grid; gap: 7px; place-items: center; padding: 7px 4px; color: var(--ink-soft); border: 1px solid transparent; background: transparent; font-size: 11px; }
.motif-button:hover { border-color: var(--red); color: var(--red); }
.motif-button i { display: block; width: 45px; height: 45px; background: var(--red); clip-path: polygon(50% 0, 60% 30%, 93% 24%, 69% 51%, 100% 68%, 63% 67%, 56% 100%, 43% 68%, 4% 79%, 30% 50%, 5% 29%, 41% 31%); opacity: .76; }
.motif-fish i { clip-path: polygon(8% 51%, 35% 17%, 76% 13%, 97% 50%, 76% 87%, 35% 83%); border-radius: 50%; }
.motif-cloud i { clip-path: polygon(0 66%, 18% 44%, 37% 51%, 50% 25%, 69% 39%, 88% 35%, 100% 66%, 82% 84%, 20% 84%); }
.motif-butterfly i { clip-path: polygon(50% 50%, 9% 14%, 0 56%, 40% 62%, 10% 100%, 49% 71%, 90% 100%, 60% 62%, 100% 56%, 91% 14%); }
.motif-plum i { clip-path: polygon(50% 0, 63% 36%, 100% 30%, 70% 53%, 95% 88%, 56% 69%, 27% 100%, 39% 61%, 0 75%, 33% 45%, 17% 13%); }
.motif-bamboo i { clip-path: polygon(37% 0, 61% 0, 58% 100%, 35% 100%); }
.free-motif i { display: grid; place-items: center; color: var(--red); background: transparent; border: 1px dashed var(--red); clip-path: none; font-size: 24px; font-style: normal; }
.paper-swatches { display: flex; gap: 13px; }
.swatch { width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(44,43,40,.22); background: var(--red); }
.swatch.is-selected { box-shadow: 0 0 0 3px var(--paper), 0 0 0 4px var(--red); }
.swatch-ink { background: #36332f; } .swatch-ochre { background: #a98862; } .swatch-paper { background: #f8f2e7; }
.mini-projection { position: relative; aspect-ratio: 1.7; overflow: hidden; background: #c6bca9; margin-bottom: 17px; }
.mini-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; filter: grayscale(.45); }
.mini-cut { position: absolute; width: 43%; left: 30%; top: 7%; filter: grayscale(1) brightness(.5); opacity: .7; }
.complete-button { width: 100%; padding: 13px 16px; color: var(--paper); background: var(--red); border: 0; font-family: var(--serif); letter-spacing: .12em; }
.complete-button span { float: right; font-size: 18px; }
.action-flash { color: var(--red) !important; transform: translateY(1px); }

@media (max-width: 980px) {
  .site-header { padding: 0 20px; }
  .brand-lockup { min-width: 0; }
  .brand-copy small, .nav-seal-link { display: none; }
  .main-nav { gap: 18px; font-size: 15px; }
  .main-nav a { padding-top: 28px; }
  .home-intro, .story-section, .light-controls { grid-template-columns: 1fr; gap: 45px; }
  .home-intro { padding: 90px 10vw; }
  .inner-hero { padding-left: 5vw; padding-right: 5vw; }
  .craft-hero { padding-left: 8vw; padding-right: 8vw; }
  .step-grid { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .motif-section { grid-template-columns: 1fr; }
  .light-stage { grid-template-columns: 1fr; padding: 130px 8vw 70px; }
  .light-copy { padding-left: 0; }
  .light-lab { width: 100%; }
  .studio-grid { grid-template-columns: 1fr; }
  .editor-pane { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .site-header { height: 62px; }
  .brand-copy b { font-size: 14px; }
  .brand-seal { width: 28px; height: 28px; font-size: 13px; }
  .main-nav { gap: 10px; font-size: 12px; }
  .main-nav a { padding: 22px 0 17px; }
  .main-nav a::after { bottom: 9px; }
  .home-hero { min-height: 760px; padding-top: 62px; }
  .hero-wash { inset: 62px 0 0; background-position: 56% center; }
  .hero-title-wrap { width: 54vw; margin: 2vh 0 0 8vw; }
  .hero-side-note { left: 8vw; bottom: 16vh; font-size: 14px; }
  .hero-bottom-note { left: 8vw; bottom: 7vh; font-size: 10px; }
  .scroll-mark { right: 7vw; }
  .site-footer { flex-direction: column; padding-left: 20px; padding-right: 20px; }
  .inner-hero { min-height: 800px; padding: 62px 8vw 0; grid-template-columns: 25% 1px 1fr; gap: 20px; }
  .inner-hero-image, .inner-hero::after { inset-top: 62px; }
  .vertical-heading { font-size: 38px; }
  .vertical-reading { font-size: 14px; line-height: 2.05; letter-spacing: .08em; }
  .page-signature { right: 7vw; bottom: 5vh; font-size: 28px; }
  .story-section, .craft-history, .process-section, .motif-section, .light-controls { padding-left: 8vw; padding-right: 8vw; }
  .flow-line { gap: 6px; font-size: 13px; }
  .craft-hero { min-height: 750px; grid-template-columns: 1fr; padding-top: 120px; gap: 20px; }
  .craft-hero-copy h1 { font-size: 62px; }
  .craft-hero-art { min-height: 350px; }
  .paper-cut-art { width: 58vw; }
  .step-grid { grid-template-columns: repeat(2, 1fr); }
  .motif-gallery { grid-template-columns: 1fr; }
  .studio-page { padding: 110px 4vw 45px; }
  .studio-heading { display: block; }
  .studio-heading p { margin-top: 20px; }
  .studio-toolbar { flex-wrap: wrap; padding: 12px 14px; gap: 10px; }
  .tool-actions { margin-left: 0; }
  .editor-pane { padding: 15px; }
  .editor-paper { min-height: 390px; }
  .studio-sidebar { padding: 22px 15px 16px; }
}
