:root{--cm-dark:#1a0a00;--cm-dark-soft:#2d1408;--cm-gold:#d4810a;--cm-gold-hover:#b86e08;--cm-cream:#f5deb3;--cm-white:#fff;--cm-serif:"Lora", Georgia, serif;--cm-sans:"Poppins", system-ui, sans-serif}.cm-about-page{color:var(--cm-dark);font-family:var(--cm-sans);background:#faf6f0}.cm-about-page *{box-sizing:border-box}.cm-about-hero{background:var(--cm-dark) center / cover no-repeat;color:var(--cm-white);padding:clamp(3.5rem, 9vw, 5.5rem) 1.5rem 3rem;text-align:center}.cm-about-hero .cm-eyebrow,.cm-about-hero__eyebrow{color:var(--cm-gold);font-size:.75rem;letter-spacing:.28em;text-transform:uppercase;margin:0 0 .75rem;font-weight:600}.cm-about-hero h1,.cm-about-hero__title{font-family:var(--cm-serif);font-size:clamp(2.2rem, 5vw, 3.25rem);margin:0 0 .75rem;color:var(--cm-white)}.cm-about-hero p{max-width:40rem;margin:0 auto;color:var(--cm-cream);line-height:1.75}.cm-about-story{padding:3.5rem 1.5rem}.cm-about-story__inner{display:grid;grid-template-columns:1.1fr 0.9fr;gap:2.5rem;align-items:center;max-width:1080px;margin:0 auto}.cm-about-story__copy .cm-eyebrow{color:var(--cm-gold);font-size:.75rem;letter-spacing:.28em;text-transform:uppercase;margin:0 0 .5rem;font-weight:600}.cm-about-story__copy h2{font-family:var(--cm-serif);font-size:clamp(1.6rem, 4vw, 2.2rem);margin:0 0 1rem}.cm-about-story__copy p{margin:0 0 1rem;line-height:1.8;color:#4a3728}.cm-about-story__photo{margin:0;overflow:hidden;border-radius:4px}.cm-about-story__photo img{display:block;width:100%;height:100%;object-fit:cover}.cm-about-section-head{text-align:center;max-width:40rem;margin:0 auto 2rem}.cm-about-section-head .cm-eyebrow{color:var(--cm-gold);font-size:.75rem;letter-spacing:.28em;text-transform:uppercase;margin:0 0 .5rem;font-weight:600}.cm-about-section-head h2{font-family:var(--cm-serif);font-size:clamp(1.6rem, 4vw, 2.2rem);margin:0}.cm-about-section-lead{margin:.75rem 0 0;line-height:1.7;color:#5c4838}.cm-about-video{padding:3.5rem 1.5rem;background:#fefdfb}.cm-about-video__embed{position:relative;width:min(100%, 900px);margin:0 auto;aspect-ratio:16 / 9;border-radius:4px;overflow:hidden;box-shadow:0 18px 50px rgb(26 10 0 / .15)}.cm-about-video__embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.cm-about-history{padding:3.5rem 1.5rem;background:var(--cm-dark);color:var(--cm-cream)}.cm-about-history .cm-about-section-head h2{color:var(--cm-white)}.cm-about-history__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:900px;margin:0 auto}.cm-about-history__grid article{background:rgb(255 255 255 / .06);border:1px solid rgb(212 129 10 / .35);border-radius:4px;padding:1.5rem}.cm-about-history__grid h3{font-family:var(--cm-serif);font-size:1.15rem;margin:0 0 .5rem;color:var(--cm-white)}.cm-about-history__grid p{margin:0;line-height:1.65;font-size:.95rem}.cm-about-gallery{padding:3.5rem 1.5rem}.cm-about-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1140px;margin:0 auto}.cm-about-gallery__item{margin:0;overflow:hidden;border-radius:4px;aspect-ratio:4 / 3}.cm-about-gallery__item--featured{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}.cm-about-gallery__item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 0.45s ease}.cm-about-gallery__item:hover img{transform:scale(1.04)}.cm-about-cta{background:linear-gradient(135deg,var(--cm-dark-soft) 0%,var(--cm-dark) 100%);color:var(--cm-cream);text-align:center;padding:3.5rem 1.5rem 4rem;border-top:4px solid var(--cm-gold)}.cm-about-cta h2{font-family:var(--cm-serif);font-size:clamp(1.6rem, 4vw, 2.2rem);margin:0 0 .75rem;color:var(--cm-white)}.cm-about-cta p{max-width:36rem;margin:0 auto 1.5rem;line-height:1.75}.cm-about-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.cm-btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;border-radius:3px;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:2px solid #fff0;transition:0.2s ease}.cm-btn-primary{background:var(--cm-gold);color:var(--cm-white);border-color:var(--cm-gold)}.cm-btn-primary:hover,.cm-btn-primary:focus{background:var(--cm-gold-hover);border-color:var(--cm-gold-hover);color:var(--cm-white)}.cm-btn-outline{background:#fff0;color:var(--cm-white);border-color:var(--cm-white)}.cm-btn-outline:hover,.cm-btn-outline:focus{background:var(--cm-white);color:var(--cm-dark)}@media (max-width:900px){.cm-about-story__inner{grid-template-columns:1fr}.cm-about-gallery__grid{grid-template-columns:repeat(2,1fr)}.cm-about-gallery__item--featured{grid-column:span 2;grid-row:span 1;aspect-ratio:16 / 9}}@media (max-width:640px){.cm-about-history__grid,.cm-about-gallery__grid{grid-template-columns:1fr}.cm-about-gallery__item--featured{grid-column:span 1;aspect-ratio:4 / 3}}