:root{--color-dark:#181913;--color-brown:#816856;--color-olive:#888f62;--color-beige:#f0dec5;--color-white:snow;--color-blush:#ebc7c9;--color-text:var(--color-dark);--color-text-muted:var(--color-brown);--color-text-disabled:rgba(24,25,19,.35);--color-bg:var(--color-white);--color-bg-alt:var(--color-beige);--color-bg-footer:var(--color-blush);--color-border:var(--color-olive);--color-border-subtle:rgba(136,143,98,.25);--font-heading:"the-seasons","Georgia",serif;--font-body:"Montserrat","Arial",sans-serif;--text-display:clamp(2rem,2.5vw + 1rem,3.5rem);--text-h1:clamp(1.75rem,2vw + .75rem,2.5rem);--text-h2:clamp(1.375rem,1.5vw + .5rem,2rem);--text-h3:clamp(1.125rem,1vw + .5rem,1.5rem);--text-h4:1.25rem;--text-body:1rem;--text-small:.875rem;--text-nav:.9375rem;--text-button:clamp(.9375rem,1vw + .3rem,1.125rem);--space-xs:.75rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-section:clamp(3rem,5vw + 1rem,4rem);--page-margin:clamp(1.5rem,5vw + .5rem,5rem);--radius:5px;--shadow-card:0 .25rem 1.25rem rgba(129,104,86,.1);--shadow-card-hover:0 .75rem 2rem rgba(129,104,86,.22);--shadow-button:0px 12px 40px -8px rgba(129,104,86,.4),inset 0px 3px 4px rgba(255,250,250,.35),inset 0px -1px 2px rgba(24,25,19,.35);--transition:.2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;-webkit-text-size-adjust:100%;scroll-behavior:smooth}img,video{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}body{font-family:var(--font-body);font-size:var(--text-body);line-height:1.625;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.2;color:var(--color-text)}h1{font-size:var(--text-h1)}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3)}h4{font-size:var(--text-h4)}p{font-size:var(--text-body);line-height:1.625}small{font-size:var(--text-small);color:var(--color-text-muted);line-height:1.57}strong{font-weight:500}.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:var(--page-margin)}.site-main{min-height:60vh}section{padding-block:var(--space-section)}.testimonial-header-container{text-align:center;padding-bottom:var(--space-lg)}