*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#3a3a3a;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}ul{list-style:none}a{color:#f5640a;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:"Lora",Georgia,serif;color:#1c1c1c;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.25rem)}h2{font-size:clamp(1.6rem,3.5vw,2.25rem)}h3{font-size:1.2rem}h4{font-size:1rem}p{max-width:65ch}.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}.container--narrow{max-width:720px}.container--split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width: 768px){.container--split{grid-template-columns:1fr;gap:2rem}}.section{padding:5rem 0}.section--light{background:#faf9f7}@media(max-width: 768px){.section{padding:3.5rem 0}}.section__title{margin-bottom:.75rem}.section__sub{color:#6e6e6e;font-size:1.1rem;margin-bottom:2.5rem;max-width:55ch}.section__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(2, 1fr)}.grid--3{grid-template-columns:repeat(3, 1fr)}.grid--4{grid-template-columns:repeat(4, 1fr)}@media(max-width: 900px){.grid--3,.grid--4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 600px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.btn{display:inline-flex;align-items:center;padding:.75rem 1.75rem;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s,color .2s,border-color .2s;text-decoration:none;border:2px solid rgba(0,0,0,0);line-height:1}.btn:hover{text-decoration:none}.btn--primary{background:#f5640a;color:#fff;border-color:#f5640a}.btn--primary:hover{background:#dc5508;border-color:#dc5508;color:#fff}.btn--outline{background:rgba(0,0,0,0);color:#f5640a;border-color:#f5640a}.btn--outline:hover{background:#f5640a;color:#fff}.btn--ghost{background:rgba(0,0,0,0);color:#1c1c1c;border-color:#1c1c1c}.btn--ghost:hover{background:#1c1c1c;color:#fff}.btn--ghost-light{background:rgba(0,0,0,0);color:#fff;border-color:hsla(0,0%,100%,.6)}.btn--ghost-light:hover{background:hsla(0,0%,100%,.12);color:#fff}.btn--sm{padding:.5rem 1.1rem;font-size:.875rem}.badge{display:inline-block;padding:.25rem .65rem;border-radius:4px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.badge--ongoing{background:#e8f5e9;color:#2e7d32}.badge--upcoming{background:#fff3ec;color:#f5640a}.link-arrow{color:#f5640a;font-weight:600;font-size:.95rem;white-space:nowrap}.link-arrow:hover{text-decoration:underline}.card--plain{padding:2rem;background:#fff;border:1px solid #e8e4de;border-radius:10px}.card--plain .card__icon{font-size:1.5rem;color:#f5640a;margin-bottom:1rem;line-height:1}.card--plain h3{margin-bottom:.5rem;font-size:1.1rem}.card--plain p{color:#6e6e6e;font-size:.95rem;max-width:none}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e8e4de}.site-header .container{display:flex;align-items:center;gap:1.5rem;padding-top:1rem;padding-bottom:1rem}.site-header__logo{text-decoration:none;flex-shrink:0}.site-header__logo:hover{text-decoration:none}.logo-text{font-family:"Lora",Georgia,serif;font-size:1.1rem;color:#1c1c1c;font-weight:600}.logo-accent{color:#f5640a}.site-nav{margin-left:auto}.site-nav__list{display:flex;gap:.15rem;align-items:center}.site-nav__link{padding:.4rem .8rem;color:#3a3a3a;font-size:.95rem;border-radius:5px;text-decoration:none}.site-nav__link:hover{background:#faf9f7;text-decoration:none}.site-nav__link.active{color:#f5640a;font-weight:600}.site-header__cta{flex-shrink:0}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:auto}.hamburger span{display:block;width:24px;height:2px;background:#1c1c1c;border-radius:2px;transition:all .25s}.hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width: 768px){.site-header__cta{display:none}.hamburger{display:flex}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #e8e4de;padding:.75rem 1.25rem 1.25rem;margin-left:0}.site-nav.is-open{display:block}.site-nav__list{flex-direction:column;align-items:flex-start;gap:.15rem}.site-nav__link{display:block;width:100%;padding:.65rem .8rem}}.site-footer{background:#1c1c1c;color:hsla(0,0%,100%,.65);padding:3.5rem 0 1.5rem}.site-footer a{color:hsla(0,0%,100%,.65);text-decoration:none}.site-footer a:hover{color:#fff;text-decoration:none}.site-footer h4{color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600}.site-footer ul li{margin-bottom:.5rem;font-size:.9rem}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width: 768px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width: 480px){.site-footer__grid{grid-template-columns:1fr}}.footer-logo{font-family:"Lora",Georgia,serif;font-size:1.1rem;color:#fff;margin-bottom:.5rem;max-width:none}.footer-tagline{font-size:.9rem;margin-bottom:.4rem;max-width:none}.footer-location{font-size:.85rem;max-width:none}.site-footer__bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.5rem}.site-footer__bottom p{font-size:.85rem;max-width:none}.hero{padding:5rem 0}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width: 900px){.hero .container{grid-template-columns:1fr;gap:2.5rem}}@media(max-width: 768px){.hero{padding:3rem 0}}.hero__heading{margin-bottom:1.25rem}.hero__sub{color:#6e6e6e;font-size:1.1rem;margin-bottom:2rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__image img{border-radius:10px;width:100%;object-fit:cover;aspect-ratio:7/6}@media(max-width: 900px){.hero__image{order:-1}.hero__image img{max-height:320px;aspect-ratio:auto}}.why-art .section__title{margin-bottom:.5rem}.workshop-card{background:#fff;border:1px solid #e8e4de;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.workshop-card img{width:100%;aspect-ratio:3/2;object-fit:cover}.workshop-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.65rem}.workshop-card__body h3{font-size:1.2rem}.workshop-card__body p{max-width:none}.workshop-card__body .btn{margin-top:auto;align-self:flex-start}.workshop-card__meta{color:#6e6e6e;font-size:.875rem;max-width:none}.workshops-section-heading h2{margin-bottom:.5rem}.workshops-section-heading p{color:#6e6e6e;max-width:none}.workshops-section-heading--spaced{margin-top:4rem}.workshops-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.workshop-full{background:#fff;border:1px solid #e8e4de;border-radius:10px;overflow:hidden;display:grid;grid-template-columns:320px 1fr}@media(max-width: 768px){.workshop-full{grid-template-columns:1fr}}.workshop-full>img{width:100%;height:100%;min-height:220px;object-fit:cover}@media(max-width: 768px){.workshop-full>img{height:auto;aspect-ratio:3/2}}.workshop-full__body{padding:2rem;display:flex;flex-direction:column;gap:.75rem}.workshop-full__body h2{font-size:1.45rem}.workshop-full__body p{max-width:none}.workshop-full__body .btn{margin-top:.25rem;align-self:flex-start}.workshop-full__details{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;background:#faf9f7;padding:.75rem 1rem;border-radius:6px}.workshop-full__details span{font-size:.875rem;max-width:none}.workshop-full__details span strong{color:#1c1c1c}.portfolio-grid{display:grid;gap:1rem}.portfolio-grid--preview{grid-template-columns:repeat(4, 1fr)}@media(max-width: 900px){.portfolio-grid--preview{grid-template-columns:repeat(2, 1fr)}}.portfolio-grid--full{grid-template-columns:repeat(3, 1fr)}@media(max-width: 900px){.portfolio-grid--full{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.portfolio-grid--full{grid-template-columns:1fr}}.portfolio-item{position:relative;overflow:hidden;border-radius:10px;background:#faf9f7}.portfolio-item img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .4s ease}.portfolio-item__overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent, rgba(28, 28, 28, 0.72));color:#fff;opacity:0;transform:translateY(6px);transition:opacity .3s ease,transform .3s ease}.portfolio-item__overlay p{max-width:none}.portfolio-item__title{font-weight:600;font-size:.95rem}.portfolio-item__meta{font-size:.8rem;opacity:.8;margin-top:.2rem}.portfolio-item:hover img{transform:scale(1.04)}.portfolio-item:hover .portfolio-item__overlay{opacity:1;transform:translateY(0)}.about-teaser__image img{border-radius:10px;width:100%;object-fit:cover}.about-teaser__content h2{margin-bottom:1rem}.about-teaser__content p{margin-bottom:1rem}.about-teaser__content .btn{margin-top:.25rem}.about-page .about-hero{display:grid;grid-template-columns:380px 1fr;gap:4rem;align-items:start}@media(max-width: 900px){.about-page .about-hero{grid-template-columns:1fr;gap:2rem}}.about-page .about-hero__image img{border-radius:10px;width:100%}.about-page .about-hero__content h1{margin-bottom:1rem}.about-page .about-hero__content p{margin-bottom:1rem}.about-page .about-hero__links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.about-page .about-stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin:3.5rem 0}@media(max-width: 600px){.about-page .about-stats{grid-template-columns:1fr}}.about-page .about-stats__item{text-align:center;padding:2rem 1.5rem;background:#faf9f7;border-radius:10px}.about-page .stat-number{display:block;font-family:"Lora",Georgia,serif;font-size:2.75rem;color:#f5640a;line-height:1;margin-bottom:.4rem}.about-page .stat-label{font-size:.9rem;color:#6e6e6e}.about-page .about-philosophy{margin:0 0 3.5rem;padding:2.5rem;background:#fff3ec;border-left:4px solid #f5640a;border-radius:0 10px 10px 0}.about-page .about-philosophy h2{margin-bottom:1rem}.about-page .about-philosophy p{margin-bottom:.75rem;max-width:62ch}.about-page .about-philosophy p:last-child{margin-bottom:0}.about-page .about-mediums h2{margin-bottom:1.5rem}.cta-section{background:#1c1c1c;padding:5rem 0;text-align:center}.cta-section__inner{max-width:520px;margin:0 auto}.cta-section__inner h2{color:#fff;margin-bottom:1rem}.cta-section__inner p{color:hsla(0,0%,100%,.68);font-size:1.1rem;margin:0 auto 2rem}.cta-section__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width: 768px){.cta-section{padding:3.5rem 0}}.page-header{background:#faf9f7;border-bottom:1px solid #e8e4de;padding:3rem 0 2.5rem}.page-header__title{margin-bottom:.5rem}.page-header__desc{color:#6e6e6e;font-size:1.05rem;max-width:55ch}.page-content .container--narrow p{margin-bottom:1rem}.page-content .container--narrow h2{margin:2rem 0 .75rem}.page-content .container--narrow h3{margin:1.5rem 0 .5rem}.post__meta{color:#6e6e6e;font-size:.9rem;margin-top:.4rem}:focus-visible{outline:2px solid #f5640a;outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}/*# sourceMappingURL=main.css.map */