/* Original Fylvo Digital design system. Native CSS, no external fonts or assets. */
:root{--fd-ink:#111c30;--fd-blue:#164be8;--fd-blue-hover:#1038b0;--fd-paper:#f8f9f6;--fd-white:#fff;--fd-muted:#536073;--fd-line:#d8dde4;--fd-tint:#ecf0ff;--fd-width:1320px;--fd-gutter:clamp(1.25rem,4vw,4rem);--fd-space:clamp(3.75rem,7.5vw,7rem);--fd-radius:4px;--fd-font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--fd-mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace;--fd-shadow:0 16px 36px rgb(17 28 48 / 8%)}
*,*::before,*::after{box-sizing:border-box}html{scroll-padding-top:7rem}body{margin:0;color:var(--fd-ink);background:var(--fd-paper);font-family:var(--fd-font);font-size:1.0625rem;line-height:1.6;-webkit-font-smoothing:antialiased}body,input,button,textarea,select{font-family:var(--fd-font)}img,svg,video{max-width:100%;vertical-align:middle}img,video{height:auto}figure{margin:0}button,input,textarea,select{font-size:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:var(--fd-blue);text-underline-offset:.22em;text-decoration-thickness:1px}a:hover{text-decoration-thickness:2px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--fd-blue);outline-offset:5px}main:focus{outline:none}::selection{color:#fff;background:var(--fd-blue)}[hidden]{display:none!important}p{margin:0 0 1.25rem}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.12;letter-spacing:-.042em;margin:0 0 1.25rem;text-wrap:balance;overflow-wrap:break-word}h1{font-size:clamp(2.65rem,5.9vw,5.6rem);letter-spacing:-.055em}h2{font-size:clamp(2rem,3.9vw,3.65rem)}h3{font-size:clamp(1.4rem,2.2vw,2rem)}h4{font-size:1.3rem}ul,ol{padding-inline-start:1.4rem}li+li{margin-top:.35rem}hr{border:0;border-top:1px solid var(--fd-line);margin:3rem 0}.screen-reader-text,.fd-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;white-space:nowrap}.fd-container{width:min(calc(100% - var(--fd-gutter)*2),var(--fd-width));margin-inline:auto}.fd-skip-link{position:fixed;z-index:10000;top:1rem;left:1rem;transform:translateY(-200%);padding:.75rem 1.25rem;color:#fff;background:var(--fd-ink)}.fd-skip-link:focus{transform:none}.fd-eyebrow{font-family:var(--fd-mono);font-size:.72rem;font-weight:500;letter-spacing:.11em;line-height:1.45;text-transform:uppercase;margin:0 0 1.75rem;color:var(--fd-muted)}.fd-eyebrow::before{content:"";display:inline-block;width:6px;height:6px;background:var(--fd-blue);margin-inline-end:10px;vertical-align:2px}.fd-lead{font-size:clamp(1.15rem,1.7vw,1.35rem);line-height:1.55;max-width:42rem;color:var(--fd-muted)}.fd-button,.wp-element-button,.wp-block-button__link,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:1rem;min-height:50px;padding:.85rem 1.25rem;border:1px solid transparent;border-radius:var(--fd-radius);background:var(--fd-blue);color:#fff;font-size:.93rem;font-weight:600;line-height:1.35;text-decoration:none;transition:background .18s ease,transform .18s ease;cursor:pointer}.fd-button svg{flex-shrink:0}.fd-button:hover,.wp-element-button:hover,.wp-block-button__link:hover,input[type=submit]:hover{background:var(--fd-blue-hover);color:#fff;text-decoration:none;transform:translateY(-2px)}.fd-button.is-secondary{background:transparent;color:var(--fd-ink);border-color:var(--fd-line)}.fd-button.is-secondary:hover{background:#fff;border-color:var(--fd-ink)}.fd-text-link{display:inline-flex;align-items:center;gap:.6rem;color:inherit;font-size:.93rem;font-weight:600;text-decoration:underline}.fd-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.fd-pill{display:inline-block;border:1px solid var(--fd-line);border-radius:100px;padding:.35rem .75rem;font-size:.75rem;line-height:1.4}
/* Header: disclosure panels start below the header, never on top of its links. */
.fd-header{position:relative;z-index:100;background:var(--fd-paper);border-bottom:1px solid var(--fd-line)}.fd-header-inner{display:flex;align-items:center;gap:clamp(1.25rem,2vw,2rem);min-height:96px}.fd-brand{display:inline-flex;align-items:center;flex-shrink:0;color:var(--fd-ink);text-decoration:none}.fd-logo{display:block;width:156px;height:52px;object-fit:contain;object-position:left center}.fd-wordmark{font-size:1.75rem;font-weight:800;line-height:1;letter-spacing:-.08em}.fd-wordmark>span{color:var(--fd-blue)}.fd-wordmark small{display:block;font-size:.51rem;letter-spacing:.38em;margin-top:.45rem;font-weight:600}.fd-nav{display:flex;align-items:center;gap:1.75rem;margin-inline-start:auto;align-self:stretch}.fd-menu{list-style:none;display:flex;align-items:stretch;padding:0;margin:0;gap:1.4rem}.fd-menu li{margin:0;position:relative}.fd-menu>li{display:flex;align-items:center;flex-wrap:wrap}.fd-menu a{display:inline-flex;align-items:center;min-height:44px;color:var(--fd-ink);font-size:.88rem;font-weight:500;text-decoration:none}.fd-menu a:hover,.fd-menu .current-menu-item>a,.fd-menu .current-menu-ancestor>a{color:var(--fd-blue)}.fd-menu .current-menu-item>a{box-shadow:0 1px 0 currentColor}.fd-login-link{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;line-height:1.25;max-width:8rem;color:var(--fd-muted);text-decoration:none}.fd-login-link:hover{color:var(--fd-blue)}.fd-login-link svg{flex-shrink:0}.fd-header-tools{display:flex;align-items:center;gap:1rem}.fd-header-cta{font-size:.8rem;min-height:44px;padding:.7rem .85rem;white-space:nowrap}.fd-header-cta svg{width:16px;height:16px}.fd-menu-toggle{display:none}.fd-submenu-toggle{display:none;border:0;background:transparent;color:var(--fd-ink);padding:8px;min-width:32px;min-height:44px}.fd-js .fd-submenu-toggle{display:inline-flex;align-items:center;justify-content:center}.fd-submenu-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.fd-menu .sub-menu{list-style:none;padding:1rem;min-width:250px;margin:0;background:var(--fd-white);border:1px solid var(--fd-line);border-top:3px solid var(--fd-blue);box-shadow:var(--fd-shadow);position:absolute;inset-block-start:100%;inset-inline-start:-1rem}.fd-menu .sub-menu a{width:100%;padding:.55rem .7rem;line-height:1.4;font-size:.88rem;min-height:46px}.fd-menu .sub-menu a:hover{background:var(--fd-tint)}.fd-menu .sub-menu .current-menu-item>a{box-shadow:none;text-decoration:underline}.fd-language{position:relative;font-size:.8rem}.fd-language summary{list-style:none;display:flex;align-items:center;justify-content:center;gap:.3rem;min-width:44px;min-height:44px;cursor:pointer;font-weight:600}.fd-language summary::-webkit-details-marker{display:none}.fd-language[open] summary svg{transform:rotate(180deg)}.fd-language>ul{position:absolute;top:calc(100% + .7rem);right:0;list-style:none;min-width:160px;margin:0;padding:.5rem;background:#fff;border:1px solid var(--fd-line);box-shadow:var(--fd-shadow)}.fd-language li{margin:0}.fd-language a{display:flex;justify-content:space-between;gap:1rem;min-height:44px;align-items:center;padding:.5rem;color:var(--fd-ink);text-decoration:none}.fd-language a:hover,.fd-language a[aria-current=true]{background:var(--fd-tint);color:var(--fd-blue)}.fd-language-suggestion{position:fixed;z-index:1001;bottom:1rem;right:1rem;max-width:calc(100vw - 2rem);display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid var(--fd-line);border-radius:4px;box-shadow:var(--fd-shadow);padding:.75rem .75rem .75rem 1rem}.fd-language-suggestion p{font-size:.85rem;margin:0}.fd-language-suggestion button{min-height:44px;min-width:44px;border:0;background:transparent;font-size:1.5rem;color:var(--fd-ink)}
/* Stored, editable page composition. */
.fd-page-content{overflow-wrap:break-word}.fd-page-content>.wp-block-group{margin-top:0}.fd-hero{padding:clamp(3.5rem,6.2vw,6rem) 0 clamp(3.5rem,6vw,6rem)}.fd-hero-grid{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:clamp(2rem,5vw,5rem)}.fd-hero-copy h1{max-width:12ch}.fd-hero-copy .fd-lead{max-width:34rem;margin-top:1.75rem}.fd-hero-copy .fd-eyebrow{margin-bottom:1.7rem}.fd-hero h1 em{font-style:normal;color:var(--fd-blue)}.fd-hero-art{position:relative;min-width:0}.fd-hero-art img{display:block;width:100%;height:auto;border:1px solid var(--fd-line);border-radius:var(--fd-radius)}.fd-hero-art figure{position:relative}.fd-hero-art figcaption{font-family:var(--fd-mono);display:flex;gap:1rem;justify-content:space-between;font-size:.68rem;color:var(--fd-muted);padding-top:.8rem;line-height:1.5}.fd-hero-art .fd-project-label{display:flex;justify-content:space-between;font-size:.75rem;padding:.8rem 0}.fd-hero .fd-hero-note{font-size:.8rem;color:var(--fd-muted);margin-top:1.4rem}.fd-hero.is-simple .fd-container{max-width:var(--fd-width)}.fd-hero.is-simple h1{max-width:16ch}.fd-section{padding:var(--fd-space) 0}.fd-section.is-compact{padding:clamp(2rem,4vw,3.5rem) 0}.fd-section.is-tinted{background:var(--fd-tint)}.fd-section.is-white{background:var(--fd-white)}.fd-section.is-ink{color:#fff;background:var(--fd-ink)}.fd-section.is-ink .fd-eyebrow,.fd-section.is-ink .fd-lead{color:#bec8d8}.fd-section.is-ink .fd-eyebrow::before{background:#83a7ff}.fd-section.is-ink .fd-button.is-secondary{border-color:#68758b;color:#fff}.fd-section.is-ink .fd-button.is-secondary:hover{color:var(--fd-ink);background:#fff}.fd-section.is-ink a:not(.fd-button){color:inherit}.fd-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:3rem;margin-bottom:3rem}.fd-section-heading h2{max-width:17ch;margin-bottom:0}.fd-section-heading>.fd-lead,.fd-section-heading>p{max-width:25rem;margin:0}.fd-section-heading .fd-eyebrow{margin-bottom:1.15rem}.fd-grid{display:grid;gap:1.5rem}.fd-grid.is-2{grid-template-columns:repeat(2,minmax(0,1fr))}.fd-grid.is-3{grid-template-columns:repeat(3,minmax(0,1fr))}.fd-grid.is-4{grid-template-columns:repeat(4,minmax(0,1fr))}.fd-service-card{position:relative;padding:1.6rem 0 2rem;border-top:1px solid var(--fd-line)}.fd-service-card .fd-number{display:block;font-family:var(--fd-mono);font-size:.75rem;color:var(--fd-muted);margin-bottom:2rem}.fd-service-card h3{font-size:1.55rem;max-width:22ch}.fd-service-card h3 a{color:inherit;text-decoration:none}.fd-service-card h3 a:hover{color:var(--fd-blue);text-decoration:underline}.fd-service-card p{font-size:1rem;color:var(--fd-muted);max-width:35rem}.fd-service-card>.fd-text-link{margin-top:.75rem}.fd-service-card>svg{width:30px;height:30px;color:var(--fd-blue);margin-bottom:1.5rem}.fd-service-card:hover{border-color:var(--fd-blue)}.fd-section.is-ink .fd-service-card{border-color:#465269}.fd-section.is-ink .fd-service-card p,.fd-section.is-ink .fd-service-card .fd-number{color:#bec8d8}.fd-services-list{border-top:1px solid var(--fd-line)}.fd-services-list>a{display:grid;grid-template-columns:4rem 1fr auto;gap:1rem;align-items:center;padding:1.8rem 0;border-bottom:1px solid var(--fd-line);text-decoration:none;color:inherit}.fd-services-list>a:hover{color:var(--fd-blue)}.fd-services-list h3{margin:0}.fd-services-list small{font-family:var(--fd-mono);font-size:.75rem}.fd-project-card{min-width:0}.fd-project-media{display:block;overflow:hidden;background:#e7eaef;border-radius:var(--fd-radius);border:1px solid var(--fd-line)}.fd-project-media img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;object-position:top;transition:transform .35s ease}.fd-project-card:hover .fd-project-media img{transform:scale(1.018)}.fd-project-body{padding:1.25rem 0 0}.fd-project-body h3{font-size:1.6rem;margin-bottom:.4rem}.fd-project-body h3 a{color:inherit;text-decoration:none}.fd-project-body h3 a:hover{color:var(--fd-blue);text-decoration:underline}.fd-project-body p{color:var(--fd-muted);font-size:.9rem}.fd-project-body .fd-eyebrow{font-size:.65rem;margin-bottom:.7rem}.fd-project-body .fd-text-link{margin-top:.7rem}.fd-project-full{width:100%;display:block;border:1px solid var(--fd-line);border-radius:var(--fd-radius)}.fd-case-meta{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--fd-line);padding-top:1.5rem;gap:2rem;font-size:.9rem}.fd-case-meta dt{font-family:var(--fd-mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--fd-muted);margin-bottom:.4rem}.fd-case-meta dd{margin:0}.fd-proof-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.75rem 0;border-top:1px solid var(--fd-line);border-bottom:1px solid var(--fd-line)}.fd-proof-row p{max-width:39rem;font-size:.95rem;margin:0;color:var(--fd-muted)}.fd-partner-badge{display:block;flex-shrink:0;max-width:180px}.fd-partner-badge img{display:block;max-width:180px;max-height:80px;width:auto;height:auto;object-fit:contain}.fd-review{position:relative;margin:0;max-width:57rem}.fd-review blockquote{margin:0}.fd-review blockquote p,.fd-review>p:first-child{font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.4;letter-spacing:-.035em;font-weight:500}.fd-review cite{font-style:normal;font-size:.9rem;font-weight:600}.fd-review figcaption{margin-top:1.7rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;font-size:.85rem}.fd-review .fd-review-source{color:var(--fd-muted);font-size:.8rem}.fd-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.25rem;counter-reset:fd-step}.fd-process-step{counter-increment:fd-step;border-top:1px solid var(--fd-line);padding-top:1.25rem}.fd-process-step::before{content:"0" counter(fd-step);font-family:var(--fd-mono);display:block;font-size:.75rem;color:var(--fd-blue);margin-bottom:2.5rem}.fd-process-step h3{font-size:1.5rem}.fd-process-step p{color:var(--fd-muted);font-size:1rem}.fd-section.is-ink .fd-process-step{border-color:#465269}.fd-section.is-ink .fd-process-step p{color:#bec8d8}.fd-section.is-ink .fd-process-step::before{color:#83a7ff}.fd-contact-panel{background:var(--fd-blue);color:#fff;border-radius:var(--fd-radius);padding:clamp(2rem,5vw,4.5rem);display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:center}.fd-contact-panel h2{max-width:16ch}.fd-contact-panel p{color:#e5ecff;max-width:32rem}.fd-contact-panel .fd-button{background:#fff;color:var(--fd-ink);justify-self:end}.fd-contact-panel .fd-button:hover{background:#e5ecff}.fd-contact-panel .fd-eyebrow{color:#e5ecff}.fd-contact-panel .fd-eyebrow::before{background:#fff}.fd-split{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(2rem,7vw,7rem)}.fd-split>div>h2{max-width:16ch}.fd-list{list-style:none;padding:0;margin:0}.fd-list li{padding:1rem 0;border-bottom:1px solid var(--fd-line)}.fd-list li:first-child{border-top:1px solid var(--fd-line)}.fd-faq details{border-bottom:1px solid var(--fd-line);padding:1.3rem 0}.fd-faq details:first-child{border-top:1px solid var(--fd-line)}.fd-faq summary{cursor:pointer;font-size:1.15rem;font-weight:600;line-height:1.4;padding-inline-end:2rem;min-height:28px}.fd-faq details>p,.fd-faq details>div{margin-top:1.2rem;max-width:50rem;color:var(--fd-muted)}.fd-checklist{list-style:none;padding:0}.fd-checklist li{position:relative;padding-left:1.65rem;margin:.7rem 0}.fd-checklist li::before{content:"✓";position:absolute;left:0;font-weight:600;color:var(--fd-blue)}
/* Editorial content and native WordPress blocks. */
.fd-document{max-width:880px;padding-block:var(--fd-space)}.fd-page-heading{margin-bottom:3.5rem}.fd-page-heading h1{max-width:18ch}.fd-document h1{font-size:clamp(2.4rem,5vw,4.2rem)}.fd-document h2,.fd-prose h2{font-size:clamp(1.75rem,3vw,2.4rem);margin-top:2.5rem}.fd-document h3,.fd-prose h3{font-size:1.5rem;margin-top:2rem}.fd-document li,.fd-prose li{margin-bottom:.5rem}.fd-prose{max-width:780px;font-size:1.1rem}.fd-prose>.alignwide{max-width:1120px;width:calc(100% + 200px);margin-left:-100px}.fd-prose>.alignfull{max-width:calc(100vw - var(--fd-gutter)*2);width:calc(100vw - var(--fd-gutter)*2);margin-left:calc((100% - 100vw)/2 + var(--fd-gutter))}.fd-prose img{border-radius:var(--fd-radius)}.fd-prose blockquote,.wp-block-quote{margin:2.5rem 0;border-left:3px solid var(--fd-blue);padding:.5rem 0 .5rem 1.5rem;font-size:1.35rem}.fd-prose blockquote cite{font-size:.9rem;color:var(--fd-muted)}.fd-prose code,code{font-size:.85em;overflow-wrap:anywhere}pre{max-width:100%;overflow:auto;background:#eef1f5;padding:1.5rem;border-radius:4px}table{border-collapse:collapse;width:100%;margin:1.5rem 0}th,td{border-bottom:1px solid var(--fd-line);padding:.85rem;text-align:start;vertical-align:top}th{font-weight:600;background:#edf0f5}.wp-block-table{overflow-x:auto}.wp-block-image figcaption,figcaption{font-size:.8rem;color:var(--fd-muted);line-height:1.5;margin-top:.6rem}.wp-block-separator{border-top-color:var(--fd-line)}.wp-block-button__link{border-radius:var(--fd-radius)}.wp-block-details summary{cursor:pointer;padding:1rem 0;font-weight:600}.wp-block-details{border-block-end:1px solid var(--fd-line)}.fd-breadcrumbs,.rank-math-breadcrumb{font-size:.8rem;color:var(--fd-muted);margin-bottom:2rem}.fd-breadcrumbs{display:flex;gap:.6rem;flex-wrap:wrap}.fd-breadcrumbs a,.rank-math-breadcrumb a{color:inherit}.fd-article{padding:var(--fd-space) 0 0}.fd-article-heading{max-width:1050px;margin-bottom:3rem}.fd-article-heading h1{font-size:clamp(2.5rem,5vw,4.9rem);max-width:22ch}.fd-article-heading .fd-eyebrow a{color:inherit;text-decoration:none}.fd-post-meta{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;font-size:.75rem;color:var(--fd-muted);margin:1rem 0}.fd-article-image{max-width:1120px;margin-bottom:3rem}.fd-article-image img{display:block;width:100%;max-height:680px;object-fit:cover}.fd-article-footer{max-width:780px;margin-block:3rem 5rem}.fd-tags{display:flex;flex-wrap:wrap;gap:.5rem}.fd-tags a{display:inline-block;font-size:.75rem;padding:.4rem .75rem;border:1px solid var(--fd-line);border-radius:100px;color:var(--fd-muted);text-decoration:none}.nav-links{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.post-navigation{padding-top:2.5rem;margin-top:2.5rem;border-top:1px solid var(--fd-line)}.post-navigation .nav-previous,.post-navigation .nav-next{max-width:45%}.post-navigation a{text-decoration:none}.post-navigation span{display:block;font-size:.7rem;text-transform:uppercase;margin-bottom:.5rem;color:var(--fd-muted)}.post-navigation strong{font-weight:500;font-size:1rem}.fd-post-image{display:block;overflow:hidden}.fd-post-image img{display:block;aspect-ratio:4/3;width:100%;object-fit:cover}.fd-post-card h2{font-size:1.65rem;line-height:1.2}.fd-post-card h2 a{color:inherit;text-decoration:none}.fd-post-card h2 a:hover{text-decoration:underline}.fd-post-card-content{padding:1rem 0 2rem}.fd-post-card{border-bottom:1px solid var(--fd-line)}.fd-post-excerpt{font-size:.95rem;color:var(--fd-muted);margin-bottom:1.5rem}.pagination{margin-top:3rem}.pagination .nav-links{gap:.5rem;justify-content:center}.pagination .page-numbers{padding:.5rem 1rem;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--fd-line);color:var(--fd-ink);text-decoration:none;border-radius:4px}.pagination .current{background:var(--fd-blue);color:#fff;border-color:var(--fd-blue)}.fd-empty-state{padding:2rem 0 4rem}.fd-not-found{min-height:60vh}.fd-not-found h1{max-width:15ch}.fd-not-found .fd-search-form{margin-top:2rem;max-width:600px}.fd-search-form{display:flex;gap:.6rem;max-width:650px}.fd-search-form input{min-width:0;flex:1}.fd-page-heading .fd-search-form{margin-top:2rem}.fd-comments{max-width:780px;padding-bottom:5rem}.comment-list{list-style:none;padding:0}.comment-body{padding:1.5rem 0;border-bottom:1px solid var(--fd-line)}.comment-meta{font-size:.8rem;margin-bottom:.8rem}.comment-reply-link{font-size:.85rem}.comment-form label{display:block;margin-bottom:.35rem}.comment-form-cookies-consent label{display:inline}.comment-respond{margin-top:3rem}.form-submit input{width:auto}
/* Forms provide complete visible labels; plugins retain their own server-side validation. */
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=hidden]),textarea,select{width:100%;min-height:50px;border:1px solid #a7b1bf;border-radius:4px;background:#fff;color:var(--fd-ink);padding:.8rem .9rem;line-height:1.4}textarea{min-height:160px;resize:vertical}input[type=checkbox],input[type=radio]{width:1.15rem;height:1.15rem;accent-color:var(--fd-blue);margin:.1rem .45rem .1rem 0;vertical-align:middle}label{font-size:.9rem;font-weight:500}::placeholder{color:#687589;opacity:1}input[aria-invalid=true],textarea[aria-invalid=true],select[aria-invalid=true]{border:2px solid #ad2525}.wpcf7-form>p{margin-bottom:1.3rem}.wpcf7-form-control-wrap{display:block;margin-top:.4rem}.wpcf7-not-valid-tip{display:block;font-size:.85rem;color:#ad2525;margin-top:.5rem}.wpcf7 form .wpcf7-response-output{margin:1.5rem 0 0;padding:1rem;border-radius:4px;line-height:1.5}.wpcf7-list-item{margin:0}.wpcf7-acceptance label{font-size:.85rem;font-weight:400}.fd-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.fd-form-grid .is-full{grid-column:1/-1}.fd-form-note{font-size:.8rem;color:var(--fd-muted)}
/* Footer retains the unchanged approved logo. */
.fd-footer{background:#fff;border-top:1px solid var(--fd-line)}.fd-footer-top{padding:clamp(3rem,6vw,5rem) 0;border-bottom:1px solid var(--fd-line)}.fd-footer-top .fd-eyebrow{margin-bottom:1.5rem}.fd-footer-cta{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;font-size:clamp(2rem,4.7vw,4.5rem);line-height:1.12;letter-spacing:-.045em;font-weight:500;color:var(--fd-ink);text-decoration:none;max-width:1100px}.fd-footer-cta svg{width:clamp(36px,5vw,70px);height:auto;flex-shrink:0;color:var(--fd-blue)}.fd-footer-cta:hover{color:var(--fd-blue);text-decoration:none}.fd-footer-grid{display:grid;grid-template-columns:1.5fr .85fr 1fr;gap:3rem;padding:3rem 0}.fd-footer-brand .fd-brand{margin-bottom:1.5rem}.fd-footer-brand>p{font-size:.95rem;max-width:22rem}.fd-footer-brand .fd-footer-note{font-size:.8rem;color:var(--fd-muted)}.fd-footer-menu,.fd-legal-menu{list-style:none;padding:0;margin:0}.fd-footer-menu li{margin:0 0 .65rem}.fd-footer-menu a,.fd-footer-contact>a{color:var(--fd-ink);text-decoration:none;font-size:.9rem}.fd-footer-menu a:hover,.fd-footer-contact>a:hover{text-decoration:underline;color:var(--fd-blue)}.fd-footer-contact address{font-style:normal;color:var(--fd-muted);font-size:.85rem;line-height:1.7;margin:1.2rem 0}.fd-footer-contact>a:first-child{overflow-wrap:anywhere}.fd-footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;border-top:1px solid var(--fd-line);padding:1.5rem 0 2rem;font-size:.73rem;color:var(--fd-muted)}.fd-footer-bottom p{margin:0;flex-shrink:0}.fd-legal-menu{display:flex;flex-wrap:wrap;column-gap:1.25rem;row-gap:.5rem}.fd-legal-menu li{margin:0}.fd-legal-menu a,.fd-footer-bottom>a{color:inherit;text-decoration:none}.fd-legal-menu a:hover{text-decoration:underline}.fd-footer .fd-menu{display:block}.fd-footer .fd-menu a{min-height:auto;margin-bottom:.7rem}
/* Motion enhances immediate feedback. Content is never hidden awaiting JavaScript. */
@media(prefers-reduced-motion:no-preference){.fd-button svg,.fd-text-link svg{transition:transform .18s ease}.fd-button:hover svg,.fd-text-link:hover svg{transform:translate(2px,-1px)}.fd-fade-in{animation:fd-enter .45s ease both}@keyframes fd-enter{from{opacity:.5;transform:translateY(6px)}to{opacity:1;transform:none}}}
@media(min-width:1600px){.fd-hero-grid{gap:6rem}.fd-hero-copy h1{font-size:6rem}}
@media(max-width:1199px){.fd-header-inner{gap:1.25rem}.fd-menu{gap:.9rem}.fd-nav{gap:1.2rem}.fd-header-cta{display:none}.fd-header-tools{gap:.5rem}.fd-hero-grid{grid-template-columns:1.1fr 1fr;gap:2.5rem}.fd-logo{width:145px}.fd-section-heading{gap:2rem}}
@media(max-width:900px){.fd-header-inner{min-height:80px;flex-wrap:wrap;gap:1rem}.fd-brand{margin-inline-end:auto}.fd-header-tools{order:2}.fd-menu-toggle{order:3}.fd-nav{order:4;width:100%;margin:0;align-items:stretch;flex-direction:column;gap:0;padding:.5rem 0 1.5rem}.fd-js .fd-menu-toggle{display:flex;gap:.75rem;align-items:center;background:transparent;border:0;color:var(--fd-ink);font-size:.8rem;font-weight:600;min-height:44px;padding:.5rem 0 .5rem .5rem}.fd-menu-icon{width:21px;height:14px;position:relative;border-top:1.5px solid currentColor;border-bottom:1.5px solid currentColor}.fd-menu-icon::before{content:"";position:absolute;left:0;right:0;top:5px;border-top:1.5px solid currentColor}.fd-menu-toggle[aria-expanded=true] .fd-menu-icon{border-color:transparent}.fd-menu-toggle[aria-expanded=true] .fd-menu-icon::before{top:5px;transform:rotate(45deg)}.fd-menu-toggle[aria-expanded=true] .fd-menu-icon::after{content:"";position:absolute;left:0;right:0;top:5px;border-top:1.5px solid currentColor;transform:rotate(-45deg)}.fd-menu{flex-direction:column;gap:0}.fd-menu>li{border-top:1px solid var(--fd-line)}.fd-menu>li>a{min-height:56px;font-size:1rem;flex:1}.fd-menu .current-menu-item>a{box-shadow:none}.fd-submenu-toggle{min-width:48px;min-height:48px}.fd-menu .sub-menu{position:static;flex-basis:100%;border:0;box-shadow:none;background:transparent;padding:0 0 .75rem .6rem;min-width:0}.fd-menu .sub-menu a{font-size:.95rem;padding:.5rem .75rem}.fd-login-link{border-top:1px solid var(--fd-line);margin-top:.25rem;padding:1.25rem 0 .25rem;max-width:none;font-size:.95rem;min-height:52px}.fd-language>ul{top:calc(100% + .75rem)}.fd-hero-grid{grid-template-columns:1fr;gap:3rem}.fd-hero-copy h1{font-size:clamp(3rem,8.5vw,5.4rem);max-width:15ch}.fd-hero-art{max-width:700px}.fd-hero-art img{max-height:580px;object-fit:cover;object-position:top}.fd-grid.is-3{grid-template-columns:repeat(2,minmax(0,1fr))}.fd-grid.is-4{grid-template-columns:repeat(2,minmax(0,1fr))}.fd-section-heading{align-items:flex-start;flex-direction:column;gap:1.5rem;margin-bottom:2.25rem}.fd-section-heading>p,.fd-section-heading>.fd-lead{max-width:40rem}.fd-process{gap:1.5rem}.fd-process-step::before{margin-bottom:1.5rem}.fd-contact-panel{grid-template-columns:1fr;gap:1.5rem}.fd-contact-panel .fd-button{justify-self:start}.fd-split{grid-template-columns:1fr;gap:2.5rem}.fd-footer-grid{grid-template-columns:1.3fr 1fr;gap:2rem}.fd-footer-brand{grid-column:1/-1}.fd-footer-brand .fd-footer-note{max-width:none}.fd-footer-bottom{flex-direction:column}.fd-prose>.alignwide{width:100%;margin-left:0}}
@media(max-width:600px){:root{--fd-gutter:1.25rem;--fd-space:3.5rem}body{font-size:1rem}h1{font-size:2.75rem}h2{font-size:2rem}h3{font-size:1.4rem}.fd-logo{width:128px;height:46px}.fd-header-inner{min-height:76px;gap:.75rem}.fd-header-tools{margin-left:auto}.fd-header .fd-brand{margin:0}.fd-hero{padding:3rem 0}.fd-hero-copy h1{font-size:clamp(2.65rem,10.7vw,4rem);line-height:1.06}.fd-hero-copy .fd-eyebrow{font-size:.62rem;margin-bottom:1.4rem;max-width:27rem}.fd-hero-copy .fd-lead{font-size:1.125rem;margin-top:1.5rem}.fd-hero-grid{gap:2.5rem}.fd-hero-art figcaption{font-size:.62rem;gap:.5rem;flex-wrap:wrap}.fd-actions{gap:.6rem;margin-top:1.5rem}.fd-actions .fd-button{font-size:.86rem;padding:.85rem 1rem;min-height:49px;gap:.6rem}.fd-grid.is-2,.fd-grid.is-3,.fd-grid.is-4{grid-template-columns:1fr;gap:1.75rem}.fd-service-card{padding-top:1.25rem;padding-bottom:1rem}.fd-service-card .fd-number{margin-bottom:1.25rem}.fd-project-body h3{font-size:1.4rem}.fd-project-body p{font-size:.85rem}.fd-proof-row{align-items:flex-start;gap:1.5rem;flex-direction:column;padding:1.5rem 0}.fd-proof-row p{font-size:.88rem}.fd-partner-badge,.fd-partner-badge img{max-width:145px;max-height:65px}.fd-review figcaption{align-items:flex-start;flex-direction:column;gap:.75rem}.fd-process{grid-template-columns:1fr;gap:1.5rem}.fd-process-step{padding-top:1rem}.fd-process-step::before{margin-bottom:1rem}.fd-process-step h3{font-size:1.3rem;margin-bottom:.7rem}.fd-case-meta{grid-template-columns:1fr;gap:1.25rem}.fd-services-list>a{grid-template-columns:2rem 1fr auto;padding:1.4rem 0}.fd-services-list h3{font-size:1.3rem}.fd-contact-panel{padding:1.75rem}.fd-contact-panel h2{font-size:2rem}.fd-section-heading{margin-bottom:2rem}.fd-document{padding-block:3rem}.fd-page-heading{margin-bottom:2.5rem}.fd-prose{font-size:1.02rem}.fd-article-heading h1{font-size:2.6rem}.fd-form-grid{grid-template-columns:1fr;gap:1.25rem}.fd-search-form{flex-direction:column}.fd-search-form .fd-button{align-self:flex-start}.fd-footer-grid{grid-template-columns:1fr;gap:2.5rem;padding:2rem 0}.fd-footer-brand{grid-column:auto}.fd-footer-menu{display:grid;grid-template-columns:1fr 1fr;column-gap:1.5rem;row-gap:.3rem}.fd-footer-top{padding:2.75rem 0}.fd-footer-top .fd-eyebrow{font-size:.62rem}.fd-footer-cta{font-size:2.4rem;gap:1rem}.fd-footer-cta svg{width:32px}.fd-legal-menu{column-gap:1rem}.fd-footer-bottom{font-size:.7rem}.fd-footer-contact address{margin:1rem 0}.fd-article-footer{margin-block:2rem 3rem}.post-navigation .nav-previous,.post-navigation .nav-next{max-width:100%}.fd-language-suggestion{left:1rem;right:1rem}.fd-not-found{padding-top:4rem}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.fd-project-card:hover .fd-project-media img,.fd-button:hover{transform:none}}
.fd-hero-grid>.fd-hero-copy:only-child{grid-column:1/-1}.fd-hero-grid>.fd-hero-copy:only-child h1{max-width:20ch}.fd-hero-grid>.fd-hero-copy:only-child .fd-lead{max-width:46rem}.fd-proof-row>a{flex-shrink:0}.fd-proof-row>div{max-width:53rem}.fd-proof-row h2{font-size:1.2rem;letter-spacing:-.02em;line-height:1.3;margin-bottom:.5rem;max-width:none}.fd-proof-row small{display:block;font-size:.7rem;line-height:1.5;color:var(--fd-muted);margin-top:.65rem}.fd-client-wordmark>span{display:block;font-size:.26em;font-weight:500;letter-spacing:.28em;margin-top:.7rem}.fd-project-media:has(>.fd-client-wordmark){aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:3rem;background:#eef0e9}.fd-project-media>.fd-client-wordmark{font-size:clamp(2rem,4vw,3.5rem);font-weight:600;letter-spacing:-.05em;color:var(--fd-ink);text-align:center}
/* A readable no-script fallback keeps every navigation destination reachable. */
html:not(.fd-js) .fd-nav{flex-wrap:wrap;align-items:flex-start;padding-block:1rem}html:not(.fd-js) .fd-menu{align-items:flex-start;flex-wrap:wrap}html:not(.fd-js) .fd-menu>li{display:block}html:not(.fd-js) .fd-menu .sub-menu{position:static;min-width:0;padding:.2rem 0;border:0;background:transparent;box-shadow:none}html:not(.fd-js) .fd-menu .sub-menu a{font-size:.8rem;min-height:36px;padding:.3rem .5rem}.fd-document:has(.fylvo-portal){max-width:var(--fd-width)}
/* The approved Y mark sits on paper, with a quiet visual rhythm for the three service stages. */
.fd-hero-art.fd-brand-art{display:grid;grid-template-rows:minmax(0,1fr) auto;aspect-ratio:1.02;background:#fff;border:1px solid var(--fd-line);padding:clamp(1.25rem,3vw,2.25rem);overflow:hidden}.fd-brand-art-mark{display:flex;align-items:center;justify-content:center;min-height:0;padding:1rem 0 1.75rem}.fd-hero-art .fd-brand-art-mark img{display:block;width:min(80%,330px);height:auto;max-height:none;object-fit:contain;border:0;border-radius:0}.fd-brand-art-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.6rem,1.3vw,1.1rem);font-family:var(--fd-mono);font-size:clamp(.6rem,.85vw,.7rem);letter-spacing:.015em;line-height:1.5;color:var(--fd-muted)}.fd-brand-art-steps>span{position:relative;display:block;padding-top:1rem;border-top:1px solid var(--fd-line);overflow-wrap:anywhere}.fd-brand-art-steps>span::before{content:"";position:absolute;top:-1px;left:0;width:22px;border-top:2px solid var(--fd-blue)}
@media(max-width:900px){.fd-hero-art.fd-brand-art{max-width:540px;width:100%}.fd-brand-art-steps{font-size:.7rem}}
@media(max-width:600px){.fd-brand-art-mark{padding-block:.5rem 1rem}.fd-hero-art .fd-brand-art-mark img{width:min(76%,260px)}.fd-brand-art-steps{font-size:.61rem;letter-spacing:0}.fd-brand-art-steps>span{padding-top:.8rem}}
/* Legacy stored artwork remains supported when an editor deliberately uses the older pattern. */
.fd-hero-art.fd-letter-art,.fd-hero-art:has(>.fd-art-mark){aspect-ratio:1.02;background:var(--fd-blue);color:#fff;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-radius:var(--fd-radius)}.fd-art-mark{font-size:clamp(7rem,17vw,16rem);font-weight:700;letter-spacing:-.095em;line-height:.9;margin-left:-.06em}.fd-art-mark span{display:block}.fd-art-caption{font-family:var(--fd-mono);font-size:.65rem;letter-spacing:.09em;line-height:1.7;text-transform:uppercase;display:flex;justify-content:space-between;gap:2rem;border-top:1px solid #ffffff70;padding-top:1rem}.fd-project-media.is-logotype{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:3rem;background:#e9edf7}.fd-project-media.is-logotype img{object-fit:contain;aspect-ratio:auto;max-height:220px;max-width:78%;border:0}.fd-project-media.is-logotype .fd-client-wordmark{font-size:clamp(2rem,4vw,3.5rem);font-weight:600;letter-spacing:-.05em;color:var(--fd-ink)}
#project-form.fd-contact-panel{display:block;background:#fff;color:var(--fd-ink);border:1px solid var(--fd-line);padding:clamp(1.5rem,4vw,3rem)}#project-form.fd-contact-panel h2{max-width:none;font-size:clamp(1.65rem,3vw,2.5rem);margin-bottom:2rem}#project-form.fd-contact-panel p{color:var(--fd-ink);max-width:none}#project-form .fd-grid{gap:1rem}#project-form .fd-grid>p{margin-bottom:1.3rem}#project-form .fd-button{background:var(--fd-blue);color:#fff}#project-form .fd-button:hover{background:var(--fd-blue-hover)}#project-form label{display:block;margin-bottom:.45rem}#project-form small{display:block;color:var(--fd-muted);font-size:.78rem;line-height:1.5;margin-top:.5rem}#project-form .fd-check>label{display:flex;gap:.45rem;font-size:.82rem;font-weight:400}#project-form .fd-check input{flex-shrink:0;margin-top:.18rem}#project-form .fd-form-error{background:#fff0ee;color:#8d1c15;border-left:3px solid #ad2525;padding:1rem;font-size:.95rem;margin-bottom:1.5rem}#project-form .fd-form-success{border-left:3px solid var(--fd-blue);padding-left:1.5rem}#project-form .fd-form-success h2{margin-bottom:1rem}#project-form .fd-contact-form>p:last-child{margin-top:1rem}
/* Approved concept C: frame removes only transparent canvas, preserving the original artwork. */
.fd-logo-frame--v3{position:relative;display:block;overflow:hidden;width:184px;height:54px;flex-shrink:0}.fd-logo-frame--v3 .fd-logo{position:absolute;display:block;max-width:none;width:114.532%;height:auto;left:-7.204%;top:50%;transform:translateY(-51.184%);object-fit:initial;object-position:initial}.fd-footer-brand .fd-logo-frame--v3{width:190px;height:56px}.fd-eyebrow::before{width:8px;height:6px;clip-path:polygon(34% 0,100% 0,64% 100%,0 100%)}
@media(max-width:1199px) and (min-width:901px){.fd-header .fd-logo-frame--v3{width:166px;height:49px}}
@media(max-width:600px){.fd-header .fd-logo-frame--v3{width:140px;height:42px}.fd-footer-brand .fd-logo-frame--v3{width:170px;height:50px}}
@media(max-width:360px){.fd-header-inner{gap:.5rem}.fd-header .fd-menu-toggle{gap:.5rem;padding-inline-start:0}}
/* Editorial service/case-study reading rhythm: a clear question and its answer share each row. */
.fd-service-page .fd-section>.fd-container.fd-grid.is-2,.fd-case-page .fd-section>.fd-container.fd-grid.is-2{grid-template-columns:1fr;gap:0}.fd-service-page .fd-section>.fd-container.fd-grid.is-2>div,.fd-case-page .fd-section>.fd-container.fd-grid.is-2>div{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(2rem,6vw,6rem);padding-block:2.25rem;border-top:1px solid var(--fd-line);align-items:start}.fd-service-page .fd-section>.fd-container.fd-grid.is-2>div:last-child,.fd-case-page .fd-section>.fd-container.fd-grid.is-2>div:last-child{border-bottom:1px solid var(--fd-line)}.fd-service-page .fd-section>.fd-container.fd-grid.is-2 h2,.fd-case-page .fd-section>.fd-container.fd-grid.is-2 h2{font-size:clamp(1.5rem,2.6vw,2.4rem);max-width:21ch;margin:0}.fd-service-page .fd-section>.fd-container.fd-grid.is-2 p,.fd-case-page .fd-section>.fd-container.fd-grid.is-2 p{max-width:43rem;font-size:1.06rem;margin:0;color:var(--fd-muted)}
/* Genuine project imagery can replace decorative artwork without changing layout or implying results. */
.fd-hero-work{border:1px solid var(--fd-line);background:#fff;border-radius:var(--fd-radius);overflow:hidden}.fd-hero-work>a{display:block;overflow:hidden}.fd-hero-work img{width:100%;aspect-ratio:1.03;object-fit:cover;object-position:top;border:0;border-radius:0}.fd-hero-work figcaption{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:0;padding:1rem 1.25rem;border-top:1px solid var(--fd-line);font-family:var(--fd-font);font-size:.8rem;color:var(--fd-ink)}.fd-hero-work figcaption a{color:var(--fd-ink);font-weight:600;text-decoration:none}.fd-hero-work figcaption a:hover{text-decoration:underline}.fd-project-media.is-screenshot{background:#fff;padding:0}.fd-project-media.is-screenshot img{width:100%;max-width:none;max-height:none;aspect-ratio:4/3;object-fit:cover;object-position:top}.fd-project-media.is-screenshot+.fd-project-body{border-top:0;padding-top:1.4rem}
@media(max-width:600px){.fd-service-page .fd-section>.fd-container.fd-grid.is-2>div,.fd-case-page .fd-section>.fd-container.fd-grid.is-2>div{grid-template-columns:1fr;gap:1rem;padding-block:1.5rem}.fd-service-page .fd-section>.fd-container.fd-grid.is-2 p,.fd-case-page .fd-section>.fd-container.fd-grid.is-2 p{font-size:1rem}.fd-hero-work img{aspect-ratio:1.15}.fd-hero-work figcaption{font-size:.75rem;padding:.85rem 1rem;align-items:flex-start;flex-wrap:wrap}}
@media print{.fd-header,.fd-footer,.fd-language-suggestion,.fd-actions,.fd-skip-link{display:none!important}body{background:#fff;color:#000}.fd-section,.fd-hero{padding:1rem 0}.fd-container{width:100%;max-width:none}.fd-grid,.fd-hero-grid,.fd-split{display:block}.fd-section.is-ink,.fd-contact-panel{background:#fff;color:#000}.fd-section.is-ink p,.fd-contact-panel p{color:#000}a{color:#000}a[href^="http"]::after{content:" (" attr(href) ")";font-size:.75em;overflow-wrap:anywhere}.fd-project-media{max-width:70%;page-break-inside:avoid}h1,h2,h3{page-break-after:avoid}p,li{orphans:3;widows:3}}
/* Final navigation and contextual links. */
@media(min-width:901px){.fd-menu{align-self:stretch}}
.fd-contextual-index{width:min(calc(100% - var(--fd-gutter)*2),var(--fd-width));margin:0 auto;padding:clamp(2.5rem,5vw,4.5rem) 0;border-top:1px solid var(--fd-line)}.fd-document .fd-contextual-index{width:100%;margin-top:3rem}.fd-contextual-index h2{font-size:clamp(1.65rem,3vw,2.6rem);max-width:24ch}.fd-contextual-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 2rem;list-style:none;padding:0;margin:2rem 0 0}.fd-contextual-links li{margin:0;border-bottom:1px solid var(--fd-line)}.fd-contextual-links a{display:block;padding:1rem 0;min-height:48px;color:var(--fd-ink);text-decoration:none;font-size:1rem}.fd-contextual-links a:hover{color:var(--fd-blue);text-decoration:underline}.fd-footer-social{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding-block:2rem}.fd-footer-social ul{display:flex;flex-wrap:wrap;list-style:none;gap:.5rem 1.5rem;margin:0;padding:0}.fd-footer-social li{margin:0}.fd-footer-social a{display:inline-flex;align-items:center;min-height:44px;color:var(--fd-muted);font-size:.85rem;text-decoration:none}.fd-footer-social a:hover{color:var(--fd-blue);text-decoration:underline}@media(max-width:600px){.fd-contextual-links{grid-template-columns:1fr}.fd-footer-social{align-items:flex-start;flex-direction:column;gap:.5rem}}
