@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/montserrat-400.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/montserrat-500.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/montserrat-600.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/montserrat-700.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 800; font-display: swap; src: url('../fonts/montserrat-800.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 900; font-display: swap; src: url('../fonts/montserrat-900.ttf') format('truetype'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; font-display: swap; src: url('../fonts/open-sans-300.ttf') format('truetype'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/open-sans-400.ttf') format('truetype'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/open-sans-500.ttf') format('truetype'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/open-sans-600.ttf') format('truetype'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/open-sans-700.ttf') format('truetype'); }
:root{--owt-background:#ffffff;--owt-foreground:#1a212d;--owt-card:#ffffff;--owt-card-foreground:#1a212d;--owt-primary:#1c2840;--owt-primary-foreground:#ffffff;--owt-secondary:#f0f2f5;--owt-muted:#f0f2f5;--owt-muted-foreground:#65758b;--owt-accent:#f97015;--owt-accent-foreground:#ffffff;--owt-ring:#f97015;--owt-primary-rgb:28,40,64;--owt-accent-rgb:249,112,21;--owt-foreground-rgb:26,33,45;--owt-primary-foreground-rgb:255,255,255}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--owt-background);color:var(--owt-foreground);font-family:'Open Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}button,input,textarea{font:inherit}button{cursor:pointer}.owt-site-main{overflow:hidden}.owt-container{width:min(100% - 32px,1280px);margin:0 auto}.owt-container--narrow{width:min(100% - 32px,768px)}.owt-container--wide{width:min(100% - 32px,1200px)}.owt-container--faq,.owt-container--contact{width:min(100% - 32px,1100px)}.owt-section{padding:80px 0}.owt-section--background{background:var(--owt-background)}.owt-section--secondary{background:var(--owt-secondary)}.owt-section--primary{background:var(--owt-primary);color:rgba(var(--owt-primary-foreground-rgb),.8)}.owt-section-title,.owt-hero__title,.owt-card__title,.owt-contact__item-title,.owt-footer__company,.owt-parallax__title,.owt-services__closing,.owt-brand__text,.owt-button,.owt-mobile-link,.owt-nav-link,.owt-progress__label,.owt-faq-item__question,.owt-testimonial__name{font-family:'Montserrat',Arial,sans-serif}.owt-navbar{position:fixed;inset:0 0 auto;z-index:50;transition:background-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease;background:transparent}.owt-navbar.is-scrolled{background:rgba(var(--owt-primary-rgb),.95);box-shadow:0 12px 28px rgba(0,0,0,.18);backdrop-filter:blur(6px)}.owt-navbar__inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.owt-brand{display:flex;align-items:center;gap:12px}.owt-brand__logo{height:3.15rem;width:auto;object-fit:contain}.owt-brand__text{font-weight:700;font-size:1.125rem;color:var(--owt-primary-foreground);display:none}.owt-navbar__desktop{display:none;align-items:center;gap:32px}.owt-nav-link,.owt-mobile-link{font-size:.875rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--owt-primary-foreground-rgb),.8);transition:color .2s ease;font-weight:500}.owt-nav-link:hover,.owt-mobile-link:hover,.owt-footer__link:hover,.owt-contact__link:hover{color:var(--owt-accent)}.owt-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:var(--owt-accent);color:var(--owt-accent-foreground);font-weight:700;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease}.owt-button:hover{background:rgba(var(--owt-accent-rgb),.92)}.owt-button--small{padding:10px 20px;font-size:.875rem}.owt-button--hero{padding:12px 32px;font-size:1rem;box-shadow:0 12px 28px rgba(0,0,0,.2)}.owt-button--hero:hover{transform:scale(1.05)}.owt-button--full,.owt-button--submit{width:100%;padding:14px 24px}.owt-button--portfolio{padding:12px 32px;font-size:.875rem}.owt-button__icon{display:inline-flex}.owt-navbar__mobile{position:relative}.owt-menu-toggle{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;color:var(--owt-primary-foreground);background:transparent}.owt-menu-icon--close{display:none}.owt-mobile-panel{position:absolute;right:0;top:calc(100% + 12px);width:256px;background:rgba(var(--owt-primary-rgb),.95);border:1px solid rgba(var(--owt-primary-foreground-rgb),.1);border-radius:24px;box-shadow:0 24px 48px rgba(0,0,0,.28);padding:24px;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;backdrop-filter:blur(8px)}.owt-mobile-panel__stack{display:flex;flex-direction:column;gap:20px}.owt-mobile-panel.is-open{opacity:1;visibility:visible;transform:translateY(0)}.owt-navbar__mobile.is-open .owt-menu-icon--menu{display:none}.owt-navbar__mobile.is-open .owt-menu-icon--close{display:inline-flex}.owt-hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden;padding:0 0 64px}.owt-hero__video,.owt-hero__overlay{position:absolute;inset:0}.owt-hero__video{width:100%;height:100%;object-fit:cover}.owt-hero__overlay{background:rgba(var(--owt-primary-rgb),.7)}.owt-hero__content{position:relative;z-index:2;width:100%;padding:0 24px}.owt-hero__inner{max-width:42rem}.owt-hero__title{margin:0 0 8px;color:var(--owt-primary-foreground);font-size:clamp(2rem,4vw,4rem);line-height:1.05;font-weight:800}.owt-hero__tagline{margin:0 0 24px;color:var(--owt-accent);font-size:clamp(1.125rem,2vw,1.5rem);font-style:italic;font-weight:500}.owt-marquee{background:var(--owt-accent);padding:12px 0;overflow:hidden}.owt-marquee__track{display:flex;white-space:nowrap;animation:owt-marquee 20s linear infinite}.owt-marquee__item{margin:0 32px;color:var(--owt-accent-foreground);font-family:'Montserrat',Arial,sans-serif;font-size:.875rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700}.owt-marquee__star{margin-left:16px;opacity:.5}.owt-heading-block{text-align:center;margin-bottom:64px}.owt-heading-block--light .owt-section-title{color:var(--owt-primary-foreground)}.owt-heading-block--light .owt-section-copy{color:rgba(var(--owt-primary-foreground-rgb),.7)}.owt-section-title{margin:0 0 16px;font-size:clamp(1.875rem,3vw,2.5rem);line-height:1.2;font-weight:700;color:var(--owt-foreground)}.owt-divider{width:64px;height:4px;border-radius:999px;margin:0 auto 24px;background:var(--owt-accent)}.owt-section-copy{max-width:42rem;margin:0 auto;color:var(--owt-muted-foreground);line-height:1.7}.owt-section-copy--large{font-size:1.125rem}.owt-about__location{display:flex;width:100%;justify-content:center;align-items:center;gap:8px;margin:0 0 16px;color:var(--owt-accent);text-transform:uppercase;letter-spacing:.16em;font-weight:600;font-size:.875rem}#about .js-about-block>.owt-section-title{text-align:center}.owt-progress{margin:16px auto 0;max-width:544px}.owt-progress__labels{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.owt-progress__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(var(--owt-foreground-rgb),.45);font-weight:700;transition:color .5s ease}.owt-progress__label.is-active{color:var(--owt-accent)}.owt-progress__track{position:relative;height:8px;border-radius:999px;background:var(--owt-muted)}.owt-progress__fill{position:absolute;inset:0 auto 0 0;width:0;border-radius:999px;background:var(--owt-accent)}.owt-progress__dot{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;transform:translate(-50%,-50%);border:2px solid rgba(var(--owt-foreground-rgb),.2);background:var(--owt-secondary);transition:border-color .3s ease,background-color .3s ease}.owt-progress__dot.is-active{border-color:var(--owt-accent);background:var(--owt-accent)}.owt-progress__truck{position:absolute;top:50%;left:0;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--owt-accent);color:var(--owt-accent-foreground);box-shadow:0 10px 18px rgba(0,0,0,.16)}.owt-about__image-wrap{margin-top:56px;overflow:hidden;border-radius:14px;box-shadow:0 18px 34px rgba(0,0,0,.14)}.owt-about__image{width:100%;height:auto;object-fit:cover}.owt-grid{display:grid;gap:24px}.owt-grid--services,.owt-grid--testimonials,.owt-grid--portfolio,.owt-grid--faq{grid-template-columns:repeat(1,minmax(0,1fr))}.owt-grid--portfolio{max-width:1152px;margin:0 auto}.owt-grid--faq{gap:16px}.owt-card{background:var(--owt-card);color:var(--owt-card-foreground);border-radius:18px;box-shadow:0 20px 40px rgba(0,0,0,.08)}.owt-card--service{padding:32px;text-align:center;transition:transform .5s ease,box-shadow .5s ease}.owt-card--service:hover{transform:translateY(-8px);box-shadow:0 24px 48px rgba(0,0,0,.12)}.owt-card__icon{width:64px;height:64px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:rgba(var(--owt-accent-rgb),.1);color:var(--owt-accent);transition:background-color .3s ease}.owt-card--service:hover .owt-card__icon{background:rgba(var(--owt-accent-rgb),.2)}.owt-card__title{margin:0 0 12px;font-size:1.25rem;font-weight:700}.owt-card__copy{margin:0;font-size:.875rem;line-height:1.7;color:var(--owt-muted-foreground)}.owt-services__closing{margin:48px 0 0;text-align:center;color:var(--owt-foreground);font-size:1.125rem;font-weight:600}.owt-services__closing-accent{color:var(--owt-accent)}.owt-portfolio-card{position:relative;overflow:hidden;border-radius:14px;box-shadow:0 16px 30px rgba(0,0,0,.1);transition:transform .5s ease,box-shadow .5s ease}.owt-portfolio-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.14)}.owt-portfolio-card__image{width:100%;height:256px;object-fit:cover;transition:transform .5s ease}.owt-portfolio-card:hover .owt-portfolio-card__image{transform:scale(1.1)}.owt-portfolio-card__overlay{position:absolute;inset:0;display:flex;align-items:flex-end;background:rgba(var(--owt-primary-rgb),0);transition:background-color .3s ease}.owt-portfolio-card:hover .owt-portfolio-card__overlay{background:rgba(var(--owt-primary-rgb),.4)}.owt-portfolio-card__text{margin:0;padding:16px;opacity:0;color:var(--owt-primary-foreground);transition:opacity .3s ease;font-family:'Montserrat',Arial,sans-serif;font-size:.875rem;font-weight:500}.owt-portfolio-card:hover .owt-portfolio-card__text{opacity:1}.owt-portfolio__button-wrap{margin-top:32px;text-align:center}.owt-testimonial{position:relative;padding:32px;border-radius:24px;background:rgba(var(--owt-primary-foreground-rgb),.05);border:1px solid rgba(var(--owt-primary-foreground-rgb),.1);transition:transform .5s ease,background-color .5s ease,box-shadow .5s ease}.owt-testimonial:hover{transform:translateY(-4px);background:rgba(var(--owt-primary-foreground-rgb),.1);box-shadow:0 24px 48px rgba(var(--owt-accent-rgb),.08)}.owt-testimonial__quote{margin-bottom:16px;color:rgba(var(--owt-accent-rgb),.3)}.owt-testimonial__text{margin:0 0 24px;color:rgba(var(--owt-primary-foreground-rgb),.8);line-height:1.8;font-style:italic}.owt-testimonial__stars{display:flex;gap:4px;margin-bottom:12px;color:var(--owt-accent)}.owt-testimonial__name{margin:0 0 4px;color:var(--owt-primary-foreground);font-size:.875rem;font-weight:700}.owt-testimonial__role{margin:0;color:rgba(var(--owt-primary-foreground-rgb),.5);font-size:.75rem}.owt-faq-column{display:flex;flex-direction:column;gap:16px}.owt-faq-item{border:1px solid rgba(var(--owt-foreground-rgb),.1);border-radius:14px;overflow:hidden;background:transparent}.owt-faq-item__toggle{width:100%;border:0;background:transparent;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:20px;text-align:center;color:inherit}.owt-faq-item__toggle:hover{background:rgba(var(--owt-foreground-rgb),.04)}.owt-faq-item__question{grid-column:2;justify-self:center;max-width:100%;text-align:center;font-size:.9375rem;font-weight:600;color:var(--owt-foreground)}.owt-faq-item__icon{grid-column:3;justify-self:end;color:var(--owt-accent);flex-shrink:0;transition:transform .3s ease}.owt-faq-item.is-open .owt-faq-item__icon{transform:rotate(180deg)}.owt-faq-item__answer-wrap{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.owt-faq-item.is-open .owt-faq-item__answer-wrap{max-height:160px;opacity:1}.owt-faq-item__answer{margin:0;padding:0 20px 20px;color:var(--owt-muted-foreground);font-size:.875rem;line-height:1.7;text-align:left}.owt-parallax{position:relative;height:28rem;overflow:hidden}.owt-parallax__image{position:absolute;inset:0;width:100%;height:140%;object-fit:cover;transform:translateY(0)}.owt-parallax__overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(var(--owt-primary-rgb),.7),rgba(var(--owt-primary-rgb),.5),rgba(var(--owt-accent-rgb),.3))}.owt-parallax__bottom{position:absolute;inset:auto 0 0;height:128px;background:linear-gradient(to top,rgba(var(--owt-primary-rgb),.8),transparent)}.owt-parallax__content{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;padding:0 16px;text-align:center}.owt-parallax__title{margin:0 0 16px;color:var(--owt-primary-foreground);font-size:clamp(1.875rem,4vw,3rem);font-weight:700}.owt-parallax__highlight{color:var(--owt-accent)}.owt-parallax__copy{max-width:36rem;margin:0 auto;color:rgba(var(--owt-primary-foreground-rgb),.8);font-size:1.125rem}.owt-contact__grid{display:grid;grid-template-columns:1fr;gap:48px}.owt-contact__info{display:flex;flex-direction:column;gap:32px}.owt-contact__item{display:flex;align-items:flex-start;gap:16px}.owt-contact__item-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:14px;color:var(--owt-accent);background:rgba(var(--owt-accent-rgb),.2)}.owt-contact__item-title{margin:0 0 4px;color:var(--owt-primary-foreground);font-size:1rem;font-weight:600}.owt-contact__link{color:rgba(var(--owt-primary-foreground-rgb),.7);font-size:.875rem;word-break:break-all;transition:color .2s ease}.owt-contact__founder{padding-top:24px;border-top:1px solid rgba(var(--owt-primary-foreground-rgb),.1)}.owt-contact__founder-prefix{margin:0;color:rgba(var(--owt-primary-foreground-rgb),.5);font-size:.875rem}.owt-contact__founder-name{color:rgba(var(--owt-primary-foreground-rgb),.7);font-weight:500}.owt-contact__quote{margin:24px 0 0;padding-left:16px;border-left:4px solid var(--owt-accent)}.owt-contact__quote p{margin:0;font-family:'Montserrat',Arial,sans-serif;font-style:italic;color:rgba(var(--owt-primary-foreground-rgb),.8);line-height:1.7}.owt-contact__quote cite{display:block;margin-top:8px;color:var(--owt-accent);font-size:.875rem;font-style:normal;font-weight:500}.owt-contact__form{display:flex;flex-direction:column;gap:16px}.owt-input{width:100%;padding:14px 16px;border-radius:10px;border:1px solid rgba(var(--owt-primary-foreground-rgb),.2);background:rgba(var(--owt-primary-foreground-rgb),.1);color:var(--owt-primary-foreground);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.owt-input::placeholder{color:rgba(var(--owt-primary-foreground-rgb),.4)}.owt-input:focus{border-color:var(--owt-ring);box-shadow:0 0 0 3px rgba(var(--owt-accent-rgb),.15)}.owt-input--textarea{min-height:116px;resize:vertical}.owt-footer{background:var(--owt-foreground);padding:40px 0}.owt-footer__top{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:24px}.owt-footer__brand{display:flex;align-items:center;gap:12px;text-align:center}.owt-footer__logo{height:40px;width:auto;object-fit:contain}.owt-footer__company{margin:0;color:var(--owt-background);font-size:1.125rem;font-weight:700}.owt-footer__location{margin:0;color:rgba(255,255,255,.5);font-size:.875rem}.owt-footer__nav{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.owt-footer__link{color:rgba(255,255,255,.6);font-size:.875rem;transition:color .2s ease}.owt-footer__bottom{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.owt-footer__copy{margin:0;color:rgba(255,255,255,.4);font-size:.75rem}.owt-footer__copy a{color:var(--owt-accent);transition:color .2s ease}.owt-footer__copy a:hover{color:rgba(var(--owt-accent-rgb),.8)}.owt-toast{position:fixed;right:20px;bottom:20px;z-index:100;width:min(100% - 32px,360px);padding:16px 18px;border-radius:14px;background:var(--owt-primary);color:var(--owt-primary-foreground);box-shadow:0 24px 48px rgba(0,0,0,.26);transform:translateY(24px);opacity:0;visibility:hidden;transition:transform .25s ease,opacity .25s ease,visibility .25s ease}.owt-toast.is-visible{transform:translateY(0);opacity:1;visibility:visible}.owt-toast__title{font-family:'Montserrat',Arial,sans-serif;font-weight:700;margin-bottom:6px}.owt-toast__description{font-size:.875rem;color:rgba(var(--owt-primary-foreground-rgb),.8)}.owt-svg,.owt-svg--small,.owt-svg--medium,.owt-svg--tiny{width:24px;height:24px}.owt-reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.owt-reveal.is-visible{opacity:1;transform:translateY(0)}.owt-is-empty{display:none!important}@keyframes owt-marquee{0%{transform:translateX(0%)}100%{transform:translateX(-50%)}}@media (min-width:640px){.owt-brand__text{display:block}.owt-grid--portfolio{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.owt-section{padding:112px 0}.owt-navbar__desktop{display:flex}.owt-navbar__mobile{display:none}.owt-hero{padding-bottom:96px}.owt-hero__content{padding:0 64px}.owt-grid--services,.owt-grid--testimonials{grid-template-columns:repeat(3,minmax(0,1fr))}.owt-grid--faq{grid-template-columns:repeat(2,minmax(0,1fr))}.owt-contact__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.owt-footer__top{flex-direction:row}.owt-footer__brand{text-align:left}}@media (min-width:1024px){.owt-grid--portfolio{grid-template-columns:repeat(3,minmax(0,1fr))}.owt-parallax{height:36rem}}@media (max-width:639px){.owt-grid--portfolio.js-portfolio-grid:not(.is-portfolio-expanded) .owt-portfolio-card--mobile-hidden{display:none}}