:root{--terracotta: #b0552f;--terracotta-dark: #8d3f1f;--clay: #d9a441;--ink: #2c231d;--ink-soft: #5b4f45;--cream: #faf6ef;--cream-deep: #f1e9db;--line: #e2d7c3;--white: #ffffff;--radius: 12px;--shadow: 0 2px 10px rgba(44, 35, 29, .08);--font-serif: Georgia, "Times New Roman", serif;--font-sans: "Segoe UI", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--ink);background:var(--cream);line-height:1.65}img{max-width:100%;display:block}a{color:var(--terracotta)}a:hover{color:var(--terracotta-dark)}h1,h2,h3{font-family:var(--font-serif);font-weight:700;line-height:1.2;color:var(--ink)}h1{font-size:clamp(1.9rem,4.5vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2.1rem)}h3{font-size:1.15rem}.container{width:min(1120px,100% - 2.5rem);margin-inline:auto}.container.narrow{max-width:760px}.site{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.header{position:sticky;top:0;z-index:50;background:var(--white);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:68px;position:relative}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--ink)}.brand-logo{height:48px;width:auto}.nav ul{display:flex;gap:.25rem;list-style:none}.nav a{display:block;padding:.45rem .8rem;border-radius:8px;text-decoration:none;color:var(--ink-soft);font-weight:600;font-size:.95rem}.nav a:hover{background:var(--cream-deep);color:var(--ink)}.nav a.active{color:var(--terracotta);background:#b0552f14}.nav-toggle{display:none;background:none;border:1px solid var(--line);border-radius:8px;width:44px;height:44px;cursor:pointer;align-items:center;justify-content:center}.burger,.burger:before,.burger:after{display:block;width:20px;height:2px;background:var(--ink);border-radius:2px;transition:transform .2s ease,opacity .2s ease;content:"";position:relative}.burger:before{position:absolute;top:-6px}.burger:after{position:absolute;top:6px}.burger-open{background:transparent}.burger-open:before{transform:translateY(6px) rotate(45deg)}.burger-open:after{transform:translateY(-6px) rotate(-45deg)}.hero{position:relative;overflow:hidden;background:radial-gradient(1100px 520px at 88% -12%,rgba(217,164,65,.3),transparent 60%),radial-gradient(900px 520px at -5% 115%,rgba(176,85,47,.2),transparent 55%),linear-gradient(160deg,#fbf7f0,#f4ead9 55%,#f0e2cc);border-bottom:1px solid var(--line)}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:8px;background:repeating-linear-gradient(90deg,var(--terracotta) 0 26px,var(--clay) 26px 34px,var(--terracotta-dark) 34px 60px,var(--clay) 60px 68px);opacity:.85}.hero .hero-grid{width:min(1320px,100% - 2.5rem);display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.35fr);gap:clamp(1.75rem,3.5vw,3rem);align-items:center;padding:0 0 clamp(3.5rem,7vw,6rem)}.hero-content{animation:fade-up .7s ease both}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);border:1px solid var(--line);border-radius:999px;padding:.4rem 1rem;font-size:.82rem;font-weight:700;color:var(--terracotta-dark);box-shadow:var(--shadow);margin-bottom:1.25rem}.hero h1{font-size:clamp(2.1rem,5vw,3.4rem);letter-spacing:-.01em}.hero-accent{position:relative;font-style:italic;color:var(--terracotta);white-space:nowrap}.hero-accent:after{content:"";position:absolute;left:0;right:0;bottom:.05em;height:.28em;background:#d9a44166;border-radius:999px;z-index:-1}.hero-lead{margin-top:1.25rem;font-size:1.08rem;color:var(--ink-soft);max-width:56ch}.hero-chips{list-style:none;display:flex;flex-wrap:nowrap;gap:.4rem;margin-top:1.25rem}.hero-chips li{background:#b0552f17;border:1px solid rgba(176,85,47,.25);color:var(--terracotta-dark);border-radius:999px;padding:.3rem .7rem;font-size:clamp(.72rem,.95vw,.85rem);font-weight:700;white-space:nowrap}.hero-actions{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.75rem}.hero-stats{margin-top:2.25rem;display:grid;grid-template-columns:repeat(4,auto);gap:clamp(1.25rem,3vw,2.5rem);border-top:1px solid var(--line);padding-top:1.5rem;width:fit-content}.hero-stats dd{font-family:var(--font-serif);font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;color:var(--terracotta);line-height:1.1}.hero-stats dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--ink-soft);order:1;margin-top:.25rem}.hero-stats>div{display:flex;flex-direction:column}.hero-collage{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.7rem,1.4vw,1.1rem);padding:.4rem .25rem 2.5rem;animation:fade-up .7s .15s ease both}.collage-frame{display:block;margin:0;background:var(--white);border:1px solid var(--line);border-radius:14px;padding:.45rem .45rem .3rem;box-shadow:0 10px 28px #2c231d29;transition:transform .25s ease,box-shadow .25s ease;text-decoration:none}.collage-frame img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}.collage-caption:empty{display:none}.collage-caption{display:block;text-align:center;font-family:var(--font-serif);font-style:italic;font-size:.85rem;color:var(--ink-soft);padding:.35rem 0 .15rem}.collage-1{transform:rotate(-2.5deg) translateY(-.4rem)}.collage-2{transform:rotate(1.8deg) translateY(.7rem)}.collage-3{transform:rotate(-1.5deg) translateY(-.5rem)}.collage-4{transform:rotate(2deg) translateY(.6rem)}.collage-5{transform:rotate(-2deg) translateY(-.3rem)}.collage-6{transform:rotate(1.6deg) translateY(.8rem)}.collage-frame:hover{transform:rotate(0) translateY(-.35rem) scale(1.03);box-shadow:0 18px 40px #2c231d38;z-index:2}.collage-note{position:absolute;bottom:-.25rem;left:50%;transform:translate(-50%);white-space:nowrap;background:var(--ink);color:var(--cream);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;padding:.35rem 1rem;border-radius:999px;box-shadow:var(--shadow)}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.hero-content,.hero-collage{animation:none}.collage-frame{transition:none}}.btn{display:inline-block;padding:.7rem 1.4rem;border-radius:999px;font-weight:700;text-decoration:none;border:2px solid var(--terracotta);transition:background .15s ease,color .15s ease}.btn-primary{background:var(--terracotta);color:var(--white)}.btn-primary:hover{background:var(--terracotta-dark);border-color:var(--terracotta-dark);color:var(--white)}.btn-ghost{color:var(--terracotta);background:transparent}.btn-ghost:hover{background:#b0552f14}.section{padding:clamp(2.5rem,6vw,4rem) 0}.section-alt{background:var(--cream-deep);border-block:1px solid var(--line)}.section-title{margin-bottom:1rem}.section-lead{color:var(--ink-soft);max-width:70ch;margin-bottom:1.25rem}.page-head{background:radial-gradient(900px 400px at 90% -20%,rgba(217,164,65,.22),transparent 60%),radial-gradient(700px 400px at 0% 130%,rgba(176,85,47,.14),transparent 55%),var(--cream-deep);border-bottom:1px solid var(--line);padding:clamp(2.5rem,6vw,4rem) 0 clamp(1.75rem,4vw,2.5rem)}.page-head h1{margin-bottom:1rem;position:relative;padding-bottom:.75rem}.page-head h1:after{content:"";position:absolute;left:0;bottom:0;width:72px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--terracotta),var(--clay))}.whatwedo-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,5vw,3.5rem);align-items:start}.whatwedo-media{position:sticky;top:92px;padding-bottom:4.5rem}.whatwedo-photo{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:.7rem;box-shadow:0 14px 34px #2c231d29}.whatwedo-photo img{width:100%;border-radius:11px;aspect-ratio:4 / 3;object-fit:cover}.whatwedo-photo figcaption{font-family:var(--font-serif);font-style:italic;font-size:.88rem;color:var(--ink-soft);padding:.6rem .4rem .2rem;line-height:1.5}.whatwedo-photo-small{position:absolute;right:-.5rem;bottom:0;width:clamp(120px,38%,190px);transform:rotate(3deg);padding:.45rem}.whatwedo-photo-small img{aspect-ratio:1}.activity-list{list-style:none;display:grid;gap:1rem}.activity-row{display:flex;gap:1.1rem;align-items:flex-start;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.3rem;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.activity-row:hover{transform:translate(4px);border-color:#b0552f66;box-shadow:0 8px 22px #2c231d1f}.activity-badge{flex:0 0 auto;width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--white);background:linear-gradient(140deg,var(--terracotta) 10%,var(--terracotta-dark) 60%,#6e3018 100%);box-shadow:inset 0 1px #ffffff40,0 6px 14px #b0552f59}.activity-badge svg{width:27px;height:27px}.activity-row h3{margin-bottom:.25rem}.activity-row p{color:var(--ink-soft);font-size:.95rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.5rem}.gallery-item{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:.6rem;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 12px 30px #2c231d29}.gallery-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px;background:var(--cream-deep)}.gallery-item figcaption{font-size:.85rem;color:var(--ink-soft);padding:.55rem .3rem .25rem;line-height:1.5}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;text-decoration:none;color:var(--ink);transition:transform .15s ease,box-shadow .15s ease}a.card:hover{transform:translateY(-4px);box-shadow:0 8px 22px #2c231d24;color:var(--ink)}.card-media{aspect-ratio:4 / 3;overflow:hidden;background:var(--cream-deep)}.card-media img{width:100%;height:100%;object-fit:cover}.card-media-pad img{object-fit:contain;padding:1rem}.card-body{padding:1.2rem 1.3rem 1.4rem;display:flex;flex-direction:column;gap:.5rem}.card-kicker{text-transform:uppercase;letter-spacing:.1em;font-size:.74rem;font-weight:700;color:var(--terracotta)}.card-status{font-size:.85rem;color:var(--ink-soft)}.card-teaser{color:var(--ink-soft);font-size:.95rem}.card-cta{margin-top:auto;font-weight:700;color:var(--terracotta)}.exhibition-hero{position:relative;max-height:480px;overflow:hidden;background:var(--ink)}.exhibition-hero>img{width:100%;height:clamp(300px,50vw,480px);object-fit:cover;opacity:.45}.exhibition-hero-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center}.exhibition-hero-text h1,.exhibition-hero-text .tagline{color:var(--white)}.exhibition-hero-text .hero-kicker{color:var(--clay)}.tagline{font-family:var(--font-serif);font-style:italic;font-size:1.2rem;margin-top:.5rem}.heritage-piece,.maker{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:2rem;align-items:start}.heritage-media img,.maker-media img{border-radius:var(--radius);border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow)}.maker-media img{padding:1.5rem}.maker-sample{margin-bottom:1.1rem}.maker-sample img{width:100%;height:auto;display:block;border-radius:var(--radius);border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow)}.maker-sample figcaption{font-size:.85rem;color:var(--ink-soft);padding:.55rem .3rem .25rem;line-height:1.5;font-style:italic}.heritage-info h3,.maker-info h3{font-size:1.4rem;margin-bottom:.75rem}.heritage-info p,.maker-info p{margin-bottom:.9rem}.detail-list{margin-bottom:1rem}.detail-list>div{display:grid;grid-template-columns:150px 1fr;gap:.75rem;padding:.45rem 0;border-bottom:1px dashed var(--line)}.detail-list dt{font-weight:700;font-size:.88rem;color:var(--ink-soft)}.detail-list dd{font-size:.95rem}.heritage-note,.warning-note,.sample-note{border-left:4px solid var(--clay);background:#d9a4411f;padding:.8rem 1rem;border-radius:0 8px 8px 0;font-size:.95rem;margin-bottom:1rem}.warning-note{border-left-color:var(--terracotta);background:#b0552f17}.sample-note{color:var(--ink-soft)}.other-exhibitions{list-style:none;display:flex;flex-wrap:wrap;gap:.75rem}.other-exhibitions a{display:inline-block;background:var(--white);border:1px solid var(--line);border-radius:999px;padding:.5rem 1.1rem;text-decoration:none;font-weight:600}.other-exhibitions a:hover{border-color:var(--terracotta)}.principle-list,.promise-list{list-style:none;display:grid;gap:.7rem;margin-bottom:1.25rem}.principle-list li,.promise-list li{background:var(--white);border:1px solid var(--line);border-radius:10px;padding:.8rem 1.1rem}.step-list{list-style:none;display:grid;gap:1.25rem;counter-reset:step}.step-list li{display:flex;gap:1rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem 1.3rem;box-shadow:var(--shadow)}.step-number{flex:0 0 auto;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--terracotta);color:var(--white);font-weight:700;display:flex;align-items:center;justify-content:center}.template{background:var(--ink);color:var(--cream);border-radius:var(--radius);padding:1.5rem;overflow-x:auto;font-size:.88rem;line-height:1.7}.callout{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(1.5rem,4vw,2.5rem);text-align:center;max-width:820px}.callout h2{margin-bottom:.75rem}.callout p{color:var(--ink-soft);margin-bottom:1rem}.contact-grid{display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:2rem;align-items:start}.contact-card .card-body{gap:0}.contact-card h2{margin-bottom:1rem}.footer{background:var(--ink);color:var(--cream);margin-top:auto}.footer h3{color:var(--clay);margin-bottom:.7rem;font-size:1.05rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:2rem;padding:2.5rem 0}.footer p,.footer address{font-style:normal;color:#faf6efcc;font-size:.95rem}.footer a{color:var(--cream)}.footer a:hover{color:var(--clay)}.footer-links{list-style:none;display:grid;gap:.4rem}.footer-links a{text-decoration:none}.footer-bar{border-top:1px solid rgba(250,246,239,.15);padding:1rem 0;font-size:.85rem;color:#faf6efa6}.service-jump{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.service-jump a{background:var(--white);border:1px solid var(--line);border-radius:999px;padding:.4rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;color:var(--ink-soft);transition:color .2s ease,border-color .2s ease,background .2s ease}.service-jump a:hover{color:var(--terracotta-dark);border-color:var(--terracotta);background:var(--cream-deep)}.service-head{display:flex;align-items:center;gap:1.1rem;margin-bottom:.75rem}.service-title{font-size:clamp(1.4rem,2.8vw,1.95rem);margin-bottom:.15rem}.service-head .card-kicker{margin:0}.service-intro{margin-bottom:1.75rem}.service-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.service-card{background:var(--white);border:1px solid var(--line);border-left:3px solid var(--terracotta);border-radius:var(--radius);padding:1.2rem 1.35rem;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #2c231d24}.service-card h3{margin-bottom:.4rem}.service-card p{color:var(--ink-soft);font-size:.95rem}.about-service-list{margin:.6rem 0 0;padding-left:1.1rem;color:var(--ink-soft);font-size:.95rem}.about-service-list li{margin-bottom:.3rem}.about-service-list li:last-child{margin-bottom:0}.section-cta{margin-top:1.75rem;text-align:center}.intro-statement{padding:clamp(2.25rem,5vw,3.5rem) 0;background:radial-gradient(700px 320px at 15% -40%,rgba(217,164,65,.16),transparent 62%),var(--cream)}.intro-statement .container{text-align:center}.intro-statement .container:before{content:"";display:block;width:56px;height:3px;margin:0 auto 1.5rem;border-radius:999px;background:linear-gradient(90deg,var(--terracotta),var(--clay))}.intro-lead{font-family:var(--font-serif);font-size:clamp(1.08rem,1.9vw,1.35rem);line-height:1.75;color:var(--ink-soft);text-wrap:pretty;margin:0 auto;max-width:62ch}.intro-lead strong{color:var(--ink);font-weight:700}.pillars-quote{font-family:var(--font-serif);font-size:clamp(1.05rem,2.2vw,1.3rem);font-style:italic;color:var(--ink-soft);border-left:4px solid var(--clay);padding:.4rem 0 .4rem 1.25rem;margin:0 auto 2rem;max-width:760px}.story-row{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(1.5rem,4vw,3rem);align-items:start}.story-media{margin:0;position:sticky;top:5rem;background:var(--white);border:1px solid var(--line);border-radius:14px;padding:.6rem;box-shadow:var(--shadow)}.story-media img{width:100%;border-radius:10px;aspect-ratio:1 / 1;object-fit:cover}.story-chapter+.story-chapter,.story-continued .story-chapter{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--line)}.story-continued{margin-top:2rem;padding-top:0}.story-media figcaption{padding:.7rem .4rem .2rem;font-size:.85rem;line-height:1.5;color:var(--ink-soft);font-style:italic}.story-era{display:inline-block;font-family:var(--font-serif);font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--terracotta);padding:.15rem .7rem;border:1px solid var(--line);border-radius:999px;background:var(--cream-deep);margin-bottom:.75rem}.story-text h3{font-size:clamp(1.25rem,2.4vw,1.6rem);margin-bottom:.75rem}.story-text p{color:var(--ink-soft);margin-bottom:.9rem}.story-text p:last-child{margin-bottom:0}.section-tight{padding-top:0}.about-band{margin:0;background:var(--white);border:1px solid var(--line);border-radius:14px;padding:.6rem;box-shadow:var(--shadow)}.about-band img{display:block;width:100%;height:auto;border-radius:10px}.about-band figcaption{padding:.8rem .5rem .2rem;font-size:.85rem;line-height:1.5;color:var(--ink-soft);font-style:italic}@media (max-width: 860px){.nav-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--line);box-shadow:0 12px 24px #2c231d1f;display:none}.nav-open{display:block}.nav ul{flex-direction:column;padding:.75rem 1.25rem 1.25rem;gap:.25rem}.nav a{padding:.7rem .8rem;font-size:1.05rem}.heritage-piece,.maker,.contact-grid{grid-template-columns:1fr}.heritage-media,.maker-media{max-width:420px}.hero .hero-grid{grid-template-columns:1fr;gap:3rem}.hero-collage{max-width:680px;margin-inline:auto;width:100%}.whatwedo-grid{grid-template-columns:1fr}.whatwedo-media{position:relative;top:auto;max-width:480px;margin-inline:auto}.story-row{grid-template-columns:1fr}.story-media{position:static;max-width:480px}}@media (max-width: 480px){.brand-logo{height:40px}.hero-stats{grid-template-columns:repeat(2,1fr);width:100%;gap:1rem 1.5rem}.hero-chips{flex-wrap:wrap}.hero-actions .btn{width:100%;text-align:center}.detail-list>div{grid-template-columns:1fr;gap:.1rem}.card-grid,.service-grid{grid-template-columns:1fr}.hero-collage{grid-template-columns:repeat(2,1fr)}.service-head{align-items:flex-start;gap:.9rem}}
