:root{--paper:#fbf8f2;--cream:#f4ede3;--cream2:#eee3d4;--ink:#2b2018;--muted:#74675d;--gold:#b38749;--gold2:#9a6a29;--brown:#342116;--line:#dfd2c2;--white:#fff;--shadow:0 20px 60px rgba(76,49,27,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:86px}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Noto Sans KR",sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.mobile-only{display:none}.skip-link{position:fixed;left:16px;top:-80px;z-index:999;background:#111;color:#fff;padding:10px 14px}.skip-link:focus{top:12px}
.site-header{height:80px;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(28px,4vw,64px);background:rgba(251,248,242,.95);backdrop-filter:blur(15px);border-bottom:1px solid rgba(167,131,79,.16);transition:.25s}.site-header.scrolled{box-shadow:0 8px 24px rgba(61,40,23,.06)}.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand img{width:40px;height:40px}.brand span{display:flex;flex-direction:column}.brand strong{font:600 23px/1.15 "Noto Serif KR",serif;letter-spacing:-.04em}.brand small{font:11px/1.2 Georgia,serif;color:#65584e;margin-top:3px}.site-header nav{display:flex;align-items:center;gap:4px}.site-header nav>a{padding:13px 14px;font:600 14px "Noto Serif KR",serif;white-space:nowrap;transition:.2s}.site-header nav>a:hover,.site-header nav>a.active{color:var(--gold2)}.site-header nav .store{display:flex;align-items:center;gap:12px;margin-left:12px;padding:13px 21px;background:var(--brown);color:#fff}.site-header nav .store:hover{color:#fff;transform:translateY(-1px)}.site-header nav .store b{font-size:21px;line-height:1}.menu-toggle{display:none;background:none;border:0;width:44px;padding:7px}.menu-toggle span{display:block;height:1px;background:var(--ink);margin:7px 0;transition:.2s}
.hero{position:relative;background:#f5eee4;overflow:hidden}.hero-approved img{width:100%;height:auto}.hero-store-hit{position:absolute;left:3%;top:68%;width:20%;height:10%;border-radius:2px}.hero-store-hit:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.about{background:#f7f1e8}.about-approved img{width:100%;height:auto}
.section{padding:clamp(78px,8vw,120px) clamp(22px,5vw,80px)}.section-title{text-align:center;max-width:760px;margin:0 auto 44px}.section-title>span,.kicker,.eyebrow{display:block;color:var(--gold2);font:500 12px Georgia,serif;letter-spacing:.2em}.section-title h2{margin:11px 0 12px;font:600 clamp(31px,3vw,48px)/1.35 "Noto Serif KR",serif;letter-spacing:-.045em}.section-title p{margin:0;color:var(--muted);font-size:15px}
.works{background:var(--paper)}.work-grid{max-width:1420px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.work-grid figure{position:relative;margin:0;overflow:hidden;background:#eee;aspect-ratio:1.25/1;border-radius:4px}.work-grid figure.wide{grid-column:span 2;aspect-ratio:2.55/1}.work-grid img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.work-grid figure:hover img{transform:scale(1.035)}.work-grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:42px 22px 18px;color:#fff;font:600 17px "Noto Serif KR",serif;background:linear-gradient(transparent,rgba(30,20,13,.78))}.note{text-align:center;color:#8b7c70;font-size:12px;margin:22px 0 0}
.occasions{background:linear-gradient(180deg,#f3ebdf,#fbf8f2)}.occasion-grid{max-width:1420px;margin:auto;display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.occasion-grid article{padding:22px 18px 24px;background:rgba(255,255,255,.58);border:1px solid #ddcdb9;border-radius:8px;text-align:center;box-shadow:0 8px 25px rgba(70,46,25,.04);transition:.25s}.occasion-grid article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.occasion-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:50%;border:1px solid #d6ba8f}.occasion-grid h3{margin:19px 0 6px;font:600 21px "Noto Serif KR",serif}.occasion-grid p{margin:0;color:var(--muted);font-size:13px}
.workshop{background:#f8f3ec}.workshop-gallery{max-width:1120px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:18px}.workshop-gallery figure{margin:0;overflow:hidden;border-radius:7px;border:1px solid var(--line);background:#fff}.workshop-gallery img{width:100%;height:430px;object-fit:cover}.benefits{max-width:1120px;margin:18px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.benefits article{display:flex;align-items:center;gap:16px;min-height:104px;padding:20px 22px;background:rgba(255,255,255,.58);border:1px solid var(--line)}.benefits b{width:56px;height:56px;flex:0 0 56px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold2);font:500 15px Georgia,serif}.benefits div{display:flex;flex-direction:column}.benefits strong{font:600 17px "Noto Serif KR",serif}.benefits span{font-size:12px;color:var(--muted);margin-top:3px}
.process{background:#fffdf9}.steps{max-width:1220px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.steps article{position:relative;text-align:center;padding:34px 18px}.steps article+article{border-left:1px solid var(--line)}.steps b{display:block;color:#b88b49;font:500 12px Georgia,serif;letter-spacing:.12em}.steps h3{margin:10px 0 6px;font:600 17px "Noto Serif KR",serif}.steps p{margin:0;color:var(--muted);font-size:12px}
.contact-section{display:grid;grid-template-columns:1.05fr 1.05fr 1.5fr 1.05fr;gap:0;background:#302117;color:#eee3d7;padding:70px clamp(24px,5vw,80px)}.contact-section>div,.contact-section>dl{padding:8px clamp(18px,2.5vw,38px);margin:0}.contact-section>*+*{border-left:1px solid rgba(255,255,255,.12)}.contact-intro img{width:48px;filter:brightness(1.45)}.contact-intro h2{font:600 25px "Noto Serif KR",serif;margin:12px 0}.contact-intro p,.contact-block p,.store-block p{color:#cdbfaf;font-size:12px}.contact-block h3,.store-block h3{font:600 18px "Noto Serif KR",serif;margin:9px 0}.contact-block .phone{display:inline-block;font-size:20px;letter-spacing:.04em;margin:3px 0 4px}.company-info div{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:6px 0;font-size:12px}.company-info dt{color:#bda98e}.company-info dd{margin:0}.store-block>a{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f4eadc;color:#2f2118;padding:15px 16px;margin:13px 0 10px;font-weight:600}.store-block>a b{font-size:22px}footer{display:flex;align-items:center;justify-content:space-between;padding:20px clamp(24px,5vw,80px);background:#241810;color:#a99582;font-size:11px}footer a{color:#d5c3af}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.work-grid img,.occasion-grid article{transition:none}}
@media(max-width:1180px){.site-header nav>a{padding:12px 9px;font-size:13px}.site-header nav .store{padding:12px 15px}.occasion-grid{grid-template-columns:repeat(3,1fr)}.contact-section{grid-template-columns:1fr 1fr}.contact-section>*{border-left:0!important;border-top:1px solid rgba(255,255,255,.12);padding-top:28px!important;margin-top:22px!important}.contact-section>*:nth-child(-n+2){border-top:0;margin-top:0!important}}
@media(max-width:900px){.desktop-only{display:none!important}.mobile-only{display:block}.site-header{height:72px;padding:0 20px}.brand img{width:36px;height:36px}.brand strong{font-size:19px}.brand small{font-size:9px}.menu-toggle{display:block}.site-header nav{position:fixed;left:0;right:0;top:72px;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:14px 20px 24px;background:rgba(251,248,242,.985);border-bottom:1px solid var(--line);transform:translateY(-130%);opacity:0;pointer-events:none;transition:.25s;box-shadow:0 18px 35px rgba(50,34,21,.08)}.site-header nav.open{transform:none;opacity:1;pointer-events:auto}.site-header nav>a{padding:13px 5px;border-bottom:1px solid rgba(171,140,99,.15)}.site-header nav .store{margin:14px 0 0;justify-content:center;border:0}.hero-mobile{background:#f4ecdf}.hero-mobile-copy{padding:54px 24px 34px}.hero-mobile h1{margin:14px 0 20px;font:500 clamp(42px,12vw,62px)/1.3 "Noto Serif KR",serif;letter-spacing:-.055em}.hero-mobile h1 em{font-style:normal;color:var(--gold2)}.hero-mobile-copy>p:not(.eyebrow){font-size:14px;color:#675a50}.primary-btn{display:flex;align-items:center;justify-content:center;gap:15px;width:max-content;max-width:100%;margin-top:25px;background:var(--brown);color:#fff;padding:14px 18px;font:600 15px "Noto Serif KR",serif}.primary-btn b{font-size:20px}.hero-mobile small{display:block;margin-top:13px;color:#8b7867;font-size:11px}.hero-mobile>img{width:100%;height:370px;object-fit:cover;object-position:60% center}.about-mobile{padding:72px 24px;background:#f8f2e9}.about-mobile h2{margin:15px 0 18px;font:500 clamp(35px,9.5vw,52px)/1.42 "Noto Serif KR",serif;letter-spacing:-.045em}.about-mobile h2 em{font-style:normal;color:var(--gold2)}.about-lead{color:#6e6157;font-size:14px}.about-mobile>img{width:100%;height:330px;object-fit:cover;object-position:center;margin:28px 0 18px;border-radius:5px}.about-points{display:grid;grid-template-columns:1fr 1fr;gap:10px}.about-points article{display:flex;gap:12px;align-items:center;padding:16px 14px;background:rgba(255,255,255,.7);border:1px solid #e0d2c1}.about-points b{width:50px;height:50px;flex:0 0 50px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold2);font:500 14px Georgia,serif}.about-points span{display:flex;flex-direction:column}.about-points strong{font:600 14px "Noto Serif KR",serif}.about-points small{font-size:10px;color:var(--muted);margin-top:2px}.work-grid{grid-template-columns:1fr 1fr}.work-grid figure.wide{grid-column:span 2}.workshop-gallery{grid-template-columns:1fr}.workshop-gallery img{height:360px}.benefits{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr;border:0;gap:10px}.steps article,.steps article+article{border:1px solid var(--line)}.contact-section{grid-template-columns:1fr}}
@media(max-width:580px){.section{padding:68px 18px}.section-title{margin-bottom:30px}.section-title h2{font-size:31px}.work-grid{grid-template-columns:1fr;gap:10px}.work-grid figure,.work-grid figure.wide{grid-column:auto;aspect-ratio:1.32/1}.work-grid figcaption{font-size:15px}.occasion-grid{grid-template-columns:repeat(2,1fr);gap:10px}.occasion-grid article{padding:13px 12px 18px}.occasion-grid h3{font-size:17px;margin-top:12px}.occasion-grid p{font-size:11px}.about-points{grid-template-columns:1fr}.workshop-gallery img{height:300px}.steps{grid-template-columns:1fr}.contact-section{padding:54px 20px}.contact-section>div,.contact-section>dl{padding-left:0;padding-right:0}.company-info div{grid-template-columns:85px 1fr}footer{padding:18px 20px}.hero-mobile>img{height:310px}}
