/* Fylvo Studio — an original blue, ink and warm-paper composition.
 * Loaded after main.css. All content remains readable without JavaScript.
 */
:root {
  --fd-ink: #13223b;
  --fd-blue: #174ff1;
  --fd-blue-hover: #1039bd;
  --fd-paper: #f6f5f1;
  --fd-muted: #596475;
  --fd-line: #dce1e8;
  --fd-tint: #eaf0ff;
  --fd-width: 1320px;
  --fd-space: clamp(4.5rem, 8vw, 8rem);
  --fd-radius: 22px;
  --fd-studio-navy: #0d2249;
  --fd-studio-soft: #bacaff;
  --fd-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}
body { background: var(--fd-paper); }
h1, h2, h3 { font-weight: 500; }
h1, h2 { letter-spacing: -.052em; }
p { text-wrap: pretty; }
button, a, summary { touch-action: manipulation; }
:focus-visible { scroll-margin: 2rem; }
.fd-studio-hero :focus-visible, .fd-studio .is-dark :focus-visible, .fd-page-content > .fd-hero :focus-visible, .fd-section.is-ink :focus-visible, .fd-footer-top :focus-visible, main > .fd-section > .fd-container > .fd-page-heading :focus-visible { outline-color: #c7d5ff; outline-offset: 5px; }
.fd-eyebrow { font-size: .7rem; letter-spacing: .095em; }
.fd-button, .wp-element-button, .wp-block-button__link, input[type=submit] {
  border-radius: 100px; min-height: 56px; padding: 1rem 1.4rem;
}
.fd-button:hover, .wp-element-button:hover, .wp-block-button__link:hover { transform: none; }
.fd-button > svg { width: 20px; height: 20px; }
.fd-button.is-secondary { border-color: #b9c4d7; }
.fd-text-link { gap: .8rem; }
.fd-text-link > svg { width: 21px; height: 21px; }
.fd-pill { background: #fff; padding: .5rem .9rem; }

/* A light navigation capsule has its own clear space above the page. */
.fd-header { padding: 20px 24px; border: 0; background: transparent; }
.fd-header-inner {
  width: min(100%, var(--fd-width)); min-height: 80px; gap: 24px;
  padding: 0 26px; border: 1px solid #e5e7eb; border-radius: 100px;
  background: #fff; box-shadow: 0 4px 20px rgb(19 34 59 / 3%);
}
.fd-header .fd-logo-frame--v3 { width: 164px; height: 49px; }
.fd-header .fd-logo:not(.fd-logo-frame--v3 .fd-logo) { width: 164px; height: 49px; }
.fd-nav { gap: 1.4rem; }
.fd-menu { gap: 1.25rem; align-self: stretch; }
.fd-menu a { font-size: .87rem; font-weight: 500; }
.fd-menu .current-menu-item > a { box-shadow: none; color: var(--fd-blue); }
.fd-submenu-toggle { min-width: 28px; padding: 6px; }
.fd-menu .sub-menu {
  top: 100%; min-width: 270px; padding: .7rem;
  border: 1px solid var(--fd-line); border-radius: 0 0 20px 20px;
  box-shadow: 0 20px 36px rgb(19 34 59 / 12%);
}
.fd-menu .sub-menu a { border-radius: 10px; padding: .75rem .85rem; }
.fd-login-link { color: var(--fd-ink); font-size: .78rem; max-width: 7.5rem; }
.fd-header-tools { gap: .7rem; }
.fd-header-cta { display: inline-flex; min-height: 46px; gap: .9rem; padding: 5px 6px 5px 18px; font-size: .78rem; }
.fd-header-cta .fd-icon-disc { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #fff; color: var(--fd-blue); }
.fd-header-cta .fd-icon-disc svg { width: 17px; height: 17px; }
.fd-language > ul { top: calc(100% + 18px); border-radius: 16px; padding: .6rem; box-shadow: 0 18px 36px rgb(19 34 59 / 12%); }
.fd-language a { border-radius: 8px; }
.fd-language-suggestion { border-radius: 18px; padding-left: 1.2rem; box-shadow: 0 12px 35px rgb(19 34 59 / 12%); }

/* Shared studio composition. Large type and real project material provide the emphasis. */
.fd-studio { overflow: clip; }
.fd-studio-shell { width: min(calc(100% - var(--fd-gutter) * 2), var(--fd-width)); margin-inline: auto; }
.fd-studio-section { padding-block: var(--fd-space); }
.fd-studio-eyebrow { font-family: var(--fd-mono); font-size: .7rem; font-weight: 500; line-height: 1.5; letter-spacing: .095em; text-transform: uppercase; color: var(--fd-muted); margin: 0 0 1.3rem; }
.fd-studio-eyebrow::before { content: ""; display: inline-block; width: 8px; height: 6px; margin-inline-end: 10px; vertical-align: 2px; background: var(--fd-blue); clip-path: polygon(34% 0,100% 0,64% 100%,0 100%); }
.fd-studio-section-head { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 3.25rem; }
.fd-studio-section-head h2 { max-width: 19ch; margin: 0; font-size: clamp(2.3rem, 4.3vw, 4.3rem); line-height: 1.07; }
.fd-studio-section-head > p, .fd-studio-section-head > div > p:not(.fd-eyebrow) { max-width: 31rem; color: var(--fd-muted); }
.fd-studio-section-head > p { flex: 0 1 32%; margin-bottom: .25rem; }
.fd-studio-section-head .fd-eyebrow { margin-bottom: 1.2rem; }
.fd-studio-lead { font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.65; max-width: 43ch; }
.fd-studio-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; margin-top: 2rem; }
.fd-studio-button {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 1.35rem;
  min-height: 58px; padding: 7px 8px 7px 23px; border: 1px solid transparent;
  border-radius: 100px; background: var(--fd-blue); color: #fff;
  text-decoration: none; font-size: .9rem; font-weight: 600; line-height: 1.3;
  transition: background .18s ease, border-color .18s ease;
}
.fd-studio-button > svg, .fd-studio-button > .fd-studio-arrow, .fd-studio-button > span[aria-hidden] {
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  width: 40px; height: 40px; padding: 11px; border-radius: 50%; background: #fff; color: var(--fd-blue);
}
.fd-studio-button > span[aria-hidden] { padding: 0; font-size: 1.25rem; font-weight: 400; }
.fd-studio-button > .fd-studio-arrow svg { width: 18px; height: 18px; }
.fd-studio-button:hover { background: var(--fd-blue-hover); color: #fff; text-decoration: none; }
.fd-studio-button.is-ghost { background: transparent; border-color: #8799b5; }
.fd-studio-button.is-ghost > svg, .fd-studio-button.is-ghost > .fd-studio-arrow, .fd-studio-button.is-ghost > span[aria-hidden] { background: #ffffff14; color: #fff; }
.fd-studio-button.is-ghost:hover { background: #ffffff12; border-color: #d8e3ff; }
.fd-studio-note { max-width: 45ch; margin: 1.4rem 0 0; color: #bac6dc; font-size: .78rem; line-height: 1.6; }
.fd-studio .is-dark { background: var(--fd-studio-navy); color: #fff; }
.fd-studio .is-dark .fd-eyebrow { color: #c7d5ef; }
.fd-studio .is-dark .fd-eyebrow::before { background: #90afff; }
.fd-studio .is-dark .fd-studio-eyebrow { color: #c7d5ef; }
.fd-studio .is-dark .fd-studio-eyebrow::before { background: #90afff; }
.fd-studio .is-dark .fd-studio-section-head p:not(.fd-eyebrow) { color: #c5d1e4; }
.fd-studio h2 em, .fd-studio-title em { font-family: var(--fd-serif); font-weight: 400; letter-spacing: -.035em; }

/* Blue opening panel: project previews are genuine screenshots, never synthetic metrics. */
.fd-studio-hero { margin: 0 24px; padding: clamp(3.5rem, 5.5vw, 6rem) 0; background: var(--fd-studio-navy); color: #fff; border-radius: 32px; }
.fd-studio-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(3rem, 5vw, 5rem); align-items: center; }
.fd-studio-hero-copy { min-width: 0; padding-block: 1rem; }
.fd-studio-hero .fd-eyebrow { color: #c7d5ef; margin-bottom: 1.75rem; }
.fd-studio-hero .fd-eyebrow::before { background: #90afff; }
.fd-studio-hero .fd-studio-eyebrow { color: #c7d5ef; margin-bottom: 1.75rem; }
.fd-studio-hero .fd-studio-eyebrow::before { background: #90afff; }
.fd-studio-title { margin: 0; font-size: clamp(3.3rem, 5.6vw, 6rem); line-height: 1.035; font-weight: 500; max-width: 13ch; }
.fd-studio-title > span, .fd-studio-title > em { display: block; }
.fd-studio-title > em { color: var(--fd-studio-soft); line-height: 1.04; }
.fd-studio-hero .fd-studio-lead { color: #d2dbee; margin: 1.8rem 0 0; }
.fd-studio-hero-visual { min-width: 0; padding: 20px 3px 10px; }
.fd-studio-preview { margin: 0; border: 7px solid #fff; border-radius: 17px; background: #fff; color: var(--fd-ink); box-shadow: 0 25px 55px #020e2638; overflow: hidden; }
.fd-studio-preview > a { display: block; text-decoration: none; color: inherit; }
.fd-studio-preview > a:focus-visible { outline-color: var(--fd-blue); outline-offset: 3px; }
.fd-studio-preview img { display: block; width: 100%; height: auto; aspect-ratio: 1.4; object-fit: cover; object-position: top; border-radius: 9px; }
.fd-studio-preview figcaption { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin: 0; padding: 13px 7px 6px; color: var(--fd-ink); font-size: .74rem; line-height: 1.4; }
.fd-studio-preview figcaption a { color: inherit; text-decoration: none; }
.fd-studio-preview.is-main { width: 95%; transform: rotate(-3deg); }
.fd-studio-preview.is-secondary { position: relative; width: 66%; margin: -55px 0 0 auto; transform: rotate(4deg); }
.fd-studio-preview.is-secondary img { aspect-ratio: 1.55; }
.fd-studio-preview.is-secondary figcaption { font-size: .67rem; padding-block: 10px 3px; }
.fd-studio-preview .fd-studio-preview-fallback { display: grid; place-items: center; min-height: 210px; padding: 2rem; font-size: 1.8rem; background: var(--fd-tint); }

.fd-studio-partner { padding-block: 2.6rem; border-bottom: 1px solid var(--fd-line); }
.fd-studio-partner > .fd-studio-shell { display: grid; grid-template-columns: auto 1.6fr 1fr; align-items: center; gap: 3rem; }
.fd-studio-partner-label { font-size: 1rem; line-height: 1.5; }
.fd-studio-partner-label strong { display: block; font-size: 1.07rem; font-weight: 600; margin-bottom: .4rem; }
.fd-studio-partner-label p { max-width: 54ch; font-size: .85rem; color: var(--fd-muted); }
.fd-studio-partner-badge { display: block; width: 165px; }
.fd-studio-partner-badge img { display: block; max-width: 165px; max-height: 75px; width: auto; height: auto; }
.fd-studio-partner small { display: block; max-width: 54ch; color: var(--fd-muted); font-size: .76rem; line-height: 1.7; }
.fd-studio-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.fd-studio-project { min-width: 0; }
.fd-studio-project-image { position: relative; display: block; padding: 20px; background: #e4eaf2; border-radius: 24px; overflow: hidden; }
.fd-studio-project-open { position: absolute; bottom: 32px; right: 32px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--fd-blue); color: #fff; font-size: 1.4rem; }
.fd-studio-project:nth-child(2) .fd-studio-project-image { background: #eae6df; }
.fd-studio-project-image img { display: block; width: 100%; aspect-ratio: 1.32; height: auto; object-fit: cover; object-position: top; border-radius: 12px; transition: transform .3s ease; }
.fd-studio-project-image:hover img { transform: scale(1.018); }
.fd-studio-project-info { padding: 1.4rem .25rem 0; }
.fd-studio-project-info h3 { font-size: clamp(1.55rem, 2.4vw, 2rem); margin: .4rem 0 .6rem; }
.fd-studio-project-info h3 a { color: inherit; text-decoration: none; }
.fd-studio-project-info p { color: var(--fd-muted); font-size: .85rem; }
.fd-studio-project-info .fd-eyebrow { font-size: .64rem; margin: 0; }
.fd-studio-project-info .fd-studio-eyebrow { font-size: .64rem; margin: 0; }
.fd-studio-project-fallback { display: grid; place-items: center; aspect-ratio: 1.32; background: #eaf0ff; color: var(--fd-ink); padding: 2rem; border-radius: 12px; }
.fd-studio-project-fallback img { width: 80%; max-height: 240px; aspect-ratio: auto; object-fit: contain; }
.fd-studio-client-mark { font-size: clamp(1.4rem, 3vw, 2.6rem); font-weight: 600; line-height: 1.2; letter-spacing: -.04em; text-align: center; }
.fd-studio-project-info > a { display: inline-flex; align-items: center; gap: .8rem; font-size: .86rem; font-weight: 600; color: inherit; }
.fd-studio-capabilities { margin-inline: 24px; background: #eaf0ff; border-radius: 32px; }
.fd-studio-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fd-studio-capability { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: clamp(1.5rem, 2.3vw, 2.15rem); border: 1px solid #dce4f5; border-radius: 22px; background: #fff; color: var(--fd-ink); text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.fd-studio-capability:hover { color: var(--fd-ink); border-color: #7292e8; text-decoration: none; transform: translateY(-3px); }
.fd-studio-capability-num { color: var(--fd-blue); font-family: var(--fd-mono); font-size: .7rem; margin-bottom: 2rem; }
.fd-studio-capability h3 { max-width: 19ch; font-size: clamp(1.5rem, 2vw, 1.85rem); line-height: 1.18; margin-bottom: 1rem; }
.fd-studio-capability p { color: var(--fd-muted); font-size: .96rem; line-height: 1.65; margin-bottom: 1.75rem; }
.fd-studio-capability > .fd-studio-arrow { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; margin-top: auto; background: var(--fd-tint); color: var(--fd-blue); }
.fd-studio-capability > .fd-studio-arrow svg { width: 18px; height: 18px; }
.fd-studio-process { margin: var(--fd-space) 24px 0; border-radius: 32px; }
.fd-studio-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.fd-studio-step { min-width: 0; padding: 2rem; border: 1px solid #ffffff30; border-radius: 22px; background: #ffffff04; }
.fd-studio-step > span, .fd-studio-step-num { display: block; margin-bottom: 2.5rem; font-family: var(--fd-serif); font-size: 2.4rem; color: #b7caff; line-height: 1; }
.fd-studio-step h3 { font-size: 1.75rem; line-height: 1.18; margin-bottom: 1rem; }
.fd-studio-step p { color: #c5d1e4; font-size: .96rem; line-height: 1.65; }
.fd-studio-quote { max-width: 950px; margin: 0 auto; text-align: center; }
.fd-studio-quote blockquote { border: 0; margin: 0; padding: 0; font-size: clamp(1.65rem, 3.2vw, 2.9rem); line-height: 1.4; font-weight: 500; letter-spacing: -.035em; }
.fd-studio-quote blockquote::before { content: "“"; display: block; font-family: var(--fd-serif); font-size: 6rem; line-height: .65; color: var(--fd-blue); margin-bottom: 1.5rem; }
.fd-studio-quote footer { margin-top: 2rem; font-size: .9rem; }
.fd-studio-quote footer strong { display: block; margin-bottom: .3rem; }
.fd-studio-quote footer p, .fd-studio-quote footer span { color: var(--fd-muted); font-size: .82rem; }
.fd-studio-quote > a, .fd-studio-quote footer a { display: inline-block; margin-top: 1.2rem; font-size: .8rem; }
.fd-studio-proof > .fd-studio-shell { text-align: center; }
.fd-studio-proof .fd-studio-eyebrow { margin-bottom: 2.75rem; }
.fd-studio-quote figcaption { margin-top: 2rem; line-height: 1.7; }
.fd-studio-quote figcaption strong { display: block; color: var(--fd-ink); font-size: .9rem; }
.fd-studio-quote figcaption span { display: block; font-size: .85rem; }
.fd-studio-quote figcaption small { display: block; font-size: .72rem; }
.fd-studio-text-link { display: inline-flex; align-items: center; gap: .7rem; color: var(--fd-ink); font-size: .88rem; font-weight: 600; text-underline-offset: .3em; }
.fd-studio-proof > .fd-studio-shell > .fd-studio-text-link { margin-top: 1.5rem; font-size: .8rem; }
.fd-studio-faq { padding-top: 0; }
.fd-studio-faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 6vw, 7rem); align-items: start; }
.fd-studio-faq-grid h2 { max-width: 15ch; font-size: clamp(2.3rem, 4vw, 3.7rem); }
.fd-studio-faq-grid > div:first-child > p:not(.fd-eyebrow) { color: var(--fd-muted); max-width: 33ch; }
.fd-studio-faq-item { padding: 1.5rem; margin-bottom: .7rem; background: #fff; border: 1px solid var(--fd-line); border-radius: 18px; }
.fd-studio-faq-item summary { position: relative; list-style: none; padding-right: 2.5rem; cursor: pointer; font-weight: 500; line-height: 1.45; }
.fd-studio-faq-item summary::-webkit-details-marker { display: none; }
.fd-studio-faq-item summary > span[aria-hidden] { display: none; }
.fd-studio-faq-item summary::after { content: "+"; position: absolute; top: -.2rem; right: 0; color: var(--fd-blue); font-size: 1.7rem; font-weight: 400; line-height: 1; }
.fd-studio-faq-item[open] summary::after { content: "−"; }
.fd-studio-faq-item > p { margin-top: 1.2rem; padding-right: 1.75rem; color: var(--fd-muted); font-size: .96rem; }
.fd-studio-cta { margin-inline: 24px; padding-block: var(--fd-space); border-radius: 32px; text-align: center; }
.fd-studio-cta h2 { max-width: 16ch; margin: 0 auto 1.5rem; font-size: clamp(2.6rem, 5.2vw, 5.2rem); line-height: 1.06; }
.fd-studio-cta p:not(.fd-eyebrow) { max-width: 51ch; margin: 0 auto 2rem; color: #c5d1e4; }
.fd-studio-cta .fd-studio-button { background: #fff; color: var(--fd-ink); }
.fd-studio-cta .fd-studio-button > svg, .fd-studio-cta .fd-studio-button > .fd-studio-arrow, .fd-studio-cta .fd-studio-button > span[aria-hidden] { background: var(--fd-blue); color: #fff; }
.fd-studio-cta .fd-studio-button:hover { background: #e7eeff; }

/* Existing stored pages adopt the same visual system without changing their content. */
.fd-page-content > .fd-hero { margin: 0 24px; padding-block: clamp(3.5rem, 6.5vw, 6rem); border-radius: 32px; background: var(--fd-studio-navy); color: #fff; }
.fd-page-content > .fd-hero .fd-eyebrow { color: #c7d5ef; }
.fd-page-content > .fd-hero .fd-eyebrow::before { background: #90afff; }
.fd-page-content > .fd-hero h1 { font-size: clamp(3rem, 5.8vw, 5.9rem); max-width: 19ch; line-height: 1.07; }
.fd-page-content > .fd-hero .fd-hero-copy h1 { max-width: 18ch; }
.fd-page-content > .fd-hero h1 em { color: var(--fd-studio-soft); font-family: var(--fd-serif); font-weight: 400; }
.fd-page-content > .fd-hero .fd-lead { color: #d2dbee; max-width: 47rem; }
.fd-page-content > .fd-hero .fd-hero-note { color: #bac6dc; }
.fd-page-content > .fd-hero .fd-text-link { color: #fff; }
.fd-page-content > .fd-hero .fd-button.is-secondary { color: #fff; border-color: #8799b5; }
.fd-page-content > .fd-hero .fd-button.is-secondary:hover { color: var(--fd-ink); }
.fd-page-content > .fd-hero .fd-case-meta { border-color: #ffffff35; }
.fd-page-content > .fd-hero .fd-case-meta dt { color: #b8c8e1; }
.fd-section-heading h2 { font-size: clamp(2.1rem, 3.8vw, 3.7rem); }
.fd-section.is-tinted { background: #eaf0ff; }
.fd-section.is-ink { margin-inline: 24px; border-radius: 32px; background: var(--fd-studio-navy); }
.fd-grid { gap: 1.4rem; }
.fd-service-card { display: flex; flex-direction: column; align-items: flex-start; padding: 1.9rem; background: #fff; border: 1px solid var(--fd-line); border-radius: 22px; }
.fd-service-card .fd-number { color: var(--fd-blue); margin-bottom: 2.2rem; }
.fd-service-card h3 { font-size: 1.7rem; line-height: 1.2; }
.fd-service-card p { font-size: .97rem; }
.fd-service-card > .fd-text-link { margin-top: auto; padding-top: 1rem; }
.fd-service-card:hover { border-color: #7292e8; }
.fd-section.is-ink .fd-service-card { background: #ffffff08; border-color: #ffffff35; }
.fd-section.is-ink .fd-service-card .fd-number { color: #b7caff; }
.fd-project-media { border-radius: 24px; border: 0; }
.fd-project-media.is-logotype { padding: 3rem; background: #e3e9f3; }
.fd-project-media.is-screenshot { padding: 18px; background: #e3e9f3; }
.fd-project-media.is-screenshot img { border-radius: 12px; }
.fd-project-body { padding: 1.4rem .15rem 0; }
.fd-project-body h3 { font-size: 1.75rem; }
.fd-project-full { border: 0; border-radius: 24px; }
.fd-case-website { width: min(calc(100% - var(--fd-gutter) * 2), var(--fd-width)); margin: 4rem auto 0; padding: 20px; border-radius: 28px; background: #e3e9f3; }
.fd-case-website-frame { display: block; overflow: hidden; border-radius: 16px; }
.fd-case-website-frame img { display: block; width: 100%; height: auto; aspect-ratio: 1.6; object-fit: cover; object-position: top; }
.fd-case-website figcaption { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0; padding: 1.1rem .3rem .25rem; font-size: .8rem; }
.fd-case-website figcaption a { color: var(--fd-ink); }
.fd-project-media.is-website { padding: 18px; border-radius: 24px; background: #e3e9f3; }
.fd-project-media.is-website img { width: 100%; height: auto; max-width: none; max-height: none; aspect-ratio: 1.32; object-fit: cover; object-position: top; border-radius: 12px; }
.fd-process { gap: 1.2rem; }
.fd-process-step { padding: 2rem; border: 1px solid var(--fd-line); border-radius: 22px; background: #fff; }
.fd-process-step::before { font-family: var(--fd-serif); font-size: 2.3rem; line-height: 1; }
.fd-process-step h3 { font-size: 1.6rem; }
.fd-section.is-ink .fd-process-step { background: #ffffff05; border-color: #ffffff35; }
.fd-contact-panel { border-radius: 28px; background: var(--fd-studio-navy); }
.fd-contact-panel .fd-button { background: #fff; color: var(--fd-ink); }
.fd-contact-panel .fd-button:hover { background: #e7eeff; }
.fd-review { margin-inline: auto; }
.fd-review blockquote p { font-size: clamp(1.6rem, 3.2vw, 2.8rem); }
.fd-services-list > a { padding: 2rem 1rem; }
.fd-services-list > a:hover { background: #fff; border-radius: 12px; }
.fd-faq details { padding: 1.5rem; margin-bottom: .7rem; border: 1px solid var(--fd-line); border-radius: 18px; background: #fff; }
.fd-faq details:first-child { border-top: 1px solid var(--fd-line); }
.fd-contextual-index { padding-block: 4rem; }
.fd-contextual-links a { min-height: 62px; padding: 1.15rem .25rem; }
.fd-service-page .fd-section > .fd-container.fd-grid.is-2 > div, .fd-case-page .fd-section > .fd-container.fd-grid.is-2 > div { padding-block: 2.8rem; }
.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-weight: 500; font-size: clamp(1.65rem, 2.8vw, 2.6rem); }

/* Editorial pages: generous measures, deliberate archive cards, calm document reading. */
main > .fd-section > .fd-container > .fd-page-heading { padding: clamp(2.5rem, 5vw, 5rem); border-radius: 28px; background: var(--fd-studio-navy); color: #fff; }
main > .fd-section > .fd-container > .fd-page-heading .fd-eyebrow, main > .fd-section > .fd-container > .fd-page-heading .fd-lead { color: #c7d5ef; }
main > .fd-section > .fd-container > .fd-page-heading .fd-eyebrow::before { background: #90afff; }
.fd-post-card { border: 1px solid var(--fd-line); border-radius: 22px; overflow: hidden; background: #fff; }
.fd-post-image img { width: 100%; aspect-ratio: 1.6; object-fit: cover; border-radius: 0; }
.fd-post-card-content { display: flex; flex-direction: column; align-items: flex-start; padding: 1.65rem; }
.fd-post-card-content h2 { font-size: 1.65rem; line-height: 1.22; letter-spacing: -.035em; }
.fd-post-card-content > .fd-text-link { margin-top: auto; padding-top: 1rem; }
.fd-post-excerpt { color: var(--fd-muted); font-size: .95rem; }
.fd-post-meta { font-size: .72rem; flex-wrap: wrap; }
.fd-post-card:not(:has(.fd-post-image)) { border-top: 3px solid var(--fd-blue); }
.fd-article-heading { padding-block: 3.5rem 3rem; max-width: 1140px; }
.fd-article-heading h1 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.12; max-width: 22ch; }
.fd-article-image img { border-radius: 24px; }
.fd-prose { max-width: 800px; font-size: 1.12rem; line-height: 1.8; }
.fd-prose h2, .fd-document h2 { font-size: clamp(1.8rem, 3vw, 2.55rem); }
.fd-prose blockquote { padding: 1.5rem 2rem; border-radius: 0 18px 18px 0; background: #edf1fb; }
.fd-document:not(:has(.fylvo-portal)) { max-width: 1060px; padding: clamp(2rem, 5vw, 4.5rem); margin-block: 2rem 5rem; background: #fff; border: 1px solid var(--fd-line); border-radius: 28px; }
.fd-document .fd-page-heading { margin-bottom: 3rem; }
.fd-template-heading { padding-top: var(--fd-space); }
.fd-prose, .fd-document, .post-navigation strong, .fd-article-heading h1 { overflow-wrap: anywhere; }
.fd-document h1 { font-size: clamp(2.4rem, 4.8vw, 4.5rem); }
.fd-breadcrumbs { font-size: .76rem; gap: .75rem; }
.fd-tags a { border-radius: 100px; background: #fff; }
.fd-pagination a, .fd-pagination span, .page-numbers { border-radius: 50%; }
.fd-not-found { padding-block: 4rem 7rem; }

/* Contact form and system notices remain explicit and readable. */
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=hidden]), textarea, select { border-radius: 12px; background: #fcfcfb; border-color: #b8c2d1; padding: 1rem; min-height: 54px; }
#project-form.fd-contact-panel { border: 1px solid var(--fd-line); border-radius: 26px; box-shadow: 0 12px 35px rgb(19 34 59 / 3%); }
#project-form label { font-size: .89rem; margin-bottom: .55rem; }
#project-form .fd-check > label { line-height: 1.7; }
#project-form .fd-form-error { border-radius: 0 12px 12px 0; }
.fd-search-form input { background: #fff; }

/* Footer has one clear invitation, then restrained contact and navigation details. */
.fd-footer { margin-top: var(--fd-space); border: 0; background: transparent; }
.fd-footer > .fd-container { max-width: var(--fd-width); }
.fd-footer-top { padding: clamp(2.5rem, 4.8vw, 4.5rem); margin-bottom: 3.5rem; border: 0; border-radius: 28px; background: var(--fd-studio-navy); color: #fff; }
.fd-footer-top .fd-eyebrow { color: #c7d5ef; }
.fd-footer-top .fd-eyebrow::before { background: #90afff; }
.fd-footer-cta { max-width: none; align-items: center; color: #fff; font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.fd-footer-cta:hover { color: #c4d2ff; }
.fd-footer-cta > span:first-child { max-width: 19ch; }
.fd-footer-cta .fd-footer-arrow { display: grid; place-items: center; width: 82px; height: 82px; flex-shrink: 0; background: #fff; color: var(--fd-blue); border-radius: 50%; }
.fd-footer-cta .fd-footer-arrow svg { width: 32px; height: 32px; }
.home .fd-footer-top { display: none; }
.home .fd-footer { margin-top: 3rem; }
.fd-footer-grid { grid-template-columns: 1.35fr 1fr 1.15fr; gap: 4rem; padding-block: 2rem 3rem; }
.fd-footer-brand > p { max-width: 26ch; font-size: 1.3rem; line-height: 1.45; letter-spacing: -.02em; }
.fd-footer-brand .fd-footer-note { max-width: 34ch; font-size: .82rem; letter-spacing: 0; }
.fd-footer-heading { display: block; margin: 0 0 1.25rem; font-size: .72rem; letter-spacing: .05em; color: var(--fd-muted); }
.fd-footer-menu a, .fd-footer-contact > a { font-size: .95rem; }
.fd-footer-menu li { margin-bottom: .85rem; }
.fd-footer-contact > a:first-of-type { font-size: 1rem; }
.fd-footer-contact address { margin-block: 1.4rem; font-size: .85rem; }
.fd-footer-social { padding-block: 1.3rem; border-top: 1px solid var(--fd-line); }
.fd-footer-social a { font-size: .8rem; }
.fd-footer-bottom { padding-block: 1.5rem 2rem; font-size: .72rem; }

@media (min-width: 1600px) {
  .fd-studio-hero, .fd-studio-capabilities, .fd-studio-process, .fd-studio-cta, .fd-page-content > .fd-hero, .fd-section.is-ink { max-width: 1552px; margin-inline: auto; }
}
@media (max-width: 1239px) and (min-width: 1041px) {
  .fd-header-inner { padding-inline: 22px; gap: 18px; }
  .fd-header .fd-logo-frame--v3 { width: 150px; height: 45px; }
  .fd-menu { gap: 1rem; }
  .fd-menu a { font-size: .83rem; }
  .fd-nav { gap: 1rem; }
  .fd-header-cta { display: none; }
}
@media (max-width: 1040px) {
  .fd-header { padding: 14px 20px; }
  .fd-header-inner { min-height: 74px; border-radius: 28px; padding-inline: 20px; flex-wrap: wrap; gap: 12px; }
  .fd-header .fd-brand { margin-inline-end: auto; }
  .fd-header-tools { order: 2; margin-left: auto; }
  .fd-header-cta { display: none; }
  .fd-menu-toggle { order: 3; }
  .fd-js .fd-menu-toggle { display: flex; gap: .7rem; align-items: center; min-height: 44px; background: transparent; border: 0; padding: .5rem 0 .5rem .25rem; color: var(--fd-ink); font-size: .78rem; }
  .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-nav { order: 4; width: 100%; margin: 0; padding: .4rem 0 1.1rem; align-items: stretch; flex-direction: column; gap: 0; }
  .fd-menu { flex-direction: column; gap: 0; }
  .fd-menu > li { border-top: 1px solid var(--fd-line); }
  .fd-menu > li > a { min-height: 54px; flex: 1; font-size: .97rem; }
  .fd-submenu-toggle { min-width: 48px; min-height: 48px; }
  .fd-menu .sub-menu { position: static; min-width: 0; flex-basis: 100%; padding: 0 0 .6rem .3rem; border: 0; box-shadow: none; background: transparent; }
  .fd-menu .sub-menu a { padding: .6rem .8rem; font-size: .9rem; }
  .fd-login-link { max-width: none; border-top: 1px solid var(--fd-line); padding: 1rem 0 .5rem; margin-top: .2rem; font-size: .9rem; }
  .fd-language > ul { top: calc(100% + 14px); right: -8px; }
  .fd-studio-hero { margin-inline: 20px; }
  .fd-studio-hero-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .fd-studio-title { font-size: clamp(3rem, 6vw, 4.2rem); }
  .fd-studio-hero-visual { padding-right: 0; }
  .fd-studio-preview.is-secondary { width: 75%; margin-top: -35px; }
  .fd-studio-section-head { gap: 2rem; }
  .fd-studio-partner > .fd-studio-shell { gap: 1.3rem 2rem; grid-template-columns: auto 1fr; }
  .fd-studio-partner small { grid-column: 1 / -1; max-width: 70ch; }
  .fd-studio-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-studio-process-grid { gap: 1rem; }
  .fd-studio-step { padding: 1.5rem; }
  .fd-studio-faq-grid { gap: 3rem; grid-template-columns: .85fr 1.15fr; }
  .fd-footer-grid { gap: 2rem; }
}
@media (max-width: 760px) {
  :root { --fd-gutter: 1.6rem; --fd-space: 4.5rem; }
  .fd-studio-hero-grid { grid-template-columns: 1fr; gap: 2.7rem; }
  .fd-studio-hero { padding-block: 3rem 2.5rem; }
  .fd-studio-title { max-width: 16ch; font-size: clamp(3rem, 8vw, 4.6rem); }
  .fd-studio-hero-copy { padding: 0; }
  .fd-studio-hero .fd-studio-lead { max-width: 48ch; }
  .fd-studio-hero-visual { max-width: 510px; width: 100%; margin: 0 auto; padding: 0 8px 10px; }
  .fd-studio-preview.is-secondary { width: 62%; margin-top: -58px; }
  .fd-studio-section-head { flex-direction: column; align-items: flex-start; gap: 1.3rem; margin-bottom: 2.3rem; }
  .fd-studio-section-head > p { max-width: 47ch; flex-basis: auto; }
  .fd-studio-project-grid { gap: 2.5rem; grid-template-columns: 1fr; }
  .fd-studio-project-image { padding: 16px; }
  .fd-studio-project-image img { aspect-ratio: 1.4; }
  .fd-studio-project-info h3 { font-size: 1.7rem; }
  .fd-studio-process-grid { grid-template-columns: 1fr; }
  .fd-studio-step { display: grid; grid-template-columns: 3rem 1fr; gap: .75rem 1.3rem; padding: 1.8rem; }
  .fd-studio-step > span { grid-row: 1 / 3; margin: 0; font-size: 2rem; }
  .fd-studio-step h3 { margin: 0; font-size: 1.5rem; }
  .fd-studio-step p { grid-column: 2; margin: 0; }
  .fd-studio-faq-grid { grid-template-columns: 1fr; gap: 2rem; }
  .fd-studio-faq-grid > div:first-child > p:not(.fd-eyebrow) { max-width: 45ch; }
  .fd-studio-faq-grid h2 { max-width: 18ch; }
  .fd-studio-quote { max-width: 100%; }
  .fd-page-content > .fd-hero { margin-inline: 20px; padding-block: 3.5rem; }
  .fd-page-content > .fd-hero h1 { font-size: clamp(2.75rem, 7.5vw, 4rem); }
  .fd-page-content > .fd-hero .fd-lead { font-size: 1.08rem; }
  .fd-service-card { padding: 1.6rem; }
  .fd-service-card h3 { font-size: 1.6rem; }
  .fd-process-step { padding: 1.6rem; }
  .fd-footer-grid { grid-template-columns: 1fr 1fr; padding-block: 1.5rem 2.5rem; }
  .fd-footer-brand { grid-column: 1 / -1; }
  .fd-footer-brand > p { max-width: 30ch; }
  .fd-footer-cta .fd-footer-arrow { width: 58px; height: 58px; }
  .fd-footer-cta .fd-footer-arrow svg { width: 25px; height: 25px; }
}
@media (max-width: 480px) {
  :root { --fd-gutter: 1.25rem; --fd-space: 4rem; }
  .fd-header { padding: 12px; }
  .fd-header-inner { min-height: 64px; padding-inline: 14px; gap: 8px; border-radius: 23px; }
  .fd-header .fd-logo-frame--v3 { width: 126px; height: 38px; }
  .fd-header .fd-brand { margin-inline-end: 0; }
  .fd-header-tools { gap: 0; }
  .fd-language summary { min-width: 40px; font-size: .72rem; gap: .18rem; }
  .fd-language summary svg { width: 12px; }
  .fd-js .fd-menu-toggle { gap: .5rem; font-size: .73rem; padding-left: 0; }
  .fd-menu-toggle [data-menu-label] { max-width: 4.2rem; line-height: 1.25; }
  .fd-studio-hero, .fd-studio-capabilities, .fd-studio-process, .fd-studio-cta, .fd-page-content > .fd-hero, .fd-section.is-ink { margin-inline: 12px; border-radius: 24px; }
  .fd-studio-hero { padding-block: 2.4rem 1.8rem; }
  .fd-studio-hero .fd-eyebrow, .fd-studio-hero .fd-studio-eyebrow { font-size: .59rem; margin-bottom: 1.4rem; letter-spacing: .065em; }
  .fd-studio-title { font-size: clamp(2.55rem, 10.5vw, 3.4rem); line-height: 1.07; max-width: 14ch; }
  .fd-studio-hero .fd-studio-lead { margin-top: 1.5rem; font-size: 1rem; line-height: 1.65; }
  .fd-studio-actions { gap: .75rem; margin-top: 1.6rem; }
  .fd-studio-button { max-width: 100%; min-height: 54px; padding: 6px 7px 6px 18px; gap: 1rem; font-size: .82rem; }
  .fd-studio-button > svg, .fd-studio-button > .fd-studio-arrow { width: 38px; height: 38px; padding: 10px; }
  .fd-studio-button > span[aria-hidden] { width: 38px; height: 38px; }
  .fd-studio-note { font-size: .7rem; }
  .fd-studio-hero-grid { gap: 2rem; }
  .fd-studio-hero-visual { padding-inline: 3px; }
  .fd-studio-preview { border-width: 5px; border-radius: 12px; }
  .fd-studio-preview img { border-radius: 7px; }
  .fd-studio-preview figcaption { padding: 9px 4px 4px; font-size: .6rem; }
  .fd-studio-preview.is-secondary { margin-top: -30px; width: 70%; }
  .fd-studio-preview.is-secondary figcaption { font-size: .56rem; padding-block: 7px 2px; }
  .fd-studio-partner { padding-block: 2rem; }
  .fd-studio-partner > .fd-studio-shell { grid-template-columns: auto 1fr; gap: 1.2rem; }
  .fd-studio-partner-label strong { font-size: .94rem; }
  .fd-studio-partner-label p { font-size: .76rem; }
  .fd-studio-partner-badge, .fd-studio-partner-badge img { max-width: 126px; max-height: 64px; }
  .fd-studio-partner small { font-size: .7rem; line-height: 1.7; }
  .fd-studio-section-head h2, .fd-studio-faq-grid h2 { font-size: 2.3rem; line-height: 1.1; }
  .fd-studio-section-head p { font-size: .97rem; }
  .fd-studio-project-image { padding: 11px; border-radius: 20px; }
  .fd-studio-project-image img { border-radius: 10px; aspect-ratio: 1.14; }
  .fd-studio-project-info { padding-top: 1.1rem; }
  .fd-studio-project-info h3 { font-size: 1.5rem; }
  .fd-studio-capability-grid { grid-template-columns: 1fr; gap: 13px; }
  .fd-studio-capability { padding: 1.55rem; border-radius: 19px; }
  .fd-studio-capability-num { margin-bottom: 1.5rem; }
  .fd-studio-capability h3 { font-size: 1.55rem; }
  .fd-studio-capability p { margin-bottom: 1.25rem; font-size: .94rem; }
  .fd-studio-step { padding: 1.45rem; gap: .7rem 1rem; grid-template-columns: 2.25rem 1fr; }
  .fd-studio-step p { font-size: .92rem; }
  .fd-studio-quote blockquote { font-size: 1.65rem; line-height: 1.45; }
  .fd-studio-quote blockquote::before { font-size: 5rem; }
  .fd-studio-faq-item { padding: 1.25rem; border-radius: 16px; }
  .fd-studio-faq-item summary { font-size: 1rem; }
  .fd-studio-faq-item > p { font-size: .91rem; padding-right: 0; }
  .fd-studio-cta h2 { font-size: 2.6rem; max-width: 13ch; }
  .fd-studio-cta p:not(.fd-eyebrow) { font-size: .98rem; }
  .fd-page-content > .fd-hero { padding-block: 2.6rem; }
  .fd-page-content > .fd-hero h1 { font-size: clamp(2.45rem, 10vw, 3rem); }
  .fd-page-content > .fd-hero .fd-eyebrow { font-size: .61rem; }
  .fd-page-content > .fd-hero .fd-lead { font-size: 1rem; }
  .fd-service-card, .fd-process-step { padding: 1.5rem; }
  .fd-project-media.is-logotype { padding: 2rem; }
  .fd-case-website { margin-top: 2.5rem; padding: 11px; border-radius: 22px; }
  .fd-case-website-frame { border-radius: 12px; }
  .fd-case-website-frame img { aspect-ratio: 1.12; }
  .fd-case-website figcaption { align-items: flex-start; flex-direction: column; gap: .3rem; font-size: .72rem; }
  .fd-project-media.is-website { padding: 11px; border-radius: 20px; }
  .fd-contact-panel { padding: 1.6rem; border-radius: 22px; }
  .fd-service-page .fd-section > .fd-container.fd-grid.is-2 > div, .fd-case-page .fd-section > .fd-container.fd-grid.is-2 > div { padding-block: 1.8rem; }
  .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: 1.75rem; }
  .fd-contextual-index { padding-block: 2.75rem; }
  main > .fd-section > .fd-container > .fd-page-heading { padding: 2rem 1.5rem; border-radius: 24px; }
  main > .fd-section > .fd-container > .fd-page-heading h1 { font-size: 2.7rem; }
  .fd-post-card-content { padding: 1.4rem; }
  .fd-post-card-content h2 { font-size: 1.55rem; }
  .fd-article-heading { padding-block: 2.5rem 2rem; }
  .fd-article-heading h1 { font-size: 2.5rem; }
  .fd-prose { font-size: 1.03rem; }
  .fd-prose blockquote { padding: 1.3rem; }
  .fd-document:not(:has(.fylvo-portal)) { padding: 1.5rem; margin-top: 1rem; border-radius: 22px; }
  .fd-document h1 { font-size: 2.3rem; }
  #project-form.fd-contact-panel { padding: 1.4rem; border-radius: 22px; }
  .fd-footer > .fd-container { width: calc(100% - 2.5rem); }
  .fd-footer-top { padding: 2rem 1.5rem; border-radius: 24px; margin-bottom: 2.5rem; }
  .fd-footer-cta { align-items: flex-start; gap: 1.1rem; flex-direction: column; font-size: 2.4rem; }
  .fd-footer-cta .fd-footer-arrow { width: 50px; height: 50px; }
  .fd-footer-top .fd-eyebrow { font-size: .6rem; }
  .fd-footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .fd-footer-brand { grid-column: auto; }
  .fd-footer-brand > p { font-size: 1.25rem; }
  .fd-footer-heading { margin-bottom: 1rem; }
  .fd-footer-menu { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 350px) {
  .fd-header-inner { padding-inline: 11px; gap: 6px; }
  .fd-header .fd-logo-frame--v3 { width: 116px; height: 35px; }
  .fd-language summary { min-width: 35px; }
  .fd-js .fd-menu-toggle { gap: .4rem; }
  .fd-studio-partner > .fd-studio-shell { grid-template-columns: 1fr; }
  .fd-studio-partner small { grid-column: auto; }
  .fd-studio-partner-label { max-width: 28ch; }
  .fd-studio-step { display: block; }
  .fd-studio-step > span { margin-bottom: 1rem; }
  .fd-studio-step h3 { margin-bottom: .8rem; }
}
html:not(.fd-js) .fd-header-inner { border-radius: 24px; padding-block: 1rem; }
html:not(.fd-js) .fd-nav { display: flex; }
html:not(.fd-js) .fd-menu .sub-menu { border-radius: 0; box-shadow: none; padding-left: .5rem; }
@media (prefers-reduced-motion: reduce) {
  .fd-studio-capability, .fd-studio-project-image img { transition: none; }
  .fd-studio-capability:hover, .fd-studio-project-image:hover img { transform: none; }
}
@media print {
  .fd-studio-hero, .fd-studio .is-dark, .fd-page-content > .fd-hero { background: #fff; color: #000; margin: 0; border: 0; }
  .fd-studio-hero *, .fd-studio .is-dark *, .fd-page-content > .fd-hero * { color: #000 !important; }
  .fd-studio-actions, .fd-studio-hero-visual, .fd-studio-cta { display: none; }
  .fd-studio-section { padding-block: 1.5rem; }
  .fd-studio-shell { width: 100%; }
  .fd-studio-hero-grid, .fd-studio-project-grid, .fd-studio-capability-grid, .fd-studio-process-grid, .fd-studio-faq-grid { display: block; }
  .fd-studio-project, .fd-studio-step { break-inside: avoid; margin-bottom: 1.5rem; }
}
