@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Noto+Sans+TC:wght@300;400;500;600;700&family=Noto+Serif+TC:wght@400;500;600;700&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}a{color:inherit;text-decoration:none}img{object-fit:cover;width:100%;height:100%;display:block}button,input,select{font:inherit}.site{--bg:#f7f2ec;--paper:#fff;--ink:#302521;--muted:#746862;--accent:#b57b72;--line:#ded2ca;--serif:"Noto Serif TC",serif;--sans:"Noto Sans TC",sans-serif;background:var(--bg);color:var(--ink);font-family:var(--sans);line-height:1.8;overflow:hidden}.style-switcher{z-index:30;gap:6px;display:grid;position:fixed;top:50%;left:18px;transform:translateY(-50%)}.style-switcher button{color:#222;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd6;border:1px solid #8080804d;grid-template-columns:1fr;width:52px;height:52px;padding:6px;transition:all .25s;display:grid;overflow:hidden}.style-switcher b{font-size:12px}.style-switcher span,.style-switcher small{display:none}.style-switcher button:hover,.style-switcher button.active{text-align:left;background:#fff;grid-template-columns:28px 1fr;width:150px}.style-switcher button:hover span,.style-switcher button.active span{font-size:12px;font-weight:600;display:block}.style-switcher button:hover small,.style-switcher button.active small{color:#777;grid-column:2;font-size:9px;line-height:1;display:block}.nav{z-index:10;background:color-mix(in srgb,var(--bg) 88%,transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;height:82px;padding:0 5vw;display:flex;position:relative}.brand{font-family:var(--serif);letter-spacing:.15em;align-items:center;gap:12px;font-size:18px;display:flex}.brand img{object-fit:contain;width:42px;height:42px}.nav nav{gap:32px;font-size:13px;display:flex}.nav-cta,.hero-actions a:first-child,.class-grid a,form button{background:var(--accent);color:#fff;cursor:pointer;border:0;padding:10px 24px}.hero{grid-template-columns:58% 42%;min-height:calc(100vh - 82px);display:grid;position:relative}.hero-photo{min-height:720px}.hero-copy{align-self:center;padding:8vw 7vw 6vw 6vw}.eyebrow{letter-spacing:.22em;color:var(--accent);text-transform:uppercase;font-size:11px;font-weight:700}.hero h1,.manifesto h2,.section-head h2,.addon h2,.teacher h2,.register h2{font-family:var(--serif);margin:.3em 0;font-weight:500;line-height:1.25}.hero h1{font-size:clamp(48px,6vw,86px)}.hero h1 em{color:var(--accent);font-weight:400}.lead{font-family:var(--serif);letter-spacing:.15em;font-size:24px}.desc{max-width:540px;color:var(--muted)}.hero-actions{gap:10px;margin:32px 0;display:flex}.hero-actions a{border:1px solid var(--accent);padding:10px 24px}.price{border-top:1px solid var(--line);margin-top:50px;padding-top:24px;display:grid}.price span,.price small{color:var(--muted);font-size:12px}.price strong{font:500 32px var(--serif)}.manifesto{text-align:center;padding:11vw 8vw}.manifesto h2{font-size:clamp(34px,5vw,68px)}.fit{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:48px;display:flex}.fit span{border:1px solid var(--line);border-radius:99px;padding:8px 18px;font-size:13px}.course-section,.schedule{padding:8vw 7vw}.section-head{max-width:680px;margin-bottom:50px}.section-head h2{font-size:clamp(36px,4vw,58px)}.section-head>p:last-child{color:var(--muted)}.course-grid{grid-template-columns:repeat(12,1fr);gap:24px;display:grid}.course-card{background:var(--paper);border:1px solid var(--line);grid-column:span 4}.course-card:first-child,.course-card:nth-child(2){grid-column:span 6}.course-image{height:360px}.course-copy{padding:28px}.course-copy>span{color:var(--accent);float:right;font:italic 28px DM Serif Display,serif}.course-copy small{letter-spacing:.15em;color:var(--muted);display:block}.course-copy h3{font:500 24px var(--serif);margin:8px 0}.course-copy p{color:var(--muted);font-size:14px}.addon{color:#fff;background:#171514;grid-template-columns:55% 45%;margin:7vw;display:grid}.addon>img{min-height:620px}.addon>div{align-self:center;padding:7vw 5vw}.addon h2{font-size:clamp(40px,5vw,72px)}.addon>div>p:not(.eyebrow){color:#bbb}.addon strong{font:500 28px var(--serif);margin:28px 0;display:block}.addon label{border:1px solid #777;width:max-content;padding:12px 18px;display:block}.class-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.class-grid article{background:var(--paper);border:1px solid var(--line);padding:38px}.class-grid b{color:var(--accent);font:500 72px DM Serif Display,serif}.class-grid h3{font:500 26px var(--serif)}.class-grid small{color:var(--muted);margin-bottom:25px;display:block}.class-grid a{display:inline-block}.teacher{background:var(--paper);grid-template-columns:48% 52%;display:grid}.teacher-photo{min-height:720px}.teacher-copy{align-self:center;padding:8vw}.teacher h2{font-size:62px}.teacher h3{font:500 20px var(--serif)}.teacher-copy>p:not(.eyebrow),.teacher li{color:var(--muted)}.teacher ul{padding-left:20px}.register{grid-template-columns:38% 62%;gap:7vw;padding:9vw 8vw;display:grid}.register h2{font-size:clamp(42px,5vw,70px)}.price-stamp{border-top:1px solid var(--line);margin-top:55px;padding:25px 0;display:grid}.price-stamp b{font:500 36px var(--serif)}.price-stamp small{color:var(--muted)}form{background:var(--paper);grid-template-columns:1fr 1fr;gap:20px;padding:42px;display:grid}form label{font-size:13px}form input,form select{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--ink);background:0 0;outline:none;padding:10px 2px}form input:focus,form select:focus{border-color:var(--accent)}form .wide{grid-column:1/-1}fieldset{border:1px solid var(--line);padding:18px}fieldset label{margin:5px 18px 5px 0;display:inline-flex}fieldset input,.check input{width:auto;margin-right:8px}.check{align-items:center;display:flex}.check input{flex:none}.success{color:#317151}footer{text-align:center;border-top:1px solid var(--line);color:var(--muted);padding:75px 20px;font-size:12px}footer img{object-fit:contain;width:100px;height:100px;margin:auto}.theme-2{--bg:#fff;--paper:#f8f5f2;--ink:#2d2525;--muted:#746d69;--accent:#e75c6b;--line:#eadfdc}.theme-2 .hero{grid-template-columns:1fr;padding:32px 5vw}.theme-2 .hero-photo{border-radius:32px;order:2;height:72vh;overflow:hidden}.theme-2 .hero-copy{grid-template-columns:1.2fr 1fr;gap:0 8vw;padding:5vw 3vw;display:grid}.theme-2 .hero-copy h1{font-family:var(--sans);font-weight:700}.theme-2 .hero-copy .eyebrow,.theme-2 .hero-copy h1,.theme-2 .lead{grid-column:1}.theme-2 .desc,.theme-2 .hero-actions,.theme-2 .price{grid-column:2}.theme-2 .desc{grid-row:2}.theme-2 .hero-actions{grid-row:3}.theme-2 .price{grid-row:4}.theme-2 .course-card,.theme-2 .class-grid article,.theme-2 form{border-radius:24px;overflow:hidden}.theme-2 .course-grid{display:flex;overflow-x:auto}.theme-2 .course-card{min-width:380px}.theme-2 .addon{border-radius:32px;overflow:hidden}.theme-2 .addon>img{order:2}.theme-2 .class-grid a,.theme-2 .nav-cta,.theme-2 form button{border-radius:99px}.theme-3{--bg:#f5f0e6;--paper:#f5f0e6;--ink:#111;--muted:#5a5650;--accent:#9b273f;--line:#222;font-family:var(--serif)}.theme-3 .nav{font-family:var(--sans);border-bottom:3px solid var(--ink)}.theme-3 .hero{border-bottom:1px solid var(--ink);grid-template-columns:1fr 1fr}.theme-3 .hero-copy{border-right:1px solid var(--ink);order:-1}.theme-3 .hero h1{letter-spacing:-.06em;font-size:clamp(60px,8vw,120px)}.theme-3 .hero-photo{filter:saturate(.7)}.theme-3 .manifesto{text-align:left;border-bottom:1px solid var(--ink);grid-template-columns:1fr 3fr;gap:5vw;display:grid}.theme-3 .manifesto h2{margin:0}.theme-3 .fit{grid-column:2;justify-content:flex-start}.theme-3 .course-grid{border-top:1px solid var(--ink);border-left:1px solid var(--ink);gap:0}.theme-3 .course-card,.theme-3 .course-card:nth-child(n){border:0;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);grid-column:span 6;grid-template-columns:1fr 1fr;display:grid}.theme-3 .course-image{height:100%}.theme-3 .addon{grid-template-columns:1fr 1fr;margin:0}.theme-3 .schedule{border-bottom:1px solid var(--ink)}.theme-3 .class-grid{gap:0}.theme-3 .class-grid article{border-color:var(--ink);border-right:0}.theme-3 .class-grid article:last-child{border-right:1px solid}.theme-3 .teacher{border-bottom:1px solid var(--ink)}.theme-3 form{border:1px solid var(--ink)}.theme-4{--bg:#080808;--paper:#111;--ink:#fff;--muted:#aaa;--accent:#d0a879;--line:#333}.theme-4 .nav{background:linear-gradient(#000b,#0000);border:0;width:100%;position:absolute}.theme-4 .brand img,.theme-4 footer img{filter:brightness(0)invert()}.theme-4 .hero{grid-template-columns:1fr;min-height:100vh}.theme-4 .hero-photo{opacity:.58;height:100%;position:absolute;inset:0}.theme-4 .hero-photo:after{content:"";background:linear-gradient(90deg,#000 8%,#0000 70%),linear-gradient(#0000 50%,#000);position:absolute;inset:0}.theme-4 .hero-copy{z-index:2;width:54%;padding:18vh 8vw 8vw;position:relative}.theme-4 .hero h1{text-transform:uppercase;letter-spacing:.06em;font-weight:400}.theme-4 .manifesto{padding-top:15vw;padding-bottom:15vw}.theme-4 .course-grid{display:block}.theme-4 .course-card,.theme-4 .course-card:nth-child(n){border:0;border-top:1px solid var(--line);background:0 0;grid-template-columns:58% 42%;min-height:70vh;display:grid}.theme-4 .course-card:nth-child(2n) .course-image{order:2}.theme-4 .course-image{height:auto}.theme-4 .course-copy{align-self:center;padding:10vw 6vw}.theme-4 .addon{border:1px solid var(--line)}.theme-4 .class-grid article,.theme-4 form{background:#0d0d0d}.theme-4 .teacher{background:#111}.theme-4 input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.theme-5{--bg:#f1f4ed;--paper:#fff;--ink:#14251e;--muted:#52635c;--accent:#397154;--line:#aebcb3}.theme-5 .nav,.theme-5 .eyebrow,.theme-5 .style-switcher{font-family:ui-monospace,monospace}.theme-5 .hero{grid-template-columns:42% 58%;gap:20px;padding:40px}.theme-5 .hero-photo{border:1px solid var(--line);order:2}.theme-5 .hero-copy{border:1px solid var(--line);background:var(--paper);padding:5vw}.theme-5 .hero h1,.theme-5 .manifesto h2,.theme-5 .section-head h2,.theme-5 .addon h2,.theme-5 .teacher h2,.theme-5 .register h2{font-family:var(--sans);font-weight:600}.theme-5 .manifesto{text-align:left;grid-template-columns:1fr 2fr;display:grid}.theme-5 .manifesto h2{grid-column:2}.theme-5 .fit{grid-column:2;justify-content:flex-start}.theme-5 .course-grid{grid-template-columns:1fr}.theme-5 .course-card,.theme-5 .course-card:nth-child(n){grid-column:auto;grid-template-columns:100px 1fr 1fr;display:grid}.theme-5 .course-image{grid-column:3;height:320px}.theme-5 .course-copy{grid-area:1/1/auto/3;padding:48px}.theme-5 .course-copy>span{float:none;font-family:ui-monospace,monospace}.theme-5 .addon{border:1px solid var(--line);background:#173024;margin:0 7vw}.theme-5 .class-grid{gap:0}.theme-5 .class-grid article{border-right:0}.theme-5 .class-grid article:last-child{border-right:1px solid var(--line)}.theme-5 .teacher-photo{background:#dbe3da;padding:4vw}.theme-5 form{border:1px solid var(--line);box-shadow:10px 10px #b7c8ba}@media (width<=900px){.style-switcher{display:flex;top:auto;bottom:8px;left:8px;transform:none}.style-switcher button,.style-switcher button:hover,.style-switcher button.active{text-align:center;width:42px;height:42px;display:block}.style-switcher button span,.style-switcher button small,.style-switcher button:hover span,.style-switcher button.active span,.style-switcher button:hover small,.style-switcher button.active small{display:none}.nav{padding:0 20px}.nav nav{display:none}.hero,.theme-2 .hero-copy,.theme-3 .hero,.theme-5 .hero{grid-template-columns:1fr}.hero-photo,.theme-5 .hero-photo{order:0;min-height:55vh}.hero-copy,.theme-2 .hero-copy,.theme-3 .hero-copy,.theme-4 .hero-copy,.theme-5 .hero-copy{border:0;width:auto;padding:55px 25px;display:block}.theme-2 .hero{padding:15px}.theme-2 .hero-photo{height:58vh}.theme-3 .hero h1{font-size:58px}.theme-4 .hero-photo{min-height:100vh}.manifesto,.theme-3 .manifesto,.theme-5 .manifesto{padding:90px 24px;display:block}.fit{justify-content:flex-start}.course-section,.schedule{padding:80px 20px}.course-grid,.theme-3 .course-grid{grid-template-columns:1fr;display:grid}.course-card,.course-card:nth-child(n),.theme-3 .course-card,.theme-3 .course-card:nth-child(n),.theme-4 .course-card,.theme-4 .course-card:nth-child(n),.theme-5 .course-card,.theme-5 .course-card:nth-child(n){grid-column:auto;min-width:0;min-height:0;display:block}.theme-2 .course-grid{display:flex}.course-image,.theme-5 .course-image{height:340px}.addon{grid-template-columns:1fr;margin:20px}.addon>img{min-height:430px}.addon>div{padding:60px 25px}.class-grid,.teacher{grid-template-columns:1fr}.teacher-photo{min-height:520px}.teacher-copy{padding:70px 25px}.register{grid-template-columns:1fr;padding:90px 20px}form{grid-template-columns:1fr;padding:25px}form .wide{grid-column:auto}.theme-5 .hero{padding:15px}.theme-4 .course-card:nth-child(2n) .course-image{order:0}}.brand{gap:14px;font-size:21px;font-weight:600}.brand img{width:46px;height:46px}.nav nav{letter-spacing:.03em;gap:38px;font-size:16px;font-weight:500}.nav nav a{border-bottom:2px solid #0000;padding:8px 2px;transition:all .2s}.nav nav a:hover{color:var(--accent);border-color:var(--accent)}.nav-cta{padding:12px 27px;font-size:16px;font-weight:600}.hero-photo img{object-position:center 62%}.course-card:first-child .course-image img{object-position:center 54%}.course-card:nth-child(2) .course-image img{object-position:center 58%}.course-card:nth-child(3) .course-image img{object-position:center 42%}.course-card:nth-child(4) .course-image img{object-position:center 48%}.course-card:nth-child(5) .course-image img{object-position:center 56%}.addon>img{object-position:center 48%}.teacher-photo img{object-position:center 55%}.class-label{font:600 clamp(26px,2.6vw,42px) var(--serif);color:var(--accent);margin:0 0 35px;line-height:1.3}.theme-4 .hero-photo img{object-position:center 58%}.theme-5 .hero-photo img{object-position:center 62%}.theme-1 .hero{background:#4e3c36;min-height:calc(100vh - 82px);display:block;position:relative}.theme-1 .hero-photo{height:100%;min-height:0;position:absolute;inset:0;overflow:hidden}.theme-1 .hero-photo img{object-position:center 44%;filter:saturate(.86)brightness(.72)}.theme-1 .hero-photo:after{content:"";background:linear-gradient(90deg,#1c1210c7 0%,#2116147a 42%,#1e141214 75%),linear-gradient(#0000 55%,#170f0d85);position:absolute;inset:0}.theme-1 .hero-copy{z-index:2;color:#fff;width:min(680px,55%);padding:10vh 0 7vh 9vw;position:relative}.theme-1 .hero-copy .eyebrow,.theme-1 .hero-copy h1 em{color:#efc9c1}.theme-1 .hero-copy .desc,.theme-1 .hero-copy .price span,.theme-1 .hero-copy .price small{color:#eee1dd}.theme-1 .hero-copy .price{border-color:#ffffff59;max-width:420px}.theme-1 .hero-actions a:last-child{border-color:#fff}@media (width<=900px){.theme-1 .hero{min-height:820px}.theme-1 .hero-copy{width:auto;padding:120px 25px 55px}.theme-1 .hero-photo img{object-position:58% center}.theme-1 .hero-photo:after{background:linear-gradient(90deg,#19100ec2,#19100e33),linear-gradient(#0000 45%,#140c0abf)}.theme-1 .teacher-photo img{object-position:center 24%}}.theme-1 .style-switcher{display:none}.theme-1 .teacher{background:var(--paper);grid-template-columns:38% 62%;width:min(1180px,88vw);margin:7vw auto;box-shadow:0 18px 50px #3f2b2414}.theme-1 .teacher-photo{min-height:540px}.theme-1 .teacher-copy{padding:5vw}.theme-1 .teacher h2{font-size:clamp(46px,4vw,62px)}@media (width<=1200px){.theme-1 .nav{padding-inline:4vw}.theme-1 .nav nav{gap:24px;font-size:15px}.theme-1 .hero-copy{width:62%;padding-left:7vw}.theme-1 .course-section,.theme-1 .schedule{padding-inline:5vw}.theme-1 .course-image{height:310px}.theme-1 .addon{margin-inline:5vw}.theme-1 .teacher{width:90vw}.theme-1 .register{gap:5vw;padding-inline:5vw}.theme-1 form{padding:34px}}@media (width<=900px){.theme-1 .nav{height:70px}.theme-1 .brand{font-size:18px}.theme-1 .brand img{width:40px;height:40px}.theme-1 .nav-cta{padding:9px 16px;font-size:14px}.theme-1 .hero{min-height:760px}.theme-1 .hero-copy{padding:90px 7vw 55px}.theme-1 .hero h1{font-size:clamp(48px,11vw,72px)}.theme-1 .hero-copy .desc{max-width:520px}.theme-1 .hero-photo img{object-position:61% center}.theme-1 .manifesto{padding:90px 7vw}.theme-1 .manifesto h2{font-size:clamp(34px,7vw,52px)}.theme-1 .course-section,.theme-1 .schedule{padding:80px 6vw}.theme-1 .course-grid{grid-template-columns:1fr 1fr;gap:18px}.theme-1 .course-card,.theme-1 .course-card:nth-child(n){grid-column:auto;display:block}.theme-1 .course-card:first-child{grid-column:1/-1}.theme-1 .course-image{height:300px}.theme-1 .course-card:first-child .course-image{height:400px}.theme-1 .addon{grid-template-columns:1fr;margin:35px 6vw}.theme-1 .addon>img{height:520px;min-height:0}.theme-1 .addon>div{padding:55px 7vw}.theme-1 .class-grid{grid-template-columns:1fr;gap:14px}.theme-1 .class-grid article{padding:30px}.theme-1 .class-label{margin-bottom:16px}.theme-1 .teacher{grid-template-columns:42% 58%;width:88vw;margin:80px auto}.theme-1 .teacher-photo{min-height:460px}.theme-1 .teacher-copy{padding:45px 38px}.theme-1 .teacher-copy ul{font-size:14px}.theme-1 .register{grid-template-columns:1fr;padding:80px 6vw}.theme-1 .register-intro{max-width:620px}.theme-1 form{grid-template-columns:1fr 1fr}.theme-1 form .wide{grid-column:1/-1}}@media (width<=600px){.theme-1 .nav{padding-inline:16px}.theme-1 .brand{gap:8px;font-size:16px}.theme-1 .brand img{width:36px;height:36px}.theme-1 .hero{background:#3d2d29;flex-direction:column;min-height:0;display:flex}.theme-1 .hero-photo{aspect-ratio:4/3;background:#eee;order:0;width:100%;height:auto;position:relative;inset:auto}.theme-1 .hero-photo img{object-fit:contain;object-position:center;filter:saturate(.88)brightness(.9)}.theme-1 .hero-photo:after{background:linear-gradient(#0000 62%,#291b188c)}.theme-1 .hero-copy{background:#3d2d29;order:1;width:100%;padding:42px 20px 54px}.theme-1 .hero h1{margin-top:10px;font-size:46px}.theme-1 .hero .lead{font-size:20px}.theme-1 .hero .desc{font-size:14px}.theme-1 .hero-actions{flex-wrap:wrap}.theme-1 .hero-copy .price{margin-top:38px}.theme-1 .fit{gap:8px}.theme-1 .fit span{padding:6px 12px;font-size:12px}.theme-1 .course-grid{grid-template-columns:1fr}.theme-1 .course-card:first-child{grid-column:auto}.theme-1 .course-image,.theme-1 .course-card:first-child .course-image{height:300px}.theme-1 .course-copy{padding:24px}.theme-1 .addon{margin:20px}.theme-1 .addon>img{height:390px}.theme-1 .addon>div{padding:45px 24px}.theme-1 .addon label{width:100%;font-size:13px}.theme-1 .teacher{width:calc(100% - 40px);margin:65px 20px;display:block}.theme-1 .teacher-photo{height:390px;min-height:0}.theme-1 .teacher-photo img{object-position:center 22%}.theme-1 .teacher-copy{padding:38px 24px}.theme-1 .teacher h2{font-size:44px}.theme-1 .register{padding:70px 20px}.theme-1 form{grid-template-columns:1fr;padding:24px 20px}.theme-1 form .wide{grid-column:auto}.theme-1 fieldset label{margin:12px 0;display:flex}.theme-1 footer{padding-bottom:90px}}.social-float{z-index:40;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.social-link{filter:drop-shadow(0 8px 16px #2d1e1933);justify-content:flex-end;align-items:center;gap:10px;transition:transform .25s;display:flex}.social-link:hover{transform:translateY(-3px)scale(1.04)}.social-link img{object-fit:cover;background:#fff;border:3px solid #ffffffeb;border-radius:50%;width:58px;height:58px}.social-link span{opacity:0;pointer-events:none;color:#fff;letter-spacing:.04em;white-space:nowrap;background:#302521eb;border-radius:99px;padding:7px 13px;font-size:12px;transition:all .25s;transform:translate(8px)}.social-link:hover span,.social-link:focus-visible span{opacity:1;transform:translate(0)}.social-link.maps{animation:2.8s ease-in-out infinite social-breathe}.social-link.line{animation:2.8s ease-in-out .55s infinite social-breathe}.social-link.instagram{animation:2.8s ease-in-out 1.1s infinite social-breathe}@keyframes social-breathe{0%,to{filter:drop-shadow(0 8px 16px #2d1e1933)}50%{filter:drop-shadow(0 10px 22px #b57b7273)}}@media (width<=600px){.social-float{gap:9px;bottom:14px;right:14px}.social-link img{border-width:2px;width:50px;height:50px}.social-link span{display:none}}@media (prefers-reduced-motion:reduce){.social-link.maps,.social-link.line,.social-link.instagram{animation:none}.social-link{transition:none}}.theme-1 .teacher-photo{background:#eee8e4;overflow:hidden}.theme-1 .teacher-photo img{object-position:center 22%}@media (width<=1024px){.theme-1 .teacher{width:min(720px,88vw);margin:80px auto;display:block}.theme-1 .teacher-photo{aspect-ratio:2/3;background:#eee8e4;width:min(420px,100%);height:auto;min-height:0;margin:0 auto}.theme-1 .teacher-photo img{object-fit:contain;object-position:center;background:#eee8e4}.theme-1 .teacher-copy{border-top:1px solid var(--line);padding:52px clamp(30px,7vw,70px) 60px}.theme-1 .teacher h2{font-size:clamp(46px,7vw,60px)}}@media (width<=600px){.theme-1 .teacher{width:calc(100% - 32px);margin:60px 16px}.theme-1 .teacher-photo{aspect-ratio:2/3;width:100%}.theme-1 .teacher-copy{padding:36px 22px 42px}.theme-1 .teacher h2{font-size:42px}.theme-1 .teacher h3{font-size:17px}.theme-1 .teacher-copy>p:not(.eyebrow),.theme-1 .teacher li{font-size:14px;line-height:1.75}}.theme-1 .manifesto{padding-top:3.4vw;padding-bottom:3.4vw}.theme-1 .manifesto .fit{margin-top:22px}.theme-1 .course-section,.theme-1 .schedule{padding-top:3.2vw;padding-bottom:3.2vw}.theme-1 .section-head{margin-bottom:28px}.theme-1 .course-grid{row-gap:16px}.theme-1 .addon{margin-top:2.4vw;margin-bottom:2.4vw}.theme-1 .teacher{margin-top:2.8vw;margin-bottom:2.8vw}.theme-1 .register{padding-top:3.4vw;padding-bottom:3.4vw}.theme-1 footer{padding-top:38px;padding-bottom:38px}@media (width<=1024px){.theme-1 .manifesto{padding-top:38px;padding-bottom:38px}.theme-1 .course-section,.theme-1 .schedule{padding-top:34px;padding-bottom:34px}.theme-1 .addon{margin-top:24px;margin-bottom:24px}.theme-1 .teacher{margin-top:32px;margin-bottom:32px}.theme-1 .register{padding-top:38px;padding-bottom:38px}}@media (width<=600px){.theme-1 .manifesto,.theme-1 .course-section,.theme-1 .schedule{padding-top:28px;padding-bottom:28px}.theme-1 .section-head{margin-bottom:22px}.theme-1 .addon{margin-top:16px;margin-bottom:16px}.theme-1 .teacher{margin-top:22px;margin-bottom:22px}.theme-1 .register{padding-top:28px;padding-bottom:28px}.theme-1 footer{padding-top:30px;padding-bottom:78px}}.theme-1 .location-card{background:var(--paper);border:1px solid var(--line);grid-template-columns:180px 1fr auto;align-items:center;gap:28px;margin-top:20px;padding:28px 32px;display:grid}.theme-1 .location-card h3{font:500 28px var(--serif);margin:0}.theme-1 .location-card .eyebrow{margin:0}.theme-1 .location-address{display:grid}.theme-1 .location-address strong{font:500 20px var(--serif)}.theme-1 .location-address span{color:var(--accent);letter-spacing:.08em;font-weight:600}.theme-1 .location-address small{color:var(--muted);margin-top:4px}.theme-1 .location-card>a{border:1px solid var(--accent);color:var(--accent);white-space:nowrap;padding:11px 20px;transition:all .2s}.theme-1 .location-card>a:hover{background:var(--accent);color:#fff}.theme-1 .register-location{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:5px;margin-top:25px;padding:18px 0;display:grid}.theme-1 .register-location b{font-family:var(--serif)}.theme-1 .register-location span{color:var(--muted);font-size:14px}@media (width<=900px){.theme-1 .location-card{grid-template-columns:1fr 1.6fr}.theme-1 .location-card>a{grid-column:1/-1;width:max-content}}@media (width<=600px){.theme-1 .location-card{margin-top:14px;padding:24px 20px;display:block}.theme-1 .location-address{margin:14px 0 20px}.theme-1 .location-address strong{font-size:18px}.theme-1 .location-card>a{display:inline-block}}.theme-1 .teacher{grid-template-columns:42% 58%;align-items:center}.theme-1 .teacher-photo{aspect-ratio:1;align-self:center;width:100%;height:auto;min-height:0}.theme-1 .teacher-photo img{object-fit:cover;object-position:center;width:100%;height:100%}@media (width<=1024px){.theme-1 .teacher{display:block}.theme-1 .teacher-photo{aspect-ratio:1;width:min(440px,100%);margin:0 auto}.theme-1 .teacher-photo img{object-fit:cover;object-position:center}}@media (width<=600px){.theme-1 .teacher-photo{aspect-ratio:1;width:100%;height:auto}.theme-1 .teacher-photo img{object-fit:cover;object-position:center}}.theme-1{--section-gutter:clamp(28px,6.5vw,132px);--card-padding:clamp(28px,2.5vw,46px)}.theme-1 .manifesto,.theme-1 .course-section,.theme-1 .schedule,.theme-1 .register{padding-left:var(--section-gutter);padding-right:var(--section-gutter)}.theme-1 .addon,.theme-1 .teacher{margin-left:var(--section-gutter);margin-right:var(--section-gutter);width:auto}.theme-1 .course-copy,.theme-1 .class-grid article,.theme-1 .location-card,.theme-1 .teacher-copy,.theme-1 form{padding:var(--card-padding)}.theme-1 .teacher{grid-template-columns:minmax(360px,520px) minmax(0,1fr)}.theme-1 .teacher-copy>p,.theme-1 .teacher-copy>ul{max-width:720px}.theme-1 .register{gap:clamp(36px,5vw,88px)}@media (width<=1024px){.theme-1{--section-gutter:clamp(28px,6vw,58px);--card-padding:clamp(26px,5vw,44px)}.theme-1 .teacher{width:auto;margin-left:var(--section-gutter);margin-right:var(--section-gutter)}.theme-1 .teacher-copy{padding:var(--card-padding)}}@media (width<=600px){.theme-1{--section-gutter:16px;--card-padding:22px}.theme-1 .manifesto,.theme-1 .course-section,.theme-1 .schedule,.theme-1 .register{padding-left:var(--section-gutter);padding-right:var(--section-gutter)}.theme-1 .addon,.theme-1 .teacher{margin-left:var(--section-gutter);margin-right:var(--section-gutter);width:auto}.theme-1 .course-copy,.theme-1 .class-grid article,.theme-1 .location-card,.theme-1 .teacher-copy,.theme-1 form{padding-left:var(--card-padding);padding-right:var(--card-padding)}}.field-hint{float:right;color:var(--muted);font-size:11px;font-weight:400}.theme-1 form input:invalid:not(:placeholder-shown){border-color:#b54c4c}.theme-1 form input:valid:not(:placeholder-shown){border-color:#4f8168}@media (width>=901px){.theme-1 .register{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}.theme-1 .register-intro,.theme-1 .register form{min-width:0}}.theme-1 .course-image{height:270px}@media (width<=900px){.theme-1 .course-image{height:225px}.theme-1 .course-card:first-child .course-image{height:300px}}@media (width<=600px){.theme-1 .course-image,.theme-1 .course-card:first-child .course-image{height:225px}}@media (width<=600px){.theme-1 .course-image,.theme-1 .course-card:first-child .course-image{aspect-ratio:4/5;width:calc(100% - 28px);height:auto;margin-top:14px}}.theme-1 .course-card{display:block}.theme-1 .course-image,.theme-1 .course-card:first-child .course-image{aspect-ratio:4/5;width:100%;height:auto;margin:0;overflow:hidden}.theme-1 .course-image img{object-fit:cover;width:100%;height:100%}.theme-1 .course-copy{padding:24px}.theme-1 .course-copy h3{margin:6px 0}.theme-1 .course-copy p{margin:8px 0 0;line-height:1.65}.theme-1 .course-addon-card{color:#fff;background:#171514;border-color:#37312e}.theme-1 .course-addon-card .course-image{background:#171514}.theme-1 .course-addon-card .course-image img{object-fit:contain}.theme-1 .course-addon-card .course-copy>small,.theme-1 .course-addon-card .course-copy>p{color:#c7bbb6}.theme-1 .course-addon-card .course-copy>span,.theme-1 .course-addon-card .course-copy>strong{color:#efc9c1}.theme-1 .course-addon-card .course-copy>strong{font:600 21px var(--serif);margin:16px 0 12px;display:block}.theme-1 .course-addon-card .course-copy>label{cursor:pointer;border:1px solid #716762;align-items:center;gap:8px;width:max-content;padding:9px 13px;font-size:13px;display:flex}.theme-1 .course-addon-card input{width:auto;accent-color:var(--accent)}@media (width>=901px){.theme-1 .course-card,.theme-1 .course-card:first-child,.theme-1 .course-card:nth-child(2){grid-column:span 4}}@media (width<=900px){.theme-1 .course-card:first-child{grid-column:auto}.theme-1 .course-card,.theme-1 .course-card:first-child,.theme-1 .course-card:nth-child(2){grid-column:auto;display:block}.theme-1 .course-image,.theme-1 .course-card:first-child .course-image{aspect-ratio:4/5;width:100%;height:auto;margin:0}}.theme-1 .regular-price{text-decoration-line:line-through;text-decoration-thickness:2px;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.theme-1 .price .regular-price{font:400 17px var(--serif);color:#d6c9c5}.theme-1 .price .early-price-label{color:#efc9c1;margin-top:8px;font-weight:600}.theme-1 .price-stamp .regular-price{color:var(--muted);font-size:27px;font-weight:400}.theme-1 .price-stamp em{color:var(--accent);margin:4px 0 2px;font-style:normal;font-weight:700}.theme-1 .price-stamp>small{margin-top:4px}.theme-1 .course-addon-card .course-copy{padding:16px 18px 10px}.theme-1 .course-addon-card .course-copy h3{margin:2px 0;font-size:22px;line-height:1.3}.theme-1 .course-addon-card .course-copy>p{margin:4px 0;font-size:12.5px;line-height:1.45}.theme-1 .course-addon-card .course-copy>strong{margin:8px 8px 0 0;font-size:17px;line-height:1.3;display:inline-block}.theme-1 .course-addon-card .course-copy>label{vertical-align:top;margin-top:8px;padding:6px 9px;font-size:12px;line-height:1.3;display:inline-flex}.theme-1 .course-card{flex-direction:column;height:100%;display:flex}.theme-1 .course-copy{flex-direction:column;flex:1;display:flex}.theme-1 .course-copy>p{flex:1}.theme-1 .course-more{width:max-content;color:var(--accent);letter-spacing:.04em;align-items:center;gap:7px;margin-top:15px;font-size:13px;font-weight:700;display:inline-flex}.theme-1 .course-addon-card .course-more{color:#efc9c1;margin-top:10px}.theme-1 .course-addon-card .course-copy>strong{margin-bottom:0}.theme-1 .course-grid{align-items:stretch}.theme-1 .course-image,.theme-1 .course-card:first-child .course-image{aspect-ratio:4/5;width:92%;height:auto;margin:12px auto 0}.theme-1 .course-copy,.theme-1 .course-addon-card .course-copy{padding:14px 16px 13px}.theme-1 .course-copy>small{font-size:10px;line-height:1.3}.theme-1 .course-copy h3,.theme-1 .course-addon-card .course-copy h3{margin:3px 0;font-size:20px;line-height:1.3}.theme-1 .course-copy>p,.theme-1 .course-addon-card .course-copy>p{-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:none;margin:4px 0;font-size:12.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.theme-1 .course-addon-card .course-copy>strong{margin:6px 0 0;font-size:16px;line-height:1.3}.theme-1 .course-more,.theme-1 .course-addon-card .course-more{align-self:flex-end;margin:10px 0 0 auto;font-size:12.5px}.theme-1 .course-card{height:100%}@media (width<=600px){.theme-1 .course-image,.theme-1 .course-card:first-child .course-image{aspect-ratio:4/5;width:92%;height:auto;margin-top:10px}.theme-1 .course-copy,.theme-1 .course-addon-card .course-copy{padding:13px 15px 12px}}.theme-1 .course-addon-footer{justify-content:space-between;align-items:flex-end;gap:12px;margin-top:auto;padding-top:9px;display:flex}.theme-1 .course-addon-footer>strong{color:#efc9c1;font:600 16px/1.3 var(--serif);white-space:nowrap}.theme-1 .course-addon-footer .course-more{margin:0 0 0 auto}.theme-1 .course-arrow{flex:0 0 28px;width:28px;height:12px;display:inline-block;position:relative;overflow:visible}.theme-1 .course-arrow:before{content:"";background:currentColor;width:15px;height:1.5px;transition:transform .24s;position:absolute;top:5px;right:8px;transform:translate(0,0)}.theme-1 .course-arrow:after{content:"";border-top:1.5px solid;border-right:1.5px solid;width:7px;height:7px;transition:transform .24s;position:absolute;top:2px;right:8px;transform:translate(0,0)rotate(45deg)}.theme-1 .course-more:hover .course-arrow:before,.theme-1 .course-more:focus-visible .course-arrow:before{transform:translate(7px)}.theme-1 .course-more:hover .course-arrow:after,.theme-1 .course-more:focus-visible .course-arrow:after{transform:translate(7px)rotate(45deg)}.theme-1 .course-arrow:before,.theme-1 .course-arrow:after{backface-visibility:hidden;will-change:transform}@media (prefers-reduced-motion:reduce){.theme-1 .course-arrow:before,.theme-1 .course-arrow:after{transition:none}}@media (width<=950px){.theme-1 .nav{height:70px;padding-inline:4vw}.theme-1 .nav nav{display:none}.theme-1 .brand{font-size:18px}.theme-1 .brand img{width:40px;height:40px}.theme-1 .nav-cta{padding:9px 16px;font-size:14px}.theme-1 .hero{min-height:760px}.theme-1 .hero-copy{width:auto;padding:90px 7vw 55px}.theme-1 .hero h1{font-size:clamp(48px,11vw,72px)}.theme-1 .hero-copy .desc{max-width:520px}.theme-1 .hero-photo img{object-position:61% center}.theme-1 .hero-photo:after{background:linear-gradient(90deg,#19100ec2,#19100e33),linear-gradient(#0000 45%,#140c0abf)}.theme-1 .course-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.theme-1 .course-card,.theme-1 .course-card:first-child,.theme-1 .course-card:nth-child(2){grid-column:auto;min-width:0;display:flex}.theme-1 .course-more{white-space:nowrap}.theme-1 .course-addon-footer{gap:8px}.theme-1 .class-grid{grid-template-columns:1fr;gap:14px}.theme-1 .class-grid article{padding:var(--card-padding)}.theme-1 .register{grid-template-columns:1fr}.theme-1 .register-intro{max-width:620px}.theme-1 .location-card{grid-template-columns:1fr 1.6fr;row-gap:18px}.theme-1 .location-card>a{grid-column:2;justify-self:center}.theme-1 .social-float{gap:8px;right:6px}.theme-1 .social-link span{display:none}.theme-1 .social-link img{border-width:2px;width:46px;height:46px}}@media (width<=700px){.theme-1 .course-grid{grid-template-columns:1fr}.theme-1 .course-card,.theme-1 .course-card:first-child,.theme-1 .course-card:nth-child(2){grid-column:auto}}@media (width<=1024px){.theme-1 .course-more{white-space:nowrap}.theme-1 .course-addon-footer{gap:8px}}.theme-1 .manifesto-features{background:color-mix(in srgb,var(--paper) 78%,transparent);border:1px solid var(--line);max-width:1180px;margin:clamp(28px,3vw,46px) auto 0;padding:clamp(24px,2.4vw,36px);position:relative;box-shadow:0 16px 42px #4630280f}.theme-1 .manifesto-features:before,.theme-1 .manifesto-features:after{content:"";pointer-events:none;width:34px;height:34px;position:absolute}.theme-1 .manifesto-features:before{border-top:1px solid var(--accent);border-left:1px solid var(--accent);top:9px;left:9px}.theme-1 .manifesto-features:after{border-right:1px solid var(--accent);border-bottom:1px solid var(--accent);bottom:9px;right:9px}.theme-1 .feature-heading{grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;max-width:620px;margin:0 auto 24px;display:grid}.theme-1 .feature-heading>span{background:linear-gradient(90deg,transparent,var(--line));height:1px}.theme-1 .feature-heading>span:last-child{background:linear-gradient(90deg,var(--line),transparent)}.theme-1 .feature-fleuron{color:var(--accent);font:400 26px/1 var(--serif);margin-bottom:-2px;display:block}.theme-1 .feature-heading p{color:var(--accent);letter-spacing:.26em;margin:0;font-size:9px;font-weight:700}.theme-1 .feature-heading h3{font:500 24px/1.4 var(--serif);letter-spacing:.18em;margin:1px 0 0}.theme-1 .feature-list{text-align:left;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}.theme-1 .feature-list li{border-top:1px solid var(--line);grid-column:span 2;grid-template-columns:40px 1fr;align-items:start;gap:12px;min-width:0;padding:17px 20px;display:grid}.theme-1 .feature-list li:nth-child(4){grid-column:2/span 2}.theme-1 .feature-list li:nth-child(5){grid-column:4/span 2}.theme-1 .feature-icon{border:1px solid color-mix(in srgb,var(--accent) 70%,var(--line));width:34px;height:34px;color:var(--accent);background:color-mix(in srgb,var(--paper) 72%,transparent);box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--paper) 88%,transparent);border-radius:50%;place-items:center;margin-top:1px;display:grid;position:relative}.theme-1 .feature-icon svg{stroke-width:1.6px;width:17px;height:17px}.theme-1 .feature-icon:after{content:"";border:1px solid var(--accent);opacity:.7;border-bottom:0;border-left:0;border-radius:100% 0;width:8px;height:4px;position:absolute;bottom:1px;right:-4px;transform:rotate(28deg)}.theme-1 .feature-list p{color:var(--ink);font:400 14px/1.75 var(--serif);letter-spacing:.025em;margin:0}@media (width<=950px){.theme-1 .feature-list{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-1 .feature-list li,.theme-1 .feature-list li:nth-child(4){grid-column:auto}.theme-1 .feature-list li:nth-child(5){grid-column:1/-1}.theme-1 .feature-list li:nth-child(5) p{max-width:360px}}@media (width<=600px){.theme-1 .manifesto-features{margin-top:24px;padding:22px 14px 14px}.theme-1 .feature-heading{gap:10px;margin-bottom:14px}.theme-1 .feature-heading h3{font-size:21px}.theme-1 .feature-list{grid-template-columns:1fr}.theme-1 .feature-list li,.theme-1 .feature-list li:nth-child(4),.theme-1 .feature-list li:nth-child(5){grid-column:1;grid-template-columns:34px 1fr;gap:8px;padding:14px 10px}.theme-1 .feature-icon{width:32px;height:32px}.theme-1 .feature-icon svg{width:16px;height:16px}.theme-1 .feature-list p{font-size:13px}.theme-1 .manifesto .fit{margin-top:18px}}.theme-1 .class-grid article{flex-direction:column;display:flex}.theme-1 .class-dates{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);margin:17px 0 15px;padding:13px 0;font-size:13px;line-height:1.7}.theme-1 .class-dates span{color:var(--accent);letter-spacing:.12em;margin-bottom:2px;font-size:10px;font-weight:700;display:block}.theme-1 .class-grid article>a{width:max-content;margin-top:auto}.theme-1 .schedule-note{color:var(--muted);align-items:center;gap:10px;margin:15px 0 0;font-size:13px;display:flex}.theme-1 .schedule-note strong{color:var(--accent);letter-spacing:.1em;font-size:11px}.theme-1 form fieldset label{align-items:flex-start}.theme-1 .class-label-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.theme-1 .class-label-row .class-label{margin:0}.theme-1 .class-sold-out-badge,.theme-1 .sold-out-inline{color:#934747;letter-spacing:.08em;white-space:nowrap;background:#fff7f5;border:1px solid #a85858;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.theme-1 .class-sold-out-badge{min-height:27px;padding:2px 10px;font-size:10px}.theme-1 .class-grid article.is-sold-out{background:#f2eeea;border-color:#d3c6be}.theme-1 .class-grid article.is-sold-out h3,.theme-1 .class-grid article.is-sold-out>p,.theme-1 .class-grid article.is-sold-out small{color:#81746e}.theme-1 .class-sold-out-button{color:#81746e;cursor:not-allowed;background:#e7dfda;border:1px solid #b8aaa2;align-items:center;width:max-content;min-height:44px;margin-top:auto;padding:8px 20px;font-size:13px;font-weight:700;display:inline-flex}.theme-1 form .class-option-sold-out{color:var(--muted);cursor:not-allowed}.theme-1 form .class-option-sold-out input{cursor:not-allowed}.theme-1 .sold-out-inline{min-height:22px;margin-left:7px;padding:1px 7px;font-size:9px}@media (width<=600px){.theme-1 .class-dates{margin:14px 0 13px}.theme-1 .schedule-note{display:block}.theme-1 .schedule-note strong{margin-bottom:2px;display:block}}.theme-1 .course-info-title{align-self:start}.theme-1 .location-address .info-label{color:var(--accent);letter-spacing:.12em;margin:0 0 3px;font-size:10px;font-weight:700}.theme-1 .parking-info{border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:180px minmax(0,1fr) auto;align-items:center;gap:28px;padding:19px 0;display:grid}.theme-1 .parking-info-title h4{font:500 24px/1.4 var(--serif);margin:0}.theme-1 .parking-address{display:grid}.theme-1 .parking-address small{color:var(--accent);letter-spacing:.12em;font-size:10px;font-weight:700}.theme-1 .parking-address strong{font:500 18px/1.6 var(--serif)}.theme-1 .parking-address span{color:var(--muted);font-size:12px}.theme-1 .parking-info>a{border:1px solid var(--accent);color:var(--accent);white-space:nowrap;flex:none;padding:10px 18px;transition:all .2s}.theme-1 .parking-info>a:hover{background:var(--accent);color:#fff}.theme-1 .course-includes{border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:180px minmax(0,1fr);gap:28px;padding-top:24px;display:grid}.theme-1 .course-includes-title span{color:var(--accent);letter-spacing:.16em;font-size:10px;font-weight:700}.theme-1 .course-includes-title h4{font:500 24px/1.4 var(--serif);margin:2px 0 0}.theme-1 .course-includes ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 28px;margin:0;padding:0;list-style:none;display:grid}.theme-1 .course-includes li{color:var(--ink);padding-left:17px;font-size:14px;position:relative}.theme-1 .course-includes li:before{content:"❦";color:var(--accent);font-size:11px;position:absolute;top:.05em;left:0}.theme-1 .course-notes{border-top:1px solid var(--line);margin-top:17px;padding-top:14px}.theme-1 .course-notes p{color:var(--muted);margin:3px 0;padding-left:15px;font-size:11px;line-height:1.65;position:relative}.theme-1 .course-notes p:before{content:"※";color:var(--accent);position:absolute;left:0}@media (width<=950px){.theme-1 .parking-info{grid-template-columns:1fr 1.6fr;row-gap:18px}.theme-1 .parking-info>a{grid-column:2;justify-self:center}.theme-1 .course-includes{grid-template-columns:1fr;gap:14px}}@media (width<=600px){.theme-1 .parking-info{margin-top:20px;padding:18px 0;display:block}.theme-1 .parking-info-title{margin-bottom:12px}.theme-1 .location-card>a{margin-left:auto;margin-right:auto;display:flex}.theme-1 .parking-info>a{margin:13px auto 0;display:flex}.theme-1 .course-includes{margin-top:0;padding-top:20px;display:block}.theme-1 .course-includes-title{margin-bottom:12px}.theme-1 .course-includes ul{grid-template-columns:1fr;gap:6px}.theme-1 .course-notes{margin-top:14px}}.theme-1 .location-card>a,.theme-1 .parking-info>a{text-align:center;justify-content:center;align-items:center;width:220px;max-width:100%;min-height:48px;padding:10px 16px;line-height:1.4;display:inline-flex}.detail-page{min-height:100vh;overflow:clip}.detail-header{z-index:50;background:color-mix(in srgb,var(--bg) 92%,transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);height:72px;position:sticky;top:0}.detail-header-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;width:min(1440px,100%);height:100%;margin:auto;padding:0 clamp(24px,5vw,76px);display:grid}.detail-back,.detail-register-link,.detail-brand{align-items:center;display:inline-flex}.detail-back{color:var(--muted);justify-self:start;gap:8px;font-size:13px;font-weight:600}.detail-back svg{width:18px}.detail-brand{font:500 17px var(--serif);letter-spacing:.14em;justify-self:center;gap:10px}.detail-brand img{object-fit:contain;width:38px;height:38px}.detail-register-link{background:var(--accent);color:#fff;justify-self:end;min-height:40px;padding:7px 20px;font-size:13px;font-weight:600}.detail-main{padding:clamp(44px,6vw,84px) var(--section-gutter) clamp(72px,8vw,120px)}.detail-main>article{width:min(1360px,100%);margin:auto}.detail-hero{grid-template-columns:minmax(0,56%) minmax(300px,1fr);align-items:center;gap:clamp(42px,5vw,76px);display:grid}.detail-carousel{aspect-ratio:4/5;border:1px solid var(--line);background:#eee7e1;outline:none;min-width:0;position:relative;overflow:hidden}.detail-carousel:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 30%,transparent)}.detail-carousel-track{overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:100%;grid-auto-flow:column;width:100%;height:100%;display:grid;overflow-x:auto}.detail-carousel-track::-webkit-scrollbar{display:none}.detail-carousel-slide{scroll-snap-align:start;scroll-snap-stop:always;width:100%;height:100%;margin:0}.detail-carousel-slide img{object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%}.detail-carousel-addon,.detail-carousel-addon .detail-carousel-slide{background:#171514}.detail-carousel-addon .detail-carousel-slide img{object-fit:contain}.detail-carousel-arrow{z-index:3;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#251b188c;border:1px solid #ffffff8c;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;transition:opacity .2s,background .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.detail-carousel-arrow:hover{background:#251b18c7}.detail-carousel-arrow:disabled{opacity:0;pointer-events:none}.detail-carousel-arrow svg{width:21px}.detail-carousel-prev{left:18px}.detail-carousel-next{right:18px}.detail-carousel-count{z-index:3;color:#fff;letter-spacing:.14em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#251b18a6;padding:4px 10px;font-size:10px;position:absolute;top:16px;right:16px}.detail-carousel-dots{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#251b1880;gap:7px;padding:7px 10px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.detail-carousel-dots button{cursor:pointer;background:#ffffff7a;border:0;border-radius:50%;width:6px;height:6px;padding:0;transition:width .2s,background .2s}.detail-carousel-dots button.active{background:#fff;border-radius:99px;width:20px}.detail-intro{min-width:0}.detail-intro .eyebrow{margin:0 0 8px}.detail-en{color:var(--muted);font:400 12px/1.5 var(--serif);letter-spacing:.17em;text-transform:uppercase;margin:0}.detail-intro h1{font:500 clamp(46px,5vw,74px)/1.18 var(--serif);letter-spacing:-.035em;margin:16px 0 20px}.detail-tagline{color:var(--accent);font:500 clamp(18px,2vw,25px)/1.5 var(--serif);margin:-7px 0 20px}.detail-lead{color:var(--muted);margin:0;font-size:15px;line-height:2}.detail-meta{border-top:1px solid var(--line);gap:0;margin:32px 0 0;display:grid}.detail-meta>div{border-bottom:1px solid var(--line);grid-template-columns:100px 1fr;gap:16px;padding:13px 0;display:grid}.detail-meta dt{color:var(--accent);letter-spacing:.12em;font-size:10px;font-weight:700}.detail-meta dd{font:500 14px/1.6 var(--serif);margin:0}.detail-content{grid-template-columns:minmax(0,1fr) minmax(300px,360px);align-items:start;gap:clamp(50px,7vw,84px);width:min(1120px,100%);margin:clamp(62px,8vw,110px) auto 0;display:grid}.detail-story h2,.detail-points h2{font:500 clamp(30px,3vw,43px)/1.35 var(--serif);margin:5px 0 20px}.detail-story>p:last-child:not(.detail-addon-note){color:var(--muted);font:400 16px/2 var(--serif);margin:0}.detail-addon-note{border-left:2px solid var(--accent);background:var(--paper);color:var(--muted);margin:24px 0 0;padding:17px 20px;font-size:13px}.detail-points{background:var(--paper);border:1px solid var(--line);padding:28px;position:sticky;top:104px}.detail-points .eyebrow{margin:0}.detail-points h2{font-size:30px}.detail-points ol{margin:0;padding:0;list-style:none}.detail-points li{border-top:1px solid var(--line);grid-template-columns:30px 1fr;align-items:start;gap:12px;padding:13px 0;display:grid}.detail-points li:first-child{border-top:0}.detail-point-icon{width:28px;height:28px;color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 70%,var(--line));border-radius:50%;place-items:center;display:grid}.detail-point-icon svg{stroke-width:1.6px;width:14px;height:14px}.detail-points li p{color:var(--ink);font:400 13px/1.7 var(--serif);margin:1px 0 0}.detail-result{color:#fff;background:#3d2d29;grid-template-columns:130px minmax(0,1fr) minmax(220px,320px);align-items:center;gap:26px;width:min(1120px,100%);margin:clamp(46px,6vw,76px) auto 0;padding:28px 34px;display:grid}.detail-result>span{color:#efc9c1;letter-spacing:.18em;font-size:10px;font-weight:700}.detail-result strong{font:500 clamp(22px,2.4vw,34px)/1.4 var(--serif)}.detail-result p{color:#d6c9c5;margin:0;font-size:11px;line-height:1.7}.detail-result-addon{background:#171514}.detail-pager{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;width:min(1120px,100%);margin:28px auto 0;display:grid}.detail-pager-link{align-items:center;gap:18px;min-height:112px;padding:23px 26px;transition:background .2s;display:flex}.detail-pager-link:hover{background:var(--paper)}.detail-pager-link svg{width:20px;color:var(--accent);flex:none;transition:transform .22s}.detail-pager-link:hover>svg:first-child{transform:translate(-5px)}.detail-pager-link:hover>svg:last-child{transform:translate(5px)}.detail-pager-link span{display:grid}.detail-pager-link small{color:var(--accent);letter-spacing:.16em;font-size:9px;font-weight:700}.detail-pager-link strong{font:500 17px/1.55 var(--serif)}.detail-pager-next{text-align:right;border-left:1px solid var(--line);justify-content:flex-end}.detail-pager-spacer{min-height:112px}.detail-bottom-cta{text-align:center;width:min(760px,100%);margin:clamp(62px,8vw,110px) auto 0}.detail-bottom-cta h2{font:500 clamp(34px,4vw,54px)/1.35 var(--serif);margin:8px 0 28px}.detail-bottom-cta>a{background:var(--accent);color:#fff;align-items:center;gap:10px;padding:11px 24px;font-size:13px;font-weight:700;display:inline-flex}.detail-bottom-cta>a svg{width:18px;transition:transform .22s}.detail-bottom-cta>a:hover svg{transform:translate(5px)}@media (width<=950px){.detail-header{height:64px}.detail-header-inner{padding:0 24px}.detail-hero{grid-template-columns:1fr;gap:42px}.detail-carousel,.detail-intro{width:min(700px,100%);margin:auto}.detail-content{grid-template-columns:1fr;gap:38px}.detail-points{position:static}.detail-points ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;display:grid}.detail-result{grid-template-columns:120px 1fr}.detail-result p{grid-column:2}.detail-page .social-float{right:6px}}@media (width<=600px){.detail-header{height:58px}.detail-header-inner{grid-template-columns:1fr auto 1fr;gap:8px;padding:0 14px}.detail-back{font-size:12px}.detail-back span{display:none}.detail-back svg{width:20px}.detail-brand img{width:32px;height:32px}.detail-brand span{display:none}.detail-register-link{min-height:34px;padding:5px 12px;font-size:12px}.detail-main{padding:26px 16px 88px}.detail-hero{gap:29px}.detail-carousel{border-left:0;border-right:0;width:calc(100% + 32px);max-width:none;margin-inline:-16px}.detail-carousel-arrow{display:none}.detail-carousel-count{top:12px;right:12px}.detail-carousel-dots{bottom:12px}.detail-intro h1{margin:11px 0 15px;font-size:clamp(38px,11vw,46px)}.detail-en{font-size:10px}.detail-lead{font-size:14px;line-height:1.85}.detail-meta{margin-top:24px}.detail-meta>div{grid-template-columns:82px 1fr;padding:11px 0}.detail-content{gap:28px;margin-top:48px}.detail-story h2,.detail-points h2{font-size:29px}.detail-story>p:last-child:not(.detail-addon-note){font-size:15px;line-height:1.9}.detail-points{padding:22px 18px}.detail-points ol{grid-template-columns:1fr}.detail-points li{padding:12px 0}.detail-result{grid-template-columns:1fr;gap:8px;margin-top:34px;padding:24px}.detail-result p{grid-column:auto;margin-top:7px}.detail-pager{grid-template-columns:1fr;margin-top:20px}.detail-pager-spacer{display:none}.detail-pager-link{min-height:88px;padding:18px 12px}.detail-pager-next{border-top:1px solid var(--line);border-left:0}.detail-bottom-cta{margin-top:54px}.detail-bottom-cta h2{font-size:34px}.detail-page footer{padding-bottom:176px}}@media (prefers-reduced-motion:reduce){.detail-carousel-track{scroll-behavior:auto}.detail-carousel-dots button,.detail-pager-link,.detail-pager-link svg,.detail-bottom-cta>a svg{transition:none}}.detail-story>p:not(.eyebrow):not(.detail-addon-note){color:var(--muted);font:400 16px/2 var(--serif);margin:0}@media (width<=600px){.detail-story>p:not(.eyebrow):not(.detail-addon-note){font-size:15px;line-height:1.9}}.reserve-submit{letter-spacing:.04em;font-weight:700}.theme-1 form .success{background:#edf6f0;border-left:2px solid #4f8168;margin:0;padding:13px 15px;font-size:12px;line-height:1.7}.line-modal-reopen{text-underline-offset:3px;font-size:inherit;cursor:pointer;font-weight:700;text-decoration:underline;display:inline;color:#317151!important;background:0 0!important;border:0!important;margin-left:6px!important;padding:0!important}.line-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1f1613b8;place-items:center;padding:24px;font-family:Noto Sans TC,sans-serif;animation:.2s line-modal-fade;display:grid;position:fixed;inset:0}.line-modal{color:#302521;background:#f8f3ee;border:1px solid #ffffff6b;width:min(900px,100%);max-height:calc(100dvh - 48px);padding:clamp(30px,4vw,52px);position:relative;overflow:auto;box-shadow:0 30px 90px #0f090759}.line-modal-close{color:#746862;cursor:pointer;background:0 0;border:1px solid #ded2ca;place-items:center;width:38px;height:38px;padding:0;display:grid;position:absolute;top:17px;right:17px}.line-modal-close:hover,.line-modal-close:focus-visible{color:#302521;background:#fff}.line-modal-close svg{width:18px}.line-modal-heading{max-width:680px;margin-bottom:30px;padding-right:44px}.line-modal-heading>p:first-child,.line-step{color:#b57b72;letter-spacing:.2em;margin:0 0 7px;font-size:9px;font-weight:700;display:block}.line-modal-heading h2{margin:0;font:500 clamp(34px,4vw,54px)/1.35 Noto Serif TC,serif}.line-modal-heading>p:last-child{color:#746862;margin:14px 0 0;font-size:14px;line-height:1.8}.line-modal-content{border-top:1px solid #ded2ca;grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:center;gap:clamp(28px,5vw,58px);padding-top:28px;display:grid}.line-modal-qr{text-align:center;background:#fff;border:1px solid #ded2ca;gap:10px;padding:14px;transition:transform .2s,box-shadow .2s;display:grid}.line-modal-qr:hover{transform:translateY(-3px);box-shadow:0 14px 34px #482f281a}.line-modal-qr img{aspect-ratio:1;object-fit:contain;width:100%;height:auto}.line-modal-qr span{color:#746862;letter-spacing:.04em;font-size:10px}.line-modal-actions h3{margin:4px 0 16px;font:500 25px/1.5 Noto Serif TC,serif}.line-modal-actions ol{counter-reset:line-steps;margin:0 0 23px;padding:0;list-style:none}.line-modal-actions li{counter-increment:line-steps;color:#746862;border-top:1px solid #ded2ca;padding:10px 0 10px 37px;font-size:13px;position:relative}.line-modal-actions li:before{content:counter(line-steps,decimal-leading-zero);color:#b57b72;font:italic 15px DM Serif Display,serif;position:absolute;left:0}.line-primary-action{color:#fff;background:#06c755;align-items:center;gap:11px;min-height:52px;padding:8px 15px;font-size:14px;font-weight:700;display:flex}.line-primary-action img{object-fit:cover;border-radius:50%;flex:0 0 34px;width:34px;height:34px}.line-primary-action span{flex:1}.line-primary-action svg{width:18px}.line-secondary-action{color:#746862;cursor:pointer;background:0 0;border:0;width:100%;margin-top:10px;padding:8px;font-size:12px;display:block}.line-secondary-action:hover{text-underline-offset:3px;text-decoration:underline}@keyframes line-modal-fade{0%{opacity:0}to{opacity:1}}.theme-1 form.is-locked input:disabled,.theme-1 form.is-locked select:disabled{opacity:1;color:var(--ink);cursor:not-allowed;-webkit-text-fill-color:var(--ink)}.theme-1 form.is-locked fieldset:disabled{opacity:1}.theme-1 form.is-locked .check{color:var(--muted)}.theme-1 form .reserve-submit:disabled{color:#fff;cursor:not-allowed;opacity:1;background:#746862}.theme-1 form .submit-error{color:#8b302e;background:#fff0ee;border-left:2px solid #b54c4c;margin:0;padding:13px 15px;font-size:12px;line-height:1.7}@media (width<=700px){.line-modal-backdrop{align-items:end;padding:12px}.line-modal{width:100%;max-height:calc(100dvh - 24px);padding:30px 20px 24px}.line-modal-heading{margin-bottom:22px}.line-modal-heading h2{font-size:34px}.line-modal-heading>p:last-child{font-size:13px}.line-modal-content{grid-template-columns:1fr;gap:24px;padding-top:22px}.line-modal-qr{width:min(250px,75vw);margin:auto}.line-modal-actions h3{font-size:22px}.line-modal-close{top:12px;right:12px}}@media (prefers-reduced-motion:reduce){.line-modal-backdrop{animation:none}.line-modal-qr{transition:none}}
