:root{color-scheme:light dark;--font-sans: Inter, system-ui, sans-serif;--font-serif: Season Mix, Iowan Old Style, Georgia, system-ui, serif;--font-mono: ui-monospace, monospace;--text-sm: clamp(.75rem, .25vw + .7rem, .875rem);--text-base: 1.125rem;--text-lg: clamp(1.25rem, .5vw + 1.1rem, 1.5rem);--text-xl: clamp(1.75rem, .75vw + 1.5rem, 2rem);--text-2xl: clamp(1.25rem, 8vw, 2.75rem);--text-3xl: clamp(1.75rem, 6vw, 3.75rem);--text-4xl: clamp(1.75rem, 7vw, 8rem);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 2rem;--space-xl: 4rem;--space-2xl: 8rem;--space-3xl: 12rem;--color-bg: #16231c;--color-text-primary: #ede7da;--color-muted: #eaab8e;--color-accent: #c05f2b}@font-face{font-family:Inter;src:url(/fonts/InterVariable.woff2) format("woff2");font-weight:400 700;font-style:normal;font-display:swap}@font-face{font-family:Season Mix;src:url(/fonts/SeasonMix-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;hanging-punctuation:first last;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100svh;line-height:1.6;margin:0}h1,h2,h3,h4,h5,h6,button,input,label{font-weight:400;line-height:1.25}h1,h2,h3,h4,h5,h6{text-wrap:balance}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}ul[role=list],ol[role=list]{list-style:none}img,picture,video,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}address{font-style:normal}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}body{font-family:var(--font-sans);font-size:1rem}@media(min-width:640px){body{font-size:1.125rem}}body{background-color:#16231c;color:#ede7da;scrollbar-gutter:stable;accent-color:#c05f2b;caret-color:#c05f2b;scrollbar-color:#eaab8e #16231c}::selection{background-color:#c05f2bbf}a:not([class]){color:#c05f2b;text-decoration-skip-ink:auto;text-underline-offset:.2ex}::marker{color:#c05f2b}hr{border:none;border-block-start:1px solid #eaab8e}:focus-visible{outline:2px solid #c05f2b;outline-offset:3px}h1,h2,h3{font-family:Season Mix,Iowan Old Style,Georgia,system-ui,serif}h1{font-size:clamp(1.75rem,7vw,8rem)}h2{font-size:clamp(1.75rem,6vw,3.75rem)}h3{font-size:clamp(1.25rem,8vw,2.75rem)}h4{font-size:clamp(1.75rem,.75vw + 1.5rem,2rem)}h5{font-size:clamp(1.25rem,.5vw + 1.1rem,1.5rem)}h6{font-size:1.125rem}small,figcaption{font-size:clamp(.75rem,.25vw + .7rem,.875rem)}code,kbd,samp{font-size:.875em}section{padding:0 1rem;margin:4rem auto}@media(min-width:640px){section{margin:8rem auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(prefers-contrast:more){:root{--color-accent: oklch(.4 .25 264)}:focus-visible{outline-width:3px}}.cta{display:inline-flex;padding:1rem 2rem;justify-content:center;align-items:center;border-radius:100px;border:1px solid rgba(234,171,142,.3);background:#16231c03;backdrop-filter:blur(10px);color:#ede7da;text-decoration:none;position:relative}.cta:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle 12rem at var(--x, 50%) var(--y, 50%),rgba(192,95,43,.2),transparent 70%);clip-path:inset(0 round 100px);opacity:var(--shimmer-opacity, 0);transition:opacity .25s ease-in-out;pointer-events:none;mix-blend-mode:screen}.cta:after{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:radial-gradient(farthest-corner at var(--x, 50%) var(--y, 50%),#c05f2b,rgba(234,171,142,0));mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;opacity:var(--shimmer-opacity, 0);transition:opacity .25s ease-in-out;pointer-events:none}@media(min-width:640px){.cta{padding:1.5rem 2.5rem}}.text-link{display:inline-block;color:#aaa7a0;text-decoration:none;position:relative;transition:color .25s ease-in-out}@media(any-hover:hover){.text-link:hover{color:#ede7da}}.text-link:after{content:"";position:absolute;left:0;right:0;bottom:.15rem;height:1px;background:#eaab8e4d;pointer-events:none}.text-link:before{content:"";position:absolute;left:0;right:0;bottom:.15rem;height:1px;background:radial-gradient(circle 12rem at var(--x, 50%) var(--y, 50%),#c05f2b,rgba(234,171,142,0));opacity:var(--shimmer-opacity, 0);transition:opacity .25s ease-in-out;pointer-events:none}header{position:relative;min-height:100svh;width:100%;contain:layout style}header section{margin:0 auto;min-height:100svh;display:flex;gap:2rem;flex-direction:column;justify-content:center;align-items:center;position:relative;text-align:center;z-index:1}header .logo{height:clamp(1.5rem,3vw,2rem);opacity:0}header h1{margin:0;opacity:0}header h1 span{display:inline}@media(min-width:450px){header h1 span{display:block;opacity:0}}@media(min-width:450px){header h1{opacity:1}}header .cta{opacity:0}header canvas{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:0;will-change:transform;transform:translateZ(0);backface-visibility:hidden;opacity:0}@media(min-width:640px){header section{gap:4rem}}.logo-map{place-items:center;text-align:center}.logo-map div{display:flex;flex-direction:row;margin-bottom:2rem;justify-content:center;flex-wrap:wrap;gap:2rem}.logo-map p{max-width:25rem;color:#aaa7a0}.feature{width:100%;display:grid;grid-template:1fr/1fr;place-items:end start;position:relative}.feature img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:.5rem;grid-area:1/1/2/2;aspect-ratio:3/5}.feature div{margin:0 1rem 1rem;grid-area:1/1/2/2;max-width:20rem;z-index:1}.feature div p:first-of-type{margin:1lh 0}.feature:after{content:"";position:absolute;inset:0 1rem;border-radius:.5rem;background:linear-gradient(to top right,rgba(11,18,14,.75) 0%,transparent 60%);pointer-events:none}@media(min-width:640px){.feature img{aspect-ratio:4/5}.feature div{max-width:22rem}}@media(min-width:768px){.feature img{aspect-ratio:16/9}.feature div{margin:0 0 2rem 2rem}}.services{display:flex;flex-direction:column;align-items:center;max-width:57rem}.services h2{margin:0 0 1lh;text-wrap:auto}.services ul{align-self:start;list-style-type:none;padding:0}.services ul li{display:grid;grid-template-columns:auto 1fr;gap:1rem}.services ul li:first-of-type{margin-bottom:1lh}.services ul li .icon{margin-top:.25rem;justify-self:flex-end}.services p{margin-bottom:1lh;max-width:32rem}@media(min-width:450px){.services h2{margin:0 0 1lh calc(24px + 1rem)}}@media(min-width:640px){.services h2{margin:0 0 1lh 12rem}.services ul li{grid-template-columns:8rem 1fr;gap:4rem}.services ul li:first-of-type{margin-bottom:2lh}}.contact{display:flex;flex-direction:column;max-width:57rem;padding-left:calc(24px + 2rem)}.contact p{max-width:12rem;margin:0 0 1lh;color:#aaa7a0}.contact div{display:grid;grid-template-columns:1fr;align-items:center;gap:2rem}.contact address{font-size:clamp(1.25rem,8vw,2.75rem);font-family:Season Mix,Iowan Old Style,Georgia,system-ui,serif;align-items:start;display:flex;flex-direction:column}.contact img{width:100%;height:auto;object-fit:cover;object-position:center;border-radius:.5rem;aspect-ratio:4/5;max-width:8rem;order:1}@media(min-width:640px){.contact{padding:0 1rem}.contact p{margin:0 0 1lh 12rem}.contact div{grid-template-columns:8rem 1fr;gap:4rem}.contact img{order:0}}footer{position:relative;padding:0 0 1lh calc(24px + 1rem)}footer canvas{position:absolute;bottom:0;left:0;width:100%;height:100svh;z-index:-1;will-change:transform;transform:translateZ(0);backface-visibility:hidden}footer section{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:baseline;max-width:57rem;margin:0 auto;width:100%}footer p{max-width:30rem;grid-column:1/3}footer .logo{height:32px;width:auto}footer small{grid-area:3/1/3/2}@media(min-width:450px){footer small{grid-area:auto}}@media(min-width:640px){footer{margin:12rem 0 0}footer section{padding-left:13rem;gap:4rem}}
