@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");:root{--lf-accent:#e72706;--lf-ring:#e72706;--lf-bg:#f7f7f7;--lf-surface-1:#fff;--lf-surface-2:#1c1c1c;--lf-text:#333;--lf-foreground:#d8d4cd;--lf-titles:#000;--lf-muted:#7a7572;--lf-muted-foreground:#7a7572;--lf-border:#eee;--lf-font-sans:"Montserrat",system-ui,sans-serif;--lf-text-display-lg:3.5rem;--lf-text-display-md:2.5rem}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans,"Montserrat",system-ui,sans-serif);line-height:1.6;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{display:block;max-width:100%;height:auto}h1,h2,h3,h4,h5,h6,p{margin:0}a{color:inherit;text-decoration:none}ol,ul{margin:0;padding:0;list-style:none}button,input,select,textarea{font:inherit;color:inherit;background:none;border:none;padding:0;cursor:pointer}.artception-page{min-height:100vh;display:flex;flex-direction:column}.artception-main{flex:1 1}.artception-hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}@media (max-width:900px){.artception-hero-split{grid-template-columns:1fr}.artception-hero-image{min-height:50vw}}.artception-hero-image{position:relative;overflow:hidden}.artception-hero-content{padding:clamp(2rem,5vw,5rem);display:flex;flex-direction:column;justify-content:center;gap:1.25rem;background:var(--bg)}.artception-hero-eyebrow{font-size:var(--text-small,.75rem);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin:0}.artception-hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--titles);line-height:1.05;margin:0}.artception-hero-title strong{color:var(--accent);font-weight:800}.artception-hero-subtitle{font-size:1rem;color:var(--text);line-height:1.65;max-width:38ch;margin:0}.artception-hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.artception-navbar-brand{display:flex;align-items:center;gap:.75rem}.artception-navbar-wordmark{font-size:1.1rem;font-weight:700;color:var(--titles);letter-spacing:-.01em}.artception-navbar-wordmark strong{color:var(--accent)}.artception-category-badge{display:inline-flex;align-items:center;font-size:var(--text-small,.75rem);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);text-decoration:none}.artception-category-badge:hover{opacity:.8}.artception-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.artception-grid--mt{margin-top:2rem}.artception-grid-sm{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.artception-cat-card-link{display:block;text-decoration:none;border-radius:var(--radius,.5rem);overflow:hidden;transition:transform .2s}.artception-cat-card-link:hover{transform:translateY(-2px)}.artception-cat-card-link:hover .artception-card-img{transform:scale(1.03)}.artception-card-image{aspect-ratio:16/9;overflow:hidden}.artception-card-img{width:100%;height:100%;object-fit:cover;transition:transform .3s;display:block}.artception-card-body{padding:1rem 1.25rem 1.25rem}.artception-concept-list{list-style:none;padding:0;margin:2rem auto 0;max-width:42rem;display:flex;flex-direction:column;gap:.75rem}.artception-concept-list li{padding:.75rem 1rem;border-left:2px solid var(--accent);background:var(--surface-1);border-radius:0 var(--radius,.375rem) var(--radius,.375rem) 0;font-size:.9375rem;color:var(--text);line-height:1.5}.artception-concept-list strong{color:var(--titles)}.artception-source-link{font-size:.8rem;color:var(--accent);word-break:break-all;text-decoration:none;transition:opacity .2s}.artception-source-link:hover{opacity:.75}.artception-card-meta{font-size:var(--text-small,.75rem);color:var(--muted);letter-spacing:.06em;margin-bottom:.25rem}.artception-card-title{font-size:1.5rem;font-weight:600;color:var(--titles);line-height:1.3}.artception-cat-hero{display:grid;grid-template-columns:1fr 1fr;min-height:50vh}@media (max-width:900px){.artception-cat-hero{grid-template-columns:1fr}.artception-cat-hero-image{min-height:40vw}}.artception-cat-hero-image{position:relative;overflow:hidden;background:var(--surface-2)}.artception-cat-hero-placeholder{width:100%;height:100%;background:var(--surface-2)}.artception-cat-hero-content{padding:clamp(2rem,4vw,4rem);display:flex;flex-direction:column;justify-content:center;gap:1rem;background:var(--surface-1)}.artception-cat-hero-title{font-size:clamp(2rem,4vw,3.25rem);font-weight:700;color:var(--titles);line-height:1.1;margin:0}.artception-cat-hero-desc{font-size:1rem;color:var(--text);line-height:1.65;max-width:44ch;margin:0}.artception-cat-hero-count{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0}.artception-style-section{padding:0!important}.artception-style-split{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}@media (max-width:900px){.artception-style-split{grid-template-columns:1fr}}.artception-style-panel{padding:4rem 3rem;overflow-y:auto}.artception-style-image-panel{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow:hidden}.artception-style-image-panel img{width:100%;height:100%;object-fit:cover}.artception-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;margin-bottom:1.75rem}.artception-breadcrumb-link{color:var(--muted);text-decoration:none;transition:color .15s}.artception-breadcrumb-link:hover{color:var(--text)}.artception-breadcrumb-link--accent{color:var(--accent);font-weight:600}.artception-breadcrumb-sep{color:var(--border)}.artception-style-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:var(--titles);line-height:1.1;margin:0 0 1rem}.artception-style-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.artception-creator-tag,.artception-style-image-panel--empty{background:var(--surface-2)}.artception-creator-tag{display:inline-block;padding:.4rem .875rem;border:1px solid var(--border);border-radius:var(--radius,.375rem);font-size:.875rem;color:var(--text);font-weight:500}.artception-related-cat{font-size:.7rem;color:var(--muted);margin-left:.35rem}.artception-source-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}.artception-accordion-section{border-top:1px solid var(--border);padding-top:1.25rem;margin-top:1.25rem}.artception-accordion-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.75rem}.artception-related-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.artception-related-card{display:block;padding:.5rem .875rem;border:1px solid var(--border);border-radius:var(--radius,.375rem);font-size:.875rem;color:var(--text);text-decoration:none;transition:border-color .2s,color .2s}.artception-related-card:hover{border-color:var(--accent);color:var(--accent)}.artception-richtext p{margin-bottom:1em;line-height:1.7;color:var(--text)}.artception-richtext p:last-child{margin-bottom:0}.artception-richtext ol,.artception-richtext ul{list-style:revert;padding-left:1.5em;margin-bottom:1em}.artception-richtext strong{color:var(--titles)}.artception-empty-state{color:var(--muted);text-align:center;padding:3rem 0;font-size:.875rem}.artception-count-label{color:var(--muted);font-size:.875rem;margin-bottom:1.5rem}.artception-footer-avnir{font-size:var(--text-small,.75rem);color:var(--muted);text-decoration:none;transition:color .2s}.artception-footer-avnir:hover{color:var(--accent)}.artception-footer-legals{display:flex;gap:1.25rem;flex-wrap:wrap}.artception-navbar-logo{height:2rem;width:auto;display:block}.artception-legal-page{max-width:70ch;padding:2rem 0 4rem}.artception-legal-updated{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 1rem}.artception-legal-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--titles);line-height:1.1;margin:0 0 1.25rem}.artception-legal-intro{color:var(--text);line-height:1.7;font-size:1rem;margin:0 0 2rem;border-left:2px solid var(--accent);padding-left:1rem}.artception-legal-section{border-top:1px solid var(--border);padding-top:1.5rem;margin-top:1.5rem}.artception-legal-h2{font-size:1.1rem;font-weight:600;color:var(--titles);margin:0 0 .75rem}.artception-legal-p{color:var(--text);line-height:1.7;font-size:.9375rem;margin:0}