:root{--cream:#fbf4e9;--cream-alt:#f4e8d6;--cream-deep:#ecdcc0;--espresso-900:#2a1c12;--espresso-800:#34241a;--espresso-700:#4a3323;--espresso-600:#5f4230;--coffee-600:#7a4b25;--coffee-500:#96602f;--terracotta-700:#7c3c17;--terracotta-600:#a34e20;--terracotta-500:#c1602b;--terracotta-400:#d47a44;--sage-600:#5f6f45;--sage-500:#7c8c5f;--gold-500:#c99230;--gold-400:#d9a441;--border:#e2d0af;--border-strong:#c9ab7a;--white:#fff;--color-bg:var(--cream);--color-bg-alt:var(--cream-alt);--color-text:var(--espresso-900);--color-text-muted:#6b5642;--color-primary:var(--coffee-600);--color-primary-dark:var(--espresso-700);--color-accent:var(--terracotta-600);--color-accent-dark:var(--terracotta-700);--color-secondary-accent:var(--sage-600);--color-border:var(--border);--fs-display:clamp(2.5rem,1.6rem + 3.6vw,4.25rem);--fs-h1:clamp(2.1rem,1.5rem + 2.4vw,3.25rem);--fs-h2:clamp(1.65rem,1.3rem + 1.4vw,2.35rem);--fs-h3:clamp(1.3rem,1.1rem + 0.8vw,1.65rem);--fs-body-lg:clamp(1.1rem,1rem + 0.3vw,1.25rem);--fs-body:1rem;--fs-small:0.875rem;--fs-eyebrow:0.8rem;--font-display:Georgia,"Iowan Old Style","Palatino Linotype","Book Antiqua",serif;--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:22px;--shadow-sm:0 1px 3px rgba(42,28,18,.08);--shadow-md:0 8px 24px rgba(42,28,18,.12);--shadow-lg:0 20px 45px rgba(42,28,18,.18);--max-width:1200px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:var(--fs-body);line-height:1.6;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ol,ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.15;margin:0 0 .6em;color:var(--espresso-900)}p{margin:0 0 1em}button{font-family:inherit}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid var(--terracotta-600);outline-offset:3px;border-radius:4px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:1rem;top:-3rem;background:var(--espresso-900);color:var(--cream);padding:.75rem 1.25rem;border-radius:var(--radius-sm);z-index:100;transition:top .15s ease}.skip-link:focus{top:1rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:clamp(3rem,4vw + 1rem,6rem) 0}.section-alt{background:var(--color-bg-alt)}.section-dark{background:var(--espresso-900)}.section-dark,.section-dark h2,.section-dark h3{color:var(--cream)}.section-header{max-width:720px;margin:0 auto 3rem;text-align:center}.section-header.align-left{margin-left:0;text-align:left}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:var(--fs-eyebrow);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent-dark);margin-bottom:.85rem}.section-dark .eyebrow{color:var(--gold-400)}.lede{font-size:var(--fs-body-lg);color:var(--color-text-muted)}.section-dark .lede{color:var(--cream-deep)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-weight:700;font-size:1rem;padding:.85rem 1.6rem;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--color-accent);color:var(--cream);box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--color-accent-dark);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;border-color:currentColor;color:var(--espresso-900)}.btn-outline:hover{background:var(--espresso-900);color:var(--cream)}.section-dark .btn-outline{color:var(--cream)}.section-dark .btn-outline:hover{background:var(--cream);color:var(--espresso-900)}.btn-block{width:100%}.grid{display:grid;grid-gap:1.75rem;gap:1.75rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:var(--white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow-sm)}.card-icon{width:48px;height:48px;border-radius:50%;background:var(--cream-alt);color:var(--color-accent-dark);display:flex;justify-content:center;margin-bottom:1.25rem}.badge,.card-icon{align-items:center}.badge{display:inline-flex;gap:.4rem;font-size:var(--fs-small);font-weight:700;padding:.3rem .75rem;border-radius:999px;background:var(--sage-600);color:var(--cream)}.badge-outline{background:transparent;border:1px solid var(--border-strong);color:var(--coffee-600)}.divider{height:3px;width:72px;background:repeating-linear-gradient(90deg,var(--color-accent),var(--color-accent) 8px,transparent 8px,transparent 14px);margin:0 auto 1.5rem;border-radius:2px}.section-header.align-left .divider{margin-left:0}.texture-beans{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%23fbf4e9' fill-opacity='0.05'%3E%3Cellipse cx='20' cy='20' rx='11' ry='7' transform='rotate(35 20 20)'/%3E%3Cellipse cx='85' cy='55' rx='11' ry='7' transform='rotate(-20 85 55)'/%3E%3Cellipse cx='45' cy='90' rx='11' ry='7' transform='rotate(60 45 90)'/%3E%3C/g%3E%3C/svg%3E");background-size:120px 120px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(37,69%,95%,.92);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--color-border)}.header-inner{justify-content:space-between;padding:1rem 1.5rem;max-width:var(--max-width);margin:0 auto}.brand,.header-inner{display:flex;align-items:center}.brand{gap:.65rem;font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--espresso-900)}.brand-mark{width:40px;height:40px;flex-shrink:0}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text small{font-family:var(--font-body);font-weight:600;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.main-nav{gap:2rem}.main-nav,.nav-links{display:flex;align-items:center}.nav-links{gap:1.75rem;font-weight:600;font-size:.95rem}.nav-links a{position:relative;padding:.25rem 0}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--color-accent-dark)}.nav-cta{display:flex;align-items:center;gap:1rem}.nav-toggle{align-items:center;justify-content:center;background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sm);width:44px;height:44px;cursor:pointer}.mobile-nav,.nav-toggle{display:none}@media (max-width:860px){.nav-cta .btn,.nav-links{display:none}.nav-toggle{display:inline-flex}.mobile-nav.is-open{display:block;border-top:1px solid var(--color-border);background:var(--cream)}.mobile-nav ul{display:flex;flex-direction:column;padding:1rem 1.5rem 1.5rem;gap:1rem}.mobile-nav a{display:block;font-weight:600;font-size:1.05rem;padding:.4rem 0}.mobile-nav .btn{margin-top:.5rem}}.hero{position:relative;overflow:hidden;background:linear-gradient(160deg,var(--espresso-900) 0,var(--espresso-700) 55%,var(--coffee-600) 100%);color:var(--cream)}.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:3rem;gap:3rem;align-items:center;padding:clamp(3.5rem,6vw,6rem) 1.5rem;max-width:var(--max-width);margin:0 auto;position:relative;z-index:1}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-actions,.hero-stats{justify-content:center}}.hero h1{color:var(--cream);font-size:var(--fs-display);margin-bottom:.5rem}.hero-tagline{color:var(--gold-400);font-weight:600;margin-bottom:1rem}.hero .lede{color:var(--cream-deep);max-width:46ch}@media (max-width:900px){.hero .lede{margin-left:auto;margin-right:auto}}.hero-actions{gap:1rem;margin-top:2rem}.hero-actions,.hero-stats{display:flex;flex-wrap:wrap}.hero-stats{gap:2.5rem;margin-top:3rem}.hero-stat strong{display:block;font-family:var(--font-display);font-size:1.85rem;color:var(--gold-400)}.hero-stat span{font-size:var(--fs-small);color:var(--cream-deep);text-transform:uppercase;letter-spacing:.08em}.hero-art{position:relative;display:flex;align-items:center;justify-content:center}.hero-art svg{width:100%;height:auto;max-width:420px}.feature-list{display:grid;grid-gap:1.25rem;gap:1.25rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-item .icon{flex-shrink:0;width:32px;height:32px;color:var(--color-accent-dark)}.feature-item h4{margin-bottom:.25rem;font-size:1.05rem}.feature-item p{margin:0;color:var(--color-text-muted);font-size:var(--fs-small)}.testimonial-card{background:var(--white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-sm)}.stars{display:flex;gap:.2rem;color:var(--gold-500)}.stars svg{width:18px;height:18px}.testimonial-quote{font-family:var(--font-display);font-size:1.1rem;line-height:1.5;color:var(--espresso-800);margin:0}.testimonial-author{gap:.75rem;margin-top:auto}.avatar,.testimonial-author{display:flex;align-items:center}.avatar{width:44px;height:44px;border-radius:50%;justify-content:center;color:var(--cream);font-family:var(--font-display);font-weight:700;flex-shrink:0}.author-name{font-weight:700;font-size:.95rem;color:var(--espresso-900)}.author-meta{font-size:var(--fs-small);color:var(--color-text-muted)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.gallery-item{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/3;border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.gallery-item figcaption{position:absolute;inset:auto 0 0 0;padding:1rem;background:linear-gradient(0deg,rgba(24,15,8,.85),transparent);color:var(--cream);font-size:var(--fs-small);font-weight:600}.gallery-media{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.gallery-media svg{width:40%;height:40%;opacity:.85}.gallery-item.is-video .play-badge{position:absolute;top:.85rem;right:.85rem;width:34px;height:34px;border-radius:50%;background:rgba(24,15,8,.65);color:var(--cream);display:flex;align-items:center;justify-content:center}.faq-list{display:flex;flex-direction:column;gap:.9rem;max-width:780px;margin:0 auto}.faq-item{background:var(--white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.25rem 1.5rem;box-shadow:var(--shadow-sm)}.faq-item summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;font-weight:700;font-size:1.05rem;color:var(--espresso-900)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .chevron{flex-shrink:0;width:22px;height:22px;color:var(--color-accent-dark);transition:transform .2s ease}.faq-item[open] summary .chevron{transform:rotate(180deg)}.faq-answer{padding:0 0 1.4rem;color:var(--color-text-muted);margin:0}.form-grid{display:grid;grid-gap:1.25rem;gap:1.25rem}@media (min-width:640px){.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field label{font-weight:700;font-size:var(--fs-small);color:var(--espresso-800)}.form-field .hint{font-size:.78rem;color:var(--color-text-muted);font-weight:400}.form-field input,.form-field select,.form-field textarea{font-family:var(--font-body);font-size:1rem;padding:.75rem .9rem;border-radius:var(--radius-sm);border:1.5px solid var(--color-border);background:var(--white);color:var(--color-text)}.form-field input::placeholder,.form-field textarea::placeholder{color:#a5937c}.form-note{font-size:var(--fs-small);color:var(--color-text-muted);background:var(--cream-alt);border:1px dashed var(--border-strong);border-radius:var(--radius-sm);padding:.85rem 1rem}.info-list{display:flex;flex-direction:column;gap:1.5rem}.info-row{display:flex;gap:1rem;align-items:flex-start}.info-row .icon{flex-shrink:0;width:26px;height:26px;color:var(--color-accent-dark);margin-top:.15rem}.info-row h4{margin-bottom:.2rem;font-size:1rem}.info-row p{margin:0;color:var(--color-text-muted);font-size:.95rem}.hours-table{width:100%;border-collapse:collapse}.hours-table td{padding:.4rem 0;border-bottom:1px solid var(--color-border);font-size:.95rem}.hours-table td:last-child{text-align:right;color:var(--color-text-muted)}.map-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);box-shadow:var(--shadow-md);aspect-ratio:16/11;background:var(--cream-alt)}.map-card svg{width:100%;height:100%}.cta-banner{text-align:center}.cta-banner h2{max-width:640px;margin-left:auto;margin-right:auto}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.75rem}.site-footer{background:var(--espresso-900);color:var(--cream-deep);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;grid-gap:2.5rem;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid hsla(37,69%,95%,.15)}@media (max-width:780px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}}.footer-grid h4{color:var(--cream);font-family:var(--font-body);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.1rem}.footer-links{display:flex;flex-direction:column;gap:.65rem;font-size:.92rem}.footer-links a:hover{color:var(--cream)}.footer-brand p{color:var(--cream-deep);font-size:.92rem;max-width:32ch}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:1.75rem;font-size:.82rem;color:hsla(37,69%,95%,.65)}.footer-newsletter{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.footer-newsletter input{flex:1 1;min-width:160px;padding:.65rem .85rem;border-radius:var(--radius-sm);border:1px solid hsla(37,69%,95%,.25);background:hsla(37,69%,95%,.08);color:var(--cream)}.footer-newsletter input::placeholder{color:hsla(37,69%,95%,.55)}.page-hero{padding:clamp(3rem,5vw,5rem) 0 clamp(2.5rem,4vw,3.5rem);background:linear-gradient(160deg,var(--espresso-900) 0,var(--coffee-600) 130%);text-align:center}.page-hero,.page-hero h1{color:var(--cream)}.breadcrumb{display:flex;gap:.5rem;justify-content:center;font-size:var(--fs-small);color:var(--cream-deep);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.08em}.text-center{text-align:center}.mt-0{margin-top:0}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}@media (max-width:860px){.two-col{grid-template-columns:1fr}}.tag-row{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.25rem 0}.process-steps{display:grid;grid-gap:2rem;gap:2rem;counter-reset:step}.process-step{display:flex;gap:1.5rem;align-items:flex-start}.process-step .step-number{flex-shrink:0;width:56px;height:56px;border-radius:50%;background:var(--espresso-900);color:var(--cream);font-family:var(--font-display);font-size:1.35rem;font-weight:700;display:flex;align-items:center;justify-content:center}