:root{
    --tc-ink:#382f29;
    --tc-muted:#81756c;
    --tc-line:#ded4ca;
    --tc-paper:#fbf8f3;
    --tc-brown:#75543d;
    --tc-brown-deep:#543a2c;
    --tc-cream:#f2e9dd;
}
.tc-page{background:#f8f4ee;color:var(--tc-ink)}
.tc-header{
    position:sticky;top:0;z-index:50;
    background:rgba(248,244,238,.92);
    border-bottom:1px solid rgba(117,84,61,.12);
    backdrop-filter:blur(14px);
}
.tc-header-inner{
    min-height:82px;
    display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.tc-nav{display:flex;align-items:center;gap:24px}
.tc-nav a{color:#5f5148;text-decoration:none;font-size:13px;font-weight:700}
.tc-nav a:hover{color:#2f2722}
.tc-back{
    display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border:1px solid #d9cec4;border-radius:999px;background:#fff;
}
.tc-hero{
    position:relative;overflow:hidden;
    padding:100px 0 84px;
    background:
        radial-gradient(circle at 14% 20%,rgba(177,143,112,.15),transparent 27%),
        radial-gradient(circle at 86% 12%,rgba(210,189,164,.24),transparent 24%),
        linear-gradient(180deg,#fbf8f3,#f5eee6);
}
.tc-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:54px;align-items:end}
.tc-hero h1{
    max-width:830px;
    margin:12px 0 20px;
    font:400 clamp(48px,7vw,86px)/.98 Georgia,"Times New Roman",serif;
    letter-spacing:-.055em;
    color:#342a24;
}
.tc-lead{max-width:650px;margin:0;color:var(--tc-muted);font-size:15px;line-height:1.8}
.tc-hero-note{
    padding:28px;
    border:1px solid rgba(117,84,61,.14);
    border-radius:26px;
    background:rgba(255,255,255,.65);
    box-shadow:0 22px 60px rgba(61,43,31,.07);
}
.tc-hero-note strong{display:block;font:400 62px/1 Georgia,serif;color:#6f503b}
.tc-hero-note span{display:block;margin-top:5px;font-weight:800;color:#4e4138}
.tc-hero-note small{display:block;margin-top:12px;color:#8e8278;line-height:1.55}
.tc-orb{position:absolute;border-radius:50%;pointer-events:none}
.tc-orb-a{width:260px;height:260px;left:-90px;top:30px;border:1px solid rgba(117,84,61,.14)}
.tc-orb-b{width:360px;height:360px;right:-180px;bottom:-190px;border:1px solid rgba(117,84,61,.1)}
.tc-browser{padding-top:72px;padding-bottom:100px}
.tc-browser-top{
    display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:24px;
}
.tc-browser-top h2{margin:8px 0 0;font:400 clamp(34px,5vw,52px)/1 Georgia,serif;letter-spacing:-.04em}
.tc-search{width:min(100%,320px)}
.tc-search input{
    width:100%;min-height:48px;padding:0 17px;border:1px solid #d9cfc6;border-radius:999px;background:#fff;color:#463b34;outline:none;
}
.tc-search input:focus{border-color:#8e6d56;box-shadow:0 0 0 4px rgba(117,84,61,.08)}
.tc-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}
.tc-filters button{
    min-height:38px;padding:0 14px;border:1px solid #ddd2c8;border-radius:999px;background:#fff;color:#6f6258;cursor:pointer;font-size:11px;font-weight:800;
}
.tc-filters button span{margin-left:5px;color:#a19489}
.tc-filters button.is-active{background:#6f503b;color:#fff;border-color:#6f503b}
.tc-filters button.is-active span{color:#e9d9ca}
.tc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.tc-card{
    min-width:0;overflow:hidden;
    border:1px solid #dfd5cc;border-radius:26px;background:#fff;
    box-shadow:0 18px 45px rgba(56,42,31,.055);
    transition:transform .25s ease,box-shadow .25s ease;
}
.tc-card:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(56,42,31,.1)}
.tc-preview{
    position:relative;display:block;overflow:hidden;aspect-ratio:4/5;text-decoration:none;background:#eee4da;
}
.tc-preview img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.tc-card:hover .tc-preview img{transform:scale(1.035)}
.tc-art{
    position:absolute;inset:0;padding:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
    overflow:hidden;
}
.tc-art:before,.tc-art:after{content:"";position:absolute;border-radius:50%;border:1px solid currentColor;opacity:.2}
.tc-art:before{width:220px;height:220px;right:-90px;top:-80px}
.tc-art:after{width:170px;height:170px;left:-70px;bottom:-70px}
.tc-art-kicker{font-size:9px;letter-spacing:.2em;text-transform:uppercase;font-weight:800;opacity:.75}
.tc-art-mark{margin-top:32px;font:italic 84px/1 Georgia,serif;opacity:.18}
.tc-art-name{margin-top:-6px;font:400 34px/1.05 Georgia,serif;letter-spacing:-.04em}
.tc-art-date{margin-top:26px;font-size:8px;letter-spacing:.16em;font-weight:800;opacity:.7}
.tc-theme-jawa .tc-art{background:linear-gradient(150deg,#2d2118,#6d4930);color:#f1d4a2}
.tc-theme-dark .tc-art{background:linear-gradient(150deg,#182019,#344532);color:#f1ead8}
.tc-theme-floral .tc-art{background:linear-gradient(150deg,#f4ded4,#c98c84);color:#5d3e39}
.tc-theme-minimal .tc-art{background:linear-gradient(150deg,#f7f1e8,#ded2c4);color:#6e5b4d}
.tc-theme-modern .tc-art{background:linear-gradient(150deg,#eee6dc,#a98b75);color:#fffaf2}
.tc-theme-signature .tc-art{background:linear-gradient(150deg,#e8ddd0,#8e715b);color:#fff7ed}
.tc-preview-label{
    position:absolute;left:16px;right:16px;bottom:16px;
    display:flex;align-items:center;justify-content:space-between;
    padding:12px 14px;border-radius:999px;
    background:rgba(255,255,255,.88);color:#4b3e35;font-size:11px;font-weight:800;
    backdrop-filter:blur(9px);transform:translateY(7px);opacity:0;transition:.25s ease;
}
.tc-card:hover .tc-preview-label,.tc-preview:focus-visible .tc-preview-label{opacity:1;transform:none}
.tc-card-body{padding:20px 20px 22px}
.tc-card-title{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.tc-category{display:block;margin-bottom:5px;color:#9a7a61;font-size:8px;letter-spacing:.15em;text-transform:uppercase;font-weight:900}
.tc-card h3{margin:0;font:400 24px/1.1 Georgia,serif;color:#382e28}
.tc-price{flex:0 0 auto;color:#73533e;font-size:10px;font-weight:800}
.tc-card p{margin:13px 0 17px;color:#877a70;font-size:11px;line-height:1.65}
.tc-card-link{display:flex;align-items:center;justify-content:space-between;color:#654936;text-decoration:none;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.tc-card-link:hover{color:#2e241e}
.tc-empty{
    padding:40px;border:1px dashed #d5c8bd;border-radius:22px;text-align:center;color:#877970;background:rgba(255,255,255,.6)
}
.tc-cta{
    margin-bottom:92px;padding:34px 38px;
    display:flex;align-items:center;justify-content:space-between;gap:28px;
    border-radius:28px;background:#e7d9ca;
}
.tc-cta h2{margin:8px 0 8px;font:400 34px/1.05 Georgia,serif;color:#382f29}
.tc-cta p{margin:0;color:#75685e;font-size:12px}
@media(max-width:960px){
    .tc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .tc-hero-grid{grid-template-columns:1fr}
    .tc-hero-note{max-width:280px}
}
@media(max-width:760px){
    .tc-header-inner{min-height:72px}
    .tc-nav a:not(.tc-back){display:none}
    .tc-hero{padding:72px 0 62px}
    .tc-hero h1{font-size:50px}
    .tc-browser{padding-top:52px}
    .tc-browser-top{display:block}
    .tc-search{width:100%;margin-top:18px}
    .tc-grid{grid-template-columns:1fr}
    .tc-preview-label{opacity:1;transform:none}
    .tc-cta{display:block;padding:28px 22px}
    .tc-cta .btn{margin-top:20px}
}
@media(prefers-reduced-motion:reduce){
    .tc-card,.tc-preview img,.tc-preview-label{transition:none!important}
}
