:root{--color-primary:#2c3e50;--color-secondary:#e74c3c;--color-text:#2c3e50;--color-gray:#95a5a6;--color-light:#ecf0f1;--font-header:'Plus Jakarta Sans' , -apple-system , BlinkMacSystemFont , sans-serif;--font-body:'Plus Jakarta Sans' , -apple-system , BlinkMacSystemFont , sans-serif;--container-width:1280px;--spacing-section:6rem;--spacing-element:2rem}body{--theme-bg:#f5f1ed;--theme-bg-alt:#fff;--theme-heading:#2e2e2e;--theme-text:#2e2e2e;--theme-text-secondary:#b9a89c;--theme-btn-primary-bg:#d8b6b6;--theme-btn-primary-text:#2e2e2e;--theme-btn-primary-hover-bg:#c9a5a5;--theme-btn-secondary-bg:#d8b6b6;--theme-btn-secondary-text:#2e2e2e;--theme-link:#d8b6b6;--theme-footer-bg:#2e2e2e;--theme-footer-text:#fff;--theme-hero-bg:#f5f1ed;--theme-hero-text:#2e2e2e;--theme-header-bg:#f5f1ed;--theme-header-text:#2e2e2e}body[data-theme="modern-minimal"]{--theme-bg:#fff;--theme-bg-alt:#f4e7ea;--theme-heading:#000;--theme-text:#000;--theme-text-secondary:rgba(0,0,0,.7);--theme-btn-primary-bg:#000;--theme-btn-primary-text:#fff;--theme-btn-primary-hover-bg:#333;--theme-btn-secondary-bg:#e7b7c1;--theme-btn-secondary-text:#000;--theme-link:#e7b7c1;--theme-footer-bg:#000;--theme-footer-text:#fff;--theme-hero-bg:#fff;--theme-hero-text:#000;--theme-header-bg:#fff;--theme-header-text:#000}body[data-theme="rich-creative"]{--theme-bg:#f7f4f2;--theme-bg-alt:#fff;--theme-heading:#5b2e3a;--theme-text:#222;--theme-text-secondary:rgba(34,34,34,.75);--theme-btn-primary-bg:#5b2e3a;--theme-btn-primary-text:#fff;--theme-btn-primary-hover-bg:#4a2530;--theme-btn-secondary-bg:#d7a3b2;--theme-btn-secondary-text:#222;--theme-link:#5b2e3a;--theme-footer-bg:#5b2e3a;--theme-footer-text:#fff;--theme-hero-bg:#f7f4f2;--theme-hero-text:#222;--theme-header-bg:#f7f4f2;--theme-header-text:#222}*{margin:0;padding:0;box-sizing:border-box}body{font-family: var(--font-body);color:var(--theme-text);background-color:var(--theme-bg);line-height:1.6}a{color:var(--theme-link)}img{max-width:100%;height:auto}#current-featured-image{transition:opacity .3s ease-in-out}.thumbnail-strip-container{scrollbar-width:thin;scrollbar-color:#cbd5e0 transparent;margin:0 -1rem;padding-left:1rem;padding-right:1rem}.thumbnail-strip-container::-webkit-scrollbar{height:4px}.thumbnail-strip-container::-webkit-scrollbar-track{background:transparent}.thumbnail-strip-container::-webkit-scrollbar-thumb{background-color:#cbd5e0;border-radius:2px}@media (min-width:768px){.thumbnail-strip-container{margin:0;padding-left:0;padding-right:0}}.thumbnail-item{position:relative}.thumbnail-item.active .thumbnail-item>div{border-color:#f97316}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.95);border:2px solid #f97316;color:#f97316;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.gallery-nav-btn:hover{background:#f97316;color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px rgba(249,115,22,.4)}.gallery-nav-btn:active{transform:translateY(-50%) scale(.95)}.gallery-nav-btn-left{left:20px}.gallery-nav-btn-right{right:20px}@media (min-width:768px){.gallery-nav-btn-left{left:30px}.gallery-nav-btn-right{right:30px}}.gallery-nav-btn svg{width:24px;height:24px}.gallery-nav-btn:disabled,.gallery-nav-btn.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{font-family: var(--font-header);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:var(--spacing-element);color:var(--theme-heading)}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:clamp(1.25rem,2.5vw,1.5rem)}.section-title{font-family: var(--font-header);font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;text-align:center;margin-bottom:2.5rem;color:var(--theme-heading)}.section-title--collections{margin-bottom:3rem}.btn{display:inline-block;padding:1rem 2rem;font-weight:500;text-decoration:none;border-radius:4px;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.btn-primary{background-color:var(--theme-btn-primary-bg);color:var(--theme-btn-primary-text);border-color:var(--theme-btn-primary-bg)}.btn-primary:hover{background-color:var(--theme-btn-primary-hover-bg);border-color:var(--theme-btn-primary-hover-bg);transform:translateY(-2px)}.btn-secondary{background-color:var(--theme-btn-secondary-bg);color:var(--theme-btn-secondary-text);border-color:var(--theme-btn-secondary-bg)}.btn-secondary:hover{filter:brightness(.95);transform:translateY(-2px)}.btn-white{background-color:#fff;color:var(--color-primary)}.btn-white:hover{background-color:#f8f9fa;transform:translateY(-2px)}.btn-outline-white{background-color:transparent;color:#fff;border:2px solid #fff}.btn-outline-white:hover{background-color:#fff;color:var(--color-primary);transform:translateY(-2px)}.button-group{display:flex;gap:1rem;margin-top:var(--spacing-element)}.hero-section{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;color:#fff}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-background img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto;padding:2rem}.hero-content h1{font-size:4rem;margin-bottom:1.5rem}.hero-content p{font-size:1.5rem;margin-bottom:2rem}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2;animation:bounce 2s infinite}.scroll-arrow{width:2rem;height:2rem;color:#fff}.hero-section--logo .hero-overlay{background:var(--theme-hero-bg)}.hero-section--logo:not(.hero-section--has-bg) .hero-background {background:var(--theme-hero-bg)}.hero-section--logo .hero-content{color:var(--theme-hero-text)}.hero-content--centred{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.hero-brand{display:flex;flex-direction:column;align-items:center;gap:.75rem}.hero-logo{max-width:min(1000px,88vw);max-height:58vh;width:auto;height:auto;object-fit:contain;display:block}.hero-tagline{font-family: var(--font-body);font-size:clamp(1.15rem,2vw,1.5rem);font-weight:500;letter-spacing:.02em;color:var(--theme-hero-text);margin:0}.button-group--hero{margin-top:.5rem;justify-content:center}.btn-hero-primary{background-color:var(--theme-btn-primary-bg);color:var(--theme-btn-primary-text);border:2px solid var(--theme-btn-primary-bg)}.btn-hero-primary:hover{background-color:var(--theme-btn-primary-hover-bg);color:var(--theme-btn-primary-text);border-color:var(--theme-btn-primary-hover-bg);transform:translateY(-2px)}.btn-hero-outline{background-color:transparent;color:var(--theme-hero-text);border:2px solid var(--theme-hero-text)}.btn-hero-outline:hover{background-color:var(--theme-hero-text);color:var(--theme-bg);transform:translateY(-2px)}.hero-section--logo .scroll-arrow{color:var(--theme-hero-text)}.hero-section--logo.hero-section--has-bg .hero-overlay{background:var(--theme-hero-bg);opacity:.92}.hero-section--interactive{overflow:hidden;background:linear-gradient(145deg,#6b4e37 0%,#8b6914 15%,#a67c3d 35%,#8b6914 55%,#6b4e37 100%);padding:20px;box-shadow:inset 0 0 0 8px #5c3d2e , inset 0 0 0 12px #8b6914 , 0 10px 40px rgba(0,0,0,.25)}.hero-section--interactive .hero-background{border-radius:2px}.hero-section--interactive .hero-overlay,
.hero-section--interactive:not(.hero-section--has-bg) .hero-background {background:#f5f1ed;border-radius:2px}.hero-canvas-stack{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.hero-canvas-stack .hero-canvas-current{pointer-events:auto}.hero-section--interactive .hero-dots-canvas{border-radius:2px}.hero-brush-panel{position:absolute;right:24px;top:50%;transform:translateY(-50%);z-index:10;width:160px;background:var(--theme-bg-alt);border:2px solid var(--theme-heading);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 8px 24px rgba(0,0,0,.12)}.hero-brush-panel-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-secondary)}.hero-brush-wheel-wrap{display:flex;flex-direction:column;align-items:center;gap:.35rem;cursor:pointer}.hero-brush-wheel{width:56px;height:56px;padding:0;border:2px solid var(--theme-heading);border-radius:50%;cursor:pointer;background:transparent;overflow:hidden}.hero-brush-wheel::-webkit-color-swatch-wrapper{padding:2px}.hero-brush-wheel::-webkit-color-swatch{border:none;border-radius:50%}.hero-brush-wheel::-moz-color-swatch{border:none;border-radius:50%}.hero-brush-wheel-label{font-size:.7rem;color:var(--theme-text-secondary)}.hero-brush-palette,.hero-brush-recent{display:flex;flex-wrap:wrap;gap:6px}.hero-brush-swatch{width:28px;height:28px;border-radius:6px;border:2px solid transparent;cursor:pointer;padding:0;transition:transform .15s ease , box-shadow .15s ease}.hero-brush-swatch:hover{transform:scale(1.1);box-shadow:0 2px 8px rgba(0,0,0,.2)}.hero-brush-swatch.active{border-color:var(--theme-heading);box-shadow:0 0 0 2px var(--theme-bg-alt)}.hero-brush-size-wrap{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.hero-brush-size-btn{width:36px;height:36px;border-radius:8px;border:2px solid var(--theme-heading);background:var(--theme-bg-alt);color:var(--theme-heading);font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.hero-brush-size-btn:hover{background:var(--theme-heading);color:var(--theme-bg-alt)}.hero-brush-size-value{font-weight:600;color:var(--theme-heading);min-width:2ch;text-align:center}.hero-brush-clear{font-size:.85rem;padding:.5rem .75rem}@media (max-width:900px){.hero-brush-panel{right:12px;width:140px;padding:.75rem}.hero-brush-swatch{width:24px;height:24px}}.hero-section--interactive .hero-content,.hero-section--interactive .container,.hero-section--interactive .scroll-indicator{position:relative;z-index:2}.hero-section--interactive .hero-background,.hero-section--interactive .hero-overlay{z-index:0}.hero-dots-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;display:block}.hero-canvas-wrap{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:1rem 0;width:100%;max-width:min(860px,95vw)}.hero-canvas-palette{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem}.hero-paint-swatch{width:40px;height:40px;border-radius:50%;border:3px solid var(--theme-hero-text);cursor:pointer;padding:0;transition:transform .2s ease , box-shadow .2s ease;flex-shrink:0}.hero-paint-swatch:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(84,84,84,.3)}.hero-paint-swatch.active{transform:scale(1.15);box-shadow:0 0 0 3px #fff , 0 0 0 6px var(--theme-hero-text)}.hero-paint-swatch--eraser{background:#fff;color:var(--theme-hero-text);font-size:1.1rem;display:flex;align-items:center;justify-content:center}.hero-paint-eraser-icon{line-height:1}.hero-canvas{display:block;width:100%;max-width:800px;min-height:280px;height:auto;aspect-ratio: 800 / 420;background:#fff;border-radius:12px;border:3px solid var(--theme-hero-text);cursor:crosshair;touch-action:none;box-shadow:0 8px 24px rgba(84,84,84,.2)}.hero-canvas-clear{font-size:.9rem;padding:.5rem 1.25rem}.categories-section{padding:clamp(3rem,8vw,5rem) 0;background-color:var(--theme-bg)}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1100px;margin:0 auto}.category-item{position:relative;border-radius:12px;overflow:hidden;aspect-ratio: 4/3;background:var(--theme-bg-alt);box-shadow:0 4px 20px rgba(0,0,0,.06);transition:box-shadow .3s ease , transform .3s ease}.category-item--wide{grid-column:span 2;aspect-ratio: 32/9}.category-item:hover{box-shadow:0 12px 40px rgba(0,0,0,.1);transform:translateY(-4px)}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-image--placeholder{background:linear-gradient(135deg,var(--theme-bg-alt) 0%,var(--theme-text-secondary) 100%);opacity:.2}.category-item:hover .category-image{transform:scale(1.06)}.category-content{position:absolute;bottom:0;left:0;right:0;padding:1.75rem 1.5rem;background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.4),transparent);color:#fff}.category-title,.category-content h3{font-family: var(--font-header);font-size:1.35rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.5rem;color:#fff}.category-link{color:rgba(255,255,255,.95);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:opacity .2s ease}.category-link:hover{opacity:1;color:#fff;text-decoration:none}.arrow-icon{width:1.1rem;height:1.1rem;transition:transform .2s ease}.category-link:hover .arrow-icon{transform:translateX(4px)}@media (max-width:900px){.categories-grid{grid-template-columns:repeat(2,1fr)}.category-item--wide{grid-column:span 2;aspect-ratio: 4/3}}@media (max-width:560px){.categories-grid{grid-template-columns:1fr}.category-item--wide{grid-column:span 1;aspect-ratio: 4/3}}.about-section{padding:clamp(3rem,8vw,5rem) 0}.about-section h2,.about-content h2{font-family: var(--font-header);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1.25rem;color:var(--theme-heading)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{position:relative}.image-wrapper{position:relative;z-index:2}.image-wrapper img{border-radius:8px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.image-wrapper::after{content:'';position:absolute;top:2rem;right:-2rem;width:100%;height:100%;border:2px solid var(--color-secondary);border-radius:8px;z-index:-1}.cta-section{position:relative;padding:clamp(3rem,8vw,5rem) 0;background-color:var(--theme-footer-bg);color:var(--theme-footer-text);overflow:hidden}.cta-section h2{font-family: var(--font-header);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;color:inherit}.cta-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1;background-image:radial-gradient(circle,currentColor 1px,transparent 1px);background-size:20px 20px}.cta-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.cta-content h2{font-size:3rem;margin-bottom:1.5rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem}@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}@media (max-width:1024px){:root{--spacing-section:4rem}.hero-content h1{font-size:3rem}.about-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.container{padding:0 1rem}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.25rem}.hero-logo{max-width:88vw;max-height:42vh}.hero-tagline{font-size:1.1rem}.button-group{flex-direction:column}.btn{width:100%;text-align:center}.section-title{font-size:2rem}}.alignfull{margin:2rem calc(50% - 50vw);max-width:100vw;width:100vw}.alignwide{margin:2rem calc(25% - 25vw);max-width:100vw;width:100vw}.site-header{background-color:var(--theme-header-bg);border-bottom:1px solid rgba(0,0,0,.08);position:sticky;top:0;z-index:10000;padding:1rem 0;box-shadow:0 1px 3px rgba(0,0,0,.06);isolation:isolate}.site-logo a,.main-navigation a,.auth-link{color:var(--theme-header-text)}.main-navigation a:hover,.auth-link:hover{color:var(--theme-link)}.site-auth .btn-primary{background-color:var(--theme-btn-primary-bg);color:var(--theme-btn-primary-text);border-color:var(--theme-btn-primary-bg)}.site-auth .btn-primary:hover{background-color:var(--theme-btn-primary-hover-bg);border-color:var(--theme-btn-primary-hover-bg)}.theme-switcher-wrap{display:flex;align-items:center;gap:.5rem}.theme-switcher-label{font-size:.8rem;font-weight:500;color:var(--theme-text-secondary);white-space:nowrap}.theme-switcher{padding:.35rem .5rem;font-size:.85rem;border:1px solid rgba(0,0,0,.15);border-radius:4px;background:var(--theme-bg-alt);color:var(--theme-text);cursor:pointer;min-width:10rem}.theme-switcher:focus{outline:2px solid var(--theme-link);outline-offset:2px}.site-footer{background-color:var(--theme-footer-bg);color:var(--theme-footer-text);border-top:1px solid rgba(255,255,255,.1)}.site-footer h3,.site-footer .site-footer-heading{color:var(--theme-footer-text);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.site-footer-text,.site-footer-meta{color:var(--theme-footer-text);opacity:.9}.site-footer-link{color:var(--theme-footer-text);opacity:.9;text-decoration:none}.site-footer-link:hover{opacity:1}.site-footer-bottom{border-top:1px solid rgba(255,255,255,.15)}.header-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.site-logo{flex-shrink:0}.site-logo a{font-family: var(--font-header);font-size:1.5rem;font-weight:700;color:var(--color-primary);text-decoration:none}.site-logo-link{display:inline-block}.site-logo img,.site-logo .site-logo-img{max-height:52px;width:auto;height:auto;display:block;object-fit:contain}.main-navigation{flex:1;display:flex;justify-content:center}.main-navigation ul{list-style:none;display:flex;gap:2rem;flex-wrap:wrap;margin:0;padding:0}.main-navigation a{color:var(--color-text);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .3s ease;padding:.5rem 0}.main-navigation a:hover{color:var(--color-primary)}.site-auth{display:flex;align-items:center;gap:1rem}.auth-link{color:var(--color-gray);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .3s ease}.auth-link:hover{color:var(--color-primary)}@media (max-width:768px){.header-container{flex-direction:column;align-items:flex-start}.main-navigation{width:100%}.main-navigation ul{flex-direction:column;gap:.5rem;width:100%}.site-auth{width:100%;justify-content:flex-start;padding-top:1rem;border-top:1px solid #e5e7eb}}.pattern-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.pattern-item{position:relative;overflow:hidden;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1) , 0 2px 4px -1px rgba(0,0,0,.06)}.pattern-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.pattern-item:hover img{transform:scale(1.1)}.pattern-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;grid-auto-flow:dense}.pattern-archive-card{min-height:0}.pattern-archive-card--wide{grid-column:span 2}.pattern-archive-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;border-radius:10px;overflow:hidden;background:var(--theme-bg-alt,#f5f5f5);box-shadow:0 2px 8px rgba(0,0,0,.06);transition:box-shadow .25s ease , transform .25s ease}.pattern-archive-card__link:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-2px)}.pattern-archive-card__img-wrap{display:block;width:100%;aspect-ratio:1;overflow:hidden;flex-shrink:0}.pattern-archive-card--wide .pattern-archive-card__img-wrap{aspect-ratio: 2 / 1}.pattern-archive-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.pattern-archive-card__link:hover .pattern-archive-card__img{transform:scale(1.05)}.pattern-archive-card__placeholder{display:block;width:100%;height:100%;min-height:160px;background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%)}.pattern-archive-card__meta{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;font-size:.875rem;font-weight:600;color:var(--theme-heading,#1f2937);background:#fff;flex-shrink:0}.pattern-archive-card__title{font-family: var(--font-header);letter-spacing:-.01em}.pattern-archive-card__status{font-size:.75rem;font-weight:500;color:var(--theme-text-secondary,#6b7280)}@media (max-width:900px){.pattern-archive-grid{grid-template-columns:repeat(2,1fr)}.pattern-archive-card--wide{grid-column:span 2}}@media (max-width:560px){.pattern-archive-grid{grid-template-columns:1fr}.pattern-archive-card--wide{grid-column:span 1}.pattern-archive-card__img-wrap{aspect-ratio:1}.pattern-archive-card--wide .pattern-archive-card__img-wrap{aspect-ratio: 4 / 3}}.prose{max-width:65ch}.prose p{margin-bottom:1.5rem}.bg-primary{background-color:var(--color-primary)}.text-primary{color:var(--color-primary)}.font-header{font-family: var(--font-header)}.container-custom{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 2rem}.bg-white{background-color:#fff}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.flex-shrink-0{flex-shrink:0}.text-2xl{font-size:1.5rem;line-height:2rem}.font-bold{font-weight:700}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-900{color:#111827}.hover\:text-gray-500:hover{color:#6b7280}.hover\:text-gray-900:hover{color:#111827}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.inline-flex{display:inline-flex}.p-2{padding:.5rem}.rounded-md{border-radius:.375rem}.h-6{height:1.5rem}.w-6{width:1.5rem}.space-x-8>*+*{margin-left:2rem}.space-x-4>*+*{margin-left:1rem}.ml-8{margin-left:2rem}.border-l{border-left-width:1px;border-left-style:solid;border-left-color:#e5e7eb}.pl-8{padding-left:2rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-medium{font-weight:500}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.bg-gray-50{background-color:#f9fafb}@media (min-width:1024px){.lg\:hidden{display:none}.lg\:flex{display:flex}.lg\:items-center{align-items:center}.lg\:space-x-8>*+*{margin-left:2rem}}.hidden{display:none}.pt-2{padding-top:.5rem}.pb-3{padding-bottom:.75rem}.space-y-1>*+*{margin-top:.25rem}.block{display:block}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-base{font-size:1rem;line-height:1.5rem}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.border-t{border-top-width:1px;border-top-style:solid;border-top-color:#e5e7eb}.border-gray-200{border-color:#e5e7eb}.pt-4{padding-top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (max-width:768px){.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:300px;background:var(--color-primary);padding:2rem;transform:translateX(100%);transition:transform .3s ease}.mobile-menu.is-active{transform:translateX(0)}.mobile-menu .menu{display:flex;flex-direction:column;gap:1rem}.mobile-menu a{color:#fff;text-decoration:none;font-size:1.25rem;padding:.5rem 0}}.pattern-archive{padding:4rem 0}.pattern-filters{margin-bottom:2rem;display:flex;gap:1rem;flex-wrap:wrap}.filter-button{padding:.5rem 1rem;border:1px solid var(--color-gray);border-radius:.25rem;background:none;cursor:pointer;transition:all .3s ease}.filter-button:hover,.filter-button.active{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-12{margin-top:3rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-gray-100{color:#f3f4f6}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.flex-wrap{flex-wrap:wrap}.gap-2{gap:.5rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-4>*+*{margin-left:1rem}.justify-center{justify-content:center}.inline-flex{display:inline-flex}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.overflow-hidden{overflow:hidden}.relative{position:relative}.block{display:block}.w-full{width:100%}.h-full{height:100%}.object-cover{object-fit:cover}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.aspect-w-4{position:relative;padding-bottom:75%}.aspect-h-3{position:relative;padding-bottom:75%}.aspect-w-4>*,.aspect-h-3>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.form-select,.form-input{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;color:#111827;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem}.form-select:focus,.form-input:focus{outline:2px solid transparent;outline-offset:2px;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(44,62,80,.1)}.hover\:text-primary:hover{color:var(--color-primary)}.bg-primary\/10{background-color:rgba(44,62,80,.1)}.hover\:bg-primary\/20:hover{background-color:rgba(44,62,80,.2)}.prose-lg{font-size:1.125rem;line-height:1.75rem}.max-w-none{max-width:none}@media (min-width:768px){.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-2{grid-column: span 2 / span 2}}.gap-12{gap:3rem}.p-4{padding:1rem}.p-6{padding:1rem}.mt-1{margin-top:.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.space-y-8>*+*{margin-top:2rem}.form-textarea{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;color:#111827;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;resize:vertical}.form-textarea:focus{outline:2px solid transparent;outline-offset:2px;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(44,62,80,.1)}@media (min-width:768px){.md\:p-8{padding:2rem}}