:root{--paper: #ffffff;--paper-soft: #ffffff;--surface: rgba(255, 255, 255, .92);--surface-strong: #ffffff;--text: #5d4d42;--heading: #352920;--muted: #766558;--line: rgba(133, 105, 85, .18);--accent-coral: #df866d;--accent-amber: #e8c25e;--accent-green: #9dbc74;--accent-tomato: #cc6d58;--shadow-paper: 0 18px 40px rgba(122, 96, 78, .12);--shadow-card: 0 12px 24px rgba(122, 96, 78, .09);--radius-lg: 32px;--radius-md: 24px;--radius-sm: 18px;--container: min(1120px, calc(100vw - 2rem) );--container-narrow: min(760px, calc(100vw - 2rem) );--font-body: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;--font-display: "Noto Serif TC", "Times New Roman", serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:var(--font-body);line-height:1.8;background:linear-gradient(#fffffffa,#fffffffa),url(/images/art-assets/paper/paper-grain.svg);background-size:cover,460px}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}p,ul{margin-top:0}h1,h2,h3{margin-top:0;color:var(--heading);font-family:var(--font-display);line-height:1.2}h1{font-size:clamp(3rem,5.8vw,5.2rem)}h2{font-size:clamp(2.05rem,3.2vw,3rem)}h3{font-size:1.3rem}.container{width:var(--container);margin:0 auto}.narrow{width:var(--container-narrow)}.skip-link{position:absolute;left:1rem;top:-3rem;background:var(--heading);color:#fff;padding:.75rem 1rem;border-radius:999px;z-index:100}.skip-link:focus{top:1rem}.site-shell{overflow:clip}.site-header{position:sticky;top:0;z-index:30;background:#ffffffe6;border-bottom:1px solid rgba(142,116,94,.16);backdrop-filter:blur(10px)}.header-inner,.footer-bottom,.split-heading,.cta-section__inner,.hero-grid,.two-column-layout,.contact-layout{display:flex;gap:1.5rem}.header-inner,.footer-bottom,.split-heading{justify-content:space-between;align-items:center}.header-inner{min-height:84px}.brand-mark{display:inline-flex;align-items:center;gap:.8rem}.brand-mark__copy{display:inline-flex;flex-direction:column;gap:.2rem}.brand-mark__icon{width:48px;height:48px;object-fit:cover;border-radius:16px;box-shadow:0 8px 16px #7a604e1f}.brand-mark__name,.footer-title{font-family:var(--font-display);font-size:1.3rem;color:var(--heading)}.brand-mark__tag{font-size:.9rem;color:var(--muted)}.nav-list,.feature-list,.footer-list,.detail-list,.tag-list{list-style:none;padding:0;margin:0}.nav-list{display:flex;flex-wrap:wrap;gap:.45rem}.nav-link{display:inline-flex;padding:.7rem 1rem;border-radius:999px;color:var(--muted);position:relative;transition:color .25s ease,transform .25s ease}.nav-link:after{content:"";position:absolute;inset:auto .6rem .42rem;height:12px;background:#e8c25e6b;border-radius:999px;transform:scaleX(0);transform-origin:left;transition:transform .25s ease;z-index:-1}.nav-link:hover,.nav-link.is-active{color:var(--heading);transform:translateY(-1px)}.nav-link:hover:after,.nav-link.is-active:after{transform:scaleX(1)}.section,.page-hero,.article-shell{padding:5.5rem 0;position:relative}.section-soft{background:#ffffffb8}.section-torn:before{content:"";position:absolute;left:0;right:0;top:-1px;height:72px;background:url(/images/art-assets/paper/torn-edge.svg) center top / cover no-repeat}.hero{position:relative;padding:3rem 0 5rem}.hero-grid,.two-column-layout,.contact-layout{align-items:center}.hero-grid>*,.two-column-layout>*,.contact-layout>*{flex:1}.hero-copy{position:relative;z-index:2;max-width:620px}.hero-heading,.section-heading__title-wrap{position:relative;display:inline-block}.hero-heading h1,.section-heading h2{position:relative;z-index:1}.hero-heading__underline,.section-heading__underline{position:absolute;left:-.2rem;bottom:.2rem;width:min(100%,320px);z-index:0}.section-heading__underline{width:min(80%,280px);bottom:.15rem}.eyebrow{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.4rem .9rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-tomato);font-size:.78rem;border-radius:999px;background:#fffaf2eb;border:1px dashed rgba(200,124,92,.35);width:fit-content}.hero-tagline{font-size:clamp(1.26rem,2.2vw,1.78rem);color:var(--heading);margin-bottom:1rem}.hero-description,.hero-note,.section-heading p,.page-hero p,.article-description{font-size:1.05rem;color:var(--muted)}.hero-badges{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.25rem}.hero-badges span,.gallery-card__tag,.process-card__accent,.course-age,.post-card__meta,.article-meta,.tag-list span{display:inline-flex;align-items:center;justify-content:center;width:fit-content;border-radius:999px;font-size:.92rem}.hero-badges span{padding:.55rem .95rem;background:#fffcf7eb;border:1px solid rgba(160,128,104,.14);box-shadow:var(--shadow-card);color:var(--heading)}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.9rem 1.4rem;border-radius:999px;border:1px solid transparent;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.button:before{content:"";position:absolute;inset:auto .8rem .55rem;height:16px;background:#ffffff4d;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;border-radius:999px}.button:hover:before{transform:scaleX(1)}.button:hover,.post-card:hover,.content-card:hover,.gallery-card:hover,.collage-frame:hover{transform:translateY(-3px)}.button-primary{color:#fffaf4;background:linear-gradient(135deg,#da846c,#c96f59);box-shadow:0 14px 24px #a0584438}.button-secondary{border-color:#967a652e;background:#fffbf5eb;color:var(--heading)}.hero-visual{min-height:560px;position:relative}.hero-collage{position:absolute;animation:paper-in .8s ease both}.hero-collage--main{right:1rem;top:1rem;width:min(30rem,88%)}.hero-collage--floating{left:0;bottom:.5rem;width:min(17rem,50%);animation-delay:.12s}.hero-doodle{position:absolute;right:.6rem;bottom:3rem;width:11rem;opacity:.85}.hero-accent{position:absolute;pointer-events:none;opacity:.9}.hero-accent--sky{top:0;right:-2rem;width:min(28rem,42vw)}.hero-accent--coral{left:-3rem;bottom:2rem;width:min(22rem,34vw)}.art-accent,.paper-tape,.hand-underline{user-select:none}.hand-underline{transform-origin:left center;animation:underline-grow .65s ease both}.collage-frame{position:relative;background:var(--surface-strong);padding:1rem 1rem 1.25rem;border-radius:26px;box-shadow:var(--shadow-paper);border:1px solid rgba(160,128,104,.14);transition:transform .25s ease}.collage-frame.is-left{transform:rotate(-3deg)}.collage-frame.is-right{transform:rotate(3deg)}.collage-frame__photo{border-radius:20px;overflow:hidden;background:#fff}.collage-frame__photo img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.collage-frame figcaption{margin-top:.85rem;color:var(--muted);font-size:.92rem}.collage-frame__tape{position:absolute;width:7rem;opacity:.92}.collage-frame__tape--left{top:-.9rem;left:1.4rem;transform:rotate(-8deg)}.collage-frame__tape--right{top:-.8rem;right:1.2rem;transform:rotate(7deg)}.section-heading{margin-bottom:2.2rem;max-width:740px}.section-heading-center{text-align:center;margin-left:auto;margin-right:auto}.card-grid,.post-grid,.gallery-grid,.testimonial-grid,.faq-grid{display:grid;gap:1.3rem}.three-columns,.post-grid,.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.faq-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.4rem}.content-card,.post-card,.gallery-card,.cta-section__inner,.site-footer,.map-placeholder{border-radius:var(--radius-lg)}.content-card,.post-card,.gallery-card,.contact-card,.quote-card,.map-placeholder{background:var(--surface);border:1px solid rgba(164,136,112,.14);box-shadow:var(--shadow-card)}.content-card,.post-card__body,.contact-form,.contact-info{padding:1.5rem}.three-columns>:nth-child(1),.process-grid>:nth-child(1){transform:rotate(-1.4deg)}.three-columns>:nth-child(2),.process-grid>:nth-child(2){transform:translateY(14px) rotate(1deg)}.three-columns>:nth-child(3),.process-grid>:nth-child(3){transform:rotate(-.8deg)}.feature-list,.detail-list{display:grid;gap:.8rem;color:var(--muted)}.feature-list li,.detail-list li{position:relative;padding-left:1.15rem}.feature-list li:before,.detail-list li:before{content:"";position:absolute;left:0;top:.76rem;width:.42rem;height:.42rem;border-radius:50%;background:#cd6d58b8}.text-link{color:var(--accent-tomato);font-weight:700;position:relative}.text-link:after{content:"";position:absolute;left:0;right:0;bottom:-.12rem;height:7px;background:#e8c25e70;border-radius:999px;transform:scaleX(0);transform-origin:left;transition:transform .25s ease;z-index:-1}.text-link:hover:after{transform:scaleX(1)}.gallery-card{position:relative;grid-column:span 4;padding:.9rem}.gallery-card.is-wide{grid-column:span 8}.gallery-card.is-lifted{transform:translateY(10px) rotate(-1deg)}.gallery-card__frame{background:#fffdf9;padding:.7rem;border-radius:22px;box-shadow:inset 0 0 0 1px #aa917814}.gallery-card__image{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:18px}.gallery-card figcaption{padding:.95rem .4rem .15rem;color:var(--muted)}.gallery-card figcaption strong{display:block;margin:.25rem 0 .4rem;color:var(--heading);font-family:var(--font-display);font-size:1.18rem}.gallery-card__tag,.process-card__accent{padding:.35rem .8rem;color:var(--accent-tomato);background:#fff5eae6;border:1px dashed rgba(203,109,88,.28)}.process-card{background:linear-gradient(#fffcf7eb,#fffcf7eb),url(/images/art-assets/paper/paper-grain.svg);background-size:cover,420px}.cta-section{padding:0 0 5.5rem}.cta-section__inner{align-items:center;overflow:hidden;padding:2.2rem;background:linear-gradient(#fffaf3f0,#fff8f1f0),url(/images/art-assets/paper/paper-grain.svg);background-size:cover,420px;position:relative}.cta-section__inner:before,.cta-section__inner:after{content:"";position:absolute;pointer-events:none}.cta-section__inner:before{inset:-1rem auto auto -1.5rem;width:14rem;height:11rem;background:url(/images/art-assets/watercolor/wash-coral.svg) center/contain no-repeat;opacity:.7}.cta-section__inner:after{inset:auto -1rem -1rem auto;width:13rem;height:10rem;background:url(/images/art-assets/watercolor/wash-sky.svg) center/contain no-repeat;opacity:.7}.cta-section__inner>*{position:relative;z-index:1}.contact-card,.quote-card,.map-placeholder{padding:1.75rem}.testimonial-card__quote{font-size:1.04rem;color:var(--heading)}.testimonial-card__author{margin-bottom:0;color:var(--accent-tomato);font-weight:700}.faq-card h3{margin-bottom:.6rem}.site-footer{margin:0 1rem 1rem;background:linear-gradient(#604e41f2,#4e4036f2),url(/images/art-assets/paper/paper-grain.svg);background-size:cover,460px;color:#fff8f0eb;padding:2.8rem 0 1rem}.site-footer .footer-title,.site-footer .footer-copy,.site-footer .footer-list li,.site-footer .footer-list a,.site-footer .footer-bottom,.site-footer .footer-bottom a,.site-footer .footer-bottom p{color:#fff8f0e0}.footer-grid{display:grid;gap:2rem;grid-template-columns:1.4fr 1fr 1fr}.footer-copy,.footer-list a,.footer-list li{color:#fff8f0e0}.footer-bottom{border-top:1px solid rgba(255,249,241,.14);margin-top:2rem;padding-top:1rem;color:#fff8f0d6}.contact-layout{align-items:flex-start}.contact-side{display:grid;gap:1.25rem}.map-placeholder{min-height:260px;display:grid;place-items:center;text-align:center;background:linear-gradient(#fffaf3eb,#fff6eeeb),url(/images/art-assets/paper/paper-grain.svg);background-size:cover,360px}.contact-form{display:grid;gap:1rem}.contact-form label{display:grid;gap:.45rem;color:var(--heading)}.contact-form input,.contact-form textarea{width:100%;border-radius:16px;border:1px solid rgba(148,122,101,.18);background:#fffdfae6;padding:.9rem 1rem;font:inherit;color:var(--text)}.post-card{transition:transform .25s ease}.post-card__cover,.article-cover{width:100%;object-fit:cover}.post-card__cover{aspect-ratio:4 / 3;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.article-cover{aspect-ratio:16 / 9;border-radius:24px;margin:1.4rem 0 1.2rem;box-shadow:var(--shadow-card)}.tag-list{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.tag-list span{padding:.45rem .8rem;background:#df866d24;color:var(--accent-tomato)}.prose{font-size:1.04rem}.prose p,.prose ul,.prose ol{margin-bottom:1.25rem}.prose h2,.prose h3{margin:2.2rem 0 .9rem}.page-hero .container,.article-shell .container{position:relative}.page-hero .container:before{content:"";position:absolute;inset:-1rem auto auto -1rem;width:10rem;height:7rem;background:url(/images/art-assets/watercolor/wash-coral.svg) center/contain no-repeat;opacity:.72;z-index:-1}.post-editor,.editor-note,.editor-output{background:linear-gradient(#fffffff5,#fffffff5),url(/images/art-assets/paper/paper-grain.svg);background-size:cover,420px}.post-editor__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.post-editor__full{grid-column:1 / -1}.post-editor label{display:grid;gap:.45rem;color:var(--heading)}.post-editor__file-field{align-content:start}.post-editor__file-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:46px;padding:.85rem 1.25rem;border-radius:999px;background:linear-gradient(135deg,#da846c,#c96f59);color:#fffaf4;box-shadow:0 12px 22px #a0584433;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.post-editor__file-field:hover .post-editor__file-button{transform:translateY(-2px);box-shadow:0 14px 24px #a058443d}.post-editor__file-name{color:var(--muted);font-size:.94rem}.post-editor input,.post-editor textarea{width:100%;border-radius:16px;border:1px solid rgba(148,122,101,.18);background:#fffdfafa;padding:.9rem 1rem;font:inherit;color:var(--text)}.post-editor textarea,.editor-output pre{line-height:1.7}.post-editor__checkbox{display:flex;align-items:center;gap:.7rem;padding-top:2rem}.post-editor__checkbox input{width:18px;height:18px}.post-editor__image-preview{padding-top:.2rem}.post-editor__image-preview img{width:min(100%,360px);aspect-ratio:4 / 3;object-fit:cover;border-radius:24px;box-shadow:var(--shadow-card);border:1px solid rgba(148,122,101,.14)}.post-editor__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.25rem}.post-editor__status{margin:.9rem 0 0;padding:.9rem 1rem;border-radius:18px;font-size:.95rem}.post-editor__status[data-type=info]{background:#8dbfd024;color:#4c6c78}.post-editor__status[data-type=success]{background:#9dbc7429;color:#55713a}.post-editor__status[data-type=error]{background:#cc6d5824;color:#9e4f3f}.post-editor__hint{margin:.85rem 0 0;color:var(--muted);font-size:.95rem}@keyframes paper-in{0%{opacity:0;transform:translateY(18px) rotate(0)}to{opacity:1}}@keyframes underline-grow{0%{opacity:0;transform:scaleX(.4)}to{opacity:1;transform:scaleX(1)}}@media(max-width:920px){.hero-grid,.two-column-layout,.contact-layout,.cta-section__inner,.header-inner,.footer-bottom,.split-heading{flex-direction:column;align-items:flex-start}.three-columns,.post-grid,.testimonial-grid,.faq-grid,.footer-grid,.gallery-grid,.post-editor__grid{grid-template-columns:1fr}.gallery-card,.gallery-card.is-wide{grid-column:span 1}.three-columns>:nth-child(1),.three-columns>:nth-child(2),.three-columns>:nth-child(3),.process-grid>:nth-child(1),.process-grid>:nth-child(2),.process-grid>:nth-child(3),.gallery-card.is-lifted{transform:none}.hero-visual{min-height:auto;width:100%;padding-top:1rem}.hero-collage,.hero-collage--main,.hero-collage--floating,.hero-doodle{position:static;width:100%}.hero-collage--floating{margin-top:1rem;width:min(18rem,70%)}.hero-doodle,.hero-accent,.section-torn:before{display:none}.site-header{position:static}}@media(max-width:640px){.section,.page-hero,.article-shell{padding:4rem 0}.hero{padding:2rem 0 4rem}.content-card,.post-card__body,.contact-form,.contact-info,.cta-section__inner,.contact-card,.quote-card,.map-placeholder{padding:1.25rem}.hero-collage--floating{width:100%}.site-footer{margin:0 .5rem .5rem}}
