*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:1.25rem;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}h1,.h1{font-weight:700;font-size:2.25rem}@media(min-width: 40rem){h1,.h1{font-size:2.5rem}}@media(min-width: 48rem){h1,.h1{font-size:3rem}}h2,.h2{font-weight:700;font-size:1.75rem}@media(min-width: 40rem){h2,.h2{font-size:2rem}}@media(min-width: 48rem){h2,.h2{font-size:2.25rem}}h3,.h3{font-weight:600;font-size:1.5rem}@media(min-width: 40rem){h3,.h3{font-size:1.75rem}}@media(min-width: 48rem){h3,.h3{font-size:2rem}}h4,.h4{font-weight:600;font-size:1.25rem}@media(min-width: 40rem){h4,.h4{font-size:1.5rem}}@media(min-width: 48rem){h4,.h4{font-size:1.75rem}}h5,.h5{font-weight:500;font-size:1.125rem}@media(min-width: 40rem){h5,.h5{font-size:1.25rem}}@media(min-width: 48rem){h5,.h5{font-size:1.5rem}}h6,.h6{font-weight:500;font-size:1rem}@media(min-width: 40rem){h6,.h6{font-size:1.125rem}}@media(min-width: 48rem){h6,.h6{font-size:1.25rem}}body{font-family:"Inter",system-ui,-apple-system,sans-serif;line-height:1.5;color:#0f172a;font-size:1rem}@media(min-width: 40rem){body{font-size:1.0625rem}}@media(min-width: 48rem){body{font-size:1.25rem}}small{font-size:.875rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#bf5841;text-decoration:none;transition:color .3s ease}a:hover{color:#8c3730}strong,b{font-weight:700}em,i{font-style:italic}blockquote{border-left:4px solid #bf5841;margin-left:0;padding-left:1rem;font-style:italic;color:#475569}code{font-family:monospace;background:#f1f5f9;padding:.2em .4em;border-radius:.25rem}pre{background:#f1f5f9;padding:1rem;border-radius:.5rem;overflow-x:auto}pre code{background:none;padding:0;border-radius:0}ul,ol{margin-bottom:1rem;padding-left:1.5rem}body{background-color:#fff;color:#0f172a}main{display:flex;flex-direction:column;gap:6rem;justify-content:space-around;align-items:center;margin-top:6rem;margin-bottom:6rem}.container{width:100%;max-width:75rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;gap:1rem}.section{padding:6rem 0}@media(min-width: 40rem){.section{padding:6rem 0}}.section--sm{padding:3rem 0}.section--lg{padding:6rem 0}@media(min-width: 40rem){.section--lg{padding:6rem 0}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:2rem}.mb-8{margin-bottom:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:2rem}.mt-8{margin-top:3rem}.header{position:fixed;top:0;left:0;right:0;z-index:1020;background-color:hsla(0,0%,100%,.9);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;transition:transform .3s ease}.header--hidden{transform:translateY(-100%)}.header__container{width:100%;max-width:75rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;gap:1rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;height:5rem}.header__logo{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.5rem;font-weight:700;color:#0f172a;text-decoration:none}.header__logo img{height:3rem;width:auto}.footer{background-color:#0f172a;color:#fff;padding:6rem 0}.footer__container{width:100%;max-width:75rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;gap:1rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 48rem){.footer__grid{grid-template-columns:1fr 1fr}}.footer__brand-contact{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media(min-width: 48rem){.footer__brand-contact{flex-direction:row;align-items:flex-start;gap:2rem}}.footer__logo{height:48px;width:auto;margin-bottom:0}@media(min-width: 48rem){.footer__logo{height:56px}}.footer__brand-info{display:flex;flex-direction:column;gap:.5rem}.footer__title{font-weight:700;font-size:1.25rem;margin-bottom:.25rem;color:#fff}.footer__contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.footer__contact-item{color:#94a3b8;font-size:.95rem}.footer__contact-item a{color:inherit;text-decoration:underline dotted}.footer__contact-item a:hover,.footer__contact-item a:focus{color:#fff;text-decoration:underline solid}.footer__nav{margin-bottom:1rem}@media(min-width: 48rem){.footer__nav{margin-bottom:0}}.footer__nav-title{font-weight:700;margin-bottom:.75rem;font-size:1.1rem;color:#fff}.footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.footer__nav-item{margin-bottom:0}.footer__nav-link{color:#94a3b8;transition:color .3s ease}.footer__nav-link:hover{color:#fff}.footer__bottom{margin-top:4rem;padding-top:1.5rem;border-top:1px solid #1e293b;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;text-align:center;gap:.75rem}@media(min-width: 48rem){.footer__bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;text-align:left;gap:2rem}}.footer__copyright{color:#94a3b8;margin-bottom:0;font-size:.95rem;flex-basis:25%}.footer__social .icon{width:1.5rem;height:1.5rem}.footer__social .icon:hover,.footer__social .icon:focus{color:#fff}.footer .social-links__link:hover,.footer .social-links__link:focus{color:#fff}.button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;border-radius:.5rem;font-weight:500;text-align:center;cursor:pointer;border:none;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease}.button:hover{transform:translateY(-2px)}.button:focus{outline:2px solid #bf5841;outline-offset:2px}.button--primary{background-color:#bf5841;color:#fff}.button--primary:hover{background-color:#8c3730}.button--secondary{background-color:#101e26;color:#fff}.button--secondary:hover{background-color:rgb(14.4,27,34.2)}.button--outline{background-color:rgba(0,0,0,0);border:2px solid currentColor;color:#bf5841}.button--outline:hover{background-color:#bf5841;color:#fff}.button--sm{padding:.5rem 1rem;font-size:.875rem}.button--lg{padding:1rem 3rem;font-size:1.125rem}.button:disabled,.button--disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.button svg{width:1.25em;height:1.25em;margin-right:.5rem}.card-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}@media(min-width: 48rem){.card-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 64rem){.card-grid{grid-template-columns:repeat(3, 1fr);gap:2.5rem}}@media(min-width: 80rem){.card-grid{gap:3rem}}.card{background:#fff;border-radius:1rem;box-shadow:0 .625rem .9375rem -0.1875rem rgba(0,0,0,.1),0 .25rem .375rem -0.25rem rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;width:100%;min-width:0;max-width:100%;height:100%;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-8px);box-shadow:0 1.25rem 1.5625rem -0.3125rem rgba(0,0,0,.1),0 .5rem .625rem -0.375rem rgba(0,0,0,.1)}.card__media{width:100%;aspect-ratio:3/2;background:#f1f5f9;position:relative;overflow:hidden;display:block}.card__media img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0;transition:transform .3s ease}.card:hover .card__media img{transform:scale(1.06)}.card__media--icon{aspect-ratio:unset;height:120px;display:flex;align-items:center;justify-content:center;background:none;box-shadow:none;padding:0}.card__media--icon .card__icon{display:flex;align-items:center;justify-content:center;margin:0 auto;overflow:hidden;width:3rem;height:3rem}.card__media--icon .card__icon img,.card__media--icon .card__icon svg{width:100%;height:100%;object-fit:contain;display:block;margin:0;transition:transform .2s}.card__media--icon .card__icon svg{stroke:#bf5841;fill:none}.card:hover .card__media--icon img,.card:hover .card__media--icon svg{transform:scale(1.12) rotate(2deg)}.card__content{padding:2rem;padding-bottom:.75rem;flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start}.card:not(:has(.card__media)) .card__content{margin-top:1rem}.card__title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#0f172a;line-height:1.15;text-align:center;word-break:break-word}.card__description{flex:1 1 auto;margin-bottom:.75rem;color:#334155;text-align:center}.card .button{margin-top:.75rem;align-self:stretch;position:relative;z-index:1}.cta-section{padding:3rem 0;display:flex;justify-content:center}.card--featured{max-width:75%;margin:0 auto}@media(min-width: 64rem){.card--featured{max-width:80%}}.card--featured{display:flex;gap:3rem;align-items:center;padding:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 .625rem .9375rem -0.1875rem rgba(0,0,0,.1),0 .25rem .375rem -0.25rem rgba(0,0,0,.1)}@media(min-width: 48rem){.card--featured{flex-direction:column;text-align:center;padding:1rem}}.card--center{text-align:center}.card--center .card__content{margin:0 auto;max-width:640px}.card__content{flex:1}.card__title{margin-bottom:1rem;font-size:2rem;font-weight:700;color:#0f172a}.card__description{margin-bottom:2rem;color:#475569}.card__media{flex:1;display:flex;align-items:center;justify-content:center}.card__media--contained img{max-width:100%;max-height:auto;object-fit:contain}@media(min-width: 48rem){.card__media{width:100%;order:-1}}.button-group{display:flex;gap:1rem;flex-direction:column}.button-group--center{justify-content:center}@media(min-width: 40rem){.button-group{flex-direction:row;align-items:stretch;width:100%}.button-group .button{width:100%}}.hero__container{width:100%;max-width:75rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;gap:1rem;background:linear-gradient(45deg, #8C3730, rgb(187.9574468085, 73.8404255319, 64.4425531915));display:grid;grid-template-columns:1fr;gap:3rem;padding:4rem 1rem;position:relative;z-index:0}@media(min-width: 48rem){.hero__container{grid-template-columns:1fr 1fr;gap:6rem;padding:6rem 1rem;align-items:center}}.hero__content{max-width:37.5rem;margin:0 auto;padding:1.5rem 1.5rem}@media(min-width: 48rem){.hero__content{max-width:none}}.hero__title{font-family:"Inter",system-ui,-apple-system,sans-serif;font-weight:700;line-height:1.2;font-size:3rem;margin-bottom:1rem;font-size:2.5rem;line-height:1.2}@media(min-width: 48rem){.hero__title{font-size:3.5rem}}.hero__subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;color:hsla(0,0%,100%,.9)}.hero__buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:1rem}.hero__buttons button{background-color:#fff;color:#8c3730;border:2px solid #fff}.hero__buttons button:hover{background-color:#8c3730;color:#fff;border:2px solid #fff}.hero__media{display:flex;justify-content:center;align-items:center;position:relative}.hero__image{max-width:15rem;height:auto;filter:drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15))}.nav{display:flex;align-items:center;justify-content:flex-end;flex:1}.nav__menu-button{display:block;background:none;border:none;color:#475569;cursor:pointer;padding:.5rem;margin:-0.5rem}.nav__menu-button svg{width:2.5rem;height:2.5rem}.nav__menu-button:hover{color:#0f172a}@media(min-width: 48rem){.nav__menu-button{display:none}}.nav__list{display:none;list-style:none;font-size:1.25rem;text-align:center;margin:0;padding:0}.nav__list--mobile-visible{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.nav__list--mobile-visible .nav__item+.nav__item{margin-top:.5rem}.nav__list--mobile-visible .nav__link{display:block;padding:.25rem .5rem}@media(min-width: 48rem){.nav__list{display:flex;align-items:center;gap:2rem;position:static;padding:0;box-shadow:none}.nav__list--mobile-visible{position:static;padding:0;box-shadow:none}.nav__list--mobile-visible .nav__item+.nav__item{margin-top:0}.nav__list--mobile-visible .nav__link{padding:0}}.nav__item{display:flex;align-items:center}.nav__link{color:#0f172a;text-decoration:none;font-weight:500;transition:color .3s ease;padding:.25rem .5rem;border-radius:.5rem}.nav__link:hover,.nav__link:focus{color:#bf5841;background-color:rgba(191,88,65,.1)}.nav__link--active{color:#bf5841;background-color:rgba(191,88,65,.1)}.image-caption{font-size:1.25rem;line-height:1.6;margin-top:.5rem;text-align:center}.split-section{display:flex;flex-direction:column;align-items:stretch;gap:2rem}.split-section__image{flex:0 0 100%;max-width:100%;margin-bottom:1.5rem}.split-section__image img{max-width:100%;border-radius:.5rem;display:block}.split-section__content{flex:0 0 100%;width:100%}.split-section__content h2{margin-top:0;font-size:2rem;font-weight:700}.split-section__content .split-section__text{margin-top:1rem;line-height:1.6;min-width:0;word-break:break-word;overflow-wrap:break-word}@media(min-width: 48rem){.split-section{flex-direction:row;align-items:flex-start}.split-section--left{flex-direction:row}.split-section--right{flex-direction:row-reverse}.split-section__image{flex:0 0 55%;margin-bottom:0}.split-section__content{width:100%;flex:1 1 45%}}.social-links__heading--center{text-align:center;width:100%;margin-bottom:1rem}.social-links__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:space-around;align-items:center;width:100%}.social-links__item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.social-links__title{font-size:1rem;font-weight:500;color:#334155;margin-bottom:.5rem;text-align:center;line-height:1.2;letter-spacing:.01em;user-select:none}.social-links__link{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;color:#bf5841;font-size:1.5rem;outline:none;border:none;cursor:pointer}.social-links__link:hover,.social-links__link:focus{color:#1e293b}.social-links__link svg{width:3rem;height:3rem;display:block}.team-members__list{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.team-members .team-member{flex:1 1 210px;max-width:25rem;background:#f7f9fb;border-radius:1rem;padding:1.2rem 1rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 8px 0 rgba(0,0,0,.03);text-align:center}.team-members .team-member .team-member__avatar{width:7rem;height:7rem;margin-bottom:.7rem}.team-members .team-member .team-member__avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#e0e0e0}.team-members .team-member .team-member__name{font-weight:600;font-size:1.1rem;margin-bottom:.2rem}.team-members .team-member .team-member__title{color:#4d6fa4;font-size:.98rem;margin-bottom:.5rem}.team-members .team-member .team-member__bio{font-size:.97rem;color:#333;margin-top:.2rem}.team-members .team-member .team-member__info{display:flex;flex-direction:column;align-items:center;gap:.2rem}.contact-form-section{padding:3rem 0;display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column}.contact-form-socials{display:flex;flex-direction:column;gap:3rem;justify-content:center;align-items:stretch}.contact-form-socials__form,.contact-form-socials__social{max-width:100%;width:100%;flex:none}.contact-form-socials .contact-form{max-width:100%}@media(min-width: 64rem){.contact-form-socials{flex-direction:row;align-items:stretch}.contact-form-socials__form{flex:2 1 0%;max-width:66.666%;width:100%}.contact-form-socials__social{flex:1 1 0%;max-width:33.333%;width:100%}}.contact-form{background:#fff;border-radius:1rem;box-shadow:0 .625rem .9375rem -0.1875rem rgba(0,0,0,.1),0 .25rem .375rem -0.25rem rgba(0,0,0,.1);max-width:60rem;margin:0 auto;width:100%;padding:3rem;display:flex;flex-direction:column;gap:2rem}.contact-form__title{text-align:center}.form-group{display:flex;flex-direction:column;gap:.5rem}label{font-weight:500;color:#0f172a;margin-bottom:.25rem}input[type=text],input[type=email],textarea{border:1px solid #cbd5e1;border-radius:.5rem;padding:.75rem;font-size:1.25rem;color:#0f172a;background:#f8fafc;transition:border-color .2s;resize:vertical}input:focus,textarea:focus{outline:none;border-color:#bf5841}.button{align-self:flex-end}.form-message{margin-top:.5rem;font-size:1.25rem;min-height:1.5em}.form-message--success{color:#bf5841}.form-message--error{color:#101e26}.h-captcha{margin-top:.5rem}@media(min-width: 48rem){.contact-form{padding:1rem}}.text-section{padding:2rem 0}.text-section__heading{margin-bottom:1rem;text-align:center}.text-section__body{max-width:70ch;margin:0 auto}.text-section__body p,.text-section__body ul,.text-section__body ol{margin-bottom:1rem}.text-section__body p:last-child,.text-section__body ul:last-child,.text-section__body ol:last-child{margin-bottom:0}.text-section__body h3,.text-section__body h4,.text-section__body h5,.text-section__body h6{margin-top:2rem;margin-bottom:.75rem}.text-section__body ul,.text-section__body ol{padding-left:1.5rem}.updates-feed{margin:0 auto;width:100%}@media(min-width: 40rem){.updates-feed{width:80%}}.tags-nav{margin-bottom:2rem}.post-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2.5rem}.post-card{background:#fff;border-radius:1rem;border:none;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 12px -8px #cbd5e1;padding:2rem 2.5rem;width:100%;transition:box-shadow .2s,transform .2s,border-bottom-color .2s;position:relative;display:block}.post-card:hover{box-shadow:0 1.25rem 1.5625rem -0.3125rem rgba(0,0,0,.1),0 .5rem .625rem -0.375rem rgba(0,0,0,.1);transform:translateY(-4px) scale(1.01);border-color:#f29877}.post-card h2{margin-top:0;margin-bottom:.5rem;font-size:2rem}.post-card .meta{color:#64748b;font-size:1rem;margin-bottom:1rem}.post-card .excerpt{margin-bottom:1.25rem;font-size:1.1rem}.post-card .post-tags{margin-top:1.25rem;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem 1rem}.post-card .post-tags li{margin:0}.tags-list{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;list-style:none;padding:0;margin:0 auto;justify-content:center}.tag-link{display:inline-block;padding:.35em .9em;border-radius:2em;background:none;color:#bf5841;font-size:1rem;text-decoration:none;transition:background .2s,color .2s;border:1px solid rgba(0,0,0,0)}.tag-link.active,.tag-link:focus,.tag-link:hover{background:#bf5841;color:#fff;border-color:#bf5841;outline:none}@media(max-width: 600px){.tags-list{gap:.5rem .5rem;font-size:.95rem}}.post-article{background:#fff;border-radius:1rem;box-shadow:0 4px 24px -8px #e2e8f0;padding:2.5rem 2.5rem 2rem 2.5rem;margin-bottom:2.5rem;border-bottom:1px solid #e2e8f0}.post-article h1{margin-top:0;font-size:2.5rem}.post-article .meta{color:#64748b;font-size:1.1rem;margin-bottom:1.25rem}.post-tags{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem 1rem;padding:0;margin-bottom:1.5rem}.post-tags li{margin:0}.tag-link{display:inline-block;padding:.3em .85em;border-radius:2em;background:#f1f5f9;color:#bf5841;text-decoration:none;font-size:1rem;border:1px solid rgba(0,0,0,0);transition:background .2s,color .2s}.tag-link.active,.tag-link:focus,.tag-link:hover{background:#bf5841;color:#fff;border-color:#bf5841;outline:none}.post-content{font-size:1.15rem;line-height:1.7;margin-bottom:2rem}.post-nav{display:flex;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem}.post-nav a{color:#bf5841;text-decoration:none;font-weight:500;transition:color .2s}.post-nav a:hover{color:#8c3730;text-decoration:underline}.post-featured-image{width:100%;height:auto;max-height:600px;object-fit:cover;border-radius:1rem;margin-bottom:1.5rem}.related-posts{margin-top:3rem}.related-posts h2{font-size:1.5rem;margin-bottom:1.25rem}.related-posts .post-list.related{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.related-posts .post-card{background:#f8fafc;border-radius:.5rem;box-shadow:0 2px 8px -4px #e2e8f0;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.related-posts .post-card h3{margin-top:0;font-size:1.25rem;margin-bottom:.25rem}.related-posts .post-card .meta{color:#64748b;font-size:.95rem;margin-bottom:.75rem}.related-posts .post-card .excerpt{margin-bottom:.75rem;font-size:1rem}.error-page{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:3rem 0}.error-page__content{background:#fff;border-radius:1rem;box-shadow:0 .625rem .9375rem -0.1875rem rgba(0,0,0,.1),0 .25rem .375rem -0.25rem rgba(0,0,0,.1);padding:3rem 2rem;text-align:center;max-width:480px;margin:0 auto}.error-page__title{font-size:5rem;font-weight:bold;color:#bf5841;margin-bottom:.5rem;line-height:1}.error-page__message{font-size:1.25rem;color:#334155;margin-bottom:2rem}.error-page .button{margin-top:.5rem}/*# sourceMappingURL=main.css.map */