:root{--color-bg: #f4e9d8;--color-bg-alt: #f5f5f5;--color-text: #2e241c;--color-text-muted: #555;--color-accent: #2563eb;--color-accent-hover: #1d4ed8;--color-border: #e5e5e5;--font-sans: "Work Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-serif: "Cormorant Garamond", Georgia, serif;--font-size-xs: .8125rem;--font-size-sm: .9375rem;--font-size-base: 1rem;--font-size-body: .9375rem;--font-size-lg: 1.125rem;--font-size-xl: clamp(1.25rem, 1.2vw, 1.5rem);--font-size-2xl: clamp(1.75rem, 2.5vw, 2.5rem);--font-size-3xl: clamp(2.25rem, 4vw, 3.5rem);--font-size-h2: clamp(4rem, 7vw, 6rem);--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.65;--line-height-body: 1.55;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--section-padding: clamp(2.5rem, 6vw, 5.5rem);--section-rhythm: clamp(2rem, 5vw, 3.75rem);--container-padding-inline: clamp(var(--space-md), 3vw, var(--space-xl));--main-padding: clamp(1.25rem, 4vw, 3rem);--max-content: 42rem;--max-wide: 64rem;--radius: .375rem}*,*:before,*:after{box-sizing:unset}html{font-size:100%;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:var(--font-sans);font-size:var(--font-size-base);font-weight:400;line-height:var(--line-height-body, 1.52);letter-spacing:.01em;color:var(--c-ink, #402914);background:var(--color-bg);text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover);text-decoration:underline}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);line-height:var(--line-height-tight);font-weight:700;color:var(--c-ink, #402914)}h1{font-size:var(--font-size-3xl);letter-spacing:-.02em}h2{font-size:var(--font-size-h2);letter-spacing:-.01em}h3{font-size:var(--font-size-xl)}p{margin:0 0 var(--space-md)}p:last-child{margin-bottom:0}.container-scaled-text{--grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 11px);--cell-max-width: calc((var(--sqs-site-max-width, 1500px) - (11px * (24 - 1))) / 24);--inset-padding: 0vw;--row-height-scaling-factor: .0215;--container-width: min( var(--sqs-site-max-width, 1500px), calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding)) );grid-template-rows:repeat(19,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)),auto));grid-template-columns:minmax(var(--grid-gutter),1fr) repeat(24,minmax(0,var(--cell-max-width))) minmax(var(--grid-gutter),1fr)}.container{width:auto;max-width:98%;margin-inline:auto;padding-inline:max(var(--container-padding-inline),env(safe-area-inset-left)) max(var(--container-padding-inline),env(safe-area-inset-right))}.full-bleed{width:100%}.full-bleed>.container{padding-inline:max(var(--container-padding-inline),env(safe-area-inset-left)) max(var(--container-padding-inline),env(safe-area-inset-right))}.section{padding-block:var(--section-padding)}.section--tight{padding-block:clamp(1.25rem,3vw,2.5rem)}.section--flush{padding-block:0}:root{--wave-height: clamp(52px, 7.5vw, 110px)}.has-wave-top,.has-wave-bottom{position:relative;background-clip:padding-box}.full-bleed.has-wave-top,.full-bleed.has-wave-bottom,.hero.has-wave-bottom,.hero.has-wave-top,.home-hero-mast.has-wave-bottom,.site-header.has-wave-bottom{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:content-box}.has-wave-top:before,.has-wave-bottom:after{content:"";position:absolute;left:0;width:100%;min-width:100%;height:var(--wave-height);z-index:1;pointer-events:none;box-sizing:border-box;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath d='M0,56 C240,104 480,104 720,56 C960,8 1200,8 1440,56 L1440,120 L0,120 Z' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath d='M0,56 C240,104 480,104 720,56 C960,8 1200,8 1440,56 L1440,120 L0,120 Z' fill='black'/%3E%3C/svg%3E");-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:0 0;mask-position:0 0;filter:var(--wave-shadow, none);background-color:var(--wave-fill, var(--color-bg, #fff));background-size:100% 100%;background-repeat:no-repeat;background-position:0 0}.wave-fill-repeat.has-wave-top:before,.wave-fill-repeat.has-wave-bottom:after{-webkit-mask-size:var(--wave-tile-width, 360px) 100%;mask-size:var(--wave-tile-width, 360px) 100%;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x;background-size:var(--wave-tile-width, 360px) 100%;background-repeat:repeat-x}.has-wave-top:before{top:0;transform:rotate(180deg);background-color:var(--wave-fill-top, var(--wave-fill, var(--color-bg, #fff)))}.has-wave-bottom:after{bottom:0;display:block;background-color:var(--wave-fill-bottom, var(--wave-fill, var(--color-bg, #fff)))}.home-hero-mast.has-wave-bottom,.home-hero.has-wave-bottom{position:relative;width:100%}.has-wave-bottom{--wave-fill: var(--color-bg, #fff)}.has-wave-top>.container,.has-wave-bottom>.container{position:relative;z-index:2}.home-hero-mast.has-wave-bottom .hero__mast{position:relative;z-index:2}.hero,.hero-section{padding-block:var(--section-padding)}.hero--parchment{position:relative;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background-color:var(--c-parchment-bg, #f3e7d6);background-image:linear-gradient(180deg,rgba(255,255,255,.06) 0%,transparent 30%,transparent 70%,rgba(0,0,0,.04) 100%),linear-gradient(to top,rgba(0,0,0,.02) 0%,transparent 15%),radial-gradient(1400px 800px at 50% 0%,rgba(213,182,136,.18),transparent 50%),var(--hero-bg-url);background-size:100% 100%,100% 100%,100% 100%,cover;background-position:0 0,0 0,50% 0,center;background-repeat:no-repeat;padding-block:clamp(1.75rem,4vw,2.75rem) clamp(2rem,4.5vw,3.5rem)}.hero__mast{text-align:center;padding-top:0;padding-bottom:clamp(.75rem,1.5vw,1.25rem);position:relative;z-index:3}.hero__mast .hero__brand{display:block;width:min(480px,70%);max-width:100%;height:auto;margin:0 auto}@media(min-width:900px){.hero__mast .hero__brand{width:min(320px,45%)}}.hero--parchment .container{padding-inline:max(var(--container-padding-inline),env(safe-area-inset-left)) max(var(--container-padding-inline),env(safe-area-inset-right))}.hero__inner{position:relative;z-index:3;display:grid;gap:clamp(1.5rem,3vw,2.25rem);align-items:center}@media(min-width:900px){.hero__inner{grid-template-columns:1.35fr .65fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:end}.hero__content{max-width:60ch}.hero__media{justify-content:flex-end;align-items:flex-end;margin-right:clamp(-20px,-2.5vw,-36px)}.hero__media img{width:min(360px,28vw);max-width:360px;height:auto}}.home-hero__container{padding-inline-end:clamp(.5rem,1.5vw,1rem)}@media(min-width:900px){.home-hero .hero__inner{grid-template-columns:1fr 1fr;align-items:end;gap:clamp(.5rem,1.5vw,1.25rem)}.home-hero .hero__content{max-width:52ch}.home-hero .hero__media{display:flex;justify-content:flex-end;align-items:flex-end;margin-right:clamp(-6vw,-3rem,-10vw);position:relative}.home-hero .hero__media img{position:relative;width:min(720px,54vw);max-width:720px;height:auto;max-height:min(780px,82vh);object-fit:contain}}.hero__content{max-width:56ch}.hero--centered .hero__inner{display:block;text-align:center}.hero--centered .hero__content{max-width:56ch;margin-inline:auto}.hero--centered .hero__media{margin-inline:auto}.hero--parchment h1{font-family:var(--font-serif);font-weight:700;font-size:clamp(3rem,8vw,6.5rem);line-height:.88;letter-spacing:-.03em;margin:0 0 clamp(.5rem,1vw,.65rem);color:var(--c-ink, #402914);text-wrap:balance;overflow-wrap:anywhere}@media(min-width:900px){.hero--parchment h1{font-size:clamp(4rem,7vw,6.5rem)}}.hero__content>p{font-family:var(--font-sans);font-weight:400;font-size:.9375rem;line-height:1.45;max-width:56ch;margin:0 0 clamp(.5rem,1vw,.75rem);color:color-mix(in srgb,var(--c-ink, #402914) 94%,var(--c-warmgray))}.hero__tagline{font-family:var(--font-serif);font-size:clamp(1.15rem,1.5vw,1.4rem);font-weight:600;line-height:1.2;letter-spacing:.01em;color:var(--c-ink, #402914);margin:0 0 clamp(1.25rem,2vw,1.75rem);max-width:22rem;text-wrap:balance}.hero__tagline+.hero__cta-wrap{margin-top:0}.hero__cta-wrap{text-align:center;margin-top:0}.hero__eyebrow{margin:0 0 var(--space-sm);font-size:var(--font-size-sm);font-weight:600;line-height:1.4;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.hero__media{display:flex;justify-content:center;align-items:center}.hero__media img{width:min(380px,78vw);max-width:100%;max-height:min(460px,62vh);aspect-ratio:9 / 19;object-fit:contain;height:auto;display:block;position:absolute;top:0;right:0}@supports (height: 100dvh){.hero__media img{max-height:min(460px,62dvh)}}@media(min-width:900px){.hero__media img{max-height:min(420px,58vh)}}@supports (height: 100dvh){@media(min-width:900px){.hero__media img{max-height:min(420px,58dvh)}}}.hero--parchment .btn-link{display:inline-flex;align-items:center;justify-content:center}.home-hero.hero--parchment{background-color:var(--c-parchment-bg, #f3e7d6);background-blend-mode:normal;background-image:linear-gradient(180deg,rgba(255,255,255,.04) 0%,transparent 25%,transparent 75%,rgba(0,0,0,.03) 100%),var(--hero-art-url),var(--hero-texture-url);background-size:100% 100%,cover,cover;background-position:0 0,center bottom,center;background-repeat:no-repeat,no-repeat,no-repeat}.home-hero-mast{padding-top:clamp(.9rem,2vw,1.25rem);padding-bottom:clamp(.9rem,2vw,1.25rem)}.home-hero{display:flex;flex-direction:column;overflow-x:clip}.home-hero>.container{display:flex;flex-direction:column}.home-hero .hero__inner{align-content:center}.home-hero .hero__content{padding-top:clamp(1.75rem,3.8vw,3rem);padding-bottom:clamp(1.25rem,3vw,2.25rem)}.home-hero .hero__lede{margin-top:.9rem}.home-hero .hero__tagline{margin-top:1.25rem}.home-hero .hero__title{line-height:.92;letter-spacing:-.02em}.home-hero .hero__title-line1{display:block;font-size:clamp(2.5rem,10vw,8rem);white-space:pre}.home-hero .hero__title-line2{display:block;font-size:clamp(3rem,14vw,11rem);white-space:pre}.home-hero .hero__lede{font-size:clamp(.95rem,1.1vw,1.05rem);max-width:34ch}.home-hero .hero__tagline{font-size:clamp(1.35rem,2.1vw,1.9rem);line-height:1.1;max-width:22ch}.home-hero .hero__media{align-items:flex-end;justify-content:flex-end;position:relative}.home-hero .hero__media img{width:min(480px,42vw);max-width:480px;max-height:min(580px,68vh);position:relative;top:auto;right:auto}@supports (height: 100dvh){.home-hero .hero__media img{max-height:min(520px,65dvh)}}.stack{display:flex;flex-direction:column;gap:var(--space-lg)}.prose{max-width:var(--max-content);font-family:var(--font-sans);font-size:var(--font-size-body, .9375rem);font-weight:400;line-height:1.5;color:color-mix(in srgb,var(--c-ink, #402914) 94%,var(--c-warmgray))}.prose p+p{margin-top:var(--space-md)}.two-col{display:grid;gap:var(--space-lg);align-items:start}@media(min-width:768px){.two-col{grid-template-columns:1fr 1fr}}.block-row{display:flex;flex-direction:column;gap:var(--space-xl);padding-block:var(--section-padding)}.block-row:last-child{border-bottom:none}@media(min-width:768px){.block-row{flex-direction:row;align-items:flex-start;gap:var(--space-2xl)}.block-row.block-row--reverse{flex-direction:row-reverse}.block-row>.block-row__content{flex:1;min-width:0}.block-row>.block-row__aside{flex:0 1 36%;min-width:0}}figure{margin:var(--space-xl) 0}.figure-placeholder{background:var(--color-bg-alt);border:1px dashed var(--color-border);border-radius:var(--radius);aspect-ratio:16 / 10;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:var(--font-size-sm);margin:0}figure figcaption{padding:var(--space-md) 0 0;font-size:var(--font-size-xs);color:var(--color-text-muted);text-align:center}.btn{display:inline-block;padding:clamp(.5rem,1vw,.75rem) clamp(1rem,2vw,1.5rem);min-height:2.75rem;font-family:var(--font-sans);font-size:var(--font-size-sm);font-weight:500;border-radius:var(--radius);text-decoration:none;cursor:pointer;border:none;text-align:center}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-hover);color:#fff;text-decoration:none}.btn--primary:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.btn-link{display:inline-block;padding:clamp(.5rem,1vw,.75rem) clamp(1rem,2vw,1.5rem);min-height:2.75rem;background:var(--color-accent);color:#fff;font-size:var(--font-size-sm);font-weight:500;border-radius:var(--radius);text-decoration:none;margin-top:var(--space-md)}.btn-link:hover{background:var(--color-accent-hover);color:#fff;text-decoration:none}.btn-link:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.page-header{margin-bottom:var(--space-xl)}.page-header-eyebrow{margin:0 0 var(--space-xs);font-size:var(--font-size-sm);font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.hero-content{margin-bottom:var(--space-lg)}.btn-link--pill{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-family:var(--font-sans);font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.08em;border-radius:9999px;min-height:2.75rem;padding:.6rem 1.5rem;box-shadow:0 2px 10px #00000014;margin-top:0;border:2px solid transparent;transition:box-shadow .15s ease,background-color .15s ease}.btn-link--pill:hover{box-shadow:0 6px 18px #00000029}.btn-link--pill:active{box-shadow:0 2px 8px #00000026}@media(prefers-reduced-motion:reduce){.btn-link--pill{transition:none}}.cta-section{text-align:center}.cta-section h2{margin-bottom:var(--space-sm)}.band{background:var(--color-text);color:#fff;margin-bottom:0}.band--dark{background:var(--color-text);color:#fff}.band--gold{margin-bottom:0}.band--panel{background:#efeeeb99;background-image:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(213,182,136,.12),transparent 55%);background-repeat:no-repeat;color:var(--c-ink, #402914)}.band .container{padding-inline:max(var(--container-padding-inline),env(safe-area-inset-left)) max(var(--container-padding-inline),env(safe-area-inset-right))}.band h2{margin:0 0 var(--space-sm);color:inherit}.band-subtitle{margin:0;font-size:var(--font-size-sm);opacity:.9}@media(min-width:768px){.band-subtitle{font-size:var(--font-size-base)}}.card-grid{display:grid;gap:var(--space-lg)}@media(min-width:640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.card-grid{grid-template-columns:repeat(3,1fr)}}.card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-lg)}.card h3{margin-top:0}.card p{margin-bottom:var(--space-sm);font-size:var(--font-size-sm);color:var(--color-text-muted)}.card a{font-size:var(--font-size-sm);font-weight:500}.card figure{margin:var(--space-md) 0 0}.list-plain{list-style:none;margin:0;padding:0}.list-plain li:last-child{border-bottom:none}.list-plain--no-border li{border-bottom:none;padding-block:var(--space-xs)}.list-plain a{color:var(--color-text)}.list-plain a:hover{color:var(--color-accent)}.legal{max-width:44rem;margin-inline:auto;padding-inline:clamp(1rem,3vw,1.5rem);padding-block:var(--section-padding)}.legal__header h1,.legal__updated{margin:0 0 var(--space-md)}.legal__list{padding-left:1.25rem;margin:var(--space-lg) 0 0}.legal__list li{margin:var(--space-lg) 0}.legal__list h2{font-size:var(--font-size-base);margin:0 0 var(--space-xs)}.legal__list p{margin:0}.legal__footer-note{margin-top:var(--space-lg)}.post-meta{margin:0 0 var(--space-sm);color:var(--color-text-muted);font-size:var(--font-size-sm);line-height:1.4}.tags-list{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:var(--space-sm);list-style:none;margin-left:0;padding-left:0}.tags-list li{font-size:var(--font-size-xs);color:var(--color-text-muted);padding:0;border-bottom:none}.post-excerpt{margin-bottom:0}.section-divider{margin:0;width:100%}.section-divider img{width:100%;height:auto;display:block;max-height:12rem;object-fit:cover;object-position:center}.section--panel{--wave-fill: var(--c-panel-bg, #f2ebe2);padding-block:var(--section-rhythm);padding-top:clamp(1.5rem,3.5vw,2.5rem);background:var(--c-panel-bg, #f2ebe2);background-image:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(213,182,136,.14),transparent 55%);background-repeat:no-repeat;box-shadow:0 -1px #4029140a}.band.full-bleed{border-top:1px solid rgba(64,41,20,.06)}.band.band--gold,.industries-section.theme-gold-band{box-shadow:0 -1px #4029140f}.industries-section.theme-gold-band{padding-top:0;padding-bottom:0;overflow-x:hidden}.industries-section.theme-gold-band.has-wave-top{border-top:none;box-shadow:none}.enterprise-section--light{box-shadow:0 -1px #4029140d}.section.band:has(.section-divider){padding-bottom:0}.industries-carousel{position:relative;width:100%;margin-bottom:0;overflow:visible}.industries-carousel-frame{position:relative;width:100%;height:clamp(220px,34vw,400px);padding:0;overflow:hidden}.industries-carousel-track{display:flex;width:100%;height:100%;transition:transform .35s ease}.industries-carousel-slide{flex:0 0 100%;width:100%;min-width:100%;height:100%;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.6}.industries-carousel-frame:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,.06) 0%,transparent 18%,transparent 82%,rgba(0,0,0,.06) 100%)}.industries-strip-btn{position:absolute;top:50%;transform:translateY(-50%);min-width:36px;min-height:36px;width:clamp(36px,5vw,40px);height:clamp(36px,5vw,40px);padding:0;border-radius:50%;border:1px solid rgba(0,0,0,.2);background:#2b1b0dd9;box-shadow:0 2px 8px #0003,0 1px 2px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:4;color:var(--c-offwhite, #efeeeb);touch-action:manipulation;pointer-events:auto}.industries-strip-btn:hover{background:#2b1b0df2;box-shadow:0 4px 12px #00000040,0 2px 4px #0000001f}.industries-strip-btn:focus-visible{outline:2px solid var(--c-offwhite, #efeeeb);outline-offset:2px}.industries-strip-btn:after{content:"";width:.5em;height:.5em;border-left:2px solid currentColor;border-bottom:2px solid currentColor}.industries-strip-btn--prev{left:clamp(var(--space-md),3vw,var(--space-xl))}.industries-strip-btn--prev:after{transform:rotate(45deg);margin-left:.15em}.industries-strip-btn--next{right:clamp(var(--space-md),3vw,var(--space-xl))}.industries-strip-btn--next:after{transform:rotate(-135deg);margin-right:.15em}@media(max-width:639px){.industries-strip-btn{display:none!important}}.industries-featured-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;margin:0;max-width:min(28rem,88vw);width:100%;min-height:0;padding:clamp(1rem,2.5vw,1.5rem) clamp(1.125rem,2vw,1.375rem);background:var(--c-band-dark, #2b1b0d);color:var(--c-offwhite, #efeeeb);border-radius:.5rem;box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000f;border:none;text-align:center;overflow:visible}@media(min-width:640px){.industries-featured-card{max-width:26rem}}@media(max-width:639px){.industries-carousel{display:flex;flex-direction:column;align-items:stretch}.industries-carousel-frame{flex-shrink:0;min-height:clamp(220px,34vw,400px);touch-action:pan-y}.industries-featured-card{position:static;left:auto;top:auto;transform:none;margin:0;width:100%;max-width:none;border-radius:0;padding-block:1.25rem;padding-inline:max(var(--space-md),env(safe-area-inset-left)) max(var(--space-md),env(safe-area-inset-right));text-align:center}.industries-featured-card h3{font-size:clamp(1.1rem,4vw,1.35rem);margin-bottom:.25rem;text-align:center}.industries-featured-card__subtitle{font-size:.8125rem;line-height:1.4;text-align:center}}.industries-featured-card h3,.industries-featured-card .industries-featured-card__subtitle{color:var(--c-offwhite, #efeeeb)}.industries-featured-card h3{margin:0 0 var(--space-sm);font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;color:inherit}.industries-featured-card__subtitle{margin:0;font-size:.875rem;line-height:1.45;color:inherit;opacity:.95;overflow-wrap:break-word;word-wrap:break-word}.industries-list-wrap{padding-top:clamp(1.25rem,3vw,var(--space-xl));padding-bottom:clamp(1.5rem,3vw,var(--space-lg))}@media(min-width:640px){.industries-list-wrap{padding-top:var(--space-lg)}}.industries-grid{display:grid;gap:clamp(var(--space-md),2vw,var(--space-lg)) clamp(var(--space-lg),3vw,var(--space-2xl));margin:0;padding:0;list-style:none}.industries-grid li{padding:0;border-bottom:none}.industries-grid__title{display:block;font-size:clamp(1rem,1.1vw,1.125rem);font-weight:600;margin-bottom:.25em;color:var(--c-ink, #402914);line-height:1.3}.industries-grid__desc{font-size:var(--font-size-sm);line-height:1.5;color:color-mix(in srgb,var(--c-ink, #402914) 85%,transparent)}@media(min-width:640px){.industries-grid{grid-template-columns:repeat(2,1fr)}}.feature-list{display:flex;flex-direction:column;gap:var(--space-xl)}@media(min-width:768px){.feature-list{display:grid;grid-template-columns:repeat(3,1fr)}}.theme-bridge-band .feature-list--band{margin-top:0;align-self:flex-start}.feature-list--band{display:block;list-style:disc;list-style-position:outside;padding-left:1rem;margin:0;text-align:left;max-width:48rem}@media(min-width:768px){.feature-list--band{grid-template-columns:none}}.feature-list--band li{padding-block:clamp(.3rem,.8vw,.45rem);padding-inline:0;padding-left:.15rem;margin-left:.25rem;border-bottom:1px solid rgba(239,238,235,.1);line-height:1.32}.feature-list--band li::marker{font-size:.45em}.feature-list--band li:last-child{border-bottom:none}.feature-list--band .feature-list__title{display:block;font-size:1.5rem;font-weight:700;margin-bottom:.2em;line-height:1.28}.feature-list--band .feature-list__desc{display:block;font-size:1rem;font-weight:100;line-height:1.45;opacity:.95;margin-bottom:1em}.theme-bridge-band .feature-list--band .feature-list__title,.theme-bridge-band .feature-list--band .feature-list__desc{color:var(--c-offwhite, #efeeeb)}.theme-bridge-band .feature-list--band .feature-list__desc{text-shadow:0 .5px 1px rgba(0,0,0,.15)}.section.band.theme-bridge-band{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding-top:clamp(1rem,2.4vw,1.6rem);padding-bottom:clamp(3.75rem,7vw,5.25rem)}.section.band.theme-bridge-band .container{display:flex;flex-direction:column;align-items:flex-start;max-width:min(var(--max-wide),52rem);margin-inline:auto}.section.band.theme-bridge-band.has-wave-bottom:after{height:clamp(28px,4vw,56px)}.section.band.theme-bridge-band:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 0%,transparent 40%,transparent 60%,rgba(0,0,0,.04) 100%);pointer-events:none;z-index:0}.section.band .container{position:relative;z-index:1}.feature-list li{border-bottom:none;padding-block:0}.feature-list h3{margin:0 0 var(--space-sm);font-size:clamp(1.1rem,1.5vw,1.35rem);font-weight:600}.feature-list .prose{margin:0;font-size:var(--font-size-sm);opacity:.92}.theme-bridge-band .feature-list .prose{color:var(--c-offwhite, #efeeeb)}.process-list{display:grid;grid-template-columns:1fr;gap:clamp(var(--space-sm),1.5vw,var(--space-md));text-align:center}@media(min-width:640px){.process-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.process-list{grid-template-columns:repeat(4,1fr)}}.process-list li{display:flex;flex-direction:column;align-items:center;text-align:center;padding-block:clamp(var(--space-sm),1.5vw,var(--space-md));border-bottom:none}.process-icon{margin:0 0 clamp(var(--space-xs),.8vw,var(--space-sm));flex-shrink:0}.process-icon img{width:54px;height:54px;object-fit:contain;margin-inline:auto;display:block}.home-process{background-color:#f2ebe2;background-image:linear-gradient(0deg,#f2ebe2eb,#f2ebe2eb),var(--panel-bg-url);background-size:cover;background-position:center;background-repeat:no-repeat}.home-process .process-list{gap:clamp(var(--space-xs),1vw,var(--space-sm))}.home-process .process-list li{padding-block:clamp(var(--space-xs),.8vw,var(--space-sm))}.home-process .process-icon img{width:clamp(80px,12vw,140px);height:auto;max-height:clamp(80px,12vw,140px);object-fit:contain}.home-process .process-list h3{font-size:clamp(1.05rem,1.35vw,1.25rem)}.process-list h3{margin:0 0 clamp(.15rem,.25vw,.3rem);font-family:var(--font-serif);font-size:clamp(1.125rem,1.35vw,1.35rem);font-weight:700;color:var(--c-ink, #402914)}.process-list .prose{margin:0 auto;max-width:32ch;font-family:var(--font-sans);font-size:var(--font-size-body, .9375rem);font-weight:400;line-height:1.5;color:color-mix(in srgb,var(--c-ink, #402914) 94%,var(--c-warmgray))}@media(min-width:640px){.process-list .prose{max-width:34ch}}@media(min-width:900px){.process-list .prose{max-width:34ch}}.enterprise-stack{max-width:52rem;margin-inline:auto}.enterprise-section{padding-block:var(--section-rhythm)}.enterprise-section--light{background-color:var(--c-parchment-bg, #f3e7d6);background-image:radial-gradient(1200px 700px at 50% -10%,rgba(213,182,136,.35),transparent 55%),radial-gradient(900px 600px at 20% 50%,rgba(201,164,115,.15),transparent 60%);background-repeat:no-repeat;color:var(--c-ink, #402914);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#services-cta.enterprise-section--light{background-color:#2b1b0d;background-image:linear-gradient(180deg,#2b1b0d,#c9a473);color:#fff}#services-cta.enterprise-section--light h2,#services-cta.enterprise-section--light h3,#services-cta.enterprise-section--light p,#services-cta.enterprise-section--light .prose{color:#fff}.enterprise-section--light h2,.enterprise-section--light h3,.enterprise-section--light p,.enterprise-section--light li,.enterprise-section--light blockquote{color:var(--c-ink, #402914)}.enterprise-section h3.enterprise-list-heading{margin-top:var(--space-xl);margin-bottom:var(--space-sm)}.enterprise-intro{max-width:56ch;margin-bottom:var(--space-lg)}.enterprise-list{list-style:disc;list-style-position:outside;padding-left:1.5rem;max-width:56ch}.enterprise-list li{padding-block:clamp(.35rem,.8vw,.5rem);padding-left:.25rem;border-bottom:none;line-height:1.35}.enterprise-list strong{display:block;margin-bottom:.15em;line-height:1.3}.enterprise-list__desc{display:block;font-size:var(--font-size-sm);font-weight:400;line-height:1.5;color:color-mix(in srgb,var(--c-ink, #402914) 88%,transparent)}.enterprise-quote-cta{text-align:center;margin-top:var(--space-2xl)}.enterprise-section blockquote{margin:0 auto var(--space-lg);padding-inline:var(--space-lg);max-width:34rem;width:100%;font-family:var(--font-serif);font-size:clamp(1.1rem,1.6vw,1.35rem);font-style:italic;line-height:1.35;text-align:center;border-left:none}.enterprise-quote-cta .btn-link{display:inline-flex;margin-top:.25rem;margin-inline:auto}.btn-link--pill:focus-visible{outline:2px solid var(--c-ink, #402914);outline-offset:2px;border-color:transparent}.services-block-inner{display:flex;flex-direction:column;gap:var(--space-xl);padding-block:var(--section-padding)}@media(min-width:768px){.services-block-inner{flex-direction:row;align-items:flex-start;gap:var(--space-2xl)}.services-block-inner .services-workflow-card{flex:1;min-width:0}.services-block-inner .services-visual{flex:0 1 56%;min-width:0;margin-top:-100px}.services-block-reverse{flex-direction:row-reverse}}.services-workflow-card h3{margin-top:var(--space-lg);margin-bottom:var(--space-sm)}.services-workflow-list{margin:0;padding-left:var(--space-lg)}.services-workflow-list li{margin-bottom:var(--space-sm);border-bottom:none;padding-block:0}.services-visual-stack{display:flex;flex-direction:column;gap:var(--space-md)}.services-visual figure,.services-visual-stack figure{margin:0}.services-hero{padding-block:clamp(2.5rem,6vw,4.5rem) clamp(2.75rem,6vw,5rem)}.services-hero .hero__content h1{margin-bottom:clamp(.75rem,1.5vw,1.25rem)}.services-hero__lede{margin-bottom:0;font-size:var(--font-size-body);line-height:var(--line-height-relaxed)}.services-hero.has-wave-bottom>.container{position:relative;z-index:2}.services-band-heading{text-align:center;margin-bottom:var(--space-sm);font-size:var(--font-size-h2)}.services-band-workflow{text-align:center;margin-bottom:var(--space-sm);font-size:clamp(3rem,7vw,8rem);font-weight:100}.services-band-subtitle{text-align:center;margin-bottom:var(--space-lg)}.theme-bridge-band .services-band-subtitle{color:var(--c-offwhite);opacity:.95}.theme-bridge-band .services-workflow-card{max-width:52ch;min-width:0}.theme-bridge-band .services-workflow-card .prose{margin-bottom:0}.services-centered-block{text-align:center;margin-inline:auto}.services-centered-prose{margin-bottom:0;margin-inline:auto}.services-intro-band{padding-block:clamp(1.5rem,3vw,2.5rem)}.services-intro-content{display:grid;gap:var(--space-md);align-items:start}@media(min-width:768px){.services-intro-content{grid-template-columns:1fr auto;align-items:center}}.services-intro-content .prose{margin-bottom:0}.services-intro-visual{max-width:6rem;opacity:.7}.services-workflow-panel,.services-workflow-panel h2,.services-workflow-panel .prose,.services-workflow-panel li{color:var(--c-ink, #402914)}.services-band-heading--light{color:var(--c-ink, #402914);text-align:center;margin-bottom:var(--space-lg)}.services-workflow-list-wrap{min-width:0}@media(min-width:768px){.services-workflow-list-wrap{flex:1;max-width:48ch}}.services-workflow-list--numbered{list-style:decimal;list-style-position:outside;padding-left:1.75rem;margin:0 0 var(--space-lg)}.services-workflow-list--numbered li{margin-bottom:clamp(var(--space-md),1.25vw,var(--space-lg));padding-left:.35rem;font-family:var(--font-sans);font-size:var(--font-size-body);line-height:var(--line-height-relaxed);color:var(--c-ink, #402914)}.services-workflow-list--numbered li:last-child{margin-bottom:0}.services-workflow-list--numbered strong{font-weight:600}.cta-section.enterprise-section--light h2.cta-section__title{font-family:var(--font-serif);font-size:var(--font-size-h2);font-weight:700;color:var(--c-ink, #402914);margin-bottom:var(--space-sm);line-height:1.1}.cta-section__lede{font-family:var(--font-sans);font-size:var(--font-size-body);line-height:var(--line-height-relaxed);color:color-mix(in srgb,var(--c-ink, #402914) 92%,transparent);margin-bottom:var(--space-xl);margin-inline:auto;text-align:center}.cta-section__btn-wrap{margin:0}.cta-section__btn-wrap .btn-link--pill{box-shadow:var(--shadow-btn, 0 8px 18px rgba(0, 0, 0, .18))}body.services-page section.cta-section.has-wave-bottom{--wave-fill: var(--c-footer-bg, #c9a473)}body.work-together-page .site-footer.has-wave-top{--wave-fill: none}body.about-page .site-footer.has-wave-top{--wave-fill: var(--c-panel-bg, #f2ebe2)}body.index-page .site-footer.has-wave-top{--wave-fill: var(--c-parchment-bg, #f3e7d6)}.about-what-we-do-band{background-color:var(--c-panel-bg, #f2ebe2);background-image:linear-gradient(0deg,#f2ebe29e,#f2ebe29e),var(--panel-bg-url, none);background-size:100% 100%,cover;background-position:0 0,center;background-repeat:no-repeat}.about-what-we-do-inner{display:grid;gap:clamp(var(--space-xl),4vw,var(--space-2xl));align-items:start}@media(min-width:900px){.about-what-we-do-inner{grid-template-columns:1fr 1fr}.about-what-we-do-media{order:2}.about-what-we-do-content{order:1}}.about-section-heading{font-family:var(--font-serif);font-size:var(--font-size-h2);font-weight:700;margin:0 0 var(--space-md);color:var(--c-ink, #402914);letter-spacing:-.01em}.what-we-do-highlight{background:#3b82f647;padding:.08em .12em}.about-bulleted-list{list-style-type:disc;list-style-position:outside;padding-left:1.5rem;margin:var(--space-md) 0}.about-bulleted-list li{margin-bottom:var(--space-sm);padding-left:.25rem}.about-why-bridge-band{background-color:var(--c-panel-bg, #f2ebe2);background-image:linear-gradient(0deg,#f2ebe2e0,#f2ebe2e0),var(--panel-bg-url, none);background-size:100% 100%,cover;background-position:0 0,center;background-repeat:no-repeat}.about-why-bridge-inner{display:grid;gap:clamp(var(--space-xl),4vw,var(--space-2xl));align-items:start}@media(min-width:900px){.about-why-bridge-inner{grid-template-columns:.55fr .45fr}.about-why-bridge-media{order:1}.about-why-bridge-content{order:2}}.about-why-bridge-media img,.about-what-we-do-media img{width:100%;height:auto;display:block}.about-why-list{list-style:none;padding-left:0;margin:var(--space-lg) 0 0}.about-why-list li{margin-bottom:var(--space-lg);padding-left:0;line-height:1.5}.about-why-list strong{display:inline}.about-industries-inner{display:grid;gap:clamp(var(--space-xl),4vw,var(--space-2xl));align-items:start}@media(min-width:900px){.about-industries-inner{grid-template-columns:1.75fr 1fr}.about-industries-head{text-align:left}.about-industries-list{justify-self:end;min-width:0}.about-industries-band .about-industries-inner .btn-link--pill{align-self:start;justify-self:center;margin-top:calc(-1 * var(--space-lg))}}.about-industries-band .about-industries-head h2{font-family:var(--font-serif);font-size:var(--font-size-h2);font-weight:700;margin:0 0 var(--space-md);color:inherit;letter-spacing:-.01em}.about-industries-band .btn-link--pill{margin-top:0}.about-industries-band.theme-gold-band,.about-industries-band.theme-gold-band h2,.about-industries-band.theme-gold-band summary,.about-industries-band.theme-gold-band .prose{color:var(--c-ink, #402914)}.about-industries-band.theme-gold-band .btn-link--pill{background:var(--c-ink-2, #3c2612);color:var(--c-offwhite, #efeeeb)}.about-industries-list.industries-accordion details{margin-bottom:0;border-top:1px solid rgba(64,41,20,.28)}.about-industries-list.industries-accordion details:last-child{border-bottom:1px solid rgba(64,41,20,.28)}.about-industries-list.industries-accordion summary{font-family:var(--font-serif);font-size:clamp(1.0625rem,1.25vw,1.2rem);font-weight:600;padding:var(--space-md) 2rem var(--space-md) 0;list-style:none;display:flex;align-items:center;justify-content:space-between;color:inherit}.about-industries-list.industries-accordion summary::-webkit-details-marker,.about-industries-list.industries-accordion summary::marker{display:none}.about-industries-list.industries-accordion summary:after{content:"+";font-size:1.25rem;font-weight:400;flex-shrink:0;margin-left:var(--space-sm)}.about-industries-list.industries-accordion summary:hover{color:inherit;opacity:.9}.about-industries-list.industries-accordion .prose{margin-top:var(--space-sm);padding-left:var(--space-md);border-left:2px solid rgba(64,41,20,.28)}.about-how-it-works-intro{text-align:center;max-width:52rem;margin-inline:auto;margin-bottom:var(--space-2xl)}.about-section-heading--center{text-align:center}.about-prose-center{margin-inline:auto;text-align:center;max-width:42rem}.about-prose-center+.about-prose-center{margin-top:var(--space-md)}.about-how-it-works .about-steps-list{text-align:center}.about-how-it-works .about-steps-list li{position:relative;display:flex;flex-direction:column;align-items:center;min-height:clamp(20rem,42vw,28rem);padding:0;margin:0}.about-how-it-works .about-steps-list li>img{margin-bottom:var(--space-sm)}.about-how-it-works .about-steps-list .prose,.about-how-it-works .about-steps-list h2,.about-how-it-works .about-steps-list h3{position:relative;z-index:1}.about-how-it-works .about-steps-list .prose{margin-inline:auto;max-width:28ch;text-align:center}.about-how-it-works-graphic{margin-top:var(--space-2xl);padding-bottom:clamp(var(--space-xl),4vw,var(--space-3xl))}.about-how-it-works-graphic img{width:100%;height:auto;display:block}.about-how-it-works-process{background-image:linear-gradient(0deg,#f2ebe2eb,#f2ebe2eb),var(--panel-bg-url, none);background-size:cover;background-position:center;background-repeat:no-repeat;padding-block:0}.about-how-it-works-process .about-how-it-works-intro{margin-bottom:var(--space-lg)}.about-how-it-works-process .about-steps-list{margin-top:0;gap:0}.about-how-it-works .about-steps-list .process-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:0;margin:0;pointer-events:none}.about-how-it-works .about-steps-list .process-icon img{width:clamp(380px,75vw,620px);height:auto;max-height:clamp(380px,75vw,620px);object-fit:contain;margin-inline:auto;display:block;opacity:.35}.about-how-it-works .about-steps-list li>img{margin-bottom:0}.industries-accordion details{margin-bottom:var(--space-sm)}.industries-accordion summary{cursor:pointer;font-weight:600;padding:var(--space-sm) 0}.industries-accordion summary:hover{color:var(--color-accent)}.industries-accordion .prose{margin-top:var(--space-sm);padding-left:var(--space-md);border-left:2px solid var(--color-border)}.about-steps-list{display:grid;gap:var(--space-lg);margin-top:var(--space-xl)}.about-steps-list li{border-bottom:none;padding:0}.about-steps-list figure,.about-steps-list .process-icon{margin-bottom:var(--space-sm)}.about-steps-list img{width:54px;height:54px;object-fit:contain;margin-inline:auto}.about-steps-list h3{margin-top:0;font-family:var(--font-serif);font-size:clamp(1.125rem,1.35vw,1.35rem);font-weight:700;color:var(--c-ink, #402914)}@media(min-width:768px){.about-steps-list{grid-template-columns:repeat(3,1fr)}}.careers-role-block{display:flex;flex-direction:column;gap:var(--space-xl);padding-block:var(--section-padding);border-bottom:1px solid var(--color-border)}.careers-role-block:last-child{border-bottom:none}.careers-role-text{flex:1;min-width:0}.careers-role-text h2{margin-top:0;margin-bottom:var(--space-lg)}.careers-role-text h3{margin-top:var(--space-lg);margin-bottom:var(--space-xs);font-size:var(--font-size-base)}.careers-role-text h3:first-of-type{margin-top:0}.careers-role-figure figure{margin:0}.careers-cta-wrap{margin-top:var(--space-lg);margin-bottom:0}@media(min-width:768px){.careers-role-block{flex-direction:row;align-items:flex-start;gap:var(--space-2xl)}.careers-role-block-reverse{flex-direction:row-reverse}.careers-role-figure{flex:0 1 36%;min-width:0}}.case-study-fb-overview-grid{display:grid;gap:var(--space-xl)}@media(min-width:768px){.case-study-fb-overview-grid{grid-template-columns:1fr 1fr}}.case-study-fb-image-grid{display:grid;gap:var(--space-lg);grid-template-columns:1fr;grid-template-rows:auto}@media(min-width:640px){.case-study-fb-image-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.case-study-fb-image-grid figure:first-child{grid-row:span 2}}body.portfolio-page .portfolio-how-we-create{width:70%;margin-inline:auto}body.portfolio-page .portfolio-how-we-create header h2{text-align:center}body.portfolio-page .portfolio-process-list{list-style:none;padding-left:0;margin:0}body.portfolio-page .portfolio-process-list li{margin-bottom:var(--space-md);padding-left:0;line-height:var(--line-height-relaxed)}body.portfolio-page .portfolio-process-list li:last-child{margin-bottom:0}body.portfolio-page .cta-section.theme-bridge-band .container{align-items:center}body.portfolio-page .cta-section.theme-bridge-band h2,body.portfolio-page .cta-section.theme-bridge-band .prose,body.portfolio-page .cta-section.theme-bridge-band p{color:var(--c-offwhite)}body.portfolio-page .cta-section.theme-bridge-band .btn-link--pill{box-shadow:var(--shadow-btn)}body.portfolio-page .card-grid{gap:var(--space-md)}body.portfolio-page .card{background:#efeeebb8;border:1px solid rgba(64,41,20,.12);box-shadow:var(--shadow-soft);padding:var(--space-md) var(--space-lg)}body.portfolio-page .card h3{font-family:var(--font-serif);font-size:clamp(1.125rem,1.5vw,1.35rem);font-weight:700;letter-spacing:-.01em;color:var(--c-ink, #402914)}body.portfolio-page .card p{font-size:var(--font-size-body);line-height:var(--line-height-relaxed);color:color-mix(in srgb,var(--c-ink, #402914) 94%,var(--c-warmgray));margin-bottom:0}.form-section{max-width:var(--max-content);margin-top:var(--space-xl)}.form-group{margin-bottom:var(--space-lg)}.form-group label{display:block;font-size:var(--font-size-sm);font-weight:500;margin-bottom:var(--space-xs);color:var(--color-text)}.form-group input,.form-group select,.form-group textarea{width:100%;font-family:var(--font-sans);font-size:var(--font-size-base);line-height:var(--line-height-normal);padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-text)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px #2563eb33}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-text-muted)}.form-group textarea{min-height:6rem;resize:vertical}.form-helper{font-size:var(--font-size-xs);color:var(--color-text-muted);margin-top:var(--space-xs)}.form-actions{margin-top:var(--space-xl)}.form-actions button[type=submit]{font-family:var(--font-sans);font-size:var(--font-size-sm);font-weight:500;padding:clamp(.5rem,1vw,.75rem) clamp(1rem,2vw,1.5rem);min-height:2.75rem;background:var(--color-accent);color:#fff;border:none;border-radius:var(--radius);cursor:pointer}.form-actions button[type=submit]:hover:not(:disabled){background:var(--color-accent-hover)}.form-actions button[type=submit]:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.form-actions button[type=submit]:disabled{opacity:.6;cursor:not-allowed}html,body{overflow-x:clip}.skip-link{position:absolute;top:0;left:0;z-index:100;padding:var(--space-sm) var(--space-md);background:var(--color-accent);color:#fff;font-size:var(--font-size-sm);font-weight:500;text-decoration:none;transform:translateY(-100%);transition:transform .15s ease}.skip-link:focus{transform:translateY(0);outline:2px solid var(--color-text);outline-offset:2px}.site-header{background-color:var(--c-parchment-bg, #f3e7d6);background-image:url(/images/shared/background2-hero.webp);background-size:cover;background-position:center;background-repeat:no-repeat;padding-block:clamp(.65rem,1.2vw,.9rem);line-height:1.2}.site-header.home-hero{padding-bottom:0}.site-header .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-sm) var(--space-md)}.site-logo-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.site-logo-mark--mobile{display:none}.site-logo-mark img{display:block;width:clamp(34px,3.5vw,44px);height:auto}.site-nav{flex:1;display:flex;justify-content:flex-end;min-width:0}@media(max-width:860px){.site-nav{justify-content:center}}.site-header__cta{flex-shrink:0;margin-top:0}.site-header__cta .btn-link--pill{display:inline-flex;align-items:center;justify-content:center;line-height:1;background:var(--c-ink-2, #3c2612);color:var(--c-offwhite, #efeeeb)}.nav-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-lg)}@media(min-width:768px){.nav-list{gap:var(--space-lg)}.nav-list>li:nth-child(1),.nav-list>li:nth-child(5),.nav-list>li:nth-child(6),.nav-list>li:nth-child(7),.nav-list>li:nth-child(8){display:none}}@media(min-width:768px)and (max-width:1024px){.nav-list{gap:var(--space-sm) var(--space-md)}}.nav-list a{color:var(--c-ink, #402914);font-family:var(--font-sans);font-size:.9375rem;font-weight:500;letter-spacing:.03em}.nav-list a:hover,.nav-list a.active,.nav-list a[aria-current=page]{color:var(--c-accent, var(--color-accent))}.nav-list a:focus-visible{outline:2px solid var(--c-accent, var(--color-accent));outline-offset:2px}main.page{min-height:50vh;overflow-x:clip}main section[id]{scroll-margin-top:5rem}.site-footer{background-color:var(--c-footer-bg, #c9a473);background-image:url(/images/shared/background2-hero.webp);background-size:cover;background-position:center;background-repeat:no-repeat;border-top:none;padding-block:var(--space-xl);margin-top:0;position:relative;overflow-x:clip}.site-footer{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:content-box}.site-footer:before{content:"";position:absolute;left:0;width:100%;min-width:100%;height:var(--wave-height, clamp(52px, 7.5vw, 110px));top:-1px;transform:rotate(180deg);z-index:1;pointer-events:none;box-sizing:border-box;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath d='M0,56 C240,104 480,104 720,56 C960,8 1200,8 1440,56 L1440,120 L0,120 Z' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath d='M0,56 C240,104 480,104 720,56 C960,8 1200,8 1440,56 L1440,120 L0,120 Z' fill='black'/%3E%3C/svg%3E");-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:0 0;mask-position:0 0;filter:var(--wave-shadow, none);background-color:var(--wave-fill, var(--c-footer-bg, #c9a473));background-size:100% 100%;background-repeat:no-repeat;background-position:0 0}.site-footer .container{position:relative;z-index:2;display:flex;flex-direction:column;gap:var(--space-xl)}.footer-inner{display:grid;gap:clamp(1.25rem,4vw,3rem);grid-template-columns:1fr}@media(min-width:768px){.footer-inner{grid-template-columns:1fr auto;align-items:center;gap:clamp(1.25rem,4vw,3rem)}.footer-blurb-col{justify-self:end;text-align:right;max-width:22rem}}.footer-links-col .footer-links{list-style:none;margin:60px 0 0;padding:0;display:flex;flex-direction:column}.footer-links-col .footer-links a{color:color-mix(in srgb,var(--c-ink, #402914) 88%,transparent);font-family:var(--font-sans);font-size:.9375rem;font-weight:500;line-height:1.4}.footer-links-col .footer-links a:hover{color:var(--color-accent)}.footer-links-col .footer-links a:focus-visible,.footer-legal a:focus-visible{outline:2px solid var(--c-ink, #402914);outline-offset:2px}.footer-blurb-col{max-width:32rem;text-align:left;padding-right:8%;width:max-content}@media(min-width:768px){.footer-blurb-col{text-align:right}}.footer-blurb{margin:0 0 var(--space-sm);font-family:var(--font-sans);font-size:.9375rem;font-weight:400;line-height:1.52;color:color-mix(in srgb,var(--c-ink, #402914) 90%,transparent)}.footer-copyright{margin:0;font-size:.875rem;font-weight:400;color:color-mix(in srgb,var(--c-ink, #402914) 78%,transparent)}.footer-legal{padding-top:var(--space-lg);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;font-size:.875rem;text-align:center}.footer-legal a{color:color-mix(in srgb,var(--c-ink, #402914) 78%,transparent)}.footer-legal a:hover{color:var(--color-accent)}.footer-legal-sep{color:#40291459;user-select:none;font-weight:300}@media(max-width:480px){.footer-legal-sep{display:none}}.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}:root{--c-ink: #402914;--c-ink-2: #3c2612;--c-ink-3: #624122;--c-brown-600: #845d36;--c-parchment: #c9a473;--c-parchment-2: #d5b688;--c-offwhite: #efeeeb;--c-warmgray: #c1bdb6;--c-paper: #c8bba9;--c-panel-bg: #f2ebe2;--c-parchment-bg: #f3e7d6;--c-footer-bg: #c9a473;--c-accent: #c9a473;--c-band-dark: #2b1b0d;--header-height: 72px;--shadow-soft: 0 10px 25px rgba(0, 0, 0, .12);--shadow-btn: 0 8px 18px rgba(0, 0, 0, .18);--footer-bg-url: url(/images/pages/about/about-02-bg.webp)}html,body{color:var(--c-ink);background-color:var(--c-offwhite)}body{background-image:radial-gradient(1200px 700px at 50% -10%,#d5b6888c,#efeeeb00 55%),radial-gradient(900px 600px at 15% 20%,#c9a47340,#efeeeb00 60%),radial-gradient(900px 600px at 85% 35%,#c9a47338,#efeeeb00 62%),linear-gradient(180deg,#efeeeb,#efeeeb);background-repeat:no-repeat}h1,h2,h3,h4,h5,h6{color:var(--c-ink);letter-spacing:-.01em}p,li,small{color:color-mix(in srgb,var(--c-ink) 94%,var(--c-warmgray))}a{color:var(--c-ink-3)}a:hover{color:var(--c-ink);text-decoration-color:var(--c-accent)}button,.button,a.button,a[role=button],.btn,.btn-link{background:var(--c-ink-2);color:var(--c-offwhite);border:1px solid rgba(60,38,18,.45);box-shadow:var(--shadow-btn)}button:hover,.button:hover,a.button:hover,a[role=button]:hover,.btn:hover,.btn-link:hover{background:var(--c-ink)}.card,.panel,section .card,section .panel{background:#efeeebb8;border:1px solid rgba(64,41,20,.12);box-shadow:var(--shadow-soft)}svg,.icon{color:var(--c-ink);fill:currentColor}.theme-bridge-band{color:var(--c-offwhite);background-color:#2b1b0d;background-image:radial-gradient(900px 400px at 50% 70%,#845d3659,#0000 60%),linear-gradient(180deg,#2b1b0df2,#2b1b0df2);background-repeat:no-repeat;background-size:100% 100%,100% 100%}.theme-bridge-band h1,.theme-bridge-band h2,.theme-bridge-band h3,.theme-bridge-band p,.theme-bridge-band li{color:var(--c-offwhite)}.theme-gold-band{background-color:var(--c-accent);background-image:radial-gradient(800px 400px at 50% -20%,#efeeeb59,#c9a47300 60%),linear-gradient(180deg,#c9a473,#c9a473);padding-block:clamp(2.5rem,6vw,5rem)}hr,.divider{border-color:#40291424}.show-on-mobile{display:none!important}@media(max-width:640px){.show-on-mobile{display:revert!important}.hide-on-mobile{display:none!important}.about-how-it-works-process .about-steps-list{grid-template-columns:1fr}.about-how-it-works-process .about-steps-list li{justify-content:flex-end}.about-industries-band .btn-link--pill{margin-bottom:var(--space-xl)}.nav-toggle-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header__inner{flex-direction:column;align-items:stretch;gap:0}.site-logo-mark--desktop{display:none!important}.site-logo-mark--mobile{display:inline-flex!important;cursor:pointer;align-self:center}.site-logo-mark--mobile img{display:block;width:auto;height:2rem;max-width:120px}.site-nav,.site-header__cta{display:none}.nav-toggle-input:checked~.site-nav,.nav-toggle-input:checked~.site-header__cta{display:flex}.site-nav{flex-direction:column;width:100%;padding-block:var(--space-md);border-top:1px solid var(--color-border, #e5e5e5)}.nav-toggle-input:checked~.site-nav{justify-content:flex-start}.nav-list{flex-direction:column;gap:0;padding:0}.nav-list li{border-bottom:1px solid var(--color-border, #e5e5e5)}.nav-list a{display:block;padding:var(--space-md);font-size:1rem;text-align:center}.nav-toggle-input:checked~.site-header__cta{margin-top:var(--space-sm);margin-bottom:0;justify-content:center}.site-header.home-hero>.container:first-of-type{justify-content:center;align-items:center}.site-header.home-hero .home-hero-mast{width:100%}.site-header.home-hero .hero__mast .hero__title-line1{text-align:center;margin-inline:auto}.home-process .process-list{grid-template-columns:repeat(2,1fr)}html{font-size:15px}body{font-size:var(--font-size-sm)}h1{font-size:clamp(1.75rem,6vw,2.25rem);line-height:1.2}h2{font-size:clamp(1.5rem,5vw,1.875rem);line-height:1.25}h3{font-size:clamp(1.25rem,4vw,1.5rem)}.prose{font-size:.9375rem;line-height:1.55}.container{padding-inline:var(--space-md)}.section{padding-block:var(--space-xl)}.hero__content h1{font-size:clamp(1.625rem,7vw,2rem)}.hero__content .prose,.services-hero__lede{font-size:.9375rem}.services-band-heading,.services-band-workflow{font-size:clamp(1.375rem,5vw,1.75rem)}.band-subtitle,.services-band-subtitle,.services-centered-prose{font-size:.9375rem}.cta-section__title{font-size:clamp(1.5rem,5vw,1.75rem)}.cta-section__lede{font-size:.9375rem}}
