:root{--paper:#f7f5f0;--ink:#292c28;--muted:#777d73;--line:#dfdfd5;--sage:#dce3d4;--accent:#424f40;--white:#fffefa;--danger:#aa4137}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;font-size:14px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}input,select,textarea{background:#fff;border:1px solid var(--line);border-radius:6px;color:var(--ink);padding:10px 12px;width:100%;min-width:0}input:focus,textarea:focus,select:focus{outline:2px solid #85937f;outline-offset:2px}textarea{resize:vertical}h1,h2,h3,p{margin-top:0}h1{font-size:32px;line-height:1.3;letter-spacing:-1px;margin-bottom:12px;font-weight:550}h2{font-size:22px;font-weight:550;line-height:1.4}h3{font-size:17px;font-weight:550}small,.small{font-size:12px}small{display:block;color:var(--muted)}label{display:block;font-weight:500;margin-bottom:18px}label>input,label>select,label>textarea{display:block;margin-top:7px}label small{font-weight:400;margin-top:4px}.muted{color:var(--muted)}.eyebrow{display:block;font-size:10px;font-weight:650;letter-spacing:2px;margin-bottom:18px}.button{display:inline-flex;justify-content:center;align-items:center;gap:32px;background:var(--ink);color:white;padding:12px 22px;border:1px solid var(--ink);border-radius:5px;font-weight:500;line-height:1.6}.button:hover{background:var(--accent);border-color:var(--accent)}.button.secondary{background:transparent;color:var(--ink);border-color:var(--line)}.button.secondary:hover{background:#e9ece4}.full{width:100%}.text-button{border:0;background:none;color:inherit;padding:0;white-space:nowrap}.danger{color:var(--danger)}.actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.actions form{margin:0}.check{display:flex;align-items:center;gap:8px;margin:14px 0;font-weight:400}.check input{width:16px;height:16px;margin:0;accent-color:var(--accent)}.wordmark{font-size:25px;letter-spacing:4px;font-weight:650;line-height:1.3}.wordmark span{display:block;font-size:10px;letter-spacing:2px;font-weight:400;color:var(--muted);margin-top:10px}.notice{padding:16px 20px;border:1px solid var(--line);border-radius:6px;margin:20px 0;background:#f5f4eb}.notice.success{background:#edf3e7;border-color:#cbdcbb}.notice.error{background:#fff0eb;border-color:#e6c1b8;color:#933c30}.preline{white-space:pre-line;overflow-wrap:anywhere}.pagination{display:flex;align-items:center;justify-content:center;gap:24px;padding:28px 0}.pagination a{padding:8px 16px;border:1px solid var(--line);border-radius:4px}.pagination>span{color:var(--muted)}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.section-heading h2{margin-bottom:0}.section-heading .eyebrow{margin-bottom:12px}.section-heading>a{font-size:13px;white-space:nowrap}.empty{text-align:center;padding:60px 20px;color:var(--muted)}.empty h3{color:var(--ink)}.badge{display:inline-block;border-radius:30px;padding:3px 12px;background:#eeeae2;font-size:12px;white-space:nowrap}.badge.green{color:#456343;background:#e6efdf}.fit{align-self:start}.sticky{position:sticky;top:24px}.thumb{width:56px;height:62px;object-fit:cover;border-radius:5px;flex-shrink:0}.placeholder{display:grid;place-items:center;background:#eeece5;color:#969c8f}
/* Content management */
.admin-body{background:#f6f7f3}.sidebar{width:216px;position:fixed;inset:0 auto 0 0;background:#fdfdfb;border-right:1px solid var(--line);padding:38px 24px;display:flex;flex-direction:column;z-index:5}.sidebar .wordmark{margin:0 12px 52px}.sidebar nav{display:grid;gap:8px}.sidebar nav a{display:flex;justify-content:space-between;padding:12px 14px;border-radius:5px;color:#757b70}.sidebar nav a span{opacity:0}.sidebar nav a.active{background:#e9eddf;color:#354430}.sidebar nav a.active span{opacity:1}.sidebar-bottom{margin-top:auto;display:grid;gap:20px;padding:12px;font-size:12px;color:var(--muted)}.admin-main{margin-left:216px;padding:0 40px 60px;max-width:1600px}.admin-top{height:76px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);border-bottom:1px solid var(--line);font-size:12px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:42px 0 32px}.page-heading .eyebrow{margin-bottom:10px}.page-heading p{margin-bottom:0}.page-heading h1{margin-top:8px}.count{font-size:16px;color:var(--muted);vertical-align:middle;margin-left:8px}.panel{padding:28px;border:1px solid var(--line);background:#fffefa;border-radius:9px;margin-bottom:24px}.panel>h2{margin-bottom:24px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px}.stats article{border:1px solid var(--line);background:#fffefa;border-radius:8px;padding:25px}.stats article>span{color:var(--muted)}.stats strong{display:block;font-size:44px;font-weight:500;line-height:1.8}.recent-row{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #ecece3;padding:20px 0}.recent-row:last-child{border:0}.recent-row small{margin-top:5px}.admin-columns{display:grid;grid-template-columns:1.15fr 1fr;gap:24px;align-items:start}.filters{display:flex;gap:12px;align-items:center;margin-bottom:20px}.filters input{flex:1}.filters select{width:160px}.filters>a{white-space:nowrap;font-size:12px}.table-wrap{overflow-x:auto;padding-top:6px}table{border-collapse:collapse;width:100%;white-space:nowrap}th{text-align:left;font-weight:450;color:var(--muted);font-size:12px;padding:17px 14px}td{padding:20px 14px;border-top:1px solid #e8e9e1;font-size:13px}.product-cell{display:flex;gap:16px;align-items:center}.product-cell strong{font-weight:550}.product-cell small{margin-top:6px}.product-editor{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.parameter-row{display:grid;grid-template-columns:1fr 1.5fr auto;gap:12px;margin-bottom:12px}.media-editor{display:flex;gap:12px;flex-wrap:wrap}.media-tile{width:160px;border:1px solid var(--line);border-radius:6px;padding:8px;margin-bottom:12px}.media-tile img,.media-tile video{display:block;width:100%;height:130px;object-fit:contain;background:#f3f3ed}.media-tile .actions{gap:12px;font-size:12px;justify-content:space-between}.setting-preview{display:block;max-width:100%;max-height:180px;object-fit:contain;margin-bottom:14px}.login-body{background:var(--paper);min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{background:var(--white);border:1px solid var(--line);border-radius:12px;padding:44px;width:440px;max-width:100%;box-shadow:0 15px 70px #353a2610}.login-card h1{margin-top:40px;font-size:27px}.login-card form{margin:28px 0}.login-card .wordmark{display:block}.update-code{font-family:ui-monospace,monospace;background:#f2f3ec;padding:3px 8px;border-radius:4px;overflow-wrap:anywhere}.update-message{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;color:var(--muted);max-width:700px}
/* Public catalog */
.catalog-body{background:var(--paper)}.announcement{text-align:center;background:#e6e9df;color:#56604e;font-size:10px;letter-spacing:3px;padding:9px}.store-header{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 6%;border-bottom:1px solid var(--line)}.brand-logo{max-width:150px;max-height:45px;object-fit:contain}.store-header nav{display:flex;gap:34px;font-size:12px}.store-header nav a{color:var(--muted)}.store-header nav .selected{color:var(--ink)}.contact-link{font-size:12px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:570px}.hero-copy{padding:80px 10% 40px 12%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-copy h1{font-size:clamp(36px,4vw,64px);max-width:520px;line-height:1.3;letter-spacing:-2px;margin:12px 0 26px}.hero-copy>p{max-width:400px;font-size:14px;color:var(--muted);line-height:2;margin-bottom:32px}.hero .button{padding:15px 28px;font-size:12px}.hero-footnote{font-size:10px;color:#858c7e;margin-top:65px;display:flex;align-items:center;gap:20px}.hero-footnote span{font-family:monospace}.hero-visual{background:#e3e5db;position:relative;overflow:hidden;min-height:500px}.hero-visual>img{width:100%;height:100%;object-fit:cover;position:absolute}.sculpture{height:100%;position:relative;min-height:500px;background:radial-gradient(ellipse at 45% 25%,#f2f1e8 0,#e0e3d5 60%,#c4cdbb 100%)}.orbit{position:absolute;border:38px solid #b0bca5;border-radius:50%;box-shadow:inset 6px 6px 22px #75846730,15px 20px 30px #70826430}.orbit-one{width:250px;height:320px;left:18%;top:16%;transform:rotate(-30deg);border-color:#b6c1ae}.orbit-two{width:220px;height:270px;left:44%;top:36%;transform:rotate(45deg);border-color:#d8dacc}.stone{position:absolute;width:70%;height:60px;background:#bcc6b0;border-radius:50%;bottom:8%;left:15%;filter:blur(23px);opacity:.5}.sculpture>span{position:absolute;right:8%;top:8%;font-size:11px;line-height:1.8;letter-spacing:3px;color:#69765f}.visual-caption{position:absolute;bottom:28px;left:32px;right:32px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:2px;color:#4f5e46}.store-section{padding:70px 6%}.store-section h2{font-size:28px;letter-spacing:-.7px}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px}.category-card{background:#ebece4;border:1px solid #e0e2d8;padding:25px;min-height:155px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.category-card>img{height:160px;width:100%;object-fit:cover;margin-bottom:20px}.category-card>div{display:flex;align-items:end;justify-content:space-between;gap:14px}.category-card h3{margin:0}.category-card>div>span{font-size:10px;color:var(--muted)}.category-number{font-size:13px;color:#89927f;margin-bottom:25px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 22px}.product-image{aspect-ratio:4/5;background:#eaece4;position:relative;overflow:hidden}.product-image>img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover img{transform:scale(1.025)}.card-arrow{position:absolute;bottom:16px;right:16px;background:#fff9;border-radius:50%;height:30px;width:30px;display:grid;place-items:center}.card-category{font-size:10px;color:#818877;margin:19px 0 7px}.product-card h3{margin-bottom:8px;font-size:16px}.product-card p{color:var(--muted);font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.image-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#adb7a3}.image-placeholder>span{font-size:60px;font-family:Georgia,serif}.image-placeholder>small{font-size:10px;color:#909984;letter-spacing:3px}.catalog-empty{grid-column:1/-1;border:1px solid var(--line);padding:80px 20px}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:30px 80px;background:#e8eadd;margin:20px 6% 80px;padding:60px}.about-section>.eyebrow{grid-column:1/-1;margin-bottom:0}.about-section h2{font-size:40px;font-weight:500;line-height:1.5;margin:0}.about-section p{color:#666f5c;line-height:2;max-width:440px}.text-link{display:inline-block;border-bottom:1px solid;padding-bottom:6px;font-size:12px;margin-top:12px}.store-footer{padding:60px 6% 22px;background:#30382e;color:#e8ebdf;display:grid;grid-template-columns:1fr 1fr;gap:30px}.store-footer .wordmark{font-size:27px}.store-footer p{color:#abb4a1;font-size:12px;margin-top:18px}.store-footer h3{font-size:23px}.footer-bottom{border-top:1px solid #ffffff20;padding-top:24px;margin-top:20px;grid-column:1/-1;display:flex;justify-content:space-between;font-size:10px;color:#a1ac98}.breadcrumbs{display:flex;gap:12px;color:var(--muted);font-size:11px;margin-bottom:42px;flex-wrap:wrap}.listing{min-height:65vh;padding-top:30px}.listing h1{font-size:42px}.catalog-filter{display:flex;gap:20px;justify-content:space-between;align-items:center;padding:24px 0 32px;border-top:1px solid var(--line)}.pills{display:flex;gap:10px;flex-wrap:wrap}.pills a{border:1px solid var(--line);padding:7px 16px;border-radius:30px;font-size:12px}.pills .active{background:var(--ink);color:white;border-color:var(--ink)}.search{display:flex;align-items:center;min-width:230px}.search input{border-radius:4px 0 0 4px;background:transparent;width:175px}.search button{background:var(--ink);color:white;border:1px solid var(--ink);padding:10px 14px;border-radius:0 4px 4px 0;white-space:nowrap}.detail{padding-top:30px}.detail-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:7%}.gallery-main{aspect-ratio:1/1.08;background:#eaece4}.gallery-main>img{width:100%;height:100%;object-fit:contain}.gallery-thumbs{display:flex;gap:10px;margin-top:14px;overflow-x:auto}.gallery-thumbs button{flex-shrink:0;width:70px;height:75px;padding:3px;background:transparent;border:1px solid transparent}.gallery-thumbs button.active{border-color:var(--accent)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.detail-copy{padding-top:30px}.detail-copy h1{font-size:40px;overflow-wrap:anywhere}.detail-summary{color:var(--muted);margin:28px 0;line-height:2}.parameters{margin:30px 0 36px;border-top:1px solid var(--line)}.parameters>div{display:grid;grid-template-columns:120px 1fr;gap:15px;border-bottom:1px solid var(--line);padding:13px 0;font-size:12px;overflow-wrap:anywhere}.parameters dt{color:var(--muted)}.parameters dd{margin:0}.detail-section{border-top:1px solid var(--line);margin-top:65px;padding-top:45px}.prose{max-width:800px;line-height:2.1;color:#656b5e}.product-video{display:block;max-width:900px;width:100%;max-height:600px;background:#20231e;margin-top:25px}
@media(min-width:1600px){.store-header,.store-section,.store-footer{padding-left:max(6%,calc((100vw - 1400px)/2));padding-right:max(6%,calc((100vw - 1400px)/2))}.hero-copy{padding-left:max(12%,calc((100vw - 1400px)/2))}}
@media(max-width:1100px){.sidebar{width:185px;padding:30px 16px}.admin-main{margin-left:185px;padding:0 24px 40px}.admin-columns{grid-template-columns:1fr}.product-editor{grid-template-columns:minmax(0,1fr) 220px;gap:16px}.panel{padding:22px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero{min-height:500px}.hero-copy{padding-top:50px}.orbit-one{left:8%;width:220px}.orbit-two{left:40%;width:180px}.detail-copy h1{font-size:32px}}
@media(max-width:760px){.sidebar{position:static;width:100%;padding:16px 20px;border-right:0;border-bottom:1px solid var(--line)}.sidebar .wordmark{font-size:19px;margin:0 0 18px}.sidebar .wordmark span{display:inline;margin-left:15px;font-size:10px}.sidebar nav{display:flex;gap:5px;overflow-x:auto}.sidebar nav a{padding:8px 12px;font-size:12px;white-space:nowrap}.sidebar nav a span{display:none}.sidebar-bottom{margin-top:12px;padding:0;display:flex;justify-content:space-between}.admin-main{margin:0;padding:0 18px 32px}.admin-top{height:50px}.page-heading{margin:26px 0;align-items:flex-start}.page-heading h1{font-size:26px}.page-heading .button{font-size:12px;padding:9px 13px;white-space:nowrap}.stats{gap:8px}.stats article{padding:14px}.stats strong{font-size:34px}.stats small{font-size:10px}.stats article>span{font-size:11px}.panel{padding:20px}.product-editor{display:flex;flex-direction:column-reverse;gap:0}.sticky{position:static}.filters{flex-wrap:wrap}.filters input{flex-basis:100%}.filters select{flex:1;width:100px}.field-grid{grid-template-columns:1fr;gap:0}.parameter-row{grid-template-columns:1fr 1fr auto;gap:6px}.parameter-row input{padding:8px}.store-header{padding:23px 5%;gap:16px;flex-wrap:wrap}.store-header .wordmark{font-size:22px}.store-header nav{gap:20px;font-size:11px}.contact-link{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:48px 7% 36px}.hero-copy h1{font-size:44px;max-width:400px}.hero-copy>p{max-width:450px}.hero-footnote{margin-top:35px}.hero-visual,.sculpture{min-height:350px}.orbit-one{width:170px;height:230px;left:24%;top:10%;border-width:28px}.orbit-two{width:150px;height:190px;left:49%;top:32%;border-width:28px}.store-section{padding:45px 5%}.store-section h2{font-size:23px}.section-heading{gap:10px}.section-heading>a{font-size:11px}.eyebrow{font-size:9px;letter-spacing:1.5px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-card{padding:17px;min-height:130px}.category-card>div{display:block}.category-card h3{font-size:15px;margin-bottom:6px}.category-card>img{height:115px}.product-card h3{font-size:14px}.product-card p{font-size:11px}.about-section{margin:15px 5% 45px;padding:35px 26px;grid-template-columns:1fr;gap:22px}.about-section h2{font-size:33px}.store-footer{padding:40px 6% 20px;grid-template-columns:1fr}.footer-bottom{gap:20px}.catalog-filter{align-items:start;flex-direction:column}.listing h1{font-size:34px}.detail-grid{grid-template-columns:1fr}.detail-copy{padding-top:35px}.detail-copy h1{font-size:30px}.breadcrumbs{margin-bottom:26px}.gallery-thumbs button{width:58px;height:63px}.detail-section{margin-top:40px;padding-top:30px}.login-card{padding:32px 26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
