/*
Theme Name: blyfa-teame
Theme URI: https://blyfa.com/
Author: Blyfa
Author URI: https://blyfa.com/
Description: Minimal custom WordPress theme for Blyfa, built from scratch for web design, SEO, and website support.
Version: 1.35.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: blyfa-teame
*/

@font-face {
    font-family: "Inter Variable";
    src: url("assets/fonts/InterVariable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --blyfa-bg: #ffffff;
    --blyfa-text: #202124;
    --blyfa-muted: #3f4652;
    --blyfa-green: #10C843;
    --blyfa-line: #262626;
    --blyfa-shell-width: 91.5vw;
    --blyfa-shell-max: 2200px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--blyfa-bg);
    color: var(--blyfa-text);
    font-family: "Inter Variable", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    z-index: 100000;
    top: 12px;
    left: 12px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    margin: 0;
    clip: auto;
    background: #ffffff;
    color: #111111;
    border: 1px solid #111111;
    white-space: normal;
}

.blyfa-shell {
    width: min(var(--blyfa-shell-width), var(--blyfa-shell-max));
    margin-inline: auto;
}

/* Header */
.site-header {
    background: #ffffff;
}

.site-header__inner {
    min-height: clamp(86px, 6vw, 118px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(28px, 3vw, 70px);
    border-bottom: 1px solid var(--blyfa-line);
    direction: ltr;
}

.site-branding,
.site-branding__link {
    flex: 0 0 auto;
}

.site-branding__link {
    display: inline-flex;
    align-items: center;
}

.site-branding__image {
    width: clamp(106px, 7.1vw, 138px);
    height: auto;
}

.primary-nav {
    margin-left: auto;
}

.primary-nav ul,
.primary-nav .menu {
    display: flex;
    align-items: center;
    gap: clamp(26px, 2.8vw, 56px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #191919;
    font-size: clamp(15px, 1.02vw, 20px);
    font-weight: 450;
    letter-spacing: -0.025em;
    white-space: nowrap;
    transition: opacity 160ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
    opacity: 0.58;
}

.primary-nav .menu-item:last-child a::after,
.primary-nav .blyfa-talk-link::after {
    content: "↗";
    margin-left: 9px;
    font-size: 1.16em;
    line-height: 1;
}

/* Home: hero */
.blyfa-main,
.blyfa-hero {
    min-height: 1px;
}

.blyfa-hero {
    direction: ltr;
}

.blyfa-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    column-gap: clamp(34px, 5vw, 118px);
    align-items: center;
    min-height: clamp(610px, 45vw, 860px);
    padding-block: clamp(54px, 4.5vw, 94px) clamp(64px, 5vw, 105px);
    border-bottom: 1px solid var(--blyfa-line);
}

.blyfa-hero__visual {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.blyfa-hero__visual img {
    width: clamp(390px, 34vw, 700px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.blyfa-hero__content {
    min-width: 0;
    width: 100%;
    align-self: center;
}

.blyfa-hero__title {
    margin: 0;
    color: #202124;
    font-size: clamp(44px, 4.3vw, 90px);
    font-weight: 740;
    line-height: 0.99;
    letter-spacing: -0.064em;
}

.blyfa-hero__title-accent {
    color: var(--blyfa-green);
}

.blyfa-hero__lead {
    max-width: 26em;
    margin: clamp(24px, 1.8vw, 36px) 0 0;
    color: #2e3138;
    font-size: clamp(18px, 1.45vw, 28px);
    font-weight: 390;
    line-height: 1.42;
    letter-spacing: -0.028em;
}

.blyfa-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(22px, 2.1vw, 42px);
    margin-top: clamp(26px, 1.9vw, 38px);
}

.blyfa-button {
    min-width: clamp(248px, 21vw, 390px);
    min-height: clamp(60px, 4.25vw, 78px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 14px clamp(24px, 2vw, 38px);
    border: 1px solid #222222;
    border-radius: clamp(7px, 0.5vw, 10px);
    background: #242424;
    color: #ffffff;
    font-size: clamp(16px, 1.1vw, 21px);
    font-weight: 430;
    line-height: 1.2;
    letter-spacing: -0.025em;
    white-space: nowrap;
    transition: transform 160ms ease, opacity 160ms ease;
}

.blyfa-button:hover,
.blyfa-button:focus-visible {
    transform: translateY(-1px);
    opacity: 0.9;
}

.blyfa-button__arrow {
    font-size: 1.18em;
    line-height: 1;
}

.blyfa-text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    border-bottom: 1px solid var(--blyfa-green);
    color: #174b28;
    font-size: clamp(16px, 1.1vw, 21px);
    font-weight: 430;
    line-height: 1.2;
    letter-spacing: -0.025em;
    white-space: nowrap;
    transition: opacity 160ms ease;
}

.blyfa-text-link:hover,
.blyfa-text-link:focus-visible {
    opacity: 0.65;
}

/* Home: services */
.blyfa-services {
    direction: ltr;
}

.blyfa-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(34px, 4vw, 92px);
    padding: clamp(36px, 2.7vw, 54px) 0 clamp(74px, 5.6vw, 116px);
}

.blyfa-service {
    min-width: 0;
}

.blyfa-service:nth-child(1) {
    justify-self: start;
}

.blyfa-service:nth-child(2) {
    justify-self: center;
}

.blyfa-service:nth-child(3) {
    justify-self: end;
}

.blyfa-service__link {
    display: block;
    width: max-content;
    max-width: 100%;
    color: inherit;
}

.blyfa-service__number {
    display: block;
    margin-bottom: clamp(9px, 0.72vw, 14px);
    color: var(--blyfa-green);
    font-size: clamp(14px, 0.95vw, 19px);
    font-weight: 650;
    line-height: 1;
    letter-spacing: -0.03em;
}

.blyfa-service__heading {
    display: inline-flex;
    align-items: center;
    gap: clamp(10px, 0.85vw, 16px);
}

.blyfa-service__title {
    margin: 0;
    color: #202124;
    font-size: clamp(25px, 1.9vw, 38px);
    font-weight: 720;
    line-height: 1.08;
    letter-spacing: -0.055em;
}

.blyfa-service__arrow {
    flex: 0 0 auto;
    color: #202124;
    font-size: clamp(22px, 1.5vw, 31px);
    line-height: 1;
    transform: translateY(-1px);
    transition: transform 160ms ease;
}

.blyfa-service__text {
    display: block;
    margin-top: clamp(7px, 0.62vw, 12px);
    color: #3d4148;
    font-size: clamp(16px, 1.08vw, 21px);
    font-weight: 390;
    line-height: 1.4;
    letter-spacing: -0.025em;
}

.blyfa-service__link:hover .blyfa-service__arrow,
.blyfa-service__link:focus-visible .blyfa-service__arrow {
    transform: translate(3px, -4px);
}

/* Home: projects showcase */
.blyfa-projects {
    overflow: hidden;
    background: #ffffff;
    direction: ltr;
}

.blyfa-projects__inner {
    padding: clamp(42px, 3vw, 62px) 0 clamp(46px, 3.4vw, 70px);
}

.blyfa-projects__header {
    position: relative;
    z-index: 6;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.blyfa-projects__title {
    margin: 0;
    color: #202124;
    font-size: clamp(38px, 3.25vw, 64px);
    font-weight: 740;
    line-height: 0.99;
    letter-spacing: -0.062em;
}

.blyfa-projects__title span {
    color: var(--blyfa-green);
}

.blyfa-projects__lead {
    margin: clamp(12px, 0.9vw, 18px) 0 0;
    color: #4a5160;
    font-size: clamp(15px, 0.98vw, 19px);
    font-weight: 390;
    line-height: 1.42;
    letter-spacing: -0.025em;
}

.blyfa-projects__button {
    min-width: clamp(205px, 13.5vw, 258px);
    min-height: clamp(50px, 3.05vw, 58px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: clamp(18px, 1.2vw, 24px);
    padding: 11px 22px;
    border: 1px solid #222222;
    border-radius: 8px;
    background: #242424;
    color: #ffffff;
    font-size: clamp(14px, 0.9vw, 17px);
    font-weight: 430;
    letter-spacing: -0.025em;
    transition: transform 160ms ease, opacity 160ms ease;
}

.blyfa-projects__button:hover,
.blyfa-projects__button:focus-visible {
    transform: translateY(-1px);
    opacity: 0.9;
}

.blyfa-projects__button-arrow {
    font-size: 1.18em;
    line-height: 1;
}

/*
 * Compact width-driven grid. Cards stay inside their own columns instead of
 * floating with viewport percentages, so browser zoom and laptop widths do
 * not make them overlap.
 */
.blyfa-projects__stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 350px) minmax(170px, 260px) minmax(220px, 350px);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    justify-content: center;
    align-items: stretch;
    column-gap: clamp(30px, 4vw, 76px);
    row-gap: clamp(8px, 0.75vw, 14px);
    width: 100%;
    min-height: clamp(385px, 28.5vw, 525px);
    margin-top: clamp(18px, 1.45vw, 28px);
}

.blyfa-project-card {
    position: relative;
    z-index: 3;
    width: 100%;
    align-self: start;
    padding: clamp(8px, 0.55vw, 11px);
    border: 1px solid #e0e4e8;
    border-radius: clamp(13px, 0.9vw, 18px);
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 16px 34px rgba(32, 33, 36, 0.075);
    transform-origin: center;
    will-change: transform;
}

.blyfa-project-card--one {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: start;
    transform: rotate(4.2deg);
}

.blyfa-project-card--two {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    transform: rotate(-4.2deg);
}

.blyfa-project-card--three {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    align-self: end;
    transform: rotate(-3deg);
}

.blyfa-project-card--four {
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
    align-self: end;
    transform: rotate(3.4deg);
}

.blyfa-project-card__motion {
    transition: opacity 190ms ease, transform 190ms cubic-bezier(.2, .7, .3, 1);
}

.blyfa-project-card__screen {
    --project-color: #f2a45b;
    --project-accent: #f7d7b2;
    position: relative;
    width: 100%;
    aspect-ratio: 1.92 / 1;
    overflow: hidden;
    border-radius: clamp(9px, 0.6vw, 12px);
    background: var(--project-color);
    color: #171717;
}

.blyfa-project-card--two .blyfa-project-card__screen {
    --project-color: #e7ded4;
    --project-accent: #c7b6a5;
}

.blyfa-project-card--three .blyfa-project-card__screen {
    --project-color: #10C843;
    --project-accent: #b8e8c9;
    color: #ffffff;
}

.blyfa-project-card--four .blyfa-project-card__screen {
    --project-color: #cbd8ef;
    --project-accent: #edf3ff;
}

.blyfa-project-card__mini-brand,
.blyfa-project-card__mini-menu {
    position: absolute;
    z-index: 2;
    top: clamp(8px, 0.58vw, 11px);
    font-size: clamp(8px, 0.5vw, 10px);
    font-weight: 650;
    line-height: 1;
}

.blyfa-project-card__mini-brand {
    left: clamp(8px, 0.58vw, 11px);
}

.blyfa-project-card__mini-menu {
    right: clamp(8px, 0.58vw, 11px);
    font-size: clamp(7px, 0.45vw, 9px);
    letter-spacing: -0.18em;
}

.blyfa-project-card__screen-copy {
    position: absolute;
    z-index: 2;
    left: clamp(10px, 0.66vw, 13px);
    bottom: clamp(10px, 0.66vw, 13px);
    max-width: 57%;
    font-size: clamp(13px, 0.82vw, 16px);
    font-weight: 520;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.blyfa-project-card__screen-shape {
    position: absolute;
    right: -7%;
    bottom: -17%;
    width: 57%;
    height: 72%;
    border-radius: 52% 0 0 0;
    background: var(--project-accent);
    transform: skewX(-9deg);
    opacity: 0.96;
}

.blyfa-project-card__meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    padding: clamp(9px, 0.6vw, 12px) 3px 1px;
}

.blyfa-project-card__name {
    margin: 0;
    color: #202124;
    font-size: clamp(15px, 0.96vw, 19px);
    font-weight: 690;
    line-height: 1;
    letter-spacing: -0.048em;
}

.blyfa-project-card__type {
    margin: 4px 0 0;
    color: #4a5160;
    font-size: clamp(11px, 0.72vw, 14px);
    font-weight: 390;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.blyfa-project-card__arrow {
    flex: 0 0 auto;
    padding: 0 1px 1px 0;
    color: #161616;
    font-size: clamp(19px, 1.15vw, 23px);
    line-height: 1;
}

.blyfa-projects__character {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    justify-self: center;
    z-index: 4;
    width: min(94%, 258px);
    max-width: 100%;
    height: auto;
    margin-bottom: clamp(2px, 0.45vw, 8px);
    pointer-events: none;
    user-select: none;
}

.blyfa-projects__controls {
    position: relative;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(11px, 0.9vw, 17px);
    margin-top: clamp(16px, 1.2vw, 24px);
}

.blyfa-projects__control {
    width: clamp(38px, 2.35vw, 46px);
    height: clamp(38px, 2.35vw, 46px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #cfd3d7;
    border-radius: 50%;
    background: #ffffff;
    color: #202124;
    cursor: pointer;
    font-size: clamp(18px, 1.1vw, 22px);
    line-height: 1;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.blyfa-projects__control:hover,
.blyfa-projects__control:focus-visible {
    border-color: #202124;
    background: #202124;
    color: #ffffff;
    transform: translateY(-1px);
}

.blyfa-projects__dots {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.blyfa-projects__dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c7c9cc;
    cursor: pointer;
    transition: width 180ms ease, border-radius 180ms ease, background-color 180ms ease;
}

.blyfa-projects__dot.is-active {
    width: 23px;
    border-radius: 999px;
    background: var(--blyfa-green);
}

.blyfa-projects.is-moving-next .blyfa-project-card__motion,
.blyfa-projects__inner.is-moving-next .blyfa-project-card__motion {
    opacity: 0;
    transform: translateX(-18px) scale(0.985);
}

.blyfa-projects.is-moving-prev .blyfa-project-card__motion,
.blyfa-projects__inner.is-moving-prev .blyfa-project-card__motion {
    opacity: 0;
    transform: translateX(18px) scale(0.985);
}

/* Home: process */
.blyfa-process {
    background: #ffffff;
    direction: ltr;
}

.blyfa-process__inner {
    display: grid;
    grid-template-columns: minmax(360px, 0.92fr) minmax(430px, 1.08fr);
    align-items: center;
    justify-content: center;
    gap: clamp(60px, 6vw, 118px);
    width: min(84vw, 1540px);
    min-height: clamp(620px, 46vw, 820px);
    padding: clamp(76px, 5.4vw, 108px) 0;
}

.blyfa-process__intro {
    min-width: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 58px;
}

.blyfa-process__title {
    margin: 0;
    color: #202124;
    font-size: clamp(52px, 5.15vw, 96px);
    font-weight: 750;
    line-height: 1.02;
    letter-spacing: -0.068em;
}

.blyfa-process__title span {
    color: var(--blyfa-green);
}

.blyfa-process__lead {
    max-width: 25em;
    margin: clamp(28px, 2vw, 38px) 0 0;
    color: #465064;
    font-size: clamp(21px, 1.75vw, 33px);
    font-weight: 380;
    line-height: 1.42;
    letter-spacing: -0.035em;
}

.blyfa-process__button {
    min-width: clamp(292px, 24vw, 430px);
    min-height: clamp(64px, 5vw, 88px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 2.2vw, 42px);
    margin-top: clamp(34px, 2.6vw, 48px);
    padding: 14px clamp(26px, 2vw, 38px);
    border: 1px solid #171717;
    border-radius: 8px;
    background: #202020;
    color: #ffffff;
    font-size: clamp(18px, 1.45vw, 27px);
    font-weight: 430;
    letter-spacing: -0.03em;
    transition: transform 160ms ease, opacity 160ms ease;
}

.blyfa-process__button:hover,
.blyfa-process__button:focus-visible {
    transform: translateY(-1px);
    opacity: 0.9;
}

.blyfa-process__button-arrow {
    font-size: 1.22em;
    line-height: 1;
}

.blyfa-process__note {
    display: flex;
    align-items: flex-start;
    width: max-content;
    max-width: 100%;
    color: #465064;
}

.blyfa-process__note-dot {
    flex: 0 0 auto;
    width: clamp(18px, 1.45vw, 26px);
    height: clamp(18px, 1.45vw, 26px);
    margin-top: 5px;
    border-radius: 50%;
    background: var(--blyfa-green);
    box-shadow: inset 5px 5px 9px rgba(255, 255, 255, 0.25);
}

.blyfa-process__note-line {
    flex: 0 0 auto;
    width: clamp(84px, 8.4vw, 145px);
    height: 1px;
    margin: clamp(13px, 0.9vw, 17px) clamp(22px, 2vw, 38px) 0;
    background: #647084;
}

.blyfa-process__note-text {
    font-size: clamp(14px, 1.05vw, 19px);
    font-weight: 440;
    line-height: 1.4;
    letter-spacing: 0.015em;
    text-transform: uppercase;
}

.blyfa-process__steps {
    position: relative;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blyfa-process__steps::before {
    content: "";
    position: absolute;
    top: clamp(18px, 1.4vw, 27px);
    bottom: clamp(18px, 1.4vw, 27px);
    left: clamp(10px, 0.72vw, 14px);
    width: 1px;
    background: #bcc2ca;
}

.blyfa-process__step {
    position: relative;
    display: grid;
    grid-template-columns: clamp(58px, 5vw, 92px) clamp(74px, 6vw, 112px) minmax(0, 1fr);
    align-items: start;
    min-height: clamp(122px, 9.7vw, 176px);
}

.blyfa-process__step:last-child {
    min-height: 0;
}

.blyfa-process__node {
    position: relative;
    z-index: 2;
    grid-column: 1;
    width: clamp(20px, 1.45vw, 28px);
    height: clamp(20px, 1.45vw, 28px);
    border: clamp(2px, 0.16vw, 3px) solid #202124;
    border-radius: 50%;
    background: #ffffff;
}


.blyfa-process__node::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: inherit;
    background: var(--blyfa-green);
    opacity: 0;
    transform: scale(0.35);
    transition: opacity 180ms ease, transform 220ms cubic-bezier(.2, .75, .3, 1);
}

.blyfa-process__step.is-passed .blyfa-process__node,
.blyfa-process__step.is-active .blyfa-process__node {
    border-color: var(--blyfa-green);
}

.blyfa-process__step.is-passed .blyfa-process__node::after,
.blyfa-process__step.is-active .blyfa-process__node::after {
    opacity: 1;
    transform: scale(1);
}

.blyfa-process__step.is-active .blyfa-process__number {
    color: var(--blyfa-green);
    font-weight: 620;
}

.blyfa-process__number {
    grid-column: 2;
    color: #465064;
    font-size: clamp(17px, 1.4vw, 26px);
    font-weight: 390;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.blyfa-process__step-copy {
    grid-column: 3;
    min-width: 0;
}

.blyfa-process__step-copy h3 {
    margin: -4px 0 0;
    color: #202124;
    font-size: clamp(25px, 2vw, 37px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.052em;
}

.blyfa-process__step-copy p {
    margin: clamp(7px, 0.55vw, 11px) 0 0;
    color: #465064;
    font-size: clamp(18px, 1.52vw, 28px);
    font-weight: 380;
    line-height: 1.25;
    letter-spacing: -0.035em;
}


/* Home: worldwide support */
.blyfa-world {
    position: relative;
    min-height: clamp(760px, 56vw, 1040px);
    overflow: hidden;
    background: #061014;
    color: #ffffff;
    direction: ltr;
    isolation: isolate;
}

.blyfa-world__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.blyfa-world__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    user-select: none;
    pointer-events: none;
}

.blyfa-world__content {
    position: relative;
    z-index: 5;
    padding-top: clamp(86px, 7vw, 132px);
    pointer-events: none;
}

.blyfa-world__title {
    max-width: 650px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(55px, 5.05vw, 96px);
    font-weight: 740;
    line-height: 0.98;
    letter-spacing: -0.065em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

.blyfa-world__title span {
    color: #10C843;
}

.blyfa-world__lead {
    max-width: 31em;
    margin: clamp(24px, 1.9vw, 36px) 0 0;
    color: rgba(238, 244, 247, 0.78);
    font-size: clamp(19px, 1.45vw, 28px);
    font-weight: 370;
    line-height: 1.43;
    letter-spacing: -0.028em;
}

.blyfa-world__location {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 132px;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    background: rgba(23, 34, 38, 0.76);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.blyfa-world__location-dot {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: #10C843;
    box-shadow: 0 0 14px rgba(17, 218, 90, 0.9), inset 4px 4px 8px rgba(255, 255, 255, 0.38);
}

.blyfa-world__location-copy {
    display: grid;
    gap: 1px;
    line-height: 1.05;
}

.blyfa-world__location-copy strong {
    font-size: clamp(15px, 1.05vw, 20px);
    font-weight: 590;
    letter-spacing: -0.03em;
}

.blyfa-world__location-copy span {
    color: rgba(238, 244, 247, 0.78);
    font-size: clamp(12px, 0.84vw, 16px);
    font-weight: 360;
}

.blyfa-world__location--new-york {
    left: 25.5%;
    top: 56.5%;
}

.blyfa-world__location--london {
    left: 57.2%;
    top: 53.4%;
}

.blyfa-world__location--tokyo {
    right: 10.5%;
    top: 62.5%;
}

.blyfa-world__location--sao-paulo {
    left: 23.4%;
    top: 80%;
}

.blyfa-world__location--sydney {
    right: 14.3%;
    top: 82.6%;
}

.blyfa-world__scribble {
    position: absolute;
    z-index: 4;
    left: 62.6%;
    top: 18.2%;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(17px, 1.35vw, 27px);
    font-style: italic;
    font-weight: 430;
    line-height: 1.15;
    letter-spacing: -0.035em;
    transform: rotate(-8deg);
}

.blyfa-world__scribble-arrow {
    position: relative;
    display: block;
    width: 74px;
    height: 52px;
    margin: 5px 0 0 4px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.72);
    border-left: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 0 0 0 70%;
    transform: rotate(-18deg);
}

.blyfa-world__scribble-arrow::after {
    content: "";
    position: absolute;
    left: -7px;
    bottom: -4px;
    width: 10px;
    height: 10px;
    border-left: 2px solid rgba(255, 255, 255, 0.72);
    border-bottom: 2px solid rgba(255, 255, 255, 0.72);
    transform: rotate(17deg);
}

/* Standard WordPress fallback templates. */
.blyfa-content {
    width: min(90vw, 900px);
    margin: 64px auto;
}

.blyfa-content h1,
.blyfa-content h2,
.blyfa-content h3 {
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.blyfa-content a {
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .blyfa-project-card__motion,
    .blyfa-projects__control,
    .blyfa-projects__dot,
    .blyfa-service__arrow,
    .blyfa-process__node::after {
        transition-duration: 0.01ms !important;
    }
}

/* Medium desktops and laptops: keep the desktop composition, just tighten it. */
@media (max-width: 1280px) {
    :root {
        --blyfa-shell-width: calc(100vw - 64px);
    }

    .site-header__inner {
        min-height: 88px;
    }

    .site-branding__image {
        width: 108px;
    }

    .primary-nav ul,
    .primary-nav .menu {
        gap: 26px;
    }

    .primary-nav a {
        font-size: 15px;
    }

    .blyfa-hero__inner {
        grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
        column-gap: 38px;
        min-height: 590px;
        padding-block: 48px 62px;
    }

    .blyfa-hero__visual img {
        width: min(100%, 500px);
    }

    .blyfa-hero__title {
        font-size: clamp(44px, 4.75vw, 58px);
    }

    .blyfa-hero__lead {
        font-size: 18px;
    }

    .blyfa-button {
        min-width: 252px;
        min-height: 60px;
        font-size: 16px;
    }

    .blyfa-text-link {
        font-size: 16px;
    }

    .blyfa-services__grid {
        column-gap: 34px;
        padding-bottom: 82px;
    }

    .blyfa-service__title {
        font-size: clamp(24px, 2.1vw, 30px);
    }

    .blyfa-service__text {
        font-size: 16px;
    }

    .blyfa-projects__stage {
        grid-template-columns: minmax(225px, 320px) minmax(165px, 230px) minmax(225px, 320px);
        column-gap: clamp(26px, 3vw, 44px);
        min-height: 410px;
    }

    .blyfa-projects__character {
        width: min(92%, 225px);
    }

    .blyfa-process__inner {
        grid-template-columns: minmax(330px, 0.94fr) minmax(390px, 1.06fr);
        width: min(calc(100vw - 112px), 1180px);
        gap: 58px;
        min-height: 650px;
        padding: 76px 0;
    }

    .blyfa-process__title {
        font-size: clamp(54px, 5.3vw, 70px);
    }

    .blyfa-process__lead {
        font-size: 22px;
    }

    .blyfa-process__button {
        min-width: 310px;
        min-height: 66px;
        font-size: 19px;
    }

    .blyfa-world {
        min-height: 760px;
    }

    .blyfa-world__title {
        font-size: clamp(56px, 5.4vw, 72px);
    }

    .blyfa-world__lead {
        font-size: 20px;
    }

    .blyfa-world__location {
        min-width: 120px;
        padding: 11px 14px;
        border-radius: 17px;
    }
}

/* Tablet / narrow laptop: keep the showcase compact without card overlap. */
@media (max-width: 980px) {
    :root {
        --blyfa-shell-width: calc(100vw - 48px);
    }

    .site-header__inner {
        min-height: 84px;
        gap: 22px;
    }

    .primary-nav ul,
    .primary-nav .menu {
        gap: 18px;
    }

    .primary-nav a {
        font-size: 14px;
    }

    .blyfa-hero__inner {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        column-gap: 28px;
        min-height: 520px;
        padding-block: 42px 52px;
    }

    .blyfa-hero__visual img {
        width: min(100%, 410px);
    }

    .blyfa-hero__title {
        font-size: clamp(39px, 4.9vw, 47px);
    }

    .blyfa-hero__lead {
        margin-top: 20px;
        font-size: 16px;
    }

    .blyfa-hero__actions {
        gap: 18px;
        margin-top: 22px;
    }

    .blyfa-button {
        min-width: 220px;
        min-height: 56px;
        padding-inline: 20px;
        font-size: 15px;
    }

    .blyfa-text-link {
        font-size: 15px;
    }

    .blyfa-services__grid {
        column-gap: 24px;
        padding-top: 32px;
        padding-bottom: 70px;
    }

    .blyfa-service__number {
        font-size: 13px;
    }

    .blyfa-service__title {
        font-size: 23px;
    }

    .blyfa-service__text {
        font-size: 15px;
    }

    .blyfa-projects__inner {
        padding-top: 44px;
        padding-bottom: 50px;
    }

    .blyfa-projects__desktop-break {
        display: none;
    }

    .blyfa-projects__header {
        max-width: 620px;
    }

    .blyfa-projects__stage {
        grid-template-columns: minmax(195px, 278px) minmax(135px, 180px) minmax(195px, 278px);
        grid-template-rows: repeat(2, minmax(0, 1fr));
        column-gap: clamp(18px, 2.5vw, 28px);
        row-gap: 8px;
        min-height: 354px;
        margin-top: 24px;
    }

    .blyfa-project-card {
        width: 100%;
    }

    .blyfa-projects__character {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: end;
        justify-self: center;
        width: min(94%, 174px);
        margin: 0 0 4px;
    }

    .blyfa-process__inner {
        grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
        width: var(--blyfa-shell-width);
        gap: 42px;
        min-height: 590px;
        padding: 66px 0;
    }

    .blyfa-process__intro {
        gap: 46px;
    }

    .blyfa-process__title {
        font-size: clamp(46px, 5.8vw, 58px);
    }

    .blyfa-process__lead {
        margin-top: 24px;
        font-size: 18px;
    }

    .blyfa-process__button {
        min-width: 260px;
        min-height: 60px;
        margin-top: 30px;
        font-size: 17px;
    }

    .blyfa-process__step {
        grid-template-columns: 48px 62px minmax(0, 1fr);
        min-height: 112px;
    }

    .blyfa-process__step-copy h3 {
        font-size: 24px;
    }

    .blyfa-process__step-copy p {
        font-size: 17px;
    }

    .blyfa-process__number {
        font-size: 16px;
    }

    .blyfa-process__note-text {
        font-size: 13px;
    }

    .blyfa-world {
        min-height: 760px;
    }

    .blyfa-world__content {
        padding-top: 72px;
    }

    .blyfa-world__title {
        max-width: 470px;
        font-size: clamp(52px, 7vw, 66px);
    }

    .blyfa-world__lead {
        font-size: 18px;
    }

    .blyfa-world__location {
        gap: 9px;
        min-width: 104px;
        padding: 9px 11px;
        border-radius: 14px;
    }

    .blyfa-world__location-dot {
        width: 13px;
        height: 13px;
    }

    .blyfa-world__scribble {
        left: 64%;
        top: 21%;
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 720px) {
    :root {
        --blyfa-shell-width: calc(100vw - 32px);
    }

    .site-header__inner {
        min-height: 0;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 17px 0 13px;
    }

    .site-branding__image {
        width: 98px;
    }

    .primary-nav {
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .primary-nav::-webkit-scrollbar {
        display: none;
    }

    .primary-nav ul,
    .primary-nav .menu {
        width: max-content;
        gap: 23px;
    }

    .primary-nav a {
        font-size: 14px;
    }

    .blyfa-hero__inner {
        grid-template-columns: 1fr;
        min-height: 0;
        row-gap: 22px;
        padding-block: 38px 46px;
    }

    .blyfa-hero__visual img {
        width: min(88vw, 500px);
        max-width: 100%;
    }

    .blyfa-hero__content {
        max-width: 620px;
    }

    .blyfa-hero__title {
        font-size: clamp(42px, 11.6vw, 62px);
        line-height: 1;
    }

    .blyfa-hero__lead {
        margin-top: 22px;
        font-size: 18px;
    }

    .blyfa-hero__lead br {
        display: none;
    }

    .blyfa-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
        margin-top: 24px;
    }

    .blyfa-button {
        width: 100%;
        min-width: 0;
        min-height: 60px;
    }

    .blyfa-services__grid {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 30px 0 56px;
    }

    .blyfa-service,
    .blyfa-service:nth-child(1),
    .blyfa-service:nth-child(2),
    .blyfa-service:nth-child(3) {
        width: 100%;
        justify-self: stretch;
    }

    .blyfa-service__link {
        width: 100%;
    }

    .blyfa-service__heading {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .blyfa-service__title {
        font-size: 30px;
    }

    .blyfa-service__text {
        font-size: 17px;
    }

    .blyfa-projects__inner {
        padding: 46px 0 50px;
    }

    .blyfa-projects__title {
        font-size: clamp(38px, 10vw, 52px);
    }

    .blyfa-projects__lead {
        font-size: 16px;
    }

    .blyfa-projects__button {
        width: min(100%, 280px);
        min-height: 54px;
    }

    .blyfa-projects__stage {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
        min-height: 0;
        margin-top: 38px;
    }

    .blyfa-project-card,
    .blyfa-project-card--one,
    .blyfa-project-card--two,
    .blyfa-project-card--three,
    .blyfa-project-card--four {
        grid-column: 1;
        position: relative;
        width: min(100%, 390px);
        margin-inline: auto;
        justify-self: center;
        align-self: auto;
        transform: none;
    }

    .blyfa-project-card--one { grid-row: 1; }
    .blyfa-project-card--two { grid-row: 2; }

    .blyfa-projects__character {
        grid-column: 1;
        grid-row: 3;
        width: min(56vw, 250px);
        margin: 4px auto 8px;
    }

    .blyfa-project-card--three { grid-row: 4; }
    .blyfa-project-card--four { grid-row: 5; }

    .blyfa-project-card__screen-copy {
        font-size: clamp(15px, 4.1vw, 19px);
    }

    .blyfa-project-card__name {
        font-size: 19px;
    }

    .blyfa-project-card__type {
        font-size: 14px;
    }

    .blyfa-projects__controls {
        margin-top: 26px;
    }

    .blyfa-process__inner {
        grid-template-columns: 1fr;
        width: var(--blyfa-shell-width);
        gap: 66px;
        min-height: 0;
        padding: 68px 0 72px;
    }

    .blyfa-process__intro {
        gap: 46px;
    }

    .blyfa-process__title {
        font-size: clamp(49px, 13.2vw, 68px);
    }

    .blyfa-process__lead {
        margin-top: 24px;
        font-size: 20px;
    }

    .blyfa-process__desktop-break {
        display: none;
    }

    .blyfa-process__button {
        width: min(100%, 360px);
        min-width: 0;
        min-height: 62px;
        margin-top: 30px;
        font-size: 18px;
    }

    .blyfa-process__note-line {
        width: clamp(52px, 15vw, 90px);
        margin-inline: 16px;
    }

    .blyfa-process__note-text {
        font-size: 13px;
    }

    .blyfa-process__step {
        grid-template-columns: 46px 52px minmax(0, 1fr);
        min-height: 116px;
    }

    .blyfa-process__steps::before {
        left: 10px;
    }

    .blyfa-process__node {
        width: 22px;
        height: 22px;
        border-width: 2px;
    }

    .blyfa-process__number {
        font-size: 16px;
    }

    .blyfa-process__step-copy h3 {
        font-size: 26px;
    }

    .blyfa-process__step-copy p {
        font-size: 18px;
    }

    .blyfa-world {
        min-height: 0;
        padding: 0 0 28px;
    }

    .blyfa-world__content {
        position: relative;
        width: var(--blyfa-shell-width);
        padding: 64px 0 16px;
    }

    .blyfa-world__title {
        max-width: 100%;
        font-size: clamp(46px, 12.4vw, 64px);
    }

    .blyfa-world__lead {
        max-width: 31em;
        margin-top: 22px;
        font-size: 18px;
    }

    .blyfa-world__desktop-break {
        display: none;
    }

    .blyfa-world__media {
        position: relative;
        inset: auto;
        width: 100%;
        height: clamp(500px, 122vw, 720px);
        margin-top: -4px;
    }

    .blyfa-world__image {
        inset: auto;
        top: 72px;
        left: 50%;
        width: 182%;
        height: auto;
        max-width: none;
        object-fit: contain;
        object-position: center;
        transform: translateX(-50%);
    }

    .blyfa-world__location {
        min-width: 0;
        gap: 7px;
        padding: 8px 10px;
        border-radius: 12px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .blyfa-world__location-dot {
        width: 10px;
        height: 10px;
    }

    .blyfa-world__location-copy strong {
        font-size: 12px;
    }

    .blyfa-world__location-copy span {
        font-size: 10px;
    }

    .blyfa-world__location--new-york {
        left: 8%;
        top: 50%;
    }

    .blyfa-world__location--london {
        left: 52%;
        top: 47%;
    }

    .blyfa-world__location--tokyo {
        right: 3%;
        top: 63%;
    }

    .blyfa-world__location--sao-paulo {
        left: 7%;
        top: 76%;
    }

    .blyfa-world__location--sydney {
        right: 6%;
        top: 81%;
    }

    .blyfa-world__scribble {
        display: none;
    }

}

@media (max-width: 430px) {
    :root {
        --blyfa-shell-width: calc(100vw - 28px);
    }

    .blyfa-hero__title {
        font-size: clamp(38px, 11vw, 47px);
    }

    .blyfa-hero__lead {
        font-size: 17px;
    }

    .blyfa-service__title {
        font-size: 28px;
    }

    .blyfa-process__title {
        font-size: clamp(44px, 13vw, 54px);
    }

    .blyfa-process__lead {
        font-size: 18px;
    }

    .blyfa-process__note-line {
        width: 44px;
        margin-inline: 12px;
    }

    .blyfa-process__note-text {
        font-size: 12px;
    }

    .blyfa-process__step {
        grid-template-columns: 40px 46px minmax(0, 1fr);
    }

    .blyfa-process__step-copy h3 {
        font-size: 23px;
    }

    .blyfa-process__step-copy p {
        font-size: 16px;
    }

    .blyfa-world__title {
        font-size: clamp(42px, 12.2vw, 52px);
    }

    .blyfa-world__lead {
        font-size: 16px;
    }

    .blyfa-world__media {
        height: 520px;
    }

    .blyfa-world__location--tokyo,
    .blyfa-world__location--sao-paulo {
        display: none;
    }
}


/* --------------------------------------------------------------------------
 * v1.6.0 layout refinements
 * -------------------------------------------------------------------------- */

/* Process: keep the vertical rail visually centered while giving the copy on
 * the right enough room to use the full half of the composition. */
.blyfa-process__inner {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    width: min(var(--blyfa-shell-width), 1600px);
    gap: clamp(64px, 6.5vw, 132px);
    min-height: clamp(590px, 43vw, 790px);
    padding-block: clamp(70px, 5vw, 100px);
}

.blyfa-process__steps {
    width: 100%;
    min-width: 0;
}

/* The previous list-wide line could continue below the final marker. Each row
 * now draws only the connector to the next node, so the rail ends precisely. */
.blyfa-process__steps::before {
    content: none;
    display: none;
}

.blyfa-process__step {
    --blyfa-process-node: clamp(20px, 1.45vw, 28px);
    grid-template-columns: clamp(48px, 4vw, 72px) clamp(58px, 4.7vw, 88px) minmax(0, 1fr);
    min-height: clamp(116px, 8.8vw, 158px);
}

.blyfa-process__step:not(:last-child)::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: calc(var(--blyfa-process-node) / 2 - 0.5px);
    top: calc(var(--blyfa-process-node) / 2);
    width: 1px;
    height: 100%;
    background: #bcc2ca;
    pointer-events: none;
}

.blyfa-process__node {
    width: var(--blyfa-process-node);
    height: var(--blyfa-process-node);
}

.blyfa-process__step-copy {
    justify-self: end;
    width: max-content;
    max-width: 100%;
}

.blyfa-process__step-copy h3,
.blyfa-process__step-copy p {
    width: max-content;
    max-width: min(100%, 31ch);
}

/* World: compact wide panel. The supplied source image is a wide composition,
 * so this section follows its geometry instead of becoming a full-screen area. */
.blyfa-world {
    width: min(var(--blyfa-shell-width), var(--blyfa-shell-max));
    height: clamp(500px, 39.3vw, 820px);
    min-height: 0;
    margin: clamp(54px, 4.2vw, 88px) auto;
    overflow: hidden;
    background: #061014;
}

.blyfa-world__media {
    position: absolute;
    inset: 0;
}

.blyfa-world__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
}

.blyfa-world__content {
    width: 100%;
    padding: clamp(40px, 4.3vw, 82px) clamp(34px, 4.4vw, 84px) 0;
}

.blyfa-world__title {
    max-width: 560px;
    font-size: clamp(46px, 4.2vw, 80px);
}

.blyfa-world__lead {
    margin-top: clamp(18px, 1.5vw, 28px);
    font-size: clamp(16px, 1.2vw, 23px);
}

.blyfa-world__location {
    gap: clamp(7px, 0.65vw, 12px);
    min-width: 0;
    padding: clamp(8px, 0.72vw, 13px) clamp(10px, 0.9vw, 17px);
    border-radius: clamp(12px, 1.1vw, 19px);
}

.blyfa-world__location-dot {
    width: clamp(10px, 0.9vw, 17px);
    height: clamp(10px, 0.9vw, 17px);
}

.blyfa-world__location-copy strong {
    font-size: clamp(12px, 0.9vw, 18px);
}

.blyfa-world__location-copy span {
    font-size: clamp(10px, 0.7vw, 14px);
}

/* Positions stay tied to the section/image, not the browser viewport. */
.blyfa-world__location--new-york {
    left: 25.8%;
    top: 56.5%;
}

.blyfa-world__location--london {
    left: 57.4%;
    top: 53.8%;
}

.blyfa-world__location--tokyo {
    right: 8.8%;
    top: 61.7%;
}

.blyfa-world__location--sao-paulo {
    left: 23.1%;
    top: 78.8%;
}

.blyfa-world__location--sydney {
    right: 12.1%;
    top: 81.2%;
}

.blyfa-world__scribble {
    left: 63%;
    top: 18.5%;
    font-size: clamp(13px, 1.05vw, 21px);
}

.blyfa-world__scribble-arrow {
    width: clamp(46px, 3.9vw, 72px);
    height: clamp(34px, 2.8vw, 50px);
}

/* Home: statistics. No eyebrow label; the section begins directly with its
 * headline and keeps the visual system minimal. */
.blyfa-stats {
    background: #ffffff;
    direction: ltr;
}

.blyfa-stats__inner {
    padding: clamp(74px, 6vw, 120px) 0 clamp(88px, 7vw, 138px);
}

.blyfa-stats__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
    align-items: end;
    gap: clamp(40px, 7vw, 130px);
    padding-bottom: clamp(42px, 3.7vw, 70px);
}

.blyfa-stats__title {
    max-width: 900px;
    margin: 0;
    color: #202124;
    font-size: clamp(48px, 5vw, 92px);
    font-weight: 750;
    line-height: 0.98;
    letter-spacing: -0.066em;
}

.blyfa-stats__title span {
    color: var(--blyfa-green);
}

.blyfa-stats__lead {
    max-width: 34em;
    margin: 0 0 0.2em;
    color: #465064;
    font-size: clamp(17px, 1.25vw, 24px);
    font-weight: 380;
    line-height: 1.45;
    letter-spacing: -0.03em;
}

.blyfa-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #202124;
    border-bottom: 1px solid #202124;
}

.blyfa-stat {
    min-width: 0;
    padding: clamp(30px, 3vw, 56px) clamp(18px, 2vw, 38px) clamp(32px, 3.2vw, 60px);
}

.blyfa-stat + .blyfa-stat {
    border-left: 1px solid #d4d7db;
}

.blyfa-stat__value {
    display: block;
    color: var(--blyfa-green);
    font-size: clamp(50px, 5.1vw, 96px);
    font-weight: 730;
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.blyfa-stat__label {
    display: block;
    max-width: 13em;
    margin-top: clamp(16px, 1.4vw, 25px);
    color: #202124;
    font-size: clamp(17px, 1.2vw, 23px);
    font-weight: 560;
    line-height: 1.25;
    letter-spacing: -0.035em;
}

@media (max-width: 1280px) {
    .blyfa-process__inner {
        grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
        width: var(--blyfa-shell-width);
        gap: 48px;
        min-height: 600px;
        padding-block: 66px;
    }

    .blyfa-process__step {
        --blyfa-process-node: 22px;
        grid-template-columns: 44px 54px minmax(0, 1fr);
        min-height: 108px;
    }

    .blyfa-process__step-copy h3 {
        font-size: 24px;
    }

    .blyfa-process__step-copy p {
        font-size: 17px;
    }

    .blyfa-world {
        height: clamp(500px, 39.3vw, 650px);
        margin-block: 58px;
    }

    .blyfa-world__content {
        padding: 46px 48px 0;
    }

    .blyfa-world__title {
        max-width: 430px;
        font-size: clamp(44px, 5vw, 62px);
    }

    .blyfa-world__lead {
        font-size: 16px;
    }

    .blyfa-world__scribble {
        font-size: 14px;
    }
}

@media (max-width: 980px) {
    .blyfa-process__inner {
        grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
        gap: 34px;
        min-height: 560px;
        padding-block: 60px;
    }

    .blyfa-process__step {
        grid-template-columns: 40px 48px minmax(0, 1fr);
        min-height: 102px;
    }

    .blyfa-process__step-copy {
        justify-self: end;
    }

    .blyfa-world {
        height: clamp(480px, 54vw, 560px);
        margin-block: 50px;
    }

    .blyfa-world__content {
        padding: 40px 38px 0;
    }

    .blyfa-world__title {
        max-width: 390px;
        font-size: clamp(40px, 6vw, 54px);
    }

    .blyfa-world__lead {
        max-width: 25em;
        font-size: 14px;
    }

    .blyfa-world__scribble {
        left: 64%;
        top: 19%;
        font-size: 12px;
    }

    .blyfa-world__location-copy strong {
        font-size: 11px;
    }

    .blyfa-world__location-copy span {
        font-size: 9px;
    }

    .blyfa-stats__heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .blyfa-stats__lead {
        max-width: 38em;
    }

    .blyfa-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blyfa-stat:nth-child(3) {
        border-left: 0;
    }

    .blyfa-stat:nth-child(n+3) {
        border-top: 1px solid #d4d7db;
    }
}

@media (max-width: 720px) {
    .blyfa-process__inner {
        grid-template-columns: 1fr;
        gap: 58px;
        min-height: 0;
        padding-block: 64px 70px;
    }

    .blyfa-process__step-copy,
    .blyfa-process__step-copy h3,
    .blyfa-process__step-copy p {
        justify-self: start;
        width: auto;
        max-width: 100%;
    }

    .blyfa-process__step {
        --blyfa-process-node: 22px;
        grid-template-columns: 42px 50px minmax(0, 1fr);
        min-height: 112px;
    }

    .blyfa-world {
        width: var(--blyfa-shell-width);
        height: clamp(520px, 74svh, 620px);
        min-height: 0;
        margin-block: 44px;
        padding: 0;
    }

    .blyfa-world__media {
        position: absolute;
        inset: 0;
        width: auto;
        height: auto;
        margin: 0;
    }

    .blyfa-world__image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: 50% 50%;
        transform: none;
    }

    .blyfa-world__content {
        position: relative;
        width: 100%;
        padding: 30px 22px 0;
    }

    .blyfa-world__title {
        max-width: 320px;
        font-size: clamp(34px, 10vw, 46px);
    }

    .blyfa-world__lead {
        max-width: 20em;
        margin-top: 14px;
        font-size: clamp(12px, 3.4vw, 15px);
        line-height: 1.38;
    }

    .blyfa-world__location {
        gap: 5px;
        padding: 6px 8px;
        border-radius: 10px;
    }

    .blyfa-world__location-dot {
        width: 8px;
        height: 8px;
    }

    .blyfa-world__location-copy strong {
        font-size: 10px;
    }

    .blyfa-world__location-copy span {
        font-size: 8px;
    }

    .blyfa-world__location--new-york {
        left: 8%;
        top: 59%;
    }

    .blyfa-world__location--london {
        left: 52%;
        top: 55%;
    }

    .blyfa-world__location--tokyo {
        right: 3%;
        top: 65%;
    }

    .blyfa-world__location--sao-paulo {
        left: 6%;
        top: 79%;
    }

    .blyfa-world__location--sydney {
        right: 5%;
        top: 82%;
    }

    .blyfa-world__scribble {
        display: none;
    }

    .blyfa-stats__inner {
        padding-block: 66px 82px;
    }

    .blyfa-stats__title {
        font-size: clamp(44px, 12vw, 62px);
    }

    .blyfa-stats__lead {
        font-size: 17px;
    }

    .blyfa-stats__grid {
        grid-template-columns: 1fr;
    }

    .blyfa-stat,
    .blyfa-stat + .blyfa-stat,
    .blyfa-stat:nth-child(3) {
        border-left: 0;
    }

    .blyfa-stat + .blyfa-stat {
        border-top: 1px solid #d4d7db;
    }

    .blyfa-stat__value {
        font-size: clamp(58px, 18vw, 84px);
    }
}

/* --------------------------------------------------------------------------
 * v1.7.0 refinements
 * -------------------------------------------------------------------------- */

/* Process: keep the rail where it already works, but bring every line of copy
 * back beside the rail instead of pushing it toward the far edge. */
.blyfa-process__inner {
    width: min(var(--blyfa-shell-width), 1320px);
    grid-template-columns: minmax(390px, 0.94fr) minmax(480px, 1.06fr);
    gap: clamp(58px, 6vw, 92px);
}

.blyfa-process__steps {
    width: min(100%, 610px);
    justify-self: start;
}

.blyfa-process__step {
    grid-template-columns: clamp(40px, 3.2vw, 52px) clamp(52px, 4.1vw, 66px) minmax(0, 1fr);
}

.blyfa-process__step-copy,
.blyfa-process__step-copy h3,
.blyfa-process__step-copy p {
    justify-self: start;
    width: auto;
    max-width: 100%;
}

.blyfa-process__step-copy {
    padding-inline-start: clamp(2px, 0.25vw, 5px);
}

/* World: subtle 6px rounding and location pins tied to the visible geography. */
.blyfa-world {
    border-radius: 6px;
}

.blyfa-world__location {
    transform: translate(-16px, -50%);
}

.blyfa-world__location--new-york {
    left: 34.8%;
    top: 60.2%;
}

.blyfa-world__location--london {
    left: 56.5%;
    top: 54.2%;
}

.blyfa-world__location--tokyo {
    left: 77.5%;
    top: 62.2%;
}

.blyfa-world__location--sao-paulo {
    left: 39.1%;
    top: 79.2%;
}

.blyfa-world__location--sydney {
    left: 75.2%;
    top: 82.0%;
}

/* Stats: only the three supplied, factual metrics. */
.blyfa-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Testimonials */
.blyfa-testimonials {
    background: #ffffff;
    color: var(--blyfa-text);
    direction: ltr;
}

.blyfa-testimonials__inner {
    padding: clamp(82px, 6.4vw, 126px) 0 clamp(92px, 7vw, 138px);
}

.blyfa-testimonials__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
    align-items: end;
    gap: clamp(42px, 6vw, 110px);
    margin-bottom: clamp(42px, 4vw, 72px);
}

.blyfa-testimonials__title {
    margin: 0;
    color: #202124;
    font-size: clamp(48px, 5vw, 92px);
    font-weight: 750;
    line-height: 0.98;
    letter-spacing: -0.066em;
}

.blyfa-testimonials__title span {
    color: var(--blyfa-green);
}

.blyfa-testimonials__lead {
    max-width: 33em;
    margin: 0 0 0.2em;
    color: #465064;
    font-size: clamp(17px, 1.25vw, 24px);
    font-weight: 380;
    line-height: 1.45;
    letter-spacing: -0.03em;
}

.blyfa-testimonials__viewport {
    overflow: hidden;
}

.blyfa-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 1.8vw, 34px);
    transition: opacity 150ms ease, transform 220ms cubic-bezier(.2, .75, .3, 1);
}

.blyfa-testimonials__grid.is-moving-next {
    opacity: 0;
    transform: translateX(-14px);
}

.blyfa-testimonials__grid.is-moving-prev {
    opacity: 0;
    transform: translateX(14px);
}

.blyfa-review {
    min-height: clamp(280px, 20vw, 370px);
    display: flex;
    flex-direction: column;
    padding: clamp(24px, 2.2vw, 38px);
    border: 1px solid #dfe2e6;
    border-radius: 16px;
    background: #ffffff;
}

.blyfa-review[hidden] {
    display: none !important;
}

.blyfa-review__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.blyfa-review__initial {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #111315;
    color: #ffffff;
    font-size: 17px;
    font-weight: 650;
    line-height: 1;
}

.blyfa-review__quote {
    margin: clamp(34px, 3vw, 52px) 0 0;
}

.blyfa-review__quote p {
    margin: 0;
    color: #25292f;
    font-size: clamp(18px, 1.35vw, 25px);
    font-weight: 430;
    line-height: 1.48;
    letter-spacing: -0.035em;
}

.blyfa-review__footer {
    margin-top: auto;
    padding-top: clamp(30px, 2.8vw, 48px);
}

.blyfa-review__footer strong {
    color: #202124;
    font-size: clamp(15px, 1vw, 19px);
    font-weight: 650;
}

.blyfa-testimonials__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: clamp(34px, 3.4vw, 56px);
}

.blyfa-testimonials__arrow {
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid #d8dce1;
    border-radius: 50%;
    background: #ffffff;
    color: #202124;
    cursor: pointer;
    transition: border-color 160ms ease, transform 160ms ease;
}

.blyfa-testimonials__arrow:hover,
.blyfa-testimonials__arrow:focus-visible {
    border-color: #202124;
    transform: translateY(-1px);
}

.blyfa-testimonials__dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.blyfa-testimonials__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #ccd1d7;
    cursor: pointer;
    transition: width 180ms ease, background 180ms ease;
}

.blyfa-testimonials__dot.is-active {
    width: 28px;
    background: var(--blyfa-green);
}

@media (max-width: 1280px) {
    .blyfa-process__inner {
        width: min(var(--blyfa-shell-width), 1140px);
        grid-template-columns: minmax(330px, 0.92fr) minmax(430px, 1.08fr);
        gap: 52px;
    }

    .blyfa-process__steps {
        width: min(100%, 540px);
    }

    .blyfa-world__location--new-york { left: 34.2%; top: 60.5%; }
    .blyfa-world__location--london { left: 56.1%; top: 54.6%; }
    .blyfa-world__location--tokyo { left: 77%; top: 62.7%; }
    .blyfa-world__location--sao-paulo { left: 38.6%; top: 79.4%; }
    .blyfa-world__location--sydney { left: 74.6%; top: 82.1%; }
}

@media (max-width: 980px) {
    .blyfa-process__inner {
        width: var(--blyfa-shell-width);
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 30px;
    }

    .blyfa-process__steps {
        width: 100%;
    }

    .blyfa-process__step {
        grid-template-columns: 38px 44px minmax(0, 1fr);
    }

    .blyfa-world__location {
        transform: translate(-12px, -50%);
    }

    .blyfa-stats__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .blyfa-stat:nth-child(3),
    .blyfa-stat:nth-child(n+3) {
        border-top: 0;
    }

    .blyfa-stat:nth-child(3) {
        border-left: 1px solid #d4d7db;
    }

    .blyfa-testimonials__heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .blyfa-testimonials__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .blyfa-process__steps {
        width: 100%;
    }

    .blyfa-process__step {
        grid-template-columns: 42px 50px minmax(0, 1fr);
    }

    .blyfa-world__location {
        transform: translate(-9px, -50%);
    }

    .blyfa-world__location--new-york { left: 31.5%; top: 61.5%; }
    .blyfa-world__location--london { left: 56%; top: 56%; }
    .blyfa-world__location--tokyo { left: 77%; top: 65.5%; }
    .blyfa-world__location--sao-paulo { left: 36%; top: 79.5%; }
    .blyfa-world__location--sydney { left: 73%; top: 82.5%; }

    .blyfa-stats__grid {
        grid-template-columns: 1fr;
    }

    .blyfa-stat:nth-child(3) {
        border-left: 0;
    }

    .blyfa-stat:nth-child(n+2) {
        border-top: 1px solid #d4d7db;
    }

    .blyfa-testimonials__inner {
        padding-block: 68px 82px;
    }

    .blyfa-testimonials__title {
        font-size: clamp(44px, 12vw, 62px);
    }

    .blyfa-testimonials__lead {
        font-size: 17px;
    }

    .blyfa-testimonials__grid {
        grid-template-columns: 1fr;
    }

    .blyfa-review {
        min-height: 310px;
        border-radius: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blyfa-testimonials__grid,
    .blyfa-testimonials__arrow,
    .blyfa-testimonials__dot {
        transition-duration: 0.01ms !important;
    }
}

/* v1.7.0 final responsive corrections */
.blyfa-world__location--new-york { left: 40.5%; top: 60.7%; }
.blyfa-world__location--sao-paulo { left: 41.7%; top: 79.4%; }

@media (max-width: 1280px) {
    .blyfa-world__location--new-york { left: 39.5%; top: 61%; }
    .blyfa-world__location--sao-paulo { left: 41.2%; top: 79.6%; }
}

@media (max-width: 980px) {
    .blyfa-world__location--new-york { left: 38.5%; top: 61.5%; }
    .blyfa-world__location--sao-paulo { left: 40.6%; top: 80%; }
}

@media (max-width: 720px) {
    .blyfa-process__inner {
        width: var(--blyfa-shell-width);
        grid-template-columns: 1fr;
        gap: 54px;
        min-height: 0;
        padding-block: 64px 70px;
    }

    .blyfa-process__intro {
        gap: 42px;
    }

    .blyfa-process__title {
        font-size: clamp(44px, 13vw, 60px);
    }

    .blyfa-process__lead {
        max-width: 29em;
        font-size: 17px;
    }

    .blyfa-process__button {
        width: auto;
        min-width: min(100%, 260px);
    }

    .blyfa-process__steps {
        width: 100%;
        justify-self: stretch;
    }

    .blyfa-process__step {
        grid-template-columns: 42px 50px minmax(0, 1fr);
        min-height: 112px;
    }

    .blyfa-process__step-copy h3 {
        font-size: 24px;
    }

    .blyfa-process__step-copy p {
        font-size: 16px;
    }

    .blyfa-world__location--new-york { left: 36%; top: 62.5%; }
    .blyfa-world__location--london { left: 56%; top: 57%; }
    .blyfa-world__location--tokyo { left: 76%; top: 66%; display: flex; }
    .blyfa-world__location--sao-paulo { left: 39%; top: 80.5%; display: flex; }
    .blyfa-world__location--sydney { left: 72%; top: 83%; display: flex; }
}

/* --------------------------------------------------------------------------
 * v1.8.0 refinements and new home sections
 * -------------------------------------------------------------------------- */

/* Process: keep the timeline rail close to the visual center and keep the
 * copy beside it, while using a tighter centered composition so neither side
 * feels abandoned. */
.blyfa-process__inner {
    width: min(var(--blyfa-shell-width), 1180px);
    grid-template-columns: minmax(410px, 500px) minmax(500px, 560px);
    justify-content: center;
    gap: clamp(56px, 5vw, 82px);
}

.blyfa-process__intro {
    width: min(100%, 490px);
    justify-self: end;
}

.blyfa-process__steps {
    width: 100%;
    max-width: 560px;
    justify-self: start;
}

.blyfa-process__step {
    grid-template-columns: clamp(38px, 3vw, 46px) clamp(52px, 4vw, 62px) minmax(0, 1fr);
}

.blyfa-process__step-copy {
    justify-self: start;
    width: 100%;
    max-width: 380px;
    padding-inline-start: clamp(2px, 0.3vw, 6px);
}

.blyfa-process__step-copy h3,
.blyfa-process__step-copy p {
    width: auto;
    max-width: 100%;
}

/* World: the country labels have been removed from the markup entirely. */
.blyfa-world {
    border-radius: 6px;
}

/* Testimonials: one measured height is shared by every slide group, so the
 * section no longer jumps vertically when moving between review pages. */
.blyfa-testimonials__grid {
    align-items: stretch;
}

.blyfa-review {
    height: var(--blyfa-review-height, clamp(340px, 23vw, 410px));
    min-height: 0;
}

/* FAQ */
.blyfa-faq {
    background: #ffffff;
    color: var(--blyfa-text);
    direction: ltr;
}

.blyfa-faq__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
    gap: clamp(56px, 7vw, 126px);
    padding: clamp(86px, 7vw, 138px) 0;
    border-top: 1px solid #d5d8dc;
}

.blyfa-faq__heading {
    align-self: start;
    position: sticky;
    top: 28px;
}

.blyfa-faq__title {
    margin: 0;
    color: #202124;
    font-size: clamp(48px, 5vw, 92px);
    font-weight: 750;
    line-height: 0.98;
    letter-spacing: -0.066em;
}

.blyfa-faq__title span {
    color: var(--blyfa-green);
}

.blyfa-faq__lead {
    max-width: 25em;
    margin: clamp(24px, 2vw, 34px) 0 0;
    color: #465064;
    font-size: clamp(17px, 1.25vw, 23px);
    font-weight: 380;
    line-height: 1.45;
    letter-spacing: -0.03em;
}

.blyfa-faq__list {
    border-top: 1px solid #202124;
}

.blyfa-faq__item {
    border-bottom: 1px solid #d5d8dc;
}

.blyfa-faq__question {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
    gap: 24px;
    padding: clamp(24px, 2.1vw, 34px) 0;
    color: #202124;
    font-size: clamp(19px, 1.45vw, 27px);
    font-weight: 650;
    line-height: 1.25;
    letter-spacing: -0.035em;
    cursor: pointer;
    list-style: none;
}

.blyfa-faq__question::-webkit-details-marker {
    display: none;
}

.blyfa-faq__icon {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #bfc4ca;
    border-radius: 50%;
}

.blyfa-faq__icon::before,
.blyfa-faq__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 1px;
    background: #202124;
    transform: translate(-50%, -50%);
    transition: transform 180ms ease;
}

.blyfa-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blyfa-faq__item[open] .blyfa-faq__icon {
    border-color: var(--blyfa-green);
}

.blyfa-faq__item[open] .blyfa-faq__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.blyfa-faq__answer {
    max-width: 42em;
    padding: 0 72px clamp(26px, 2.2vw, 38px) 0;
}

.blyfa-faq__answer p {
    margin: 0;
    color: #55606f;
    font-size: clamp(16px, 1.12vw, 21px);
    font-weight: 370;
    line-height: 1.58;
    letter-spacing: -0.022em;
}

/* Expandable centered copy */
.blyfa-story {
    background: #ffffff;
    color: var(--blyfa-text);
    direction: ltr;
}

.blyfa-story__inner {
    max-width: 1180px;
    padding: clamp(94px, 8vw, 158px) 0 clamp(98px, 8vw, 160px);
    text-align: center;
}

.blyfa-story__title {
    max-width: 13em;
    margin: 0 auto;
    color: #202124;
    font-size: clamp(48px, 5.1vw, 92px);
    font-weight: 750;
    line-height: 0.99;
    letter-spacing: -0.066em;
}

.blyfa-story__copy-wrap {
    position: relative;
    max-width: 900px;
    max-height: 9.5em;
    margin: clamp(34px, 3vw, 54px) auto 0;
    overflow: hidden;
    transition: max-height 420ms cubic-bezier(.2, .75, .3, 1);
}

.blyfa-story__copy-wrap::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5.5em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 78%);
    pointer-events: none;
    transition: opacity 200ms ease;
}

.blyfa-story__copy {
    color: #465064;
    font-size: clamp(18px, 1.35vw, 25px);
    font-weight: 380;
    line-height: 1.58;
    letter-spacing: -0.03em;
}

.blyfa-story__copy p {
    margin: 0;
}

.blyfa-story__copy p + p {
    margin-top: 1.15em;
}

.blyfa-story.is-expanded .blyfa-story__copy-wrap {
    max-height: 1200px;
}

.blyfa-story.is-expanded .blyfa-story__copy-wrap::after {
    opacity: 0;
}

.blyfa-story__toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 150px;
    min-height: 48px;
    margin-top: 10px;
    padding: 11px 20px;
    border: 1px solid #cfd3d8;
    border-radius: 999px;
    background: #ffffff;
    color: #202124;
    font-size: 15px;
    font-weight: 560;
    cursor: pointer;
    box-shadow: 0 -12px 28px 18px rgba(255, 255, 255, 0.92);
    transition: border-color 160ms ease, transform 160ms ease;
}

.blyfa-story__toggle:hover,
.blyfa-story__toggle:focus-visible {
    border-color: #202124;
    transform: translateY(-1px);
}

.blyfa-story__toggle-arrow {
    color: var(--blyfa-green);
    font-size: 1.08em;
}

/* Blog */
.blyfa-blog {
    background: #f7f8f7;
    color: var(--blyfa-text);
    direction: ltr;
}

.blyfa-blog__inner {
    padding: clamp(88px, 7vw, 138px) 0 clamp(98px, 8vw, 150px);
}

.blyfa-blog__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: clamp(42px, 4vw, 72px);
}

.blyfa-blog__title {
    margin: 0;
    color: #202124;
    font-size: clamp(48px, 5vw, 92px);
    font-weight: 750;
    line-height: 0.98;
    letter-spacing: -0.066em;
}

.blyfa-blog__title span {
    color: var(--blyfa-green);
}

.blyfa-blog__all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    border-bottom: 1px solid var(--blyfa-green);
    color: #1d4f2c;
    font-size: clamp(15px, 1vw, 19px);
    font-weight: 520;
    white-space: nowrap;
}

.blyfa-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 1.7vw, 30px);
}

.blyfa-blog-card {
    min-width: 0;
}

.blyfa-blog-card__link {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: clamp(14px, 1.25vw, 22px);
    border: 1px solid #dfe2e5;
    border-radius: 14px;
    background: #ffffff;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.blyfa-blog-card__link:hover,
.blyfa-blog-card__link:focus-visible {
    transform: translateY(-3px);
    border-color: #c8cdd2;
    box-shadow: 0 18px 40px rgba(20, 26, 23, 0.08);
}

.blyfa-blog-card__visual {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 9px;
    background: #e49a3a;
}

.blyfa-blog-card:nth-child(6n + 2) .blyfa-blog-card__visual { background: #bfcde8; }
.blyfa-blog-card:nth-child(6n + 3) .blyfa-blog-card__visual { background: #79a96f; }
.blyfa-blog-card:nth-child(6n + 4) .blyfa-blog-card__visual { background: #6e5aa8; }
.blyfa-blog-card:nth-child(6n + 5) .blyfa-blog-card__visual { background: #d8cbb9; }
.blyfa-blog-card:nth-child(6n + 6) .blyfa-blog-card__visual { background: #d26b53; }

.blyfa-blog-card__meta {
    margin-top: clamp(18px, 1.5vw, 26px);
    color: #657080;
    font-size: 13px;
    font-weight: 560;
    letter-spacing: 0.01em;
}

.blyfa-blog-card__title {
    max-width: 18em;
    margin: 10px 38px 0 0;
    color: #202124;
    font-size: clamp(20px, 1.5vw, 28px);
    font-weight: 680;
    line-height: 1.17;
    letter-spacing: -0.045em;
}

.blyfa-blog-card__arrow {
    position: absolute;
    right: clamp(16px, 1.3vw, 22px);
    bottom: clamp(16px, 1.3vw, 22px);
    color: #202124;
    font-size: clamp(20px, 1.4vw, 27px);
    line-height: 1;
}

/* Footer */
.site-footer {
    background: #111315;
    color: #ffffff;
    direction: ltr;
}

.site-footer__inner {
    padding: clamp(72px, 6vw, 116px) 0 clamp(32px, 3vw, 52px);
}

.site-footer__cta {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 48px;
    padding-bottom: clamp(64px, 6vw, 104px);
}

.site-footer__cta h2 {
    max-width: 11em;
    margin: 0;
    color: #ffffff;
    font-size: clamp(48px, 5.2vw, 98px);
    font-weight: 740;
    line-height: 0.98;
    letter-spacing: -0.066em;
}

.site-footer__button {
    min-width: clamp(180px, 15vw, 260px);
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 13px 24px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: #ffffff;
    color: #111315;
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 560;
    transition: transform 160ms ease, opacity 160ms ease;
}

.site-footer__button:hover,
.site-footer__button:focus-visible {
    transform: translateY(-2px);
    opacity: 0.92;
}

.site-footer__bottom {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(28px, 4vw, 72px);
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer__brand {
    display: inline-flex;
    align-items: baseline;
    color: #ffffff;
    font-size: 31px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: -0.06em;
}

.site-footer__brand i {
    color: var(--blyfa-green);
    font-style: normal;
}

.site-footer__nav {
    display: flex;
    justify-content: center;
    gap: clamp(20px, 2.3vw, 42px);
    flex-wrap: wrap;
}

.site-footer__nav a,
.site-footer__meta {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 420;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
    color: #ffffff;
}

.site-footer__meta {
    margin: 0;
    text-align: right;
}

@media (max-width: 1280px) {
    .blyfa-process__inner {
        width: min(var(--blyfa-shell-width), 1080px);
        grid-template-columns: minmax(360px, 460px) minmax(460px, 520px);
        gap: 52px;
    }

    .blyfa-process__intro {
        width: min(100%, 450px);
    }

    .blyfa-faq__inner {
        grid-template-columns: minmax(0, 0.72fr) minmax(470px, 1.28fr);
        gap: 56px;
    }
}

@media (max-width: 980px) {
    .blyfa-process__inner {
        width: var(--blyfa-shell-width);
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 34px;
    }

    .blyfa-process__intro,
    .blyfa-process__steps {
        width: 100%;
        max-width: none;
    }

    .blyfa-process__step {
        grid-template-columns: 34px 42px minmax(0, 1fr);
    }

    .blyfa-process__step-copy {
        max-width: none;
    }

    .blyfa-faq__inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .blyfa-faq__heading {
        position: static;
    }

    .blyfa-faq__lead {
        max-width: 34em;
    }

    .blyfa-blog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__bottom {
        grid-template-columns: auto 1fr;
    }

    .site-footer__nav {
        justify-content: flex-end;
    }

    .site-footer__meta {
        grid-column: 1 / -1;
        text-align: left;
    }
}

@media (max-width: 820px) {
    .blyfa-process__inner {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .blyfa-process__intro {
        justify-self: stretch;
        max-width: 620px;
    }

    .blyfa-process__steps {
        max-width: 620px;
    }
}

@media (max-width: 720px) {
    .blyfa-process__inner {
        gap: 50px;
    }

    .blyfa-review {
        height: var(--blyfa-review-height, 360px);
    }

    .blyfa-faq__inner {
        padding-block: 72px 84px;
    }

    .blyfa-faq__title,
    .blyfa-story__title,
    .blyfa-blog__title {
        font-size: clamp(42px, 12vw, 60px);
    }

    .blyfa-faq__question {
        grid-template-columns: minmax(0, 1fr) 30px;
        gap: 16px;
        font-size: 19px;
    }

    .blyfa-faq__answer {
        padding-right: 46px;
    }

    .blyfa-story__inner {
        padding-block: 78px 90px;
    }

    .blyfa-story__copy-wrap {
        max-height: 10.3em;
    }

    .blyfa-story__copy {
        font-size: 17px;
    }

    .blyfa-blog__heading,
    .site-footer__cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .blyfa-blog__grid {
        grid-template-columns: 1fr;
    }

    .blyfa-blog-card__title {
        font-size: 23px;
    }

    .site-footer__inner {
        padding-block: 70px 34px;
    }

    .site-footer__cta {
        gap: 32px;
        padding-bottom: 62px;
    }

    .site-footer__cta h2 {
        font-size: clamp(44px, 12vw, 62px);
    }

    .site-footer__button {
        min-width: 180px;
    }

    .site-footer__bottom {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 24px;
    }

    .site-footer__nav {
        justify-content: flex-start;
    }

    .site-footer__meta {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blyfa-faq__icon::before,
    .blyfa-faq__icon::after,
    .blyfa-story__copy-wrap,
    .blyfa-story__copy-wrap::after,
    .blyfa-story__toggle,
    .blyfa-blog-card__link,
    .site-footer__button {
        transition-duration: 0.01ms !important;
    }
}

/* v1.8.0 read-more line clamp correction: four visible lines before the fade. */
.blyfa-story__copy-wrap {
    font-size: clamp(18px, 1.35vw, 25px);
    max-height: calc(1em * 1.58 * 4);
}

.blyfa-story__copy {
    font-size: 1em;
}

@media (max-width: 720px) {
    .blyfa-story__copy-wrap {
        font-size: 17px;
        max-height: calc(1em * 1.58 * 4);
    }

    .blyfa-story__copy {
        font-size: 1em;
    }
}

/* --------------------------------------------------------------------------
 * v1.9.0 final layout, navigation and blog refinements
 * -------------------------------------------------------------------------- */

/* Desktop header: sticky, compact and intentionally text-first. */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1200;
    background: rgba(255, 255, 255, 0.94);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.admin-bar .site-header {
    top: 32px;
}

.site-header__inner {
    min-height: clamp(78px, 5.6vw, 102px);
}

.primary-nav .menu-item:last-child a::after,
.primary-nav .blyfa-talk-link::after {
    content: none;
    display: none;
}

.site-header__account {
    flex: 0 0 auto;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid #202124;
    border-radius: 8px;
    background: #202124;
    color: #ffffff;
    font-size: clamp(13px, 0.9vw, 16px);
    font-weight: 560;
    letter-spacing: -0.025em;
    white-space: nowrap;
    transition: transform 160ms ease, opacity 160ms ease;
}

.site-header__account:hover,
.site-header__account:focus-visible {
    transform: translateY(-1px);
    opacity: 0.9;
}

/* Process: a new centered rail. It keeps the same restrained visual language
 * without splitting the page into two awkward halves. */
.blyfa-process {
    background: #ffffff;
}

.blyfa-process__inner {
    display: block;
    width: min(var(--blyfa-shell-width), 1540px);
    min-height: 0;
    padding: clamp(82px, 6.4vw, 126px) 0 clamp(92px, 7vw, 138px);
}

.blyfa-process__intro {
    display: block;
    width: min(100%, 880px);
    max-width: none;
    margin: 0 auto;
    text-align: center;
}

.blyfa-process__title {
    margin: 0;
    color: #202124;
    font-size: clamp(50px, 5.2vw, 94px);
    font-weight: 750;
    line-height: 0.98;
    letter-spacing: -0.066em;
}

.blyfa-process__lead {
    max-width: 42em;
    margin: clamp(24px, 1.9vw, 34px) auto 0;
    color: #465064;
    font-size: clamp(18px, 1.28vw, 24px);
    font-weight: 380;
    line-height: 1.5;
    letter-spacing: -0.028em;
}

.blyfa-process__button {
    min-width: 0;
    min-height: 54px;
    display: inline-flex;
    margin-top: clamp(28px, 2.3vw, 40px);
    padding: 12px 24px;
    gap: 14px;
    border-radius: 8px;
    font-size: clamp(15px, 1vw, 18px);
}

.blyfa-process__steps {
    position: relative;
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(22px, 2.6vw, 48px);
    margin: clamp(70px, 6vw, 108px) 0 0;
    padding: 0;
    list-style: none;
}

.blyfa-process__steps::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 13px;
    left: 12.5%;
    right: 12.5%;
    bottom: auto;
    width: auto;
    height: 1px;
    background: #c5cad0;
}

.blyfa-process__step,
.blyfa-process__step:last-child {
    position: relative;
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.blyfa-process__step:not(:last-child)::before {
    content: none;
    display: none;
}

.blyfa-process__marker {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-inline: 10px;
    background: #ffffff;
}

.blyfa-process__node {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border: 2px solid #202124;
    border-radius: 50%;
    background: #ffffff;
}

.blyfa-process__node::after {
    inset: 4px;
}

.blyfa-process__number {
    color: #667080;
    font-size: 14px;
    font-weight: 560;
    line-height: 1;
    letter-spacing: 0.02em;
}

.blyfa-process__step-copy {
    width: 100%;
    max-width: 29ch;
    margin-top: 24px;
    padding: 0;
    text-align: center;
}

.blyfa-process__step-copy h3,
.blyfa-process__step-copy p {
    width: auto;
    max-width: 100%;
    margin-inline: auto;
}

.blyfa-process__step-copy h3 {
    margin-top: 0;
    font-size: clamp(22px, 1.65vw, 30px);
    line-height: 1.05;
}

.blyfa-process__step-copy p {
    margin-top: 10px;
    color: #566171;
    font-size: clamp(15px, 1.02vw, 18px);
    line-height: 1.48;
}

.blyfa-process__step.is-active .blyfa-process__step-copy h3,
.blyfa-process__step.is-passed .blyfa-process__step-copy h3 {
    color: #202124;
}

.blyfa-process__step.is-active .blyfa-process__number {
    color: var(--blyfa-green);
}

/* World copy is live HTML and remains selectable over the supplied artwork. */
.blyfa-world__content {
    pointer-events: auto;
    user-select: text;
    -webkit-user-select: text;
}

.blyfa-world__title,
.blyfa-world__lead {
    user-select: text;
    -webkit-user-select: text;
}

/* Blog carousel */
.blyfa-blog__heading > div {
    min-width: 0;
}

.blyfa-blog__lead {
    max-width: 34em;
    margin: 20px 0 0;
    color: #586272;
    font-size: clamp(16px, 1.08vw, 20px);
    line-height: 1.5;
    letter-spacing: -0.025em;
}

.blyfa-blog__viewport {
    overflow: hidden;
}

.blyfa-blog__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 1.7vw, 30px);
    align-items: stretch;
    transition: opacity 150ms ease, transform 220ms cubic-bezier(.2, .75, .3, 1);
}

.blyfa-blog__track.is-moving-next {
    opacity: 0;
    transform: translateX(-14px);
}

.blyfa-blog__track.is-moving-prev {
    opacity: 0;
    transform: translateX(14px);
}

.blyfa-blog-card {
    min-width: 0;
    min-height: clamp(420px, 31vw, 560px);
    display: flex;
    flex-direction: column;
    padding: clamp(14px, 1.25vw, 22px);
    border: 1px solid #dfe2e5;
    border-radius: 14px;
    background: #ffffff;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.blyfa-blog-card[hidden] {
    display: none !important;
}

.blyfa-blog-card:hover {
    transform: translateY(-3px);
    border-color: #c8cdd2;
    box-shadow: 0 18px 40px rgba(20, 26, 23, 0.08);
}

.blyfa-blog-card__visual {
    flex: 0 0 auto;
}

.blyfa-blog-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.blyfa-blog-card__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: clamp(18px, 1.5vw, 26px);
}

.blyfa-blog-card__meta {
    margin: 0;
}

.blyfa-blog-card__date {
    color: #7a8390;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.blyfa-blog-card__title {
    max-width: 20em;
    margin: 12px 0 0;
}

.blyfa-blog-card__button {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    margin-top: auto;
    padding: 10px 14px;
    border: 1px solid #cfd4d9;
    border-radius: 8px;
    color: #202124;
    font-size: 14px;
    font-weight: 600;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.blyfa-blog-card__button:hover,
.blyfa-blog-card__button:focus-visible {
    border-color: #202124;
    background: #202124;
    color: #ffffff;
}

.blyfa-blog__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: clamp(34px, 3.2vw, 54px);
}

.blyfa-blog__arrow {
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid #d7dce1;
    border-radius: 50%;
    background: #ffffff;
    color: #202124;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease;
}

.blyfa-blog__arrow:hover,
.blyfa-blog__arrow:focus-visible {
    transform: translateY(-1px);
    border-color: #202124;
}

.blyfa-blog__dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.blyfa-blog__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #cbd0d6;
    cursor: pointer;
    transition: width 180ms ease, background 180ms ease;
}

.blyfa-blog__dot.is-active {
    width: 28px;
    background: var(--blyfa-green);
}

/* Mobile/tablet dock is intentionally absent on desktop. */
.blyfa-mobile-dock {
    display: none;
}

@media (max-width: 1024px) {
    body {
        padding-bottom: 122px;
    }

    .site-header {
        display: none;
    }

    .blyfa-mobile-dock {
        position: fixed;
        z-index: 1600;
        left: 50%;
        bottom: max(10px, env(safe-area-inset-bottom));
        width: min(760px, calc(100vw - 20px));
        display: block;
        transform: translateX(-50%);
        filter: drop-shadow(0 18px 30px rgba(13, 18, 15, 0.16));
    }

    .blyfa-mobile-dock__projects {
        min-height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 7px 14px;
        border: 1px solid #202124;
        border-bottom: 0;
        border-radius: 14px 14px 0 0;
        background: #202124;
        color: #ffffff;
        font-size: 12px;
        font-weight: 570;
        letter-spacing: -0.015em;
    }

    .blyfa-mobile-dock__projects svg {
        width: 16px;
        height: 16px;
        fill: none;
        stroke: #10C843;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .blyfa-mobile-dock__nav {
        min-height: 72px;
        display: grid;
        grid-template-columns: 1fr 1fr 1.08fr 1fr 1.35fr;
        align-items: center;
        padding: 7px 8px 8px;
        border: 1px solid #d9dde1;
        border-radius: 0 0 16px 16px;
        background: rgba(255, 255, 255, 0.97);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
    }

    .blyfa-mobile-dock__item {
        min-width: 0;
        min-height: 56px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        color: #333940;
        text-align: center;
    }

    .blyfa-mobile-dock__item svg {
        width: 21px;
        height: 21px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.55;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .blyfa-mobile-dock__item span {
        max-width: 100%;
        overflow: hidden;
        color: #333940;
        font-size: 10.5px;
        font-weight: 560;
        line-height: 1.05;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .blyfa-mobile-dock__brand {
        justify-self: center;
        width: 58px;
        height: 58px;
        display: grid;
        place-items: center;
        margin-top: -17px;
        border: 1px solid #d8dde1;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 8px 20px rgba(15, 20, 17, 0.11);
    }

    .blyfa-mobile-dock__brand img {
        width: 46px;
        height: 46px;
        object-fit: contain;
        border-radius: 50%;
    }

    .blyfa-process__steps {
        gap: 20px;
    }

    .blyfa-process__step-copy p {
        font-size: 15px;
    }

    .blyfa-blog__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer {
        padding-bottom: 18px;
    }
}

@media (max-width: 820px) {
    .blyfa-process__inner {
        padding-block: 70px 82px;
    }

    .blyfa-process__intro {
        max-width: 620px;
    }

    .blyfa-process__title {
        font-size: clamp(44px, 9vw, 64px);
    }

    .blyfa-process__lead {
        font-size: 17px;
    }

    .blyfa-process__steps {
        width: min(100%, 640px);
        grid-template-columns: 1fr;
        gap: 0;
        margin: 54px auto 0;
    }

    .blyfa-process__steps::before {
        top: 13px;
        bottom: 13px;
        left: 12px;
        right: auto;
        width: 1px;
        height: auto;
    }

    .blyfa-process__step,
    .blyfa-process__step:last-child {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        align-items: start;
        min-height: 0;
        padding: 0 0 34px;
        text-align: left;
    }

    .blyfa-process__step:last-child {
        padding-bottom: 0;
    }

    .blyfa-process__marker {
        grid-column: 1;
        justify-self: start;
        gap: 9px;
        padding: 0 9px 0 0;
    }

    .blyfa-process__step-copy {
        grid-column: 2;
        max-width: 40em;
        margin-top: 0;
        text-align: left;
    }

    .blyfa-process__step-copy h3,
    .blyfa-process__step-copy p {
        margin-inline: 0;
    }
}

@media (max-width: 720px) {
    body {
        padding-bottom: 118px;
    }

    .blyfa-mobile-dock {
        width: calc(100vw - 14px);
        bottom: max(7px, env(safe-area-inset-bottom));
    }

    .blyfa-mobile-dock__nav {
        grid-template-columns: 1fr 1fr 1fr 1fr 1.25fr;
        padding-inline: 4px;
    }

    .blyfa-mobile-dock__item span {
        font-size: 9.5px;
    }

    .blyfa-mobile-dock__brand {
        width: 54px;
        height: 54px;
    }

    .blyfa-mobile-dock__brand img {
        width: 43px;
        height: 43px;
    }

    .blyfa-process__title {
        font-size: clamp(42px, 12vw, 58px);
    }

    .blyfa-process__button {
        width: 100%;
        justify-content: center;
    }

    .blyfa-process__step,
    .blyfa-process__step:last-child {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .blyfa-world__content {
        pointer-events: auto;
        user-select: text;
        -webkit-user-select: text;
    }

    .blyfa-blog__heading {
        gap: 24px;
    }

    .blyfa-blog__track {
        grid-template-columns: 1fr;
    }

    .blyfa-blog-card {
        min-height: 430px;
    }

    .blyfa-blog-card__meta-row {
        gap: 10px;
    }

    .blyfa-blog-card__date {
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-header__account,
    .blyfa-blog__track,
    .blyfa-blog-card,
    .blyfa-blog-card__button,
    .blyfa-blog__arrow,
    .blyfa-blog__dot {
        transition-duration: 0.01ms !important;
    }
}

/* Keep blog groups stable when a later card has a longer title. */
.blyfa-blog-card {
    height: var(--blyfa-blog-card-height, auto);
}


/* --------------------------------------------------------------------------
 * v1.10.0 final polish
 * -------------------------------------------------------------------------- */

/* Services: keep every description inside its own third. */
.blyfa-services__grid {
    align-items: start;
}

.blyfa-service,
.blyfa-service__link {
    width: 100%;
    min-width: 0;
}

.blyfa-service__link {
    max-width: none;
}

.blyfa-service__heading {
    max-width: 100%;
}

.blyfa-service__text {
    width: 100%;
    max-width: 31ch;
    overflow-wrap: break-word;
}

.blyfa-service:nth-child(2) .blyfa-service__text {
    margin-inline: auto;
}

.blyfa-service:nth-child(3) .blyfa-service__text {
    margin-left: auto;
}

/* Process CTA now belongs under the rail, not above it. */
.blyfa-process__footer {
    display: flex;
    justify-content: center;
    margin-top: clamp(42px, 4.1vw, 70px);
}

.blyfa-process__footer .blyfa-process__button {
    margin-top: 0;
}

/* Keep the world paragraph in the clear sky area instead of over the globe. */
.blyfa-world__content {
    width: min(41%, 620px);
    padding-right: 0;
}

.blyfa-world__lead {
    max-width: 25ch;
}

/* Sticky FAQ heading must stop below the sticky desktop header. */
@media (min-width: 1025px) {
    .blyfa-faq__heading {
        top: calc(clamp(78px, 5.6vw, 102px) + 26px);
    }

    .admin-bar .blyfa-faq__heading {
        top: calc(clamp(78px, 5.6vw, 102px) + 58px);
    }
}

/* Blog cards: slightly more compact without changing the three-card rhythm. */
.blyfa-blog-card {
    min-height: clamp(350px, 25vw, 455px);
}

.blyfa-blog-card__visual {
    aspect-ratio: 16 / 7.4;
}

.blyfa-blog-card__meta-row {
    margin-top: clamp(14px, 1.05vw, 20px);
}

.blyfa-blog-card__title {
    margin-top: 9px;
    font-size: clamp(19px, 1.35vw, 25px);
}

.blyfa-blog-card__button {
    min-height: 38px;
    padding: 8px 12px;
}

@media (min-width: 721px) and (max-width: 1180px) {
    .blyfa-services__grid {
        column-gap: clamp(18px, 2.2vw, 30px);
    }

    .blyfa-service__title {
        font-size: clamp(20px, 2.15vw, 25px);
    }

    .blyfa-service__arrow {
        font-size: clamp(18px, 1.9vw, 23px);
    }

    .blyfa-service__text {
        max-width: 27ch;
        font-size: clamp(13px, 1.35vw, 15px);
        line-height: 1.46;
    }
}

@media (max-width: 1024px) {
    .blyfa-world__content {
        width: min(45%, 420px);
    }

    .blyfa-world__lead {
        max-width: 23ch;
    }

    /* Center logo: raw brand artwork only, no badge or shadow. */
    .blyfa-mobile-dock__brand {
        width: 64px;
        height: 48px;
        margin-top: 6px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        filter: none;
        transform: none;
    }

    .blyfa-mobile-dock__brand img {
        width: 58px;
        height: 40px;
        border-radius: 0;
        object-fit: contain;
        filter: none;
    }
}

@media (max-width: 820px) {
    .blyfa-process__footer {
        width: min(100%, 640px);
        margin: 38px auto 0;
    }

    .blyfa-world__content {
        width: min(48%, 350px);
    }
}

@media (max-width: 720px) {
    .blyfa-service__text,
    .blyfa-service:nth-child(2) .blyfa-service__text,
    .blyfa-service:nth-child(3) .blyfa-service__text {
        max-width: 36ch;
        margin-left: 0;
        margin-right: 0;
    }

    .blyfa-process__footer .blyfa-process__button {
        width: 100%;
    }

    .blyfa-world__content {
        width: min(64%, 310px);
    }

    .blyfa-world__lead {
        max-width: 22ch;
    }

    .blyfa-blog-card {
        min-height: 375px;
    }

    .blyfa-mobile-dock__brand {
        width: 58px;
        height: 45px;
        margin-top: 7px;
    }

    .blyfa-mobile-dock__brand img {
        width: 53px;
        height: 37px;
    }
}


/* --------------------------------------------------------------------------
 * v1.10.1 requested brand + services update
 * -------------------------------------------------------------------------- */

/* Desktop header: symbol + black wordmark with a green dot. */
@media (min-width: 1025px) {
    .site-branding__link {
        gap: 10px;
    }

    .site-branding__image {
        width: clamp(38px, 2.7vw, 48px);
        height: clamp(38px, 2.7vw, 48px);
        flex: 0 0 auto;
        object-fit: contain;
    }

    .site-branding__wordmark {
        display: inline-flex;
        align-items: baseline;
        color: #111111;
        font-size: clamp(24px, 1.8vw, 34px);
        font-weight: 720;
        line-height: 1;
        letter-spacing: -0.055em;
        white-space: nowrap;
    }

    .site-branding__wordmark > span {
        color: var(--blyfa-green);
    }
}

/* Home services: one service per row on every viewport. */
.blyfa-services__grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: clamp(34px, 3.6vw, 64px);
    column-gap: 0;
}

.blyfa-service,
.blyfa-service:nth-child(1),
.blyfa-service:nth-child(2),
.blyfa-service:nth-child(3) {
    width: 100%;
    justify-self: stretch;
}

.blyfa-service__link {
    width: 100%;
}

.blyfa-service__text,
.blyfa-service:nth-child(2) .blyfa-service__text,
.blyfa-service:nth-child(3) .blyfa-service__text {
    max-width: 42ch;
    margin-left: 0;
    margin-right: 0;
}

/* Mobile/tablet dock: keep the requested mark exactly centered with breathing room. */
@media (max-width: 1024px) {
    .blyfa-mobile-dock__brand {
        width: 64px;
        height: 56px;
        margin-top: 0;
        padding: 6px;
        align-self: center;
        justify-self: center;
        display: grid;
        place-items: center;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .blyfa-mobile-dock__brand img {
        width: 44px;
        height: 44px;
        object-fit: contain;
        border-radius: 0;
    }
}

@media (max-width: 720px) {
    .blyfa-mobile-dock__brand {
        width: 58px;
        height: 52px;
        padding: 5px;
        margin-top: 0;
    }

    .blyfa-mobile-dock__brand img {
        width: 42px;
        height: 42px;
    }
}


/* --------------------------------------------------------------------------
 * v1.10.2 requested desktop alignment + mobile interaction polish
 * -------------------------------------------------------------------------- */

/* Desktop brand: same visual weight as the footer wordmark, with a small
 * optical nudge left/down while remaining vertically centered with the mark. */
@media (min-width: 1025px) {
    .site-branding__link {
        gap: 9px;
        transform: translate(-8px, 1px);
    }

    .site-branding__wordmark {
        color: #111111;
        font-size: clamp(25px, 1.75vw, 31px);
        font-weight: 760;
        line-height: 1;
        letter-spacing: -0.06em;
    }

    .site-branding__wordmark > span {
        color: var(--blyfa-green);
    }

    /* Keep the three services side by side on desktop. Each description now
     * starts on the same left edge as its own title instead of drifting right. */
    .blyfa-services__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: clamp(34px, 4vw, 92px);
        row-gap: 0;
    }

    .blyfa-service,
    .blyfa-service:nth-child(1),
    .blyfa-service:nth-child(2),
    .blyfa-service:nth-child(3) {
        width: auto;
    }

    .blyfa-service:nth-child(1) { justify-self: start; }
    .blyfa-service:nth-child(2) { justify-self: center; }
    .blyfa-service:nth-child(3) { justify-self: end; }

    .blyfa-service__link {
        width: fit-content;
        max-width: 100%;
    }

    .blyfa-service__text,
    .blyfa-service:nth-child(2) .blyfa-service__text,
    .blyfa-service:nth-child(3) .blyfa-service__text {
        width: 100%;
        max-width: 31ch;
        margin-left: 0;
        margin-right: 0;
    }
}

/* On touch layouts keep the browser tap flash out of links/buttons while
 * retaining keyboard focus-visible behavior. */
@media (max-width: 1024px) {
    a,
    button,
    input,
    select,
    textarea,
    summary,
    [role="button"] {
        -webkit-tap-highlight-color: transparent;
    }
}

@media (max-width: 720px) {
    /* Center the secondary hero link below the full-width CTA. */
    .blyfa-text-link {
        align-self: center;
        text-align: center;
    }

    /* Mobile projects behave as a true one-card-at-a-time slider. */
    .blyfa-projects__stage {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto;
        gap: 0;
        min-height: 0;
    }

    .blyfa-project-card,
    .blyfa-project-card--one,
    .blyfa-project-card--two,
    .blyfa-project-card--three,
    .blyfa-project-card--four {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: min(100%, 390px);
        margin-inline: auto;
        transform: none;
    }

    .blyfa-projects__character {
        display: none !important;
    }

    /* Keep all three facts in one responsive row on mobile. */
    .blyfa-stats__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .blyfa-stat,
    .blyfa-stat + .blyfa-stat,
    .blyfa-stat:nth-child(3),
    .blyfa-stat:nth-child(n+2) {
        min-width: 0;
        padding: clamp(20px, 6vw, 28px) clamp(6px, 2.8vw, 14px) clamp(22px, 6.5vw, 30px);
        border-top: 0;
    }

    .blyfa-stat + .blyfa-stat,
    .blyfa-stat:nth-child(3) {
        border-left: 1px solid #d4d7db;
    }

    .blyfa-stat__value {
        font-size: clamp(36px, 12vw, 58px);
        text-align: center;
    }

    .blyfa-stat__label {
        max-width: none;
        margin-top: clamp(10px, 3vw, 15px);
        font-size: clamp(10px, 3.15vw, 14px);
        line-height: 1.28;
        text-align: center;
        overflow-wrap: anywhere;
    }

    /* The mobile testimonial change is intentionally immediate rather than
     * using the desktop fade/translate flash. */
    .blyfa-testimonials__grid,
    .blyfa-testimonials__grid.is-moving-next,
    .blyfa-testimonials__grid.is-moving-prev {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* --------------------------------------------------------------------------
 * v1.10.4 mobile dock icons, header optical alignment, scroll stability,
 * and rebuilt Web Design landing page.
 * -------------------------------------------------------------------------- */

/* Desktop logo: bring the wordmark slightly closer to the mark and lower it
 * by a couple of pixels for a more balanced optical baseline. */
@media (min-width: 1025px) {
    .site-branding__link {
        gap: 5px;
    }

    .site-branding__wordmark {
        transform: translate(-2px, 2px);
    }
}

/* Supplied SVG artwork replaces the old line icons in the mobile/tablet dock. */
@media (max-width: 1024px) {
    .blyfa-mobile-dock__item {
        position: relative;
        gap: 4px;
    }

    .blyfa-mobile-dock__icon {
        width: 23px;
        height: 23px;
        flex: 0 0 23px;
        object-fit: contain;
    }

    .blyfa-mobile-dock__item.is-active span {
        color: #111111;
        font-weight: 650;
    }

    .blyfa-mobile-dock__projects {
        position: relative;
        overflow: visible;
    }

    .blyfa-mobile-dock__projects.is-active::after {
        content: "";
        position: absolute;
        z-index: 2;
        left: 50%;
        bottom: -1px;
        width: 72px;
        height: 3px;
        border-radius: 999px;
        background: var(--blyfa-green);
        transform: translateX(-50%);
    }

    .blyfa-mobile-dock__projects.is-active span {
        color: #ffffff;
        font-weight: 650;
    }
}

/* Prevent mobile browser chrome resize events and dynamic slider measurement
 * from choosing the review section as a scroll anchor. */
.blyfa-blog,
.blyfa-testimonials {
    overflow-anchor: none;
}

@media (max-width: 720px) {
    .blyfa-blog__viewport,
    .blyfa-testimonials__viewport,
    .blyfa-blog__track,
    .blyfa-testimonials__grid {
        overflow-anchor: none;
    }
}

/* Dedicated Web Design landing page ----------------------------------------- */
.blyfa-webdesign {
    --wd-ink: #202124;
    --wd-green: var(--blyfa-green);
    --wd-muted: #5e655f;
    --wd-soft: #f4f5f3;
    --wd-line: #d9ddd9;
    background: #ffffff;
    color: var(--wd-ink);
    overflow: clip;
}

.blyfa-webdesign h1,
.blyfa-webdesign h2,
.blyfa-webdesign h3,
.blyfa-webdesign p,
.blyfa-webdesign figure,
.blyfa-webdesign ul {
    margin-top: 0;
}

.blyfa-webdesign h1,
.blyfa-webdesign h2,
.blyfa-webdesign h3 {
    text-wrap: balance;
}

.blyfa-webdesign-section-tag,
.blyfa-webdesign-eyebrow {
    color: #646b65;
    font-size: 11px;
    font-weight: 720;
    line-height: 1.2;
    letter-spacing: 0.095em;
    text-transform: uppercase;
}

.blyfa-webdesign-section-tag {
    margin-bottom: clamp(28px, 3vw, 48px);
}

.blyfa-webdesign-section-tag--light {
    color: #aeb4af;
}

.blyfa-webdesign-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 clamp(28px, 3.2vw, 50px);
}

.blyfa-webdesign-eyebrow span {
    color: var(--wd-green);
}

.blyfa-webdesign-eyebrow i {
    width: 28px;
    height: 1px;
    background: #aeb4af;
}

/* Hero */
.blyfa-webdesign-hero {
    padding: clamp(54px, 6.2vw, 112px) 0 clamp(76px, 7vw, 132px);
}

.blyfa-webdesign-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
    gap: clamp(54px, 7vw, 140px);
    align-items: center;
}

.blyfa-webdesign-hero__copy {
    max-width: 1020px;
}

.blyfa-webdesign-hero h1 {
    max-width: 10.8ch;
    margin-bottom: clamp(30px, 3vw, 48px);
    color: var(--wd-ink);
    font-size: clamp(58px, 6.6vw, 122px);
    font-weight: 760;
    line-height: 0.96;
    letter-spacing: -0.072em;
}

.blyfa-webdesign-hero__lead {
    max-width: 40em;
    margin-bottom: clamp(34px, 3.4vw, 54px);
    color: #3f4641;
    font-size: clamp(18px, 1.32vw, 25px);
    font-weight: 390;
    line-height: 1.68;
    letter-spacing: -0.022em;
}

.blyfa-webdesign-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 24px;
}

.blyfa-webdesign-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--wd-ink);
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 670;
    line-height: 1;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.blyfa-webdesign-btn--dark {
    background: var(--wd-ink);
    color: #ffffff;
}

.blyfa-webdesign-btn--plain {
    border-color: transparent;
    padding-inline: 4px;
}

.blyfa-webdesign-btn:hover,
.blyfa-webdesign-btn:focus-visible {
    transform: translateY(-2px);
}

.blyfa-webdesign-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: clamp(44px, 5vw, 82px);
    padding-top: 18px;
    border-top: 1px solid var(--wd-line);
    color: #616862;
    font-size: 12px;
    font-weight: 600;
}

.blyfa-webdesign-hero__meta span::before {
    content: "•";
    margin-right: 8px;
    color: var(--wd-green);
}

.blyfa-webdesign-canvas {
    min-height: clamp(520px, 43vw, 760px);
    display: flex;
    flex-direction: column;
    padding: clamp(18px, 1.7vw, 30px);
    background: #10C843;
    color: #102417;
}

.blyfa-webdesign-canvas__bar,
.blyfa-webdesign-canvas__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 10px;
    font-weight: 760;
    letter-spacing: 0.085em;
    text-transform: uppercase;
}

.blyfa-webdesign-canvas__bar {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(12, 42, 23, 0.35);
}

.blyfa-webdesign-canvas__footer {
    padding-top: 15px;
    border-top: 1px solid rgba(12, 42, 23, 0.35);
}

.blyfa-webdesign-canvas__stage {
    position: relative;
    flex: 1;
    min-height: 390px;
    margin: clamp(22px, 2vw, 34px) 0;
}

.blyfa-webdesign-canvas__screen {
    position: absolute;
    border: 1px solid rgba(32, 33, 36, 0.85);
    background: #f5f5ef;
    box-shadow: 0 24px 60px rgba(14, 40, 22, 0.11);
}

.blyfa-webdesign-canvas__screen--desktop {
    inset: 3% 11% 16% 0;
    padding: clamp(30px, 3vw, 52px);
}

.blyfa-webdesign-canvas__screen--mobile {
    right: 0;
    bottom: 0;
    width: 29%;
    height: 58%;
    padding: clamp(14px, 1.4vw, 22px);
    background: #ffffff;
}

.blyfa-webdesign-canvas__label {
    display: inline-block;
    margin-bottom: 18%;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: 0.1em;
}

.blyfa-webdesign-canvas__line {
    width: 64%;
    height: clamp(10px, 0.9vw, 16px);
    margin-bottom: 12px;
    background: var(--wd-ink);
}

.blyfa-webdesign-canvas__line--wide {
    width: 83%;
}

.blyfa-webdesign-canvas__line--short {
    width: 44%;
}

.blyfa-webdesign-canvas__button {
    width: 92px;
    height: 34px;
    margin-top: 28px;
    border: 1px solid var(--wd-ink);
    border-radius: 999px;
}

.blyfa-webdesign-canvas__mini-mark {
    width: 24px;
    height: 24px;
    margin-bottom: 42%;
    background: var(--wd-green);
    transform: rotate(45deg);
}

.blyfa-webdesign-canvas__mini-line {
    height: 8px;
    margin-bottom: 8px;
    background: var(--wd-ink);
}

.blyfa-webdesign-canvas__mini-line:nth-of-type(3) {
    width: 66%;
}

.blyfa-webdesign-canvas__mini-block {
    height: 34%;
    margin-top: 20px;
    background: #e8e9e3;
}

/* Intent */
.blyfa-webdesign-intent {
    border-top: 1px solid var(--wd-ink);
    padding: clamp(88px, 8vw, 156px) 0 clamp(92px, 8.5vw, 164px);
}

.blyfa-webdesign-intent__headline {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
    gap: clamp(48px, 7vw, 140px);
    align-items: end;
    margin-bottom: clamp(70px, 7vw, 128px);
}

.blyfa-webdesign-intent__headline h2 {
    max-width: 14ch;
    margin-bottom: 0;
    font-size: clamp(48px, 5.2vw, 94px);
    font-weight: 730;
    line-height: 1.01;
    letter-spacing: -0.065em;
}

.blyfa-webdesign-intent__headline p {
    max-width: 34em;
    margin-bottom: 5px;
    color: var(--wd-muted);
    font-size: clamp(17px, 1.28vw, 23px);
    line-height: 1.76;
}

.blyfa-webdesign-intent__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--wd-ink);
}

.blyfa-webdesign-intent__grid article {
    min-height: 350px;
    padding: clamp(28px, 2.8vw, 46px) clamp(24px, 2.6vw, 42px) 0 0;
}

.blyfa-webdesign-intent__grid article + article {
    border-left: 1px solid var(--wd-line);
    padding-left: clamp(24px, 2.6vw, 42px);
}

.blyfa-webdesign-intent__grid span {
    color: var(--wd-green);
    font-size: 12px;
    font-weight: 760;
}

.blyfa-webdesign-intent__grid h3 {
    max-width: 12ch;
    margin: clamp(74px, 7vw, 120px) 0 20px;
    font-size: clamp(26px, 2.1vw, 38px);
    font-weight: 680;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.blyfa-webdesign-intent__grid p {
    max-width: 30em;
    margin-bottom: 0;
    color: var(--wd-muted);
    font-size: 15px;
    line-height: 1.75;
}

/* Visual system / showcase */
.blyfa-webdesign-showcase {
    background: var(--wd-soft);
    padding: clamp(88px, 8vw, 152px) 0;
}

.blyfa-webdesign-showcase__inner {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(54px, 7vw, 138px);
}

.blyfa-webdesign-showcase__copy {
    align-self: start;
    position: sticky;
    top: 34px;
}

.blyfa-webdesign-showcase__copy h2 {
    max-width: 10.5ch;
    margin-bottom: 28px;
    font-size: clamp(43px, 4.35vw, 80px);
    font-weight: 730;
    line-height: 1.03;
    letter-spacing: -0.062em;
}

.blyfa-webdesign-showcase__copy > p {
    max-width: 31em;
    margin-bottom: 38px;
    color: var(--wd-muted);
    font-size: 16px;
    line-height: 1.8;
}

.blyfa-webdesign-showcase__copy ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #afb5b0;
}

.blyfa-webdesign-showcase__copy li {
    padding: 14px 0;
    border-bottom: 1px solid #c6cbc7;
    font-size: 13px;
    font-weight: 620;
}

.blyfa-webdesign-showcase__copy li::before {
    content: "↗";
    margin-right: 10px;
    color: var(--wd-green);
}

.blyfa-webdesign-showcase__visuals {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(180px, 0.68fr);
    grid-template-rows: auto auto;
    gap: clamp(16px, 1.6vw, 28px);
}

.blyfa-webdesign-media {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    border: 1px solid rgba(32, 33, 36, 0.18);
}

.blyfa-webdesign-media::after {
    content: "";
    position: absolute;
    inset: 12% 10%;
    border: 1px solid rgba(32, 33, 36, 0.35);
}

.blyfa-webdesign-media span {
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 18px;
    padding: 7px 9px;
    background: #ffffff;
    border: 1px solid var(--wd-ink);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.blyfa-webdesign-media--large {
    min-height: clamp(520px, 45vw, 820px);
    grid-row: 1 / span 2;
    background: #10C843;
}

.blyfa-webdesign-media--small {
    min-height: clamp(250px, 21vw, 380px);
    background: #f5ba31;
}

.blyfa-webdesign-media--wide {
    min-height: clamp(250px, 21vw, 380px);
    background: #d7d5ff;
}

/* Build matrix */
.blyfa-webdesign-build {
    background: var(--wd-ink);
    color: #ffffff;
    padding: clamp(92px, 8vw, 156px) 0 clamp(96px, 8.5vw, 166px);
}

.blyfa-webdesign-build__top {
    display: grid;
    grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
    gap: clamp(48px, 7vw, 140px);
    align-items: start;
    margin-bottom: clamp(72px, 7vw, 128px);
}

.blyfa-webdesign-build__top h2 {
    max-width: 13ch;
    margin-bottom: 0;
    color: #ffffff;
    font-size: clamp(47px, 5vw, 92px);
    font-weight: 720;
    line-height: 1.01;
    letter-spacing: -0.063em;
}

.blyfa-webdesign-build__matrix {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #555b57;
    border-left: 1px solid #555b57;
}

.blyfa-webdesign-build__matrix article {
    min-height: 310px;
    padding: clamp(28px, 2.8vw, 44px);
    border-right: 1px solid #555b57;
    border-bottom: 1px solid #555b57;
}

.blyfa-webdesign-build__matrix span {
    display: block;
    margin-bottom: clamp(74px, 6vw, 108px);
    color: var(--wd-green);
    font-size: 11px;
    font-weight: 740;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blyfa-webdesign-build__matrix h3 {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: clamp(22px, 1.7vw, 31px);
    font-weight: 650;
    line-height: 1.16;
    letter-spacing: -0.035em;
}

.blyfa-webdesign-build__matrix p {
    max-width: 26em;
    margin-bottom: 0;
    color: #afb5b0;
    font-size: 14px;
    line-height: 1.75;
}

/* Pricing */
.blyfa-webdesign-pricing {
    padding: clamp(94px, 8.5vw, 168px) 0;
}

.blyfa-webdesign-pricing__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: clamp(46px, 7vw, 132px);
    align-items: end;
    margin-bottom: clamp(64px, 6vw, 108px);
}

.blyfa-webdesign-pricing__heading .blyfa-webdesign-section-tag {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.blyfa-webdesign-pricing__heading h2 {
    max-width: 12ch;
    margin-bottom: 0;
    font-size: clamp(48px, 5vw, 92px);
    font-weight: 730;
    line-height: 1.02;
    letter-spacing: -0.064em;
}

.blyfa-webdesign-pricing__heading > p {
    max-width: 34em;
    margin-bottom: 6px;
    color: var(--wd-muted);
    font-size: 16px;
    line-height: 1.8;
}

.blyfa-webdesign-pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    border-top: 1px solid var(--wd-ink);
    border-bottom: 1px solid var(--wd-ink);
}

.blyfa-webdesign-plan {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: clamp(30px, 3vw, 48px) clamp(24px, 2.7vw, 44px) clamp(30px, 3vw, 44px);
    background: #ffffff;
}

.blyfa-webdesign-plan + .blyfa-webdesign-plan {
    border-left: 1px solid var(--wd-line);
}

.blyfa-webdesign-plan--featured {
    background: #f3f5f0;
}

.blyfa-webdesign-plan__badge {
    position: absolute;
    top: 0;
    right: clamp(24px, 2.7vw, 44px);
    padding: 8px 11px;
    background: var(--wd-green);
    color: #0c2a16;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blyfa-webdesign-plan__number {
    display: block;
    margin-bottom: clamp(58px, 5vw, 88px);
    color: var(--wd-green);
    font-size: 12px;
    font-weight: 760;
}

.blyfa-webdesign-plan h3 {
    margin-bottom: 10px;
    font-size: clamp(34px, 3vw, 54px);
    font-weight: 720;
    line-height: 1;
    letter-spacing: -0.055em;
}

.blyfa-webdesign-plan__for {
    min-height: 3.4em;
    max-width: 26em;
    margin-bottom: 28px;
    color: var(--wd-muted);
    font-size: 14px;
    line-height: 1.65;
}

.blyfa-webdesign-plan__price {
    margin-bottom: clamp(34px, 3vw, 48px);
    font-size: clamp(42px, 3.7vw, 68px);
    font-weight: 720;
    line-height: 1;
    letter-spacing: -0.06em;
}

.blyfa-webdesign-plan__price small {
    display: block;
    margin-bottom: 9px;
    color: #747b75;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blyfa-webdesign-plan ul {
    flex: 1;
    margin-bottom: clamp(36px, 4vw, 60px);
    padding: 0;
    list-style: none;
    border-top: 1px solid #cbd0cb;
}

.blyfa-webdesign-plan li {
    position: relative;
    padding: 13px 0 13px 20px;
    border-bottom: 1px solid #dfe2df;
    color: #404742;
    font-size: 13px;
    line-height: 1.5;
}

.blyfa-webdesign-plan li::before {
    content: "+";
    position: absolute;
    left: 0;
    color: var(--wd-green);
    font-weight: 800;
}

.blyfa-webdesign-plan > a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 16px;
    border: 1px solid var(--wd-ink);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 680;
    transition: background 160ms ease, color 160ms ease;
}

.blyfa-webdesign-plan > a:hover,
.blyfa-webdesign-plan > a:focus-visible {
    background: var(--wd-ink);
    color: #ffffff;
}

.blyfa-webdesign-pricing__note {
    max-width: 54em;
    margin: 24px 0 0;
    color: #747b75;
    font-size: 12px;
    line-height: 1.65;
}

/* Fit */
.blyfa-webdesign-fit {
    background: var(--wd-soft);
    padding: clamp(88px, 8vw, 154px) 0;
}

.blyfa-webdesign-fit__inner {
    display: grid;
    grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
    gap: clamp(48px, 7vw, 138px);
}

.blyfa-webdesign-fit__content h2 {
    max-width: 13ch;
    margin-bottom: clamp(56px, 5vw, 92px);
    font-size: clamp(46px, 4.8vw, 88px);
    font-weight: 720;
    line-height: 1.02;
    letter-spacing: -0.062em;
}

.blyfa-webdesign-fit__list {
    border-top: 1px solid #afb5b0;
}

.blyfa-webdesign-fit__list p {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 20px;
    margin-bottom: 0;
    padding: clamp(18px, 1.8vw, 26px) 0;
    border-bottom: 1px solid #c9ceca;
    color: #363d38;
    font-size: clamp(16px, 1.25vw, 22px);
    line-height: 1.55;
}

.blyfa-webdesign-fit__list span {
    color: var(--wd-green);
    font-size: 11px;
    font-weight: 760;
}

/* FAQ */
.blyfa-webdesign-faq {
    padding: clamp(92px, 8vw, 156px) 0;
}

.blyfa-webdesign-faq__inner {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(54px, 7vw, 138px);
}

.blyfa-webdesign-faq__heading h2 {
    max-width: 10ch;
    margin-bottom: 24px;
    font-size: clamp(46px, 4.6vw, 84px);
    font-weight: 730;
    line-height: 1.02;
    letter-spacing: -0.062em;
}

.blyfa-webdesign-faq__heading > p {
    max-width: 30em;
    margin-bottom: 0;
    color: var(--wd-muted);
    font-size: 15px;
    line-height: 1.8;
}

.blyfa-webdesign-faq__list {
    border-top: 1px solid #aeb4af;
}

.blyfa-webdesign-faq__item {
    border-bottom: 1px solid #bfc4c0;
}

.blyfa-webdesign-faq__item summary {
    min-height: 82px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    gap: 24px;
    padding: 20px 0;
    cursor: pointer;
    list-style: none;
    color: var(--wd-ink);
    font-size: clamp(17px, 1.3vw, 23px);
    font-weight: 630;
    line-height: 1.5;
}

.blyfa-webdesign-faq__item summary::-webkit-details-marker {
    display: none;
}

.blyfa-webdesign-faq__item summary i {
    position: relative;
    width: 24px;
    height: 24px;
}

.blyfa-webdesign-faq__item summary i::before,
.blyfa-webdesign-faq__item summary i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background: var(--wd-ink);
    transform: translate(-50%, -50%);
    transition: transform 180ms ease;
}

.blyfa-webdesign-faq__item summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blyfa-webdesign-faq__item[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.blyfa-webdesign-faq__answer {
    max-width: 50em;
    padding: 0 0 28px;
}

.blyfa-webdesign-faq__answer p {
    margin-bottom: 0;
    color: #515853;
    font-size: 15px;
    line-height: 1.88;
}

/* Closing CTA */
.blyfa-webdesign-close {
    background: var(--wd-ink);
    color: #ffffff;
    padding: clamp(92px, 8.5vw, 164px) 0 clamp(106px, 10vw, 190px);
}

.blyfa-webdesign-close__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: clamp(52px, 8vw, 150px);
    align-items: end;
}

.blyfa-webdesign-close__copy h2 {
    max-width: 11ch;
    margin-bottom: 0;
    color: #ffffff;
    font-size: clamp(52px, 5.7vw, 104px);
    font-weight: 740;
    line-height: 0.99;
    letter-spacing: -0.067em;
}

.blyfa-webdesign-close__action p {
    max-width: 30em;
    margin-bottom: 34px;
    color: #b8bdb9;
    font-size: 16px;
    line-height: 1.78;
}

.blyfa-webdesign-close__action a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: clamp(17px, 1.25vw, 22px);
    font-weight: 650;
}

@media (max-width: 1100px) {
    .blyfa-webdesign-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
        gap: 46px;
    }

    .blyfa-webdesign-showcase__inner,
    .blyfa-webdesign-faq__inner {
        gap: 58px;
    }

    .blyfa-webdesign-build__matrix article {
        min-height: 285px;
    }
}

@media (max-width: 860px) {
    .blyfa-webdesign-hero__inner,
    .blyfa-webdesign-intent__headline,
    .blyfa-webdesign-showcase__inner,
    .blyfa-webdesign-build__top,
    .blyfa-webdesign-pricing__heading,
    .blyfa-webdesign-fit__inner,
    .blyfa-webdesign-faq__inner,
    .blyfa-webdesign-close__inner {
        grid-template-columns: 1fr;
    }

    .blyfa-webdesign-hero h1 {
        max-width: 11.5ch;
    }

    .blyfa-webdesign-canvas {
        min-height: 560px;
    }

    .blyfa-webdesign-intent__headline {
        gap: 30px;
    }

    .blyfa-webdesign-intent__grid,
    .blyfa-webdesign-build__matrix {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blyfa-webdesign-intent__grid article:nth-child(3) {
        border-top: 1px solid var(--wd-line);
        border-left: 0;
        padding-left: 0;
    }

    .blyfa-webdesign-showcase__copy {
        position: static;
    }

    .blyfa-webdesign-pricing__heading .blyfa-webdesign-section-tag {
        grid-column: auto;
    }

    .blyfa-webdesign-pricing__grid {
        grid-template-columns: 1fr;
        border-bottom: 0;
    }

    .blyfa-webdesign-plan {
        border-bottom: 1px solid var(--wd-ink);
    }

    .blyfa-webdesign-plan + .blyfa-webdesign-plan {
        border-left: 0;
    }

    .blyfa-webdesign-plan__for {
        min-height: 0;
    }

    .blyfa-webdesign-fit__inner,
    .blyfa-webdesign-faq__inner,
    .blyfa-webdesign-close__inner {
        gap: 46px;
    }
}

@media (max-width: 620px) {
    .blyfa-webdesign-section-tag,
    .blyfa-webdesign-eyebrow {
        font-size: 10px;
    }

    .blyfa-webdesign-hero {
        padding: 34px 0 72px;
    }

    .blyfa-webdesign-hero h1 {
        font-size: clamp(48px, 13.8vw, 72px);
        line-height: 0.98;
    }

    .blyfa-webdesign-hero__lead {
        font-size: 17px;
        line-height: 1.72;
    }

    .blyfa-webdesign-hero__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .blyfa-webdesign-btn {
        width: 100%;
    }

    .blyfa-webdesign-btn--plain {
        min-height: 44px;
    }

    .blyfa-webdesign-hero__meta {
        gap: 8px 14px;
        margin-top: 38px;
    }

    .blyfa-webdesign-canvas {
        min-height: 420px;
        padding: 14px;
    }

    .blyfa-webdesign-canvas__stage {
        min-height: 300px;
        margin-block: 18px;
    }

    .blyfa-webdesign-canvas__screen--desktop {
        inset: 2% 9% 15% 0;
        padding: 24px;
    }

    .blyfa-webdesign-canvas__screen--mobile {
        width: 31%;
    }

    .blyfa-webdesign-canvas__footer,
    .blyfa-webdesign-canvas__bar {
        font-size: 8px;
    }

    .blyfa-webdesign-intent,
    .blyfa-webdesign-showcase,
    .blyfa-webdesign-build,
    .blyfa-webdesign-pricing,
    .blyfa-webdesign-fit,
    .blyfa-webdesign-faq {
        padding-block: 74px 82px;
    }

    .blyfa-webdesign-intent__headline,
    .blyfa-webdesign-build__top,
    .blyfa-webdesign-pricing__heading {
        margin-bottom: 52px;
    }

    .blyfa-webdesign-intent__headline h2,
    .blyfa-webdesign-build__top h2,
    .blyfa-webdesign-pricing__heading h2,
    .blyfa-webdesign-fit__content h2,
    .blyfa-webdesign-faq__heading h2 {
        font-size: clamp(42px, 12vw, 62px);
    }

    .blyfa-webdesign-intent__grid,
    .blyfa-webdesign-build__matrix {
        grid-template-columns: 1fr;
    }

    .blyfa-webdesign-intent__grid article,
    .blyfa-webdesign-intent__grid article + article,
    .blyfa-webdesign-intent__grid article:nth-child(3) {
        min-height: 0;
        padding: 26px 0 38px;
        border-left: 0;
        border-top: 0;
        border-bottom: 1px solid var(--wd-line);
    }

    .blyfa-webdesign-intent__grid h3 {
        margin: 52px 0 14px;
    }

    .blyfa-webdesign-showcase__visuals {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .blyfa-webdesign-media--large,
    .blyfa-webdesign-media--small,
    .blyfa-webdesign-media--wide {
        grid-row: auto;
        min-height: 360px;
    }

    .blyfa-webdesign-build__matrix {
        border-left: 0;
    }

    .blyfa-webdesign-build__matrix article {
        min-height: 0;
        padding: 28px 0 34px;
        border-right: 0;
    }

    .blyfa-webdesign-build__matrix span {
        margin-bottom: 48px;
    }

    .blyfa-webdesign-plan {
        padding: 28px 0 34px;
    }

    .blyfa-webdesign-plan__badge {
        right: 0;
    }

    .blyfa-webdesign-plan__number {
        margin-bottom: 54px;
    }

    .blyfa-webdesign-fit__content h2 {
        margin-bottom: 50px;
    }

    .blyfa-webdesign-fit__list p {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
        font-size: 16px;
    }

    .blyfa-webdesign-faq__item summary {
        min-height: 72px;
        gap: 16px;
        font-size: 17px;
    }

    .blyfa-webdesign-close {
        padding-block: 78px 102px;
    }

    .blyfa-webdesign-close__copy h2 {
        font-size: clamp(46px, 13vw, 68px);
    }
}

/* v1.10.5 — compact Web Design landing + pricing detail dialogs ----------- */
.blyfa-webdesign-section-tag,
.blyfa-webdesign-eyebrow {
    display: none;
}

/* Keep the landing deliberately compact on desktop: less empty vertical space,
   calmer type, and no oversized full-screen sections. */
@media (min-width: 861px) {
    .blyfa-webdesign-hero {
        padding: clamp(42px, 5vh, 64px) 0 clamp(48px, 6vh, 76px);
    }

    .blyfa-webdesign-hero__inner {
        grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
        gap: clamp(40px, 5vw, 88px);
    }

    .blyfa-webdesign-hero h1 {
        max-width: 12ch;
        margin-bottom: clamp(20px, 2.2vh, 30px);
        font-size: clamp(48px, 5.15vw, 82px);
        font-weight: 690;
        line-height: 1;
        letter-spacing: -0.058em;
    }

    .blyfa-webdesign-hero__lead {
        max-width: 39em;
        margin-bottom: 26px;
        font-size: clamp(16px, 1.08vw, 19px);
        line-height: 1.62;
    }

    .blyfa-webdesign-hero__meta {
        margin-top: 28px;
        padding-top: 14px;
    }

    .blyfa-webdesign-canvas {
        min-height: 0;
        height: clamp(380px, 45vh, 500px);
        padding: clamp(16px, 1.35vw, 22px);
        border-radius: 22px;
    }

    .blyfa-webdesign-canvas__stage {
        min-height: 0;
        margin: 18px 0;
    }

    .blyfa-webdesign-intent,
    .blyfa-webdesign-showcase,
    .blyfa-webdesign-build,
    .blyfa-webdesign-fit,
    .blyfa-webdesign-faq {
        padding-block: clamp(50px, 6.5vh, 76px);
    }

    .blyfa-webdesign-intent__headline {
        gap: clamp(36px, 5vw, 84px);
        margin-bottom: clamp(34px, 4.5vh, 52px);
    }

    .blyfa-webdesign-intent__headline h2,
    .blyfa-webdesign-build__top h2,
    .blyfa-webdesign-pricing__heading h2,
    .blyfa-webdesign-fit__content h2,
    .blyfa-webdesign-faq__heading h2 {
        font-size: clamp(34px, 3.45vw, 58px);
        font-weight: 660;
        line-height: 1.06;
        letter-spacing: -0.048em;
    }

    .blyfa-webdesign-intent__headline h2 {
        max-width: 15ch;
    }

    .blyfa-webdesign-intent__headline p {
        font-size: clamp(15px, 1vw, 18px);
        line-height: 1.65;
    }

    .blyfa-webdesign-intent__grid article {
        min-height: 0;
        padding-top: 24px;
        padding-bottom: 10px;
    }

    .blyfa-webdesign-intent__grid h3 {
        margin: 34px 0 12px;
        font-size: clamp(22px, 1.7vw, 30px);
        font-weight: 640;
    }

    .blyfa-webdesign-intent__grid p {
        font-size: 14px;
        line-height: 1.62;
    }

    .blyfa-webdesign-showcase__inner {
        grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
        gap: clamp(44px, 6vw, 96px);
        align-items: center;
    }

    .blyfa-webdesign-showcase__copy {
        position: static;
    }

    .blyfa-webdesign-showcase__copy h2 {
        max-width: 12ch;
        margin-bottom: 20px;
        font-size: clamp(34px, 3.35vw, 56px);
        font-weight: 660;
        line-height: 1.06;
        letter-spacing: -0.048em;
    }

    .blyfa-webdesign-showcase__copy > p {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 1.68;
    }

    .blyfa-webdesign-showcase__copy li {
        padding: 10px 0;
        font-size: 12px;
    }

    .blyfa-webdesign-media--large {
        min-height: 0;
        height: clamp(330px, 43vh, 460px);
    }

    .blyfa-webdesign-media--small,
    .blyfa-webdesign-media--wide {
        min-height: 0;
        height: clamp(155px, 20vh, 218px);
    }

    .blyfa-webdesign-media {
        border-radius: 18px;
    }

    .blyfa-webdesign-build__top {
        display: block;
        margin-bottom: clamp(32px, 4vh, 46px);
    }

    .blyfa-webdesign-build__top h2 {
        max-width: 17ch;
    }

    .blyfa-webdesign-build__matrix article {
        min-height: 0;
        padding: clamp(20px, 1.7vw, 28px);
    }

    .blyfa-webdesign-build__matrix span {
        margin-bottom: clamp(28px, 3.6vh, 42px);
        font-size: 10px;
    }

    .blyfa-webdesign-build__matrix h3 {
        margin-bottom: 10px;
        font-size: clamp(19px, 1.4vw, 25px);
        font-weight: 620;
    }

    .blyfa-webdesign-build__matrix p {
        font-size: 13px;
        line-height: 1.6;
    }

    .blyfa-webdesign-fit__inner {
        display: block;
    }

    .blyfa-webdesign-fit__content {
        display: grid;
        grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
        gap: clamp(48px, 7vw, 118px);
        align-items: start;
    }

    .blyfa-webdesign-fit__content h2 {
        max-width: 14ch;
        margin-bottom: 0;
    }

    .blyfa-webdesign-fit__list p {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        padding: 13px 0;
        font-size: clamp(14px, 1vw, 17px);
        line-height: 1.42;
    }

    .blyfa-webdesign-faq__inner {
        gap: clamp(48px, 6vw, 100px);
    }

    .blyfa-webdesign-faq__heading h2 {
        max-width: 12ch;
        margin-bottom: 16px;
    }

    .blyfa-webdesign-faq__heading > p {
        font-size: 14px;
        line-height: 1.65;
    }

    .blyfa-webdesign-faq__item summary {
        min-height: 0;
        padding: 14px 0;
        font-size: clamp(15px, 1.05vw, 18px);
    }

    .blyfa-webdesign-faq__answer {
        padding-bottom: 18px;
    }

    .blyfa-webdesign-faq__answer p {
        font-size: 14px;
        line-height: 1.65;
    }

    .blyfa-webdesign-close {
        padding: clamp(54px, 7vh, 82px) 0 clamp(60px, 7.5vh, 92px);
    }

    .blyfa-webdesign-close__inner {
        gap: clamp(50px, 7vw, 120px);
    }

    .blyfa-webdesign-close__copy h2 {
        max-width: 13ch;
        font-size: clamp(38px, 4vw, 66px);
        font-weight: 670;
        line-height: 1.04;
        letter-spacing: -0.052em;
    }
}

/* Compact pricing cards */
.blyfa-webdesign-pricing {
    padding: clamp(48px, 6vh, 72px) 0;
}

.blyfa-webdesign-pricing__heading {
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
    gap: clamp(38px, 5vw, 80px);
    margin-bottom: clamp(28px, 3.8vh, 42px);
}

.blyfa-webdesign-pricing__heading h2 {
    max-width: 13ch;
}

.blyfa-webdesign-pricing__heading > p {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.65;
}

.blyfa-webdesign-pricing__grid {
    gap: clamp(12px, 1.25vw, 20px);
    align-items: stretch;
    border: 0;
}

.blyfa-webdesign-plan,
.blyfa-webdesign-plan + .blyfa-webdesign-plan {
    min-height: 0;
    padding: clamp(20px, 1.65vw, 28px);
    overflow: hidden;
    border: 1px solid #d9ddd9;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(32, 33, 36, 0.055);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.blyfa-webdesign-plan:hover {
    transform: translateY(-4px);
    border-color: #b8beb9;
    box-shadow: 0 18px 42px rgba(32, 33, 36, 0.09);
}

.blyfa-webdesign-plan--featured,
.blyfa-webdesign-plan--featured + .blyfa-webdesign-plan {
    border-left: 1px solid #d9ddd9;
}

.blyfa-webdesign-plan--featured {
    background: var(--wd-ink);
    border-color: var(--wd-ink);
    color: #ffffff;
}

.blyfa-webdesign-plan__topline {
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.blyfa-webdesign-plan__number {
    margin: 0;
    color: var(--wd-green);
    font-size: 11px;
}

.blyfa-webdesign-plan__pill,
.blyfa-webdesign-plan__badge {
    position: static;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 5px 9px;
    border: 1px solid #d9ddd9;
    border-radius: 999px;
    background: #f7f8f6;
    color: #555d57;
    font-size: 8px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.blyfa-webdesign-plan__badge {
    border-color: var(--wd-green);
    background: var(--wd-green);
    color: #102417;
}

.blyfa-webdesign-plan h3 {
    margin-bottom: 7px;
    font-size: clamp(30px, 2.25vw, 40px);
    font-weight: 670;
    line-height: 1;
    letter-spacing: -0.05em;
}

.blyfa-webdesign-plan__for {
    min-height: 2.9em;
    max-width: 29em;
    margin-bottom: 18px;
    font-size: 12.5px;
    line-height: 1.5;
}

.blyfa-webdesign-plan--featured .blyfa-webdesign-plan__for {
    color: #bcc2bd;
}

.blyfa-webdesign-plan__price {
    margin-bottom: 20px;
    font-size: clamp(36px, 3vw, 50px);
    font-weight: 660;
    letter-spacing: -0.055em;
}

.blyfa-webdesign-plan__price small {
    margin-bottom: 6px;
    font-size: 8px;
}

.blyfa-webdesign-plan--featured .blyfa-webdesign-plan__price,
.blyfa-webdesign-plan--featured h3 {
    color: #ffffff;
}

.blyfa-webdesign-plan--featured .blyfa-webdesign-plan__price small {
    color: #959d97;
}

.blyfa-webdesign-plan ul.blyfa-webdesign-plan__preview {
    flex: 0 0 auto;
    margin-bottom: 18px;
    border-top: 1px solid #e0e3e0;
}

.blyfa-webdesign-plan--featured ul.blyfa-webdesign-plan__preview {
    border-color: #474b48;
}

.blyfa-webdesign-plan ul.blyfa-webdesign-plan__preview li {
    padding: 10px 0 10px 18px;
    font-size: 12px;
    line-height: 1.35;
}

.blyfa-webdesign-plan--featured ul.blyfa-webdesign-plan__preview li {
    border-color: #3e4340;
    color: #d6dad7;
}

.blyfa-webdesign-plan__actions {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 8px;
    margin-top: auto;
}

.blyfa-webdesign-plan__actions > a,
.blyfa-webdesign-plan__more {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid var(--wd-ink);
    border-radius: 13px;
    background: transparent;
    color: var(--wd-ink);
    font: inherit;
    font-size: 11px;
    font-weight: 680;
    line-height: 1;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.blyfa-webdesign-plan__more {
    border-color: #d3d7d3;
}

.blyfa-webdesign-plan__more span {
    color: var(--wd-green);
    font-size: 16px;
    line-height: 1;
}

.blyfa-webdesign-plan__actions > a:hover,
.blyfa-webdesign-plan__actions > a:focus-visible,
.blyfa-webdesign-plan__more:hover,
.blyfa-webdesign-plan__more:focus-visible {
    background: var(--wd-ink);
    border-color: var(--wd-ink);
    color: #ffffff;
}

.blyfa-webdesign-plan--featured .blyfa-webdesign-plan__actions > a {
    border-color: var(--wd-green);
    background: var(--wd-green);
    color: #102417;
}

.blyfa-webdesign-plan--featured .blyfa-webdesign-plan__more {
    border-color: #525753;
    color: #ffffff;
}

.blyfa-webdesign-plan--featured .blyfa-webdesign-plan__more:hover,
.blyfa-webdesign-plan--featured .blyfa-webdesign-plan__more:focus-visible {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--wd-ink);
}

.blyfa-webdesign-pricing__note {
    margin-top: 14px;
    font-size: 11px;
}

/* Pricing details dialog */
body.blyfa-plan-dialog-open {
    overflow: hidden;
}

.blyfa-plan-dialog {
    width: min(560px, calc(100vw - 30px));
    max-height: min(720px, calc(100dvh - 30px));
    margin: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 26px;
    background: transparent;
    color: var(--wd-ink);
}

.blyfa-plan-dialog::backdrop {
    background: rgba(13, 15, 14, 0.68);
    backdrop-filter: blur(8px);
}

.blyfa-plan-dialog__panel {
    position: relative;
    max-height: min(720px, calc(100dvh - 30px));
    padding: clamp(26px, 4vw, 42px);
    overflow: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.blyfa-plan-dialog__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid #d8dcd8;
    border-radius: 50%;
    background: #ffffff;
    color: var(--wd-ink);
    font: inherit;
    font-size: 23px;
    line-height: 1;
    cursor: pointer;
}

.blyfa-plan-dialog__head {
    padding-right: 52px;
}

.blyfa-plan-dialog__head > span {
    display: block;
    margin-bottom: 16px;
    color: var(--wd-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blyfa-plan-dialog__head h3 {
    max-width: 12ch;
    margin: 0 0 22px;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 670;
    line-height: 1.02;
    letter-spacing: -0.052em;
}

.blyfa-plan-dialog__head p {
    margin-bottom: 24px;
    font-size: clamp(36px, 6vw, 52px);
    font-weight: 660;
    line-height: 1;
    letter-spacing: -0.055em;
}

.blyfa-plan-dialog__head p small {
    display: block;
    margin-bottom: 6px;
    color: #747b75;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blyfa-plan-dialog ul {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
    border-top: 1px solid #d8dcd8;
}

.blyfa-plan-dialog li {
    position: relative;
    padding: 12px 0 12px 22px;
    border-bottom: 1px solid #e3e6e3;
    color: #404742;
    font-size: 13px;
    line-height: 1.45;
}

.blyfa-plan-dialog li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--wd-green);
    font-weight: 800;
}

.blyfa-plan-dialog__panel > a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 14px;
    background: var(--wd-ink);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 860px) {
    .blyfa-webdesign-hero,
    .blyfa-webdesign-intent,
    .blyfa-webdesign-showcase,
    .blyfa-webdesign-build,
    .blyfa-webdesign-pricing,
    .blyfa-webdesign-fit,
    .blyfa-webdesign-faq {
        padding-block: 58px;
    }

    .blyfa-webdesign-hero h1,
    .blyfa-webdesign-intent__headline h2,
    .blyfa-webdesign-build__top h2,
    .blyfa-webdesign-pricing__heading h2,
    .blyfa-webdesign-fit__content h2,
    .blyfa-webdesign-faq__heading h2 {
        font-size: clamp(38px, 8.6vw, 58px);
        font-weight: 660;
        line-height: 1.03;
        letter-spacing: -0.052em;
    }

    .blyfa-webdesign-hero__inner,
    .blyfa-webdesign-showcase__inner,
    .blyfa-webdesign-faq__inner,
    .blyfa-webdesign-close__inner {
        gap: 38px;
    }

    .blyfa-webdesign-hero__lead {
        margin-bottom: 24px;
        font-size: 16px;
    }

    .blyfa-webdesign-hero__meta {
        margin-top: 28px;
    }

    .blyfa-webdesign-canvas {
        min-height: 0;
        height: min(62vh, 460px);
        border-radius: 18px;
    }

    .blyfa-webdesign-intent__headline,
    .blyfa-webdesign-build__top,
    .blyfa-webdesign-pricing__heading {
        margin-bottom: 34px;
    }

    .blyfa-webdesign-intent__grid article,
    .blyfa-webdesign-intent__grid article + article,
    .blyfa-webdesign-intent__grid article:nth-child(3) {
        min-height: 0;
        padding: 22px 20px 26px 0;
    }

    .blyfa-webdesign-intent__grid h3 {
        margin: 28px 0 10px;
    }

    .blyfa-webdesign-showcase__copy h2 {
        font-size: clamp(36px, 8vw, 54px);
        font-weight: 660;
    }

    .blyfa-webdesign-media--large,
    .blyfa-webdesign-media--small,
    .blyfa-webdesign-media--wide {
        min-height: 0;
        height: min(55vh, 410px);
        border-radius: 16px;
    }

    .blyfa-webdesign-build__matrix article {
        min-height: 0;
        padding: 24px;
    }

    .blyfa-webdesign-build__matrix span {
        margin-bottom: 32px;
    }

    .blyfa-webdesign-pricing__heading {
        gap: 18px;
    }

    .blyfa-webdesign-pricing__grid {
        gap: 12px;
    }

    .blyfa-webdesign-plan,
    .blyfa-webdesign-plan + .blyfa-webdesign-plan {
        padding: 22px;
        border: 1px solid #d9ddd9;
        border-radius: 20px;
    }

    .blyfa-webdesign-plan--featured {
        border-color: var(--wd-ink);
    }

    .blyfa-webdesign-fit__content h2 {
        margin-bottom: 34px;
    }

    .blyfa-webdesign-fit__list p {
        padding: 13px 0;
        font-size: 15px;
    }

    .blyfa-webdesign-faq__item summary {
        min-height: 0;
        padding: 15px 0;
    }

    .blyfa-webdesign-close {
        padding: 60px 0 78px;
    }

    .blyfa-webdesign-close__copy h2 {
        font-size: clamp(38px, 9vw, 58px);
        font-weight: 670;
    }
}

@media (max-width: 620px) {
    .blyfa-webdesign-hero,
    .blyfa-webdesign-intent,
    .blyfa-webdesign-showcase,
    .blyfa-webdesign-build,
    .blyfa-webdesign-pricing,
    .blyfa-webdesign-fit,
    .blyfa-webdesign-faq {
        padding-block: 50px;
    }

    .blyfa-webdesign-hero h1,
    .blyfa-webdesign-intent__headline h2,
    .blyfa-webdesign-build__top h2,
    .blyfa-webdesign-pricing__heading h2,
    .blyfa-webdesign-fit__content h2,
    .blyfa-webdesign-faq__heading h2 {
        font-size: clamp(36px, 10.5vw, 50px);
    }

    .blyfa-webdesign-canvas {
        height: 390px;
        padding: 14px;
    }

    .blyfa-webdesign-canvas__stage {
        min-height: 0;
    }

    .blyfa-webdesign-media--large,
    .blyfa-webdesign-media--small,
    .blyfa-webdesign-media--wide {
        height: 300px;
    }

    .blyfa-webdesign-plan__actions {
        grid-template-columns: 1fr;
    }

    .blyfa-webdesign-plan__actions > a,
    .blyfa-webdesign-plan__more {
        min-height: 44px;
    }

    .blyfa-plan-dialog {
        width: calc(100vw - 20px);
        max-height: calc(100dvh - 20px);
    }

    .blyfa-plan-dialog__panel {
        max-height: calc(100dvh - 20px);
        padding: 24px 20px;
        border-radius: 22px;
    }

    .blyfa-plan-dialog__close {
        top: 14px;
        right: 14px;
    }
}


/* --------------------------------------------------------------------------
 * v1.10.6 footer contact/social section + mobile/tablet quick social buttons
 * -------------------------------------------------------------------------- */

.site-footer__contact {
    display: grid;
    grid-template-columns: minmax(220px, 0.85fr) minmax(330px, 1.15fr) auto;
    align-items: end;
    gap: clamp(28px, 4vw, 72px);
    padding: clamp(30px, 3.1vw, 50px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer__contact-intro {
    min-width: 0;
}

.site-footer__eyebrow {
    margin: 0 0 10px;
    color: var(--blyfa-green);
    font-size: 11px;
    font-weight: 720;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.site-footer__contact-intro h3 {
    max-width: 13em;
    margin: 0;
    color: #ffffff;
    font-size: clamp(24px, 2vw, 36px);
    font-weight: 650;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.site-footer__contact-details {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(18px, 2.4vw, 42px);
}

.site-footer__contact-link {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    color: #ffffff;
}

.site-footer__contact-link span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    font-weight: 620;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.site-footer__contact-link strong {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(14px, 1vw, 17px);
    font-weight: 520;
    line-height: 1.35;
    overflow-wrap: anywhere;
    transition: color 160ms ease;
}

.site-footer__contact-link:hover strong,
.site-footer__contact-link:focus-visible strong {
    color: var(--blyfa-green);
}

.site-footer__socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    flex-wrap: wrap;
}

.site-footer__social {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: #ffffff;
    transition: transform 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.site-footer__social img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.site-footer__social[href]:hover,
.site-footer__social[href]:focus-visible {
    border-color: var(--blyfa-green);
    transform: translateY(-2px);
}

.site-footer__social.is-disabled {
    cursor: default;
    opacity: 0.44;
}

.blyfa-mobile-socials {
    display: none;
}

@media (max-width: 1024px) {
    .site-footer__contact {
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
        align-items: start;
    }

    .site-footer__socials {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .blyfa-mobile-socials {
        position: fixed;
        z-index: 1590;
        right: max(10px, calc((100vw - min(760px, calc(100vw - 20px))) / 2));
        bottom: calc(max(10px, env(safe-area-inset-bottom)) + 116px);
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        pointer-events: none;
    }

    .blyfa-mobile-socials__item {
        width: 52px;
        height: 52px;
        flex: 0 0 52px;
        display: grid;
        place-items: center;
        padding: 11px;
        border: 2px solid var(--blyfa-green);
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(13, 18, 15, 0.14);
        pointer-events: auto;
        transition: transform 160ms ease, box-shadow 160ms ease;
    }

    .blyfa-mobile-socials__item img {
        width: 26px;
        height: 26px;
        object-fit: contain;
    }

    .blyfa-mobile-socials__item:active {
        transform: scale(0.96);
    }
}

@media (max-width: 720px) {
    .site-footer__contact {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-block: 30px;
    }

    .site-footer__contact-details {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .site-footer__socials {
        grid-column: auto;
        gap: 8px;
    }

    .site-footer__social {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        padding: 9px;
    }

    .blyfa-mobile-socials {
        gap: 8px;
        bottom: calc(max(10px, env(safe-area-inset-bottom)) + 112px);
    }

    .blyfa-mobile-socials__item {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        padding: 10px;
    }

    .blyfa-mobile-socials__item img {
        width: 24px;
        height: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-footer__social,
    .site-footer__contact-link strong,
    .blyfa-mobile-socials__item {
        transition-duration: 0.01ms !important;
    }
}

/* --------------------------------------------------------------------------
 * v1.10.9 contact overflow fix + contact form feedback + vertical quick actions
 * -------------------------------------------------------------------------- */

.blyfa-contact-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    color: var(--blyfa-text);
    direction: ltr;
}

/* Keep the Contact route inside the viewport even if a browser exposes descendant overflow. */
html:has(.blyfa-contact-page),
body:has(.blyfa-contact-page) {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

.blyfa-contact-page .blyfa-shell {
    min-width: 0;
    max-width: min(var(--blyfa-shell-max), calc(100% - 40px));
}

.blyfa-contact-hero {
    width: 100%;
    background: #ffffff;
}

.blyfa-contact-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr);
    align-items: end;
    gap: clamp(44px, 6vw, 112px);
    padding-block: clamp(58px, 5vw, 88px) clamp(54px, 4.5vw, 78px);
    border-bottom: 1px solid #202124;
}

.blyfa-contact-hero__copy,
.blyfa-contact-hero__mail,
.blyfa-contact-details,
.blyfa-contact-form-wrap {
    min-width: 0;
}

.blyfa-contact-hero__copy {
    max-width: 920px;
}

.blyfa-contact-hero h1 {
    max-width: 100%;
    margin: 0;
    color: #202124;
    font-size: clamp(64px, 6.9vw, 124px);
    font-weight: 760;
    line-height: .9;
    letter-spacing: -.068em;
    overflow-wrap: anywhere;
}

.blyfa-contact-hero__copy p {
    max-width: 700px;
    margin: clamp(24px, 2.5vw, 38px) 0 0;
    color: #454b52;
    font-size: clamp(17px, 1.18vw, 22px);
    font-weight: 430;
    line-height: 1.55;
    letter-spacing: -.02em;
}

.blyfa-contact-hero__mail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 8px 16px;
    padding: 0 0 17px;
    border-bottom: 1px solid #bfc4c8;
    text-align: left;
    transition: border-color 160ms ease;
}

.blyfa-contact-hero__mail span {
    grid-column: 1 / -1;
    color: #687079;
    font-size: 13px;
    font-weight: 560;
}

.blyfa-contact-hero__mail strong {
    min-width: 0;
    color: #202124;
    font-size: clamp(17px, 1.15vw, 21px);
    font-weight: 650;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.blyfa-contact-hero__mail i,
.blyfa-contact-method i {
    color: var(--blyfa-green);
    font-style: normal;
}

.blyfa-contact-hero__mail:hover,
.blyfa-contact-hero__mail:focus-visible {
    border-color: var(--blyfa-green);
}

.blyfa-contact-main {
    width: 100%;
    background: #ffffff;
}

.blyfa-contact-main__grid {
    display: grid;
    grid-template-columns: minmax(300px, .86fr) minmax(430px, 1.14fr);
    align-items: start;
    gap: clamp(52px, 6.5vw, 118px);
    padding-block: clamp(64px, 5.4vw, 94px) clamp(84px, 6.5vw, 118px);
}

.blyfa-contact-details h2,
.blyfa-contact-form-wrap h2 {
    margin: 0;
    color: #202124;
    font-size: clamp(34px, 3vw, 55px);
    font-weight: 720;
    line-height: 1.04;
    letter-spacing: -.052em;
}

.blyfa-contact-details__intro,
.blyfa-contact-form-wrap > p {
    max-width: 610px;
    margin: 19px 0 0;
    color: #59616a;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.65;
    letter-spacing: -.015em;
}

.blyfa-contact-methods {
    width: 100%;
    margin-top: clamp(34px, 3.2vw, 54px);
    border-top: 1px solid #d6dadd;
}

.blyfa-contact-method {
    width: 100%;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 14px;
    min-height: 74px;
    padding: 16px 0;
    border-bottom: 1px solid #d6dadd;
    text-align: left;
    transition: border-color 160ms ease, transform 160ms ease;
}

.blyfa-contact-method > span {
    min-width: 0;
    color: #6b727a;
    font-size: 13px;
    font-weight: 550;
    text-align: left;
}

.blyfa-contact-method strong {
    min-width: 0;
    justify-self: start;
    color: #202124;
    direction: ltr;
    text-align: left;
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 650;
    overflow-wrap: anywhere;
}

.blyfa-contact-method i {
    justify-self: end;
}

.blyfa-contact-method:hover,
.blyfa-contact-method:focus-visible {
    border-bottom-color: var(--blyfa-green);
    transform: translateX(3px);
}

.blyfa-contact-social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.blyfa-contact-social {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    padding: 10px;
    border: 1px solid #cfd4d8;
    border-radius: 50%;
    background: #ffffff;
    transition: transform 160ms ease, border-color 160ms ease;
}

.blyfa-contact-social img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.blyfa-contact-social[href]:hover,
.blyfa-contact-social[href]:focus-visible {
    border-color: var(--blyfa-green);
    transform: translateY(-2px);
}

.blyfa-contact-social.is-disabled {
    opacity: .38;
    cursor: default;
}

.blyfa-contact-form-wrap {
    width: 100%;
    max-width: 100%;
    padding: clamp(30px, 3vw, 48px);
    border: 1px solid #d9dde0;
    border-radius: 24px;
    background: #ffffff;
}

.blyfa-contact-form {
    position: relative;
    width: 100%;
    display: grid;
    gap: 22px;
    margin-top: clamp(30px, 3vw, 46px);
}

.blyfa-contact-form__row {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.blyfa-contact-field {
    min-width: 0;
    display: grid;
    gap: 9px;
}

.blyfa-contact-field > span {
    display: flex;
    align-items: baseline;
    gap: 7px;
    color: #2f3439;
    font-size: 13px;
    font-weight: 650;
}

.blyfa-contact-field b {
    color: var(--blyfa-green);
    font-weight: 700;
}

.blyfa-contact-field em {
    color: #90969c;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
}

.blyfa-contact-field input,
.blyfa-contact-field textarea {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #d4d9dc;
    border-radius: 11px;
    background: #ffffff;
    color: #202124;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.blyfa-contact-field input {
    min-height: 52px;
    padding: 12px 14px;
}

.blyfa-contact-field textarea {
    min-height: 160px;
    padding: 14px;
    resize: vertical;
}

.blyfa-contact-field input::placeholder,
.blyfa-contact-field textarea::placeholder {
    color: #a1a6ab;
}

.blyfa-contact-field input:focus,
.blyfa-contact-field textarea:focus {
    border-color: var(--blyfa-green);
    box-shadow: 0 0 0 3px rgba(16, 200, 67, .09);
}

.blyfa-contact-submit {
    min-height: 52px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 21px;
    border: 1px solid #202124;
    border-radius: 10px;
    background: #202124;
    color: #ffffff;
    cursor: pointer;
    font-weight: 650;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.blyfa-contact-submit__arrow {
    color: var(--blyfa-green);
    font-size: 1.15em;
}

.blyfa-contact-submit:hover,
.blyfa-contact-submit:focus-visible {
    transform: translateY(-1px);
    background: #101112;
    border-color: #101112;
}

.blyfa-contact-submit:disabled {
    cursor: wait;
    opacity: .65;
}

.blyfa-contact-notice {
    margin-top: 24px;
    padding: 13px 15px;
    border: 1px solid #d4d9dc;
    border-radius: 10px;
    font-size: 14px;
}

.blyfa-contact-notice.is-success {
    border-color: rgba(16, 200, 67, .4);
    background: rgba(16, 200, 67, .055);
}

.blyfa-contact-notice.is-error {
    border-color: rgba(187, 41, 41, .35);
    background: rgba(187, 41, 41, .035);
}

.blyfa-contact-form__trap {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.blyfa-contact-loading,
.blyfa-contact-modal {
    position: fixed;
    inset: 0;
    z-index: 5000;
}

.blyfa-contact-loading[hidden],
.blyfa-contact-modal[hidden] {
    display: none !important;
}

.blyfa-contact-loading {
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(6px);
}

.blyfa-contact-loading__panel {
    width: min(92vw, 360px);
    display: grid;
    justify-items: center;
    gap: 9px;
    padding: 30px 26px;
    border: 1px solid #e0e4e6;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 22px 64px rgba(21, 25, 23, .13);
    text-align: center;
}

.blyfa-contact-loading__panel strong {
    margin-top: 5px;
    color: #202124;
    font-size: 18px;
}

.blyfa-contact-loading__panel > span:last-child {
    color: #6c747c;
    font-size: 13px;
}

.blyfa-contact-spinner {
    width: 34px;
    height: 34px;
    border: 3px solid #e5e8e9;
    border-top-color: var(--blyfa-green);
    border-radius: 50%;
    animation: blyfa-contact-spin .75s linear infinite;
}

@keyframes blyfa-contact-spin {
    to { transform: rotate(360deg); }
}

.blyfa-contact-modal {
    display: grid;
    place-items: center;
    padding: 22px;
}

.blyfa-contact-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(24, 27, 29, .5);
    backdrop-filter: blur(4px);
    cursor: default;
}

.blyfa-contact-modal__panel {
    position: relative;
    z-index: 1;
    width: min(92vw, 460px);
    padding: 36px 32px 30px;
    border: 1px solid #e0e4e6;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(13, 18, 15, .18);
    text-align: center;
}

.blyfa-contact-modal__icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(16, 200, 67, .11);
    color: var(--blyfa-green);
    font-size: 25px;
    font-weight: 800;
}

.blyfa-contact-modal__panel h2 {
    margin: 0;
    color: #202124;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -.04em;
}

.blyfa-contact-modal__panel p {
    margin: 14px auto 0;
    color: #5b636b;
    font-size: 15px;
    line-height: 1.65;
}

.blyfa-contact-modal__close {
    min-width: 120px;
    min-height: 46px;
    margin-top: 24px;
    padding: 10px 18px;
    border: 1px solid #202124;
    border-radius: 10px;
    background: #202124;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 650;
}

.blyfa-contact-modal-open,
.blyfa-contact-is-busy {
    overflow: hidden;
}

/* Quick social links, vertical on desktop, tablet and mobile. */
.blyfa-mobile-socials {
    position: fixed;
    z-index: 1590;
    right: clamp(18px, 2vw, 34px);
    bottom: clamp(24px, 2.2vw, 40px);
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    pointer-events: none;
}

.blyfa-mobile-socials__item {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: grid;
    place-items: center;
    padding: 11px;
    border: 2px solid var(--blyfa-green);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(13, 18, 15, .13);
    pointer-events: auto;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.blyfa-mobile-socials__item img {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.blyfa-mobile-socials__item:hover,
.blyfa-mobile-socials__item:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(13, 18, 15, .16);
}

.primary-nav .menu-item.is-current > a,
.primary-nav a[aria-current="page"] {
    color: var(--blyfa-green);
}

@media (max-width: 1100px) {
    .blyfa-contact-hero__inner {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-block: 56px 58px;
    }

    .blyfa-contact-hero__mail {
        width: min(100%, 520px);
    }

    .blyfa-contact-main__grid {
        grid-template-columns: 1fr;
        gap: 58px;
        padding-block: 62px 126px;
    }

    .blyfa-contact-details,
    .blyfa-contact-form-wrap {
        width: min(100%, 820px);
    }

    .blyfa-mobile-socials {
        right: max(12px, calc((100vw - min(760px, calc(100vw - 20px))) / 2));
        bottom: calc(max(10px, env(safe-area-inset-bottom)) + 116px);
        gap: 11px;
    }

    .blyfa-mobile-socials__item {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }
}

@media (max-width: 720px) {
    .blyfa-contact-page .blyfa-shell {
        max-width: calc(100% - 28px);
    }

    .blyfa-contact-hero__inner {
        gap: 32px;
        padding-block: 44px 46px;
    }

    .blyfa-contact-hero h1 {
        font-size: clamp(52px, 16vw, 78px);
    }

    .blyfa-contact-hero__copy p {
        margin-top: 21px;
        font-size: 16px;
    }

    .blyfa-contact-main__grid {
        gap: 46px;
        padding-block: 48px 122px;
    }

    .blyfa-contact-details h2,
    .blyfa-contact-form-wrap h2 {
        font-size: clamp(33px, 10vw, 46px);
    }

    .blyfa-contact-method {
        grid-template-columns: 88px minmax(0, 1fr) 16px;
        gap: 10px;
        min-height: 68px;
        padding-block: 14px;
    }

    .blyfa-contact-method > span {
        font-size: 12px;
    }

    .blyfa-contact-form-wrap {
        padding: 26px 18px;
        border-radius: 19px;
    }

    .blyfa-contact-form__row {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .blyfa-contact-submit {
        width: 100%;
    }

    .blyfa-mobile-socials {
        gap: 10px;
        bottom: calc(max(10px, env(safe-area-inset-bottom)) + 112px);
    }

    .blyfa-mobile-socials__item {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        padding: 10px;
    }

    .blyfa-mobile-socials__item img {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 420px) {
    .blyfa-contact-method {
        grid-template-columns: 76px minmax(0, 1fr) 14px;
    }

    .blyfa-contact-method strong {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blyfa-contact-hero__mail,
    .blyfa-contact-method,
    .blyfa-contact-social,
    .blyfa-contact-field input,
    .blyfa-contact-field textarea,
    .blyfa-contact-submit,
    .blyfa-mobile-socials__item {
        transition-duration: .01ms !important;
    }

    .blyfa-contact-spinner {
        animation-duration: 1.5s;
    }
}


/* --------------------------------------------------------------------------
 * v1.11.0 — Web Design refresh: hero artwork, category curve, portfolio slider,
 * richer pricing cards, and homepage-style FAQ.
 * -------------------------------------------------------------------------- */

/* Web Design hero artwork */
.blyfa-webdesign-hero__art {
    min-width: 0;
    min-height: clamp(370px, 42vw, 560px);
    display: grid;
    place-items: end center;
    margin: 0;
    overflow: hidden;
}

.blyfa-webdesign-hero__art img {
    width: min(100%, 620px);
    max-height: clamp(370px, 42vw, 560px);
    object-fit: contain;
    object-position: center bottom;
}

/* Six website-type categories on one restrained curved line */
.blyfa-webdesign-categories {
    position: relative;
    background: #f6f8f5;
    border-top: 1px solid #e0e4e0;
    border-bottom: 1px solid #e0e4e0;
    padding: clamp(62px, 6vw, 104px) 0 clamp(54px, 5vw, 88px);
}

.blyfa-webdesign-categories__heading {
    max-width: 760px;
    margin: 0 auto clamp(40px, 4vw, 68px);
    text-align: center;
}

.blyfa-webdesign-categories__heading h2 {
    max-width: 14ch;
    margin: 0 auto 16px;
    color: var(--wd-ink);
    font-size: clamp(36px, 3.8vw, 64px);
    font-weight: 690;
    line-height: 1.03;
    letter-spacing: -0.052em;
}

.blyfa-webdesign-categories__heading p {
    max-width: 38em;
    margin: 0 auto;
    color: var(--wd-muted);
    font-size: 15px;
    line-height: 1.65;
}

.blyfa-webdesign-categories__scroller {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.blyfa-webdesign-categories__scroller::-webkit-scrollbar {
    display: none;
}

.blyfa-webdesign-categories__track {
    position: relative;
    width: 100%;
    min-width: 1040px;
    height: 220px;
}

.blyfa-webdesign-categories__curve {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    overflow: visible;
    pointer-events: none;
}

.blyfa-webdesign-categories__curve path {
    fill: none;
    stroke: #aeb6af;
    stroke-width: 1.35;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

.blyfa-webdesign-category {
    position: absolute;
    z-index: 1;
    top: 54px;
    width: 170px;
    margin: 0;
    text-align: center;
    transform: translateX(-50%);
}

.blyfa-webdesign-category--1 { left: 7.5%; }
.blyfa-webdesign-category--2 { left: 24.5%; }
.blyfa-webdesign-category--3 { left: 41.5%; }
.blyfa-webdesign-category--4 { left: 58.5%; }
.blyfa-webdesign-category--5 { left: 75.5%; }
.blyfa-webdesign-category--6 { left: 92.5%; }

.blyfa-webdesign-category__icon {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin: 0 auto;
}

.blyfa-webdesign-category__icon img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    filter: drop-shadow(0 9px 17px rgba(32, 33, 36, 0.08));
    transition: transform 180ms ease;
}

.blyfa-webdesign-category:hover .blyfa-webdesign-category__icon img {
    transform: translateY(-4px) scale(1.035);
}

.blyfa-webdesign-category h3 {
    min-height: 2.5em;
    margin: 18px 0 0;
    color: #272b28;
    font-size: 15px;
    font-weight: 680;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

/* Web Design portfolio carousel, reusing the homepage card language */
.blyfa-webdesign-portfolio {
    background: #ffffff;
    padding: clamp(70px, 7vw, 118px) 0;
}

.blyfa-webdesign-portfolio__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 36px;
    margin-bottom: clamp(34px, 4vw, 58px);
}

.blyfa-webdesign-portfolio__header h2 {
    max-width: 12ch;
    margin: 0 0 14px;
    color: var(--wd-ink);
    font-size: clamp(38px, 4.1vw, 70px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.056em;
}

.blyfa-webdesign-portfolio__header p {
    max-width: 42em;
    margin: 0;
    color: var(--wd-muted);
    font-size: 15px;
    line-height: 1.65;
}

.blyfa-webdesign-portfolio__all {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 18px;
    border: 1px solid #202124;
    border-radius: 999px;
    color: #202124;
    font-size: 13px;
    font-weight: 680;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.blyfa-webdesign-portfolio__all:hover,
.blyfa-webdesign-portfolio__all:focus-visible {
    background: #202124;
    color: #ffffff;
    transform: translateY(-2px);
}

.blyfa-webdesign-portfolio__viewport {
    width: 100%;
    overflow: hidden;
}

.blyfa-webdesign-portfolio__track {
    --wd-portfolio-gap: clamp(16px, 1.5vw, 24px);
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (var(--wd-portfolio-gap) * 2)) / 3);
    gap: var(--wd-portfolio-gap);
    align-items: stretch;
}

.blyfa-webdesign-portfolio__card.blyfa-project-card {
    min-width: 0;
    height: 100%;
    align-self: stretch;
    padding: clamp(9px, 0.7vw, 12px);
    border-radius: 20px;
    transform: none;
    box-shadow: 0 16px 36px rgba(32, 33, 36, 0.075);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.blyfa-webdesign-portfolio__card.blyfa-project-card:hover,
.blyfa-webdesign-portfolio__card.blyfa-project-card:focus-visible {
    border-color: #bbc1bc;
    box-shadow: 0 22px 46px rgba(32, 33, 36, 0.11);
    transform: translateY(-5px);
}

.blyfa-webdesign-portfolio__card .blyfa-project-card__screen {
    aspect-ratio: 1.62 / 1;
}

.blyfa-webdesign-portfolio__card .blyfa-project-card__screen-copy {
    font-size: clamp(16px, 1.25vw, 23px);
}

.blyfa-webdesign-portfolio__card .blyfa-project-card__name {
    font-size: clamp(18px, 1.25vw, 23px);
}

.blyfa-webdesign-portfolio__card .blyfa-project-card__type {
    font-size: 13px;
}

.blyfa-webdesign-portfolio__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: clamp(26px, 3vw, 42px);
}

/* Pricing gets more depth while keeping the existing dialogs untouched. */
.blyfa-webdesign-pricing {
    position: relative;
    background:
        radial-gradient(circle at 15% 18%, rgba(16, 200, 67, 0.07), transparent 23%),
        linear-gradient(180deg, #ffffff 0%, #f5f7f4 52%, #ffffff 100%);
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan {
    position: relative;
    isolation: isolate;
    padding: clamp(24px, 2.2vw, 34px);
    overflow: hidden;
    border: 1px solid #d8ded9;
    border-radius: 28px;
    background: linear-gradient(145deg, #ffffff 0%, #f6faf6 100%);
    box-shadow: 0 18px 48px rgba(26, 38, 29, 0.085);
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan:nth-child(3) {
    background: linear-gradient(145deg, #ffffff 0%, #f3f6f4 62%, #eef6ef 100%);
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -74px;
    right: -74px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(16, 200, 67, 0.18);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(16, 200, 67, 0.035), 0 0 0 56px rgba(16, 200, 67, 0.025);
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan::after {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, transparent, var(--wd-green), transparent);
    opacity: 0.72;
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan.blyfa-webdesign-plan--featured {
    background: linear-gradient(150deg, #191b1a 0%, #262b27 72%, #1d241f 100%);
    border-color: #202522;
    color: #ffffff;
    box-shadow: 0 24px 64px rgba(20, 26, 22, 0.2), 0 0 0 1px rgba(16, 200, 67, 0.1) inset;
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan--featured::before {
    border-color: rgba(16, 200, 67, 0.35);
    box-shadow: 0 0 0 28px rgba(16, 200, 67, 0.065), 0 0 0 56px rgba(16, 200, 67, 0.04);
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan--featured::after {
    background: var(--wd-green);
    opacity: 1;
}

.blyfa-webdesign-plan__topline {
    position: relative;
    z-index: 2;
}

.blyfa-webdesign-plan__pill {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(6px);
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan--featured .blyfa-webdesign-plan__badge {
    box-shadow: 0 8px 24px rgba(16, 200, 67, 0.2);
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan--featured h3,
.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan--featured .blyfa-webdesign-plan__price {
    color: #ffffff;
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan--featured .blyfa-webdesign-plan__for {
    color: #bec6c0;
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan--featured .blyfa-webdesign-plan__price small {
    color: #89918b;
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan--featured ul.blyfa-webdesign-plan__preview {
    border-color: #4b524d;
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan--featured ul.blyfa-webdesign-plan__preview li {
    border-color: #3e4540;
    color: #dde2de;
}

.blyfa-webdesign-plan__actions > a,
.blyfa-webdesign-plan__more {
    border-radius: 999px;
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan:not(.blyfa-webdesign-plan--featured) .blyfa-webdesign-plan__more {
    background: rgba(255, 255, 255, 0.72);
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan:not(.blyfa-webdesign-plan--featured) .blyfa-webdesign-plan__actions > a {
    background: #202124;
    color: #ffffff;
}

.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan:not(.blyfa-webdesign-plan--featured) .blyfa-webdesign-plan__actions > a:hover,
.blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan:not(.blyfa-webdesign-plan--featured) .blyfa-webdesign-plan__actions > a:focus-visible {
    border-color: var(--wd-green);
    background: var(--wd-green);
    color: #102417;
}

.blyfa-webdesign-faq-home .blyfa-faq__inner {
    border-top: 0;
}

@media (min-width: 861px) {
    .blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan--featured {
        transform: translateY(-8px);
    }

    .blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan--featured:hover {
        transform: translateY(-13px);
    }
}

@media (max-width: 1020px) {
    .blyfa-webdesign-portfolio__track {
        grid-auto-columns: calc((100% - var(--wd-portfolio-gap)) / 2);
    }
}

@media (max-width: 860px) {
    .blyfa-webdesign-hero__art {
        min-height: 0;
    }

    .blyfa-webdesign-hero__art img {
        width: min(88vw, 620px);
        max-height: none;
    }

    .blyfa-webdesign-categories__heading {
        text-align: left;
        margin-inline: 0;
    }

    .blyfa-webdesign-categories__heading h2,
    .blyfa-webdesign-categories__heading p {
        margin-inline: 0;
    }

    .blyfa-webdesign-categories__scroller {
        width: calc(100vw - max(20px, (100vw - var(--blyfa-shell-width)) / 2));
        padding-right: 24px;
    }

    .blyfa-webdesign-portfolio__header {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .blyfa-webdesign-portfolio__all {
        justify-self: start;
    }
}

@media (max-width: 680px) {
    .blyfa-webdesign-categories {
        padding-block: 54px 44px;
    }

    .blyfa-webdesign-categories__heading h2 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .blyfa-webdesign-categories__track {
        min-width: 930px;
        height: 205px;
    }

    .blyfa-webdesign-category {
        width: 150px;
    }

    .blyfa-webdesign-category__icon,
    .blyfa-webdesign-category__icon img {
        width: 68px;
        height: 68px;
    }

    .blyfa-webdesign-category h3 {
        margin-top: 15px;
        font-size: 14px;
    }

    .blyfa-webdesign-portfolio {
        padding-block: 56px 64px;
    }

    .blyfa-webdesign-portfolio__header {
        gap: 22px;
        margin-bottom: 30px;
    }

    .blyfa-webdesign-portfolio__header h2 {
        font-size: clamp(36px, 10.5vw, 50px);
    }

    .blyfa-webdesign-portfolio__track {
        grid-auto-columns: 100%;
    }

    .blyfa-webdesign-portfolio__card .blyfa-project-card__screen {
        aspect-ratio: 1.55 / 1;
    }

    .blyfa-webdesign-pricing__grid > .blyfa-webdesign-plan {
        border-radius: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blyfa-webdesign-category__icon img,
    .blyfa-webdesign-portfolio__card.blyfa-project-card,
    .blyfa-webdesign-portfolio__all {
        transition-duration: 0.01ms !important;
    }
}

.blyfa-webdesign-portfolio__card:nth-child(3) .blyfa-project-card__screen,
.blyfa-webdesign-portfolio__card:nth-child(7) .blyfa-project-card__screen,
.blyfa-webdesign-portfolio__card:nth-child(9) .blyfa-project-card__screen,
.blyfa-webdesign-portfolio__card:nth-child(11) .blyfa-project-card__screen {
    color: #ffffff;
}

/* --------------------------------------------------------------------------
 * v1.12.0 — Web Design rebuild: breadcrumbs, tighter hero, open category rail,
 * 4/3/2 project slider and long-form SEO copy before FAQ.
 * -------------------------------------------------------------------------- */

/* Minimal page trail: visible everywhere except the homepage. */
.blyfa-breadcrumbs {
    position: relative;
    z-index: 20;
    background: #ffffff;
    border-bottom: 1px solid #e2e5e2;
    color: #69706a;
    direction: ltr;
}

.blyfa-breadcrumbs__inner {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 0;
    margin-block: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
}

.blyfa-breadcrumbs__inner::-webkit-scrollbar {
    display: none;
}

.blyfa-breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 560;
    letter-spacing: -0.015em;
}

.blyfa-breadcrumbs__item + .blyfa-breadcrumbs__item::before {
    content: "↗";
    margin: 0 11px;
    color: var(--blyfa-green);
    font-size: 10px;
    transform: rotate(45deg);
}

.blyfa-breadcrumbs a {
    color: #343a35;
    transition: color 160ms ease;
}

.blyfa-breadcrumbs a:hover,
.blyfa-breadcrumbs a:focus-visible {
    color: var(--blyfa-green);
}

.blyfa-breadcrumbs [aria-current="page"] {
    color: #7d847e;
}

/* Shared small label for the revised web-design page. */
.blyfa-webdesign-kicker {
    margin: 0 0 16px;
    color: #687069;
    font-size: 11px;
    font-weight: 730;
    line-height: 1.2;
    letter-spacing: 0.095em;
    text-transform: uppercase;
}

.blyfa-webdesign-kicker--dark {
    color: #9da59f;
}

/* Hero: close the empty centre and nudge the copy inward. */
@media (min-width: 1025px) {
    .blyfa-webdesign-hero {
        padding: clamp(42px, 4.6vw, 76px) 0 clamp(54px, 5.4vw, 88px);
    }

    .blyfa-webdesign-hero__inner {
        grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
        gap: clamp(18px, 2.6vw, 52px);
    }

    .blyfa-webdesign-hero__copy {
        max-width: 960px;
        padding-left: clamp(18px, 2.1vw, 44px);
    }

    .blyfa-webdesign-hero h1 {
        max-width: 12.2ch;
        margin-bottom: clamp(22px, 2vw, 30px);
        font-size: clamp(54px, 5.2vw, 88px);
        font-weight: 710;
        line-height: 0.98;
        letter-spacing: -0.061em;
    }

    .blyfa-webdesign-hero__lead {
        max-width: 44em;
        font-size: clamp(16px, 1.05vw, 19px);
        line-height: 1.64;
    }

    .blyfa-webdesign-hero__art {
        transform: translateX(clamp(-58px, -2.7vw, -28px));
    }

    .blyfa-webdesign-hero__art img {
        width: min(106%, 690px);
    }
}

/* Categories: white background, no cards, shallow side curves only. */
.blyfa-webdesign-categories {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid #e2e5e2;
    border-bottom: 1px solid #e2e5e2;
    padding: clamp(72px, 7vw, 118px) 0 clamp(68px, 6.5vw, 108px);
}

.blyfa-webdesign-categories::before,
.blyfa-webdesign-categories::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    width: clamp(210px, 18vw, 360px);
    height: clamp(360px, 34vw, 620px);
    border: 1px solid #d8ded9;
    border-radius: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.blyfa-webdesign-categories::before {
    left: clamp(-300px, -15vw, -150px);
    box-shadow: 34px 0 0 -33px rgba(16, 200, 67, 0.52);
}

.blyfa-webdesign-categories::after {
    right: clamp(-300px, -15vw, -150px);
    box-shadow: -34px 0 0 -33px rgba(16, 200, 67, 0.52);
}

.blyfa-webdesign-categories__heading {
    max-width: 880px;
    margin: 0 0 clamp(48px, 5vw, 78px);
    text-align: left;
}

.blyfa-webdesign-categories__heading h2 {
    max-width: 17ch;
    margin: 0 0 18px;
    font-size: clamp(38px, 4vw, 68px);
    font-weight: 690;
    line-height: 1.02;
    letter-spacing: -0.054em;
}

.blyfa-webdesign-categories__heading p:not(.blyfa-webdesign-kicker) {
    max-width: 48em;
    margin: 0;
    color: #5e655f;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.7;
}

.blyfa-webdesign-categories__scroller {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.blyfa-webdesign-categories__scroller::-webkit-scrollbar {
    display: none;
}

.blyfa-webdesign-categories__track {
    position: relative;
    width: 100%;
    min-width: 1120px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(18px, 1.8vw, 34px);
    align-items: start;
}

.blyfa-webdesign-category,
.blyfa-webdesign-category--1,
.blyfa-webdesign-category--2,
.blyfa-webdesign-category--3,
.blyfa-webdesign-category--4,
.blyfa-webdesign-category--5,
.blyfa-webdesign-category--6 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0 clamp(2px, 0.5vw, 10px);
    text-align: left;
    transform: none;
}

.blyfa-webdesign-category__number {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: #7b837c;
    font-size: 10px;
    font-weight: 760;
    letter-spacing: 0.08em;
}

.blyfa-webdesign-category__number::after {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--wd-green);
}

.blyfa-webdesign-category__icon,
.blyfa-webdesign-category__icon img {
    width: 72px;
    height: 72px;
}

.blyfa-webdesign-category__icon {
    display: grid;
    place-items: center;
    margin: 0 0 26px;
}

.blyfa-webdesign-category__icon img {
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(32, 33, 36, 0.08));
    transition: transform 180ms ease;
}

.blyfa-webdesign-category:hover .blyfa-webdesign-category__icon img {
    transform: translateY(-5px) rotate(-2deg);
}

.blyfa-webdesign-category h3 {
    min-height: 0;
    margin: 0 0 11px;
    color: #202124;
    font-size: clamp(17px, 1.18vw, 21px);
    font-weight: 690;
    line-height: 1.14;
    letter-spacing: -0.035em;
}

.blyfa-webdesign-category p {
    margin: 0;
    color: #6a716b;
    font-size: 13px;
    line-height: 1.58;
}

/* Portfolio: new card language and exact 4 / 3 / 2 visible-card behaviour. */
.blyfa-webdesign-portfolio {
    background: #ffffff;
    padding: clamp(76px, 7vw, 122px) 0;
}

.blyfa-webdesign-portfolio__header {
    align-items: end;
    margin-bottom: clamp(38px, 4.5vw, 68px);
}

.blyfa-webdesign-portfolio__header h2 {
    max-width: 15ch;
    font-size: clamp(40px, 4.2vw, 72px);
}

.blyfa-webdesign-portfolio__header p:not(.blyfa-webdesign-kicker) {
    max-width: 52em;
}

.blyfa-webdesign-portfolio__viewport {
    overflow: hidden;
}

.blyfa-webdesign-portfolio__track {
    --wd-portfolio-gap: clamp(12px, 1.3vw, 22px);
    grid-auto-columns: calc((100% - (var(--wd-portfolio-gap) * 3)) / 4);
    gap: var(--wd-portfolio-gap);
}

.blyfa-webdesign-work-card {
    min-width: 0;
    display: block;
    color: #202124;
    border-radius: 24px;
    outline: none;
}

.blyfa-webdesign-work-card__visual {
    position: relative;
    aspect-ratio: 0.93 / 1;
    overflow: hidden;
    border: 1px solid rgba(32, 33, 36, 0.12);
    border-radius: 22px;
    background: var(--project-color);
    box-shadow: 0 18px 40px rgba(32, 33, 36, 0.075);
    transition: transform 210ms ease, box-shadow 210ms ease, border-color 210ms ease;
}

.blyfa-webdesign-work-card:hover .blyfa-webdesign-work-card__visual,
.blyfa-webdesign-work-card:focus-visible .blyfa-webdesign-work-card__visual {
    transform: translateY(-6px);
    border-color: rgba(32, 33, 36, 0.22);
    box-shadow: 0 26px 56px rgba(32, 33, 36, 0.12);
}

.blyfa-webdesign-work-card__browser {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    gap: 4px;
}

.blyfa-webdesign-work-card__browser span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.35;
}

.blyfa-webdesign-work-card__brand {
    position: absolute;
    top: 38px;
    left: 18px;
    font-size: 11px;
    font-weight: 760;
    letter-spacing: -0.02em;
}

.blyfa-webdesign-work-card__copy {
    position: absolute;
    z-index: 2;
    left: 18px;
    bottom: 22px;
    max-width: 8ch;
    font-size: clamp(22px, 1.65vw, 31px);
    font-weight: 720;
    line-height: 0.98;
    letter-spacing: -0.052em;
}

.blyfa-webdesign-work-card__shape {
    position: absolute;
    display: block;
    border-radius: 999px;
    background: var(--project-accent);
}

.blyfa-webdesign-work-card__shape--one {
    width: 58%;
    aspect-ratio: 1 / 1;
    right: -14%;
    top: 18%;
}

.blyfa-webdesign-work-card__shape--two {
    width: 46%;
    height: 16%;
    right: 8%;
    top: 55%;
    border: 1px solid currentColor;
    background: transparent;
    transform: rotate(-12deg);
    opacity: 0.65;
}

.blyfa-webdesign-work-card__index {
    position: absolute;
    right: 16px;
    bottom: 15px;
    font-size: 10px;
    font-weight: 760;
    opacity: 0.55;
}

.blyfa-webdesign-work-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 4px 0;
}

.blyfa-webdesign-work-card__meta h3 {
    margin: 0 0 3px;
    font-size: 17px;
    font-weight: 680;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.blyfa-webdesign-work-card__meta p {
    margin: 0;
    color: #6c736d;
    font-size: 12px;
    line-height: 1.4;
}

.blyfa-webdesign-work-card__arrow {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    border: 1px solid #d5dad6;
    border-radius: 50%;
    color: #202124;
    font-size: 14px;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.blyfa-webdesign-work-card:hover .blyfa-webdesign-work-card__arrow,
.blyfa-webdesign-work-card:focus-visible .blyfa-webdesign-work-card__arrow {
    border-color: var(--wd-green);
    background: var(--wd-green);
    color: #102417;
}

.blyfa-webdesign-work-card:nth-child(3) .blyfa-webdesign-work-card__visual,
.blyfa-webdesign-work-card:nth-child(7) .blyfa-webdesign-work-card__visual,
.blyfa-webdesign-work-card:nth-child(9) .blyfa-webdesign-work-card__visual,
.blyfa-webdesign-work-card:nth-child(11) .blyfa-webdesign-work-card__visual {
    color: #ffffff;
}

/* Pricing stays compact, but now appears before the build matrix. */
.blyfa-webdesign-pricing__heading > div {
    min-width: 0;
}

.blyfa-webdesign-pricing__heading .blyfa-webdesign-kicker {
    margin-bottom: 14px;
}

/* Dark build section copy gets a useful second column. */
.blyfa-webdesign-build__top {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
    gap: clamp(42px, 6vw, 108px);
    align-items: end;
}

.blyfa-webdesign-build__top h2 {
    max-width: 16ch;
}

.blyfa-webdesign-build__top > p {
    max-width: 38em;
    margin: 0 0 3px;
    color: #bdc5bf;
    font-size: clamp(14px, 1vw, 17px);
    line-height: 1.72;
}

/* Long-form keyword section before FAQ. All copy is visible in the DOM; the
   visual crop keeps the initial page concise and uses the homepage toggle UI. */
.blyfa-webdesign-seo-copy {
    background: #ffffff;
    border-top: 1px solid #e2e5e2;
    padding: clamp(78px, 7vw, 126px) 0 clamp(72px, 6.5vw, 116px);
}

.blyfa-webdesign-seo-copy__inner {
    max-width: min(var(--blyfa-shell-max), 1500px);
}

.blyfa-webdesign-seo-copy__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr);
    column-gap: clamp(48px, 7vw, 118px);
    align-items: end;
    margin-bottom: clamp(42px, 5vw, 72px);
}

.blyfa-webdesign-seo-copy__intro .blyfa-webdesign-kicker {
    grid-column: 1 / -1;
}

.blyfa-webdesign-seo-copy__intro h2 {
    max-width: 15ch;
    margin: 0;
    font-size: clamp(40px, 4vw, 68px);
    font-weight: 690;
    line-height: 1.03;
    letter-spacing: -0.054em;
}

.blyfa-webdesign-seo-copy__intro > p:not(.blyfa-webdesign-kicker) {
    max-width: 42em;
    margin: 0 0 5px;
    color: #606761;
    font-size: 15px;
    line-height: 1.72;
}

.blyfa-webdesign-seo-copy__clip {
    position: relative;
    max-height: 18.5rem;
    overflow: hidden;
    transition: max-height 360ms ease;
}

.blyfa-webdesign-seo-copy__clip::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 96px;
    background: linear-gradient(180deg, rgba(255,255,255,0), #ffffff 78%);
    pointer-events: none;
    transition: opacity 180ms ease;
}

.blyfa-webdesign-seo-copy.is-expanded .blyfa-webdesign-seo-copy__clip {
    max-height: 5000px;
}

.blyfa-webdesign-seo-copy.is-expanded .blyfa-webdesign-seo-copy__clip::after {
    opacity: 0;
}

.blyfa-webdesign-seo-copy__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #202124;
}

.blyfa-webdesign-seo-copy__content article {
    min-width: 0;
    padding: clamp(30px, 3vw, 48px) clamp(28px, 3.2vw, 54px) clamp(36px, 3.4vw, 58px) 0;
    border-bottom: 1px solid #dce0dc;
}

.blyfa-webdesign-seo-copy__content article:nth-child(even) {
    padding-right: 0;
    padding-left: clamp(28px, 3.2vw, 54px);
    border-left: 1px solid #dce0dc;
}

.blyfa-webdesign-seo-copy__content h1,
.blyfa-webdesign-seo-copy__content h2 {
    max-width: 19ch;
    margin: 0 0 18px;
    color: #202124;
    font-size: clamp(25px, 2vw, 36px);
    font-weight: 670;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.blyfa-webdesign-seo-copy__content p {
    max-width: 50em;
    margin: 0;
    color: #5f665f;
    font-size: 15px;
    line-height: 1.72;
}

.blyfa-webdesign-seo-copy__content a {
    color: #202124;
    text-decoration: underline;
    text-decoration-color: var(--wd-green);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.blyfa-webdesign-seo-copy__toggle {
    margin-top: 18px;
}

.blyfa-webdesign-seo-copy.is-expanded .blyfa-webdesign-seo-copy__toggle {
    box-shadow: none;
}

/* FAQ remains visually tied to the homepage, with clearer separation. */
.blyfa-webdesign-faq-home {
    border-top: 1px solid #e2e5e2;
}

@media (max-width: 1100px) {
    .blyfa-webdesign-portfolio__track {
        grid-auto-columns: calc((100% - (var(--wd-portfolio-gap) * 2)) / 3);
    }

    .blyfa-webdesign-build__top {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .blyfa-webdesign-build__top > p {
        max-width: 48em;
    }
}

@media (max-width: 1024px) {
    .blyfa-breadcrumbs {
        border-top: 1px solid #e2e5e2;
    }

    .blyfa-breadcrumbs__inner {
        min-height: 42px;
    }

    .blyfa-webdesign-hero__copy {
        padding-left: 0;
    }

    .blyfa-webdesign-categories::before,
    .blyfa-webdesign-categories::after {
        opacity: 0.75;
    }
}

@media (max-width: 860px) {
    .blyfa-webdesign-categories__heading {
        margin-right: 0;
    }

    .blyfa-webdesign-categories__track {
        min-width: 1060px;
    }

    .blyfa-webdesign-seo-copy__intro {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .blyfa-webdesign-seo-copy__intro > p:not(.blyfa-webdesign-kicker) {
        margin-top: 22px;
    }

    .blyfa-webdesign-seo-copy__content {
        grid-template-columns: 1fr;
    }

    .blyfa-webdesign-seo-copy__content article,
    .blyfa-webdesign-seo-copy__content article:nth-child(even) {
        padding: 30px 0 34px;
        border-left: 0;
    }
}

@media (max-width: 700px) {
    .blyfa-breadcrumbs__item {
        font-size: 11px;
    }

    .blyfa-breadcrumbs__item + .blyfa-breadcrumbs__item::before {
        margin-inline: 8px;
    }

    .blyfa-webdesign-kicker {
        font-size: 10px;
    }

    .blyfa-webdesign-categories {
        padding-block: 58px 62px;
    }

    .blyfa-webdesign-categories::before,
    .blyfa-webdesign-categories::after {
        width: 180px;
        height: 360px;
    }

    .blyfa-webdesign-categories::before {
        left: -152px;
    }

    .blyfa-webdesign-categories::after {
        right: -152px;
    }

    .blyfa-webdesign-categories__track {
        min-width: 980px;
        gap: 20px;
    }

    .blyfa-webdesign-category {
        padding-inline: 2px;
    }

    .blyfa-webdesign-portfolio__track {
        --wd-portfolio-gap: 12px;
        grid-auto-columns: calc((100% - var(--wd-portfolio-gap)) / 2);
    }

    .blyfa-webdesign-work-card__visual {
        border-radius: 17px;
    }

    .blyfa-webdesign-work-card__copy {
        left: 13px;
        bottom: 15px;
        font-size: clamp(18px, 5vw, 24px);
    }

    .blyfa-webdesign-work-card__brand {
        top: 30px;
        left: 13px;
        font-size: 9px;
    }

    .blyfa-webdesign-work-card__browser {
        top: 12px;
        left: 12px;
    }

    .blyfa-webdesign-work-card__index {
        right: 11px;
        bottom: 11px;
        font-size: 8px;
    }

    .blyfa-webdesign-work-card__meta {
        align-items: flex-start;
        padding-top: 11px;
    }

    .blyfa-webdesign-work-card__meta h3 {
        font-size: 15px;
    }

    .blyfa-webdesign-work-card__meta p {
        font-size: 10px;
    }

    .blyfa-webdesign-work-card__arrow {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: 12px;
    }

    .blyfa-webdesign-seo-copy {
        padding-block: 64px 74px;
    }

    .blyfa-webdesign-seo-copy__intro h2 {
        font-size: clamp(36px, 10vw, 50px);
    }

    .blyfa-webdesign-seo-copy__clip {
        max-height: 19rem;
    }

    .blyfa-webdesign-seo-copy__content h1,
    .blyfa-webdesign-seo-copy__content h2 {
        font-size: clamp(24px, 7.4vw, 32px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .blyfa-webdesign-work-card__visual,
    .blyfa-webdesign-work-card__arrow,
    .blyfa-webdesign-seo-copy__clip {
        transition-duration: 0.01ms !important;
    }
}

.blyfa-breadcrumbs__item + .blyfa-breadcrumbs__item::before {
    display: inline-block;
}


/* --------------------------------------------------------------------------
 * v1.13.0 — Web Design refinement
 * Smaller typography, tighter hero, minimal category strip, stable portfolio
 * cards and stronger tablet/mobile guardrails without changing Home/Contact.
 * -------------------------------------------------------------------------- */

/* General responsive safety for non-home/non-contact content. */
main:not(.blyfa-main):not(.blyfa-contact-page) {
    max-width: 100%;
    overflow-x: clip;
}

main:not(.blyfa-main):not(.blyfa-contact-page) :where(img, video, iframe, canvas, svg) {
    max-width: 100%;
}

.blyfa-content :where(p, li, a, h1, h2, h3, h4) {
    overflow-wrap: anywhere;
}

.blyfa-content :where(table, pre) {
    max-width: 100%;
    overflow-x: auto;
}

.blyfa-content iframe {
    width: 100%;
}

/* Remove the small pre-heading labels from the page even if cached markup remains. */
.blyfa-webdesign .blyfa-webdesign-kicker {
    display: none !important;
}

/* Keep the whole page typographically calmer. */
.blyfa-webdesign :where(h1, h2, h3) {
    text-wrap: balance;
}

/* Hero: smaller/lighter type and no dead centre gap. */
.blyfa-webdesign-hero {
    padding: clamp(38px, 3.6vw, 62px) 0 clamp(50px, 4.6vw, 76px);
}

.blyfa-webdesign-hero__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
    gap: 0;
    align-items: center;
}

.blyfa-webdesign-hero__copy {
    max-width: 780px;
    padding-left: clamp(18px, 2.4vw, 46px);
}

.blyfa-webdesign-hero h1 {
    max-width: 14.8ch;
    margin-bottom: clamp(20px, 1.7vw, 28px);
    font-size: clamp(48px, 4.15vw, 76px);
    font-weight: 610;
    line-height: 1.005;
    letter-spacing: -0.052em;
}

.blyfa-webdesign-hero__lead {
    max-width: 42em;
    margin-bottom: clamp(24px, 2vw, 34px);
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 390;
    line-height: 1.68;
}

.blyfa-webdesign-hero__art {
    min-height: clamp(330px, 35vw, 520px);
    place-items: end start;
    overflow: visible;
}

.blyfa-webdesign-hero__art img {
    width: min(112%, 700px);
    max-height: clamp(330px, 35vw, 520px);
    object-position: left bottom;
}

.blyfa-webdesign-hero__meta {
    margin-top: clamp(24px, 2.2vw, 34px);
}

/* Categories: no descriptions, numbers, cards or decorative side curves. */
.blyfa-webdesign-categories {
    overflow: visible;
    padding: clamp(54px, 5vw, 82px) 0 clamp(58px, 5.2vw, 88px);
    border-top: 1px solid #e7e9e7;
    border-bottom: 1px solid #e7e9e7;
    background: #ffffff;
}

.blyfa-webdesign-categories::before,
.blyfa-webdesign-categories::after {
    content: none;
}

.blyfa-webdesign-categories__heading {
    max-width: 720px;
    margin: 0 auto clamp(34px, 3.2vw, 50px);
    text-align: center;
}

.blyfa-webdesign-categories__heading h2 {
    max-width: none;
    margin: 0;
    font-size: clamp(28px, 2.25vw, 40px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.042em;
}

.blyfa-webdesign-categories__scroller {
    overflow: visible;
}

.blyfa-webdesign-categories__track {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 40px);
    align-items: start;
}

.blyfa-webdesign-category,
.blyfa-webdesign-category--1,
.blyfa-webdesign-category--2,
.blyfa-webdesign-category--3,
.blyfa-webdesign-category--4,
.blyfa-webdesign-category--5,
.blyfa-webdesign-category--6 {
    width: auto;
    min-width: 0;
    padding: 0;
    text-align: center;
}

.blyfa-webdesign-category__number,
.blyfa-webdesign-category p {
    display: none;
}

.blyfa-webdesign-category__icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 15px;
}

.blyfa-webdesign-category__icon img {
    width: 58px;
    height: 58px;
    filter: none;
    transition: transform 180ms ease;
}

.blyfa-webdesign-category:hover .blyfa-webdesign-category__icon img {
    transform: scale(0.94);
}

.blyfa-webdesign-category h3 {
    min-height: 0;
    margin: 0 auto;
    max-width: 12ch;
    font-size: clamp(14px, 1vw, 17px);
    font-weight: 560;
    line-height: 1.28;
    letter-spacing: -0.025em;
}

/* Portfolio: left-aligned heading, smaller type, and scale-in-place interaction. */
.blyfa-webdesign-portfolio {
    padding: clamp(62px, 5.8vw, 96px) 0;
}

.blyfa-webdesign-portfolio__header {
    align-items: end;
    gap: clamp(26px, 4vw, 64px);
    margin-bottom: clamp(30px, 3.2vw, 48px);
    text-align: left;
}

.blyfa-webdesign-portfolio__header h2 {
    max-width: 16ch;
    margin-bottom: 12px;
    font-size: clamp(34px, 3.25vw, 54px);
    font-weight: 610;
    line-height: 1.04;
    letter-spacing: -0.048em;
}

.blyfa-webdesign-portfolio__header p {
    max-width: 48em;
    font-size: 14px;
    line-height: 1.66;
}

.blyfa-webdesign-portfolio__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
}

.blyfa-webdesign-portfolio__viewport::-webkit-scrollbar {
    display: none;
}

.blyfa-webdesign-portfolio__track {
    --wd-portfolio-gap: clamp(12px, 1.25vw, 20px);
    position: relative;
    grid-auto-columns: calc((100% - (var(--wd-portfolio-gap) * 3)) / 4);
    gap: var(--wd-portfolio-gap);
}

.blyfa-webdesign-work-card {
    min-width: 0;
    scroll-snap-align: start;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 180ms ease;
    will-change: transform;
}

.blyfa-webdesign-work-card:hover,
.blyfa-webdesign-work-card:focus-visible {
    transform: scale(0.975);
}

.blyfa-webdesign-work-card:active {
    transform: scale(0.95);
}

.blyfa-webdesign-work-card__visual {
    border-radius: 19px;
    box-shadow: 0 14px 34px rgba(32, 33, 36, 0.07);
    transform: none !important;
    transition: box-shadow 180ms ease, border-color 180ms ease;
}

.blyfa-webdesign-work-card:hover .blyfa-webdesign-work-card__visual,
.blyfa-webdesign-work-card:focus-visible .blyfa-webdesign-work-card__visual {
    transform: none !important;
    border-color: rgba(32, 33, 36, 0.19);
    box-shadow: 0 18px 42px rgba(32, 33, 36, 0.10);
}

.blyfa-webdesign-work-card__copy {
    font-size: clamp(20px, 1.42vw, 28px);
    font-weight: 620;
}

.blyfa-webdesign-work-card__meta h3 {
    font-weight: 590;
}

/* Pricing is the centered section in the page rhythm. */
.blyfa-webdesign-pricing {
    padding: clamp(58px, 5.6vw, 92px) 0;
}

.blyfa-webdesign-pricing__heading {
    display: block;
    max-width: 840px;
    margin: 0 auto clamp(32px, 3.4vw, 48px);
    text-align: center;
}

.blyfa-webdesign-pricing__heading h2 {
    max-width: 17ch;
    margin: 0 auto 14px;
    font-size: clamp(34px, 3.1vw, 52px);
    font-weight: 610;
    line-height: 1.05;
    letter-spacing: -0.048em;
}

.blyfa-webdesign-pricing__heading > p {
    max-width: 54em;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.68;
}

.blyfa-webdesign-plan h3 {
    font-weight: 610;
}

.blyfa-webdesign-plan__price {
    font-weight: 610;
}

/* Dark build section stays left aligned but uses calmer heading scale. */
.blyfa-webdesign-build {
    padding: clamp(64px, 6vw, 102px) 0;
}

.blyfa-webdesign-build__top {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    gap: clamp(36px, 5vw, 84px);
    margin-bottom: clamp(34px, 3.8vw, 56px);
    align-items: end;
}

.blyfa-webdesign-build__top h2 {
    max-width: 17ch;
    font-size: clamp(34px, 3.15vw, 54px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.046em;
}

.blyfa-webdesign-build__matrix h3 {
    font-weight: 580;
}

/* Long-form section: one clean vertical flow; no dividers between entries. */
.blyfa-webdesign-seo-copy {
    padding: clamp(64px, 6vw, 98px) 0 clamp(66px, 6.2vw, 102px);
    border-top: 0;
}

.blyfa-webdesign-seo-copy__inner {
    max-width: min(var(--blyfa-shell-max), 1460px);
}

.blyfa-webdesign-seo-copy__intro {
    display: block;
    max-width: 820px;
    margin: 0 auto clamp(34px, 4vw, 56px);
    text-align: center;
}

.blyfa-webdesign-seo-copy__intro h2 {
    max-width: 18ch;
    margin: 0 auto 16px;
    font-size: clamp(32px, 2.85vw, 48px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.046em;
}

.blyfa-webdesign-seo-copy__intro > p {
    max-width: 52em;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.72;
}

.blyfa-webdesign-seo-copy__clip {
    max-height: 20.5rem;
}

.blyfa-webdesign-seo-copy__content {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    border: 0;
}

.blyfa-webdesign-seo-copy__content article,
.blyfa-webdesign-seo-copy__content article:nth-child(even) {
    min-width: 0;
    padding: 0;
    border: 0;
}

.blyfa-webdesign-seo-copy__content article + article {
    margin-top: clamp(30px, 3vw, 44px);
}

.blyfa-webdesign-seo-copy__content h1,
.blyfa-webdesign-seo-copy__content h2 {
    max-width: 25ch;
    margin: 0 0 10px;
    font-size: clamp(22px, 1.65vw, 30px);
    font-weight: 590;
    line-height: 1.14;
    letter-spacing: -0.035em;
}

.blyfa-webdesign-seo-copy__content p {
    max-width: 66em;
    font-size: 14px;
    line-height: 1.72;
}

.blyfa-webdesign-seo-copy__toggle {
    margin: 22px auto 0;
}

/* FAQ and final CTA: keep their established components, reduce headline weight. */
.blyfa-webdesign-faq-home .blyfa-faq__title {
    font-size: clamp(34px, 3.1vw, 52px);
    font-weight: 610;
    line-height: 1.04;
    letter-spacing: -0.048em;
}

.blyfa-webdesign-close__copy h2 {
    font-size: clamp(34px, 3.2vw, 54px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.047em;
}

/* Tablet: follow the compact, stacked rhythm used elsewhere in the theme. */
@media (max-width: 1100px) {
    .blyfa-webdesign-portfolio__track {
        grid-auto-columns: calc((100% - (var(--wd-portfolio-gap) * 2)) / 3);
    }

    .blyfa-webdesign-categories__track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 34px;
    }
}

@media (max-width: 1024px) {
    .blyfa-webdesign-hero {
        padding: 42px 0 64px;
    }

    .blyfa-webdesign-hero__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .blyfa-webdesign-hero__copy {
        max-width: 760px;
        padding-left: 0;
    }

    .blyfa-webdesign-hero h1 {
        max-width: 14ch;
        font-size: clamp(42px, 6.4vw, 58px);
        font-weight: 590;
    }

    .blyfa-webdesign-hero__art {
        width: min(100%, 680px);
        min-height: 0;
        margin: 0 auto;
        place-items: center;
    }

    .blyfa-webdesign-hero__art img {
        width: min(100%, 620px);
        max-height: none;
        object-position: center;
    }

    .blyfa-webdesign-build__top {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }

    .blyfa-content {
        width: min(91.5vw, 820px);
        margin-block: 48px 72px;
    }

    .blyfa-content h1 {
        font-size: clamp(38px, 7vw, 56px);
        font-weight: 610;
    }

    .blyfa-content h2 {
        font-size: clamp(28px, 5vw, 42px);
        font-weight: 600;
    }
}

@media (max-width: 760px) {
    .blyfa-webdesign-hero {
        padding: 34px 0 54px;
    }

    .blyfa-webdesign-hero__inner {
        gap: 26px;
    }

    .blyfa-webdesign-hero h1 {
        max-width: 15ch;
        margin-bottom: 18px;
        font-size: clamp(38px, 10.6vw, 50px);
        font-weight: 590;
        line-height: 1.02;
        letter-spacing: -0.048em;
    }

    .blyfa-webdesign-hero__lead {
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.62;
    }

    .blyfa-webdesign-hero__actions {
        gap: 8px 12px;
    }

    .blyfa-webdesign-btn {
        min-height: 46px;
        padding: 11px 16px;
        font-size: 12px;
    }

    .blyfa-webdesign-hero__meta {
        gap: 8px 18px;
        margin-top: 22px;
        font-size: 11px;
    }

    .blyfa-webdesign-hero__art {
        width: min(100%, 520px);
    }

    .blyfa-webdesign-categories {
        padding-block: 48px 54px;
    }

    .blyfa-webdesign-categories__heading {
        margin-bottom: 30px;
    }

    .blyfa-webdesign-categories__heading h2 {
        font-size: clamp(27px, 7.8vw, 35px);
    }

    .blyfa-webdesign-categories__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .blyfa-webdesign-category__icon,
    .blyfa-webdesign-category__icon img {
        width: 48px;
        height: 48px;
    }

    .blyfa-webdesign-category__icon {
        margin-bottom: 11px;
    }

    .blyfa-webdesign-category h3 {
        font-size: 14px;
    }

    .blyfa-webdesign-portfolio {
        padding-block: 54px 62px;
    }

    .blyfa-webdesign-portfolio__header {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 20px;
    }

    .blyfa-webdesign-portfolio__header h2 {
        max-width: 17ch;
        font-size: clamp(30px, 8.6vw, 40px);
    }

    .blyfa-webdesign-portfolio__all {
        justify-self: start;
        min-height: 44px;
        padding: 10px 15px;
        font-size: 12px;
    }

    .blyfa-webdesign-portfolio__track {
        --wd-portfolio-gap: 10px;
        grid-auto-columns: calc((100% - var(--wd-portfolio-gap)) / 2);
    }

    .blyfa-webdesign-work-card__visual {
        border-radius: 15px;
    }

    .blyfa-webdesign-work-card__copy {
        left: 12px;
        bottom: 14px;
        font-size: clamp(16px, 4.8vw, 22px);
    }

    .blyfa-webdesign-work-card__brand {
        top: 28px;
        left: 12px;
        font-size: 8px;
    }

    .blyfa-webdesign-work-card__browser {
        top: 11px;
        left: 11px;
    }

    .blyfa-webdesign-work-card__meta {
        padding-top: 10px;
        gap: 8px;
    }

    .blyfa-webdesign-work-card__meta h3 {
        font-size: 14px;
    }

    .blyfa-webdesign-work-card__meta p {
        font-size: 9px;
    }

    .blyfa-webdesign-work-card__arrow {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
    }

    .blyfa-webdesign-pricing,
    .blyfa-webdesign-build,
    .blyfa-webdesign-seo-copy {
        padding-block: 56px;
    }

    .blyfa-webdesign-pricing__heading h2,
    .blyfa-webdesign-build__top h2,
    .blyfa-webdesign-seo-copy__intro h2,
    .blyfa-webdesign-faq-home .blyfa-faq__title,
    .blyfa-webdesign-close__copy h2 {
        font-size: clamp(30px, 8.6vw, 40px);
        font-weight: 590;
    }

    .blyfa-webdesign-pricing__heading {
        margin-bottom: 30px;
    }

    .blyfa-webdesign-seo-copy__intro {
        margin-bottom: 30px;
    }

    .blyfa-webdesign-seo-copy__clip {
        max-height: 22rem;
    }

    .blyfa-webdesign-seo-copy__content h1,
    .blyfa-webdesign-seo-copy__content h2 {
        max-width: 28ch;
        font-size: clamp(21px, 6.4vw, 27px);
        font-weight: 570;
    }

    .blyfa-webdesign-seo-copy__content p {
        font-size: 13.5px;
        line-height: 1.68;
    }

    .blyfa-content {
        width: min(91.5vw, 680px);
        margin-block: 36px 60px;
    }
}

@media (max-width: 430px) {
    .blyfa-webdesign-hero h1 {
        font-size: clamp(36px, 10.4vw, 44px);
    }

    .blyfa-webdesign-hero__meta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .blyfa-webdesign-work-card__shape--two {
        display: none;
    }

    .blyfa-webdesign-work-card__copy {
        max-width: 7ch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blyfa-webdesign-work-card,
    .blyfa-webdesign-category__icon img {
        transition-duration: 0.01ms !important;
    }
}


/* --------------------------------------------------------------------------
 * v1.16 Web-design landing refinements.
 * -------------------------------------------------------------------------- */
@media (min-width: 1025px) {
    .blyfa-webdesign-hero__inner {
        width: min(91.5%, 1240px);
        grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
        gap: clamp(34px, 5.5vw, 78px);
        justify-content: center;
        align-items: center;
    }

    .blyfa-webdesign-hero__copy {
        max-width: 690px;
        padding-left: 0;
        justify-self: center;
    }

    .blyfa-webdesign-hero__art {
        width: min(100%, 520px);
        min-height: clamp(330px, 32vw, 500px);
        place-items: center;
        justify-self: center;
    }

    .blyfa-webdesign-hero__art img {
        width: min(100%, 520px);
        max-height: clamp(330px, 32vw, 500px);
        object-position: center;
    }
}

.blyfa-webdesign-category {
    display: block;
    color: inherit;
    text-decoration: none;
    transform: none !important;
    transition: none !important;
}

.blyfa-webdesign-category:hover,
.blyfa-webdesign-category:focus-visible,
.blyfa-webdesign-category:active {
    color: inherit;
    transform: none !important;
}

.blyfa-webdesign-category:hover .blyfa-webdesign-category__icon img,
.blyfa-webdesign-category:focus-visible .blyfa-webdesign-category__icon img {
    transform: scale(.92);
}

.blyfa-webdesign-category:active .blyfa-webdesign-category__icon img {
    transform: scale(.89);
}

/* --------------------------------------------------------------------------
 * v1.17.0 service navigation flyout
 * -------------------------------------------------------------------------- */
.blyfa-service-menu{position:relative;display:inline-flex;align-items:center}
.blyfa-service-menu__trigger{
    appearance:none;
    -webkit-appearance:none;
    border:0;
    margin:0;
    padding:0;
    background:transparent;
    color:inherit;
    font:inherit;
    cursor:pointer;
}
.primary-nav .blyfa-service-menu__trigger{
    min-height:44px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#191919;
    font-size:clamp(15px,1.02vw,20px);
    font-weight:450;
    letter-spacing:-.025em;
    white-space:nowrap;
    transition:opacity 160ms ease;
}
.primary-nav .blyfa-service-menu__trigger:hover,
.primary-nav .blyfa-service-menu__trigger:focus-visible{opacity:.58}
.primary-nav .menu-item--services.is-current .blyfa-service-menu__trigger{font-weight:600}
.blyfa-service-menu__chevron{display:inline-block;color:var(--blyfa-green);font-size:.95em;line-height:1;transition:transform 160ms ease}
.blyfa-service-menu.is-open .blyfa-service-menu__chevron,
.blyfa-service-menu:hover .blyfa-service-menu__chevron,
.blyfa-service-menu:focus-within .blyfa-service-menu__chevron{transform:rotate(180deg)}

.blyfa-service-menu__panel{
    position:absolute;
    z-index:1800;
    top:calc(100% + 14px);
    left:50%;
    width:min(840px,calc(100vw - 48px));
    padding:14px;
    border:1px solid rgba(17,19,21,.13);
    border-radius:22px;
    background:rgba(255,255,255,.985);
    box-shadow:0 26px 70px rgba(17,19,21,.14);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translate(-34%,8px);
    transform-origin:top center;
    transition:opacity 150ms ease,transform 150ms ease,visibility 150ms ease;
}
.blyfa-service-menu__panel::before{content:"";position:absolute;left:0;right:0;top:-18px;height:18px}
.blyfa-service-menu:hover>.blyfa-service-menu__panel,
.blyfa-service-menu:focus-within>.blyfa-service-menu__panel,
.blyfa-service-menu.is-open>.blyfa-service-menu__panel{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translate(-34%,0);
}
.blyfa-service-menu__grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.45fr) minmax(0,.88fr);gap:10px}
.blyfa-service-menu__primary,
.blyfa-service-menu__design{
    min-width:0;
    border:1px solid rgba(17,19,21,.1);
    border-radius:16px;
    background:#fbfcfb;
}
.blyfa-service-menu__primary{
    position:relative;
    display:flex!important;
    flex-direction:column;
    align-items:flex-start!important;
    min-height:230px!important;
    padding:22px!important;
    white-space:normal!important;
    opacity:1!important;
    text-decoration:none;
    transition:transform 160ms ease,border-color 160ms ease,background 160ms ease!important;
}
.blyfa-service-menu__primary:hover,
.blyfa-service-menu__primary:focus-visible{transform:translateY(-2px);border-color:rgba(16,200,67,.32);background:rgba(16,200,67,.035)}
.blyfa-service-menu__kicker,
.blyfa-service-menu__design-head small{
    color:#10C843;
    font-size:10px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.1em;
    text-transform:uppercase;
}
.blyfa-service-menu__primary strong,
.blyfa-service-menu__design-head strong{
    display:block;
    margin-top:10px;
    color:#111315;
    font-size:20px;
    font-weight:620;
    line-height:1.15;
    letter-spacing:-.035em;
}
.blyfa-service-menu__primary small{
    display:block;
    margin-top:14px;
    color:#68706b;
    font-size:12px;
    font-weight:430;
    line-height:1.55;
}
.blyfa-service-menu__arrow{margin-top:auto;padding-top:20px;color:#10C843;font-size:18px;line-height:1}
.blyfa-service-menu__design{padding:10px;background:rgba(16,200,67,.045)}
.blyfa-service-menu__design-head{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between;
    gap:20px;
    min-height:0!important;
    padding:12px 12px 16px!important;
    border-bottom:1px solid rgba(17,19,21,.1);
    white-space:normal!important;
    opacity:1!important;
}
.blyfa-service-menu__design-head>span:last-child{color:#10C843;font-size:18px}
.blyfa-service-menu__design-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 10px;padding-top:6px}
.blyfa-service-menu__design-grid a{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between;
    gap:12px;
    min-height:42px!important;
    padding:8px 10px!important;
    border-radius:10px;
    color:#343a36!important;
    font-size:12px!important;
    font-weight:520!important;
    line-height:1.35;
    white-space:normal!important;
    opacity:1!important;
    transition:background 140ms ease,color 140ms ease!important;
}
.blyfa-service-menu__design-grid a:hover,
.blyfa-service-menu__design-grid a:focus-visible{background:#fff;color:#111315!important}
.blyfa-service-menu__design-grid a span:last-child{color:#10C843}
.blyfa-service-menu__all{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between;
    gap:20px;
    min-height:42px!important;
    margin-top:10px;
    padding:8px 12px!important;
    color:#4f5752!important;
    font-size:12px!important;
    font-weight:560!important;
    opacity:1!important;
}
.blyfa-service-menu__all:hover,
.blyfa-service-menu__all:focus-visible{color:#111315!important}
.blyfa-service-menu__trigger:focus-visible{outline:3px solid #10C843;outline-offset:5px;border-radius:4px}

/* Footer uses the same information architecture but opens upward. */
.site-footer__nav>.blyfa-service-menu{align-self:center}
.site-footer__nav .blyfa-service-menu__trigger{
    display:inline-flex;
    align-items:center;
    gap:6px;
    min-height:34px;
    color:rgba(255,255,255,.7);
    font-size:14px;
    font-weight:420;
    transition:color 140ms ease;
}
.site-footer__nav .blyfa-service-menu__trigger:hover,
.site-footer__nav .blyfa-service-menu__trigger:focus-visible{color:#fff}
.blyfa-service-menu--footer .blyfa-service-menu__panel{
    top:auto;
    bottom:calc(100% + 14px);
    left:50%;
    transform:translate(-42%,8px);
    transform-origin:bottom center;
    text-align:left;
}
.blyfa-service-menu--footer .blyfa-service-menu__panel::before{top:auto;bottom:-18px}
.blyfa-service-menu--footer:hover>.blyfa-service-menu__panel,
.blyfa-service-menu--footer:focus-within>.blyfa-service-menu__panel,
.blyfa-service-menu--footer.is-open>.blyfa-service-menu__panel{transform:translate(-42%,0)}
.site-footer__nav .blyfa-service-menu__panel a{color:inherit}

@media (max-width:1180px){
    .blyfa-service-menu__panel{width:min(760px,calc(100vw - 36px))}
    .blyfa-service-menu__primary{padding:18px!important}
    .blyfa-service-menu__primary strong,.blyfa-service-menu__design-head strong{font-size:18px}
}
@media (max-width:720px){
    .blyfa-service-menu--footer .blyfa-service-menu__panel{
        position:fixed;
        left:18px;
        right:18px;
        bottom:112px;
        top:auto;
        width:auto;
        max-height:calc(100vh - 150px);
        overflow:auto;
        padding:12px;
        transform:translateY(8px);
        border-radius:18px;
    }
    .blyfa-service-menu--footer:hover>.blyfa-service-menu__panel,
    .blyfa-service-menu--footer:focus-within>.blyfa-service-menu__panel,
    .blyfa-service-menu--footer.is-open>.blyfa-service-menu__panel{transform:translateY(0)}
    .blyfa-service-menu__grid{grid-template-columns:1fr}
    .blyfa-service-menu__primary{min-height:0!important}
    .blyfa-service-menu__primary small{max-width:52ch}
    .blyfa-service-menu__arrow{margin-top:14px;padding-top:0}
    .blyfa-service-menu__design-grid{grid-template-columns:1fr 1fr}
}
@media (prefers-reduced-motion:reduce){
    .blyfa-service-menu__panel,
    .blyfa-service-menu__chevron,
    .blyfa-service-menu__primary{transition:none!important}
}

/* --------------------------------------------------------------------------
 * v1.18.0 service navigation refinements + mobile/tablet service sheet
 * -------------------------------------------------------------------------- */
.primary-nav .blyfa-service-menu__chevron{
    position:relative;
    top:-2px;
    color:#191919;
    transform:translateY(0);
}
.blyfa-service-menu.is-open .blyfa-service-menu__chevron,
.blyfa-service-menu:hover .blyfa-service-menu__chevron,
.blyfa-service-menu:focus-within .blyfa-service-menu__chevron{
    transform:translateY(-1px) rotate(180deg);
}
.blyfa-service-menu__primary strong,
.blyfa-service-menu__design-head strong{margin-top:0}

/* The full desktop footer stays a simple link row. The richer service navigation
 * belongs only to the mobile/tablet dock. */
.blyfa-mobile-services{display:none}

@media (max-width:1024px){
    .blyfa-mobile-dock__services{
        appearance:none;
        -webkit-appearance:none;
        width:100%;
        padding:0;
        border:0;
        background:transparent;
        font:inherit;
        cursor:pointer;
    }
    .blyfa-mobile-services{
        position:absolute;
        z-index:2;
        left:0;
        right:0;
        bottom:calc(100% + 10px);
        max-height:min(68vh,620px);
        display:block;
        overflow:auto;
        padding:18px;
        border:1px solid #d9dde1;
        border-radius:22px;
        background:#ffffff;
        box-shadow:0 24px 60px rgba(13,18,15,.18);
        opacity:0;
        transform:translateY(10px) scale(.985);
        transform-origin:bottom center;
        pointer-events:none;
        transition:opacity 160ms ease,transform 160ms ease;
    }
    .blyfa-mobile-services[hidden]{display:none}
    .blyfa-mobile-services.is-open{
        opacity:1;
        transform:translateY(0) scale(1);
        pointer-events:auto;
    }
    .blyfa-mobile-services__head{
        display:flex;
        align-items:flex-start;
        justify-content:space-between;
        gap:18px;
        padding:2px 2px 16px;
        border-bottom:1px solid #e4e7e5;
    }
    .blyfa-mobile-services__head h2{
        margin:0;
        color:#161819;
        font-size:clamp(24px,4vw,32px);
        font-weight:650;
        line-height:1;
        letter-spacing:-.045em;
    }
    .blyfa-mobile-services__head p{
        max-width:38em;
        margin:8px 0 0;
        color:#65706a;
        font-size:12px;
        line-height:1.5;
    }
    .blyfa-mobile-services__close{
        flex:0 0 36px;
        width:36px;
        height:36px;
        display:grid;
        place-items:center;
        padding:0;
        border:1px solid #dfe3e0;
        border-radius:50%;
        background:#f7f9f7;
        color:#151817;
        font-size:22px;
        line-height:1;
        cursor:pointer;
    }
    .blyfa-mobile-services__primary{
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:8px;
        padding:12px 0;
    }
    .blyfa-mobile-services__primary>a{
        position:relative;
        min-height:112px;
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        padding:14px;
        border:1px solid #dfe3e0;
        border-radius:15px;
        background:#fbfcfb;
    }
    .blyfa-mobile-services__primary>a.is-web-design{
        background:#eefaf1;
        border-color:#cfe9d6;
    }
    .blyfa-mobile-services__primary strong{
        color:#151817;
        font-size:14px;
        font-weight:650;
        line-height:1.15;
        letter-spacing:-.025em;
    }
    .blyfa-mobile-services__primary span{
        max-width:19em;
        margin-top:8px;
        color:#6a716d;
        font-size:10.5px;
        line-height:1.45;
    }
    .blyfa-mobile-services__primary i{
        margin-top:auto;
        padding-top:10px;
        color:#10C843;
        font-size:15px;
        font-style:normal;
        line-height:1;
    }
    .blyfa-mobile-services__design{
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:0 8px;
        padding:4px 0 10px;
        border-top:1px solid #edf0ee;
        border-bottom:1px solid #edf0ee;
    }
    .blyfa-mobile-services__design a{
        min-height:42px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:8px;
        padding:10px 8px;
        border-bottom:1px solid #edf0ee;
        color:#373d39;
        font-size:11.5px;
        font-weight:530;
        line-height:1.2;
    }
    .blyfa-mobile-services__design a span{color:#10C843}
    .blyfa-mobile-services__all{
        min-height:42px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:18px;
        padding:12px 4px 0;
        color:#161819;
        font-size:12px;
        font-weight:600;
    }
    .blyfa-mobile-services__all span{color:#10C843}
}

@media (max-width:620px){
    .blyfa-mobile-services{
        left:2px;
        right:2px;
        max-height:min(72vh,650px);
        padding:14px;
        border-radius:19px;
    }
    .blyfa-mobile-services__primary{grid-template-columns:1fr}
    .blyfa-mobile-services__primary>a{min-height:82px}
    .blyfa-mobile-services__design{grid-template-columns:1fr 1fr}
}

@media (prefers-reduced-motion:reduce){
    .blyfa-mobile-services{transition:none!important}
}


/* --------------------------------------------------------------------------
 * v1.19.0 service navigation — white, compact, two-zone directory
 * -------------------------------------------------------------------------- */
@media (min-width:1025px){
    .blyfa-service-menu__panel{
        width:min(780px,calc(100vw - 48px));
        padding:18px;
        border:1px solid #dfe3e0;
        border-radius:20px;
        background:#fff;
        box-shadow:0 24px 68px rgba(17,19,21,.12);
    }
    .blyfa-service-menu__grid{
        grid-template-columns:minmax(230px,.82fr) minmax(0,1.55fr);
        grid-template-areas:"support design" "seo design";
        gap:0 20px;
    }
    .blyfa-service-menu__grid>.blyfa-service-menu__primary:first-child{grid-area:support}
    .blyfa-service-menu__grid>.blyfa-service-menu__primary:last-child{grid-area:seo}
    .blyfa-service-menu__design{grid-area:design}
    .blyfa-service-menu__primary,
    .blyfa-service-menu__design{
        border:0;
        border-radius:0;
        background:#fff;
    }
    .blyfa-service-menu__primary{
        min-height:0!important;
        padding:18px 6px!important;
        border-bottom:1px solid #e5e8e6;
        transition:transform 150ms ease,border-color 150ms ease!important;
    }
    .blyfa-service-menu__grid>.blyfa-service-menu__primary:last-child{border-bottom:0}
    .blyfa-service-menu__primary:hover,
    .blyfa-service-menu__primary:focus-visible{
        transform:translateX(4px);
        border-color:#bfc5c1;
        background:#fff;
    }
    .blyfa-service-menu__primary strong,
    .blyfa-service-menu__design-head strong{
        margin:0;
        font-size:18px;
        font-weight:650;
        line-height:1.15;
        letter-spacing:-.035em;
    }
    .blyfa-service-menu__primary small{
        margin-top:8px;
        max-width:31ch;
        color:#656c68;
        font-size:11.5px;
        line-height:1.5;
    }
    .blyfa-service-menu__arrow{margin-top:10px;padding-top:0;color:#111315;font-size:15px}
    .blyfa-service-menu__design{
        padding:0 0 0 20px;
        border-left:1px solid #e5e8e6;
        background:#fff;
    }
    .blyfa-service-menu__design-head{
        padding:18px 8px 14px!important;
        border-bottom:1px solid #e5e8e6;
        background:#fff;
    }
    .blyfa-service-menu__design-head>span:last-child{color:#111315;font-size:15px}
    .blyfa-service-menu__design-grid{grid-template-columns:1fr 1fr;gap:0 14px;padding-top:4px}
    .blyfa-service-menu__design-grid a{
        min-height:48px!important;
        padding:10px 8px!important;
        border-bottom:1px solid #edf0ee;
        border-radius:0;
        background:#fff!important;
        color:#303633!important;
        font-size:12px!important;
        font-weight:560!important;
        transition:transform 140ms ease,color 140ms ease!important;
    }
    .blyfa-service-menu__design-grid a:hover,
    .blyfa-service-menu__design-grid a:focus-visible{
        transform:translateX(3px);
        background:#fff!important;
        color:#111315!important;
    }
    .blyfa-service-menu__design-grid a span:last-child{color:#111315}
    .blyfa-service-menu__all{
        min-height:44px!important;
        margin-top:14px;
        padding:12px 6px 0!important;
        border-top:1px solid #e5e8e6;
        background:#fff;
        color:#343a36!important;
        font-size:12px!important;
    }
}

@media (max-width:1024px){
    .blyfa-mobile-services{
        border-color:#dfe3e0;
        background:#fff;
        box-shadow:0 22px 56px rgba(17,19,21,.16);
    }
    .blyfa-mobile-services__head{padding:4px 2px 18px;background:#fff}
    .blyfa-mobile-services__head p{max-width:34em;color:#626964}
    .blyfa-mobile-services__close{border-color:#dfe3e0;background:#fff}
    .blyfa-mobile-services__primary{
        grid-template-columns:1fr;
        gap:0;
        padding:7px 0;
        background:#fff;
    }
    .blyfa-mobile-services__primary>a,
    .blyfa-mobile-services__primary>a.is-web-design{
        min-height:0;
        display:grid;
        grid-template-columns:minmax(0,1fr) auto;
        grid-template-areas:"title arrow" "copy arrow";
        gap:4px 18px;
        padding:15px 4px;
        border:0;
        border-bottom:1px solid #e8ebe9;
        border-radius:0;
        background:#fff;
    }
    .blyfa-mobile-services__primary>a:last-child{border-bottom:0}
    .blyfa-mobile-services__primary strong{grid-area:title;font-size:14px}
    .blyfa-mobile-services__primary span{grid-area:copy;margin-top:0;font-size:11px}
    .blyfa-mobile-services__primary i{
        grid-area:arrow;
        align-self:center;
        margin:0;
        padding:0;
        color:#111315;
        font-size:16px;
    }
    .blyfa-mobile-services__design{
        grid-template-columns:1fr 1fr;
        gap:0 16px;
        padding:5px 0;
        border-color:#e5e8e6;
        background:#fff;
    }
    .blyfa-mobile-services__design a{
        min-height:46px;
        padding:11px 4px;
        border-bottom:1px solid #edf0ee;
        background:#fff;
        color:#303633;
        font-size:11.5px;
    }
    .blyfa-mobile-services__design a span,
    .blyfa-mobile-services__all span{color:#111315}
    .blyfa-mobile-services__all{padding:13px 4px 2px;background:#fff}
}

@media (max-width:620px){
    .blyfa-mobile-services{padding:15px 16px}
    .blyfa-mobile-services__design{grid-template-columns:1fr 1fr}
}

/* --------------------------------------------------------------------------
 * v1.20.0 navigation refinements
 * -------------------------------------------------------------------------- */
.blyfa-service-menu__chevron{
    width:14px;
    height:14px;
    display:inline-grid;
    place-items:center;
    flex:0 0 14px;
    color:var(--blyfa-green);
    line-height:0;
    transform:rotate(0deg);
    transform-origin:50% 50%;
    transition:transform 160ms ease;
}
.blyfa-service-menu__chevron svg{width:14px;height:14px;display:block;overflow:visible}
.blyfa-service-menu.is-open .blyfa-service-menu__chevron,
.blyfa-service-menu:hover .blyfa-service-menu__chevron,
.blyfa-service-menu:focus-within .blyfa-service-menu__chevron{transform:rotate(180deg)}

@media (max-width:1024px){
    .blyfa-mobile-services{
        left:12px;
        right:12px;
        bottom:96px;
        width:auto;
        max-height:min(76vh,720px);
        overflow:auto;
        padding:18px;
        border:1px solid #dfe3e0;
        border-radius:22px;
        background:#fff;
        box-shadow:0 24px 70px rgba(17,19,21,.16);
        overscroll-behavior:contain;
    }
    .blyfa-mobile-services__head{
        display:flex;
        align-items:flex-start;
        justify-content:space-between;
        gap:24px;
        padding:2px 2px 16px;
        border-bottom:1px solid #e7eae8;
        background:#fff;
    }
    .blyfa-mobile-services__head h2{margin:0;color:#111315;font-size:26px;font-weight:650;letter-spacing:-.045em}
    .blyfa-mobile-services__head p{max-width:40em;margin:8px 0 0;color:#68706b;font-size:11.5px;line-height:1.55}
    .blyfa-mobile-services__close{flex:0 0 38px;width:38px;height:38px;border:1px solid #dfe3e0;border-radius:50%;background:#fff;color:#111315}

    .blyfa-mobile-services__directory{display:grid;gap:0;background:#fff}
    .blyfa-mobile-services__row{
        min-height:72px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:20px;
        padding:16px 4px;
        border-bottom:1px solid #e8ebe9;
        background:#fff;
        color:#111315;
    }
    .blyfa-mobile-services__row>span{min-width:0;display:block}
    .blyfa-mobile-services__row strong{display:block;color:#111315;font-size:14px;font-weight:650;line-height:1.2;letter-spacing:-.02em}
    .blyfa-mobile-services__row small{display:block;margin-top:5px;color:#6b726e;font-size:10.5px;line-height:1.45}
    .blyfa-mobile-services__row i{flex:0 0 auto;color:#111315;font-size:15px;font-style:normal}

    .blyfa-mobile-services__webdesign{padding:0;border-bottom:1px solid #e8ebe9;background:#fff}
    .blyfa-mobile-services__webdesign>.blyfa-mobile-services__row{border-bottom:0;padding-bottom:13px}
    .blyfa-mobile-services__children{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:0 18px;
        margin:0 0 14px 16px;
        padding-left:16px;
        border-left:1px solid #dfe3e0;
        background:#fff;
    }
    .blyfa-mobile-services__children a{
        min-height:44px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:12px;
        padding:10px 2px;
        border-bottom:1px solid #edf0ee;
        background:#fff;
        color:#3b413d;
        font-size:11.5px;
        font-weight:560;
        line-height:1.25;
    }
    .blyfa-mobile-services__children a:nth-last-child(-n+2){border-bottom:0}
    .blyfa-mobile-services__children i{color:#707772;font-size:12px;font-style:normal}
    .blyfa-mobile-services__children a:hover,
    .blyfa-mobile-services__children a:focus-visible,
    .blyfa-mobile-services__row:hover,
    .blyfa-mobile-services__row:focus-visible{color:#111315;background:#fff}
    .blyfa-mobile-services__children a:focus-visible,
    .blyfa-mobile-services__row:focus-visible{outline:2px solid #10C843;outline-offset:3px}
    .blyfa-mobile-services__all{
        min-height:46px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:18px;
        padding:14px 4px 0;
        background:#fff;
        color:#111315;
        font-size:12px;
        font-weight:650;
    }
    .blyfa-mobile-services__all span{color:#111315}
}

@media (max-width:620px){
    .blyfa-mobile-services{left:8px;right:8px;bottom:88px;padding:16px;max-height:min(78vh,680px);border-radius:20px}
    .blyfa-mobile-services__head p{max-width:27em}
    .blyfa-mobile-services__children{grid-template-columns:1fr;margin-left:12px;padding-left:14px}
    .blyfa-mobile-services__children a:nth-last-child(-n+2){border-bottom:1px solid #edf0ee}
    .blyfa-mobile-services__children a:last-child{border-bottom:0}
}

/* --------------------------------------------------------------------------
 * v1.23.0 manual-page templates, dynamic home content, and navigation updates
 * -------------------------------------------------------------------------- */

@media (min-width: 1025px) {
    .primary-nav ul,
    .primary-nav .menu {
        gap: clamp(16px, 1.6vw, 34px);
    }

    .primary-nav a {
        font-size: clamp(14px, .88vw, 17px);
    }
}

/* Dynamic home projects: clean state now, ready for a future blyfa_project type. */
.blyfa-projects--dynamic .blyfa-projects__inner {
    padding-block: clamp(76px, 6vw, 118px);
}

.blyfa-projects__empty {
    width: min(760px, 100%);
    min-height: 220px;
    display: flex;
    align-items: center;
    gap: clamp(22px, 2vw, 34px);
    margin: clamp(48px, 5vw, 82px) auto 0;
    padding: clamp(30px, 3vw, 48px);
    border: 1px solid #dfe3e6;
    border-radius: 18px;
    background: #ffffff;
    text-align: left;
}

.blyfa-projects__empty-mark,
.blyfa-portfolio-status__mark {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    border: 4px solid #dfe8e1;
    border-top-color: var(--blyfa-green);
    border-radius: 50%;
}

.blyfa-projects__empty strong {
    display: block;
    color: #202124;
    font-size: clamp(22px, 2vw, 34px);
    font-weight: 700;
    letter-spacing: -.045em;
}

.blyfa-projects__empty p {
    margin: 8px 0 0;
    color: #5f6670;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.55;
}

.blyfa-projects__dynamic-grid,
.blyfa-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 2vw, 34px);
    margin-top: clamp(46px, 4.5vw, 76px);
}

.blyfa-project-entry,
.blyfa-portfolio-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dde1e4;
    border-radius: 16px;
    background: #ffffff;
}

.blyfa-project-entry__media,
.blyfa-portfolio-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f2f4f3;
}

.blyfa-project-entry__media img,
.blyfa-portfolio-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blyfa-project-entry__media > span,
.blyfa-portfolio-card__media > span {
    display: block;
    width: 100%;
    height: 100%;
    background: #eef1ef;
}

.blyfa-project-entry__meta,
.blyfa-portfolio-card__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 22px;
}

.blyfa-project-entry__meta h3,
.blyfa-portfolio-card__body h2 {
    margin: 0;
    color: #202124;
    font-size: clamp(20px, 1.6vw, 28px);
    font-weight: 680;
    letter-spacing: -.045em;
}

.blyfa-project-entry__meta a,
.blyfa-portfolio-card__body a {
    color: #157d34;
    font-weight: 650;
}

/* Dynamic blog visuals and empty state. */
.blyfa-blog-card__visual {
    overflow: hidden;
}

.blyfa-blog-card__visual img,
.blyfa-blog-card__visual-placeholder {
    width: 100%;
    height: 100%;
    display: block;
}

.blyfa-blog-card__visual img {
    object-fit: cover;
}

.blyfa-blog-card__visual-placeholder {
    background: #e9edeb;
}

.blyfa-blog__empty {
    max-width: 720px;
    margin-top: 8px;
    padding: clamp(30px, 3vw, 46px);
    border: 1px solid #dfe3e6;
    border-radius: 16px;
    background: #ffffff;
}

.blyfa-blog__empty strong {
    color: #202124;
    font-size: clamp(22px, 1.8vw, 32px);
    letter-spacing: -.04em;
}

.blyfa-blog__empty p {
    margin: 9px 0 0;
    color: #5c6570;
    font-size: 16px;
    line-height: 1.55;
}

/* Testimonials: service context replaces the old placeholder labels. */
.blyfa-review__context {
    color: #6d7580;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .035em;
    text-transform: uppercase;
}

/* Contact team. White background, brand green accents, no gradients. */
.blyfa-contact-team {
    background: #ffffff;
}

.blyfa-contact-team__inner {
    padding-block: clamp(72px, 6vw, 116px);
    border-bottom: 1px solid #dfe2e5;
}

.blyfa-contact-team__heading {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .65fr);
    align-items: end;
    gap: clamp(32px, 5vw, 90px);
    margin-bottom: clamp(38px, 4vw, 66px);
}

.blyfa-contact-team__heading h2 {
    max-width: 720px;
    margin: 0;
    color: #202124;
    font-size: clamp(46px, 5vw, 82px);
    font-weight: 750;
    line-height: .98;
    letter-spacing: -.062em;
}

.blyfa-contact-team__heading p {
    max-width: 570px;
    margin: 0;
    color: #4f5660;
    font-size: clamp(17px, 1.15vw, 21px);
    line-height: 1.55;
}

.blyfa-contact-team__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.5vw, 24px);
}

.blyfa-team-card {
    position: relative;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    padding: clamp(22px, 2vw, 32px);
    border: 1px solid #dde1e4;
    border-radius: 16px;
    background: #ffffff;
}

.blyfa-team-card--primary {
    border-color: #a9deb7;
    box-shadow: inset 0 3px 0 var(--blyfa-green);
}

.blyfa-team-card__index {
    align-self: flex-end;
    color: #8b929a;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
}

.blyfa-team-card__avatar {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-top: 10px;
    border: 1px solid #cfe7d5;
    border-radius: 50%;
    background: #f5fbf6;
    color: #157d34;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: -.03em;
}

.blyfa-team-card__copy {
    margin-top: auto;
    padding-top: 54px;
}

.blyfa-team-card__copy h3 {
    margin: 0;
    color: #202124;
    font-size: clamp(22px, 1.6vw, 30px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.blyfa-team-card__copy p {
    margin: 8px 0 0;
    color: #157d34;
    font-size: 14px;
    font-weight: 650;
}

.blyfa-team-card__copy span {
    display: block;
    margin-top: 18px;
    color: #5b626c;
    font-size: 14px;
    line-height: 1.55;
}

/* Terms & Conditions. */
.blyfa-legal-page,
.blyfa-portfolio-page {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    color: #202124;
}

.blyfa-legal-hero__inner,
.blyfa-portfolio-hero__inner {
    padding-block: clamp(70px, 7vw, 126px) clamp(54px, 5vw, 92px);
    border-bottom: 1px solid #202124;
}

.blyfa-legal-hero h1,
.blyfa-portfolio-hero h1 {
    max-width: 1000px;
    margin: 0;
    color: #202124;
    font-size: clamp(58px, 7vw, 122px);
    font-weight: 760;
    line-height: .91;
    letter-spacing: -.07em;
}

.blyfa-legal-hero p,
.blyfa-portfolio-hero p {
    max-width: 720px;
    margin: clamp(24px, 2.4vw, 38px) 0 0;
    color: #4d545e;
    font-size: clamp(17px, 1.25vw, 22px);
    line-height: 1.55;
}

.blyfa-legal-content__inner {
    display: grid;
    grid-template-columns: minmax(190px, .38fr) minmax(0, 1fr);
    gap: clamp(44px, 7vw, 120px);
    padding-block: clamp(66px, 6vw, 112px);
}

.blyfa-legal-content__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: start;
    padding-top: 6px;
}

.blyfa-legal-content__meta strong {
    color: #157d34;
    font-size: 17px;
}

.blyfa-legal-content__meta span {
    color: #707780;
    font-size: 13px;
}

.blyfa-legal-copy {
    max-width: 900px;
}

.blyfa-legal-copy p {
    margin: 0;
    color: #343a42;
    font-size: clamp(16px, 1.05vw, 19px);
    line-height: 1.75;
}

.blyfa-legal-copy p + p {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e3e6e8;
}

/* Portfolio page. */
.blyfa-portfolio-content__inner {
    padding-block: clamp(70px, 7vw, 126px);
}

.blyfa-portfolio-status {
    width: min(760px, 100%);
    margin: 0 auto;
    padding: clamp(34px, 4vw, 58px);
    border: 1px solid #dce1de;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
}

.blyfa-portfolio-status__mark {
    display: block;
    margin: 0 auto 24px;
}

.blyfa-portfolio-status h2 {
    margin: 0;
    color: #202124;
    font-size: clamp(32px, 3.6vw, 58px);
    font-weight: 730;
    line-height: 1;
    letter-spacing: -.055em;
}

.blyfa-portfolio-status p {
    max-width: 560px;
    margin: 18px auto 0;
    color: #59616b;
    font-size: clamp(16px, 1.15vw, 19px);
    line-height: 1.55;
}

.blyfa-portfolio-status a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    padding: 12px 20px;
    border: 1px solid #202124;
    border-radius: 8px;
    background: #202124;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    transition: transform 160ms ease, opacity 160ms ease;
}

.blyfa-portfolio-status a:hover,
.blyfa-portfolio-status a:focus-visible {
    transform: translateY(-1px);
    opacity: .9;
}

@media (max-width: 1180px) {
    .blyfa-contact-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .blyfa-contact-team__heading,
    .blyfa-legal-content__inner {
        grid-template-columns: 1fr;
    }

    .blyfa-contact-team__heading {
        align-items: start;
    }

    .blyfa-contact-team__grid,
    .blyfa-projects__dynamic-grid,
    .blyfa-portfolio-grid {
        grid-template-columns: 1fr;
    }

    .blyfa-team-card {
        min-height: 290px;
    }

    .blyfa-projects__empty {
        align-items: flex-start;
    }

    .blyfa-legal-content__meta {
        padding-bottom: 24px;
        border-bottom: 1px solid #e3e6e8;
    }
}

/* Single blog article: keep inline links visibly distinguishable from body copy. */
.blyfablog-single-page .blyfablog-article-body a {
    color: var(--blyfa-green, #10C843);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    overflow-wrap: anywhere;
}

.blyfablog-single-page .blyfablog-article-body a:hover,
.blyfablog-single-page .blyfablog-article-body a:focus-visible {
    color: #0ea83a;
    text-decoration-thickness: 2px;
}

.blyfablog-single-page .blyfablog-article-body a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
    border-radius: 2px;
}

/* About page. */
.blyfa-about-page {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    color: #202124;
}

.blyfa-about-hero__inner {
    padding-block: clamp(70px, 7vw, 126px) clamp(54px, 5vw, 92px);
    border-bottom: 1px solid #202124;
}

.blyfa-about-hero h1 {
    max-width: 1100px;
    margin: 0;
    color: #202124;
    font-size: clamp(58px, 7vw, 122px);
    font-weight: 760;
    line-height: .91;
    letter-spacing: -.07em;
}

.blyfa-about-hero p {
    max-width: 780px;
    margin: clamp(24px, 2.4vw, 38px) 0 0;
    color: #4d545e;
    font-size: clamp(17px, 1.25vw, 22px);
    line-height: 1.55;
}

.blyfa-about-intro__inner {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
    gap: clamp(42px, 8vw, 150px);
    padding-block: clamp(72px, 7vw, 132px);
    border-bottom: 1px solid #dfe3e1;
}

.blyfa-about-intro h2 {
    max-width: 620px;
    margin: 0;
    color: #202124;
    font-size: clamp(38px, 4.5vw, 78px);
    font-weight: 730;
    line-height: .98;
    letter-spacing: -.06em;
}

.blyfa-about-intro__copy {
    max-width: 720px;
}

.blyfa-about-intro__copy p {
    margin: 0;
    color: #4d545e;
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.7;
}

.blyfa-about-intro__copy p + p {
    margin-top: 24px;
}

.blyfa-about-values__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-block: clamp(64px, 6vw, 112px);
    border-bottom: 1px solid #202124;
}

.blyfa-about-values article {
    min-height: 310px;
    padding: clamp(26px, 3vw, 48px);
    border-right: 1px solid #dfe3e1;
}

.blyfa-about-values article:first-child {
    padding-left: 0;
}

.blyfa-about-values article:last-child {
    padding-right: 0;
    border-right: 0;
}

.blyfa-about-values span {
    color: #157d34;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
}

.blyfa-about-values h2 {
    margin: 80px 0 0;
    color: #202124;
    font-size: clamp(28px, 2.6vw, 46px);
    font-weight: 720;
    line-height: 1;
    letter-spacing: -.05em;
}

.blyfa-about-values p {
    max-width: 380px;
    margin: 18px 0 0;
    color: #59616b;
    font-size: 16px;
    line-height: 1.6;
}

.blyfa-about-editor-content__inner {
    max-width: 980px;
    padding-block: clamp(64px, 6vw, 110px);
}

.blyfa-about-editor-content__inner > *:first-child {
    margin-top: 0;
}

.blyfa-about-editor-content__inner > *:last-child {
    margin-bottom: 0;
}

.blyfa-about-editor-content__inner p,
.blyfa-about-editor-content__inner li {
    color: #434a53;
    font-size: clamp(16px, 1.05vw, 19px);
    line-height: 1.75;
}

.blyfa-about-editor-content__inner a {
    color: #157d34;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.blyfa-about-cta__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 42px;
    padding-block: clamp(64px, 6vw, 112px);
}

.blyfa-about-cta h2 {
    max-width: 720px;
    margin: 0;
    color: #202124;
    font-size: clamp(38px, 4.2vw, 72px);
    font-weight: 730;
    line-height: .98;
    letter-spacing: -.06em;
}

.blyfa-about-cta__actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.blyfa-about-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 21px;
    border-radius: 8px;
    background: #202124;
    color: #ffffff;
    font-size: 15px;
    font-weight: 650;
}

.blyfa-about-link {
    color: #202124;
    font-size: 15px;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.blyfa-about-button:hover,
.blyfa-about-button:focus-visible,
.blyfa-about-link:hover,
.blyfa-about-link:focus-visible {
    opacity: .78;
}

@media (max-width: 760px) {
    .blyfa-about-intro__inner,
    .blyfa-about-values__grid {
        grid-template-columns: 1fr;
    }

    .blyfa-about-values article,
    .blyfa-about-values article:first-child,
    .blyfa-about-values article:last-child {
        min-height: 0;
        padding: 34px 0;
        border-right: 0;
        border-bottom: 1px solid #dfe3e1;
    }

    .blyfa-about-values article:last-child {
        border-bottom: 0;
    }

    .blyfa-about-values h2 {
        margin-top: 42px;
    }

    .blyfa-about-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* --------------------------------------------------------------------------
 * v1.24.0 header alignment, mobile quick drawers, About team and project
 * content cleanup.
 * -------------------------------------------------------------------------- */

@media (min-width: 1025px) {
    .site-header__inner {
        justify-content: flex-start;
        gap: clamp(18px, 2vw, 30px);
    }

    .site-branding {
        display: flex;
        align-items: center;
        padding-right: clamp(18px, 2vw, 30px);
        border-right: 1px solid #dfe2e5;
    }

    .primary-nav {
        margin-left: 0;
    }

    .site-header__account {
        margin-left: auto;
    }

    .primary-nav ul,
    .primary-nav .menu {
        gap: clamp(15px, 1.45vw, 30px);
    }

    .primary-nav a {
        font-size: clamp(13.5px, .83vw, 16px);
    }
}

/* Keep the home portfolio heading compact and on one line. */
.blyfa-projects__title {
    max-width: none;
    font-size: clamp(28px, 2.55vw, 48px);
    line-height: 1.03;
    white-space: nowrap;
}

/* About team: intentionally empty media areas for future profile images. */
.blyfa-about-team {
    background: #ffffff;
}

.blyfa-about-team__inner {
    padding-block: clamp(72px, 6vw, 116px);
    border-bottom: 1px solid #dfe3e1;
}

.blyfa-about-team__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
    align-items: end;
    gap: clamp(30px, 5vw, 80px);
    margin-bottom: clamp(34px, 4vw, 58px);
}

.blyfa-about-team__heading h2 {
    margin: 0;
    color: #202124;
    font-size: clamp(38px, 4.2vw, 68px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.055em;
}

.blyfa-about-team__heading p {
    max-width: 560px;
    margin: 0;
    color: #59616b;
    font-size: clamp(16px, 1.05vw, 19px);
    line-height: 1.6;
}

.blyfa-about-team__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.5vw, 24px);
}

.blyfa-about-person {
    min-width: 0;
}

.blyfa-about-person__photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    border: 1px solid #dfe3e1;
    border-radius: 16px;
    background: #f5f7f5;
}

.blyfa-about-person__copy {
    padding: 17px 2px 0;
}

.blyfa-about-person__copy h3 {
    margin: 0;
    color: #202124;
    font-size: clamp(20px, 1.45vw, 27px);
    font-weight: 680;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.blyfa-about-person__copy p {
    margin: 7px 0 0;
    color: #157d34;
    font-size: 14px;
    font-weight: 620;
}

/* Web-design portfolio now uses the same dynamic project source as home. */
.blyfa-webdesign-portfolio__header h2 {
    max-width: none;
    font-size: clamp(32px, 3vw, 50px);
    font-weight: 620;
    line-height: 1.04;
}

.blyfa-webdesign-portfolio__dynamic-grid,
.blyfa-webdesign-portfolio__empty {
    margin-top: 0;
}

.blyfa-webdesign-portfolio__all {
    justify-content: center;
}

/* Two compact quick cards above the mobile/tablet dock. */
.blyfa-mobile-dock__quick,
.blyfa-mobile-contacts {
    display: none;
}

@media (max-width: 1024px) {
    .blyfa-mobile-dock__quick {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 8px;
    }

    .blyfa-mobile-dock__projects,
    .blyfa-mobile-dock__contacts {
        position: relative;
        min-width: 0;
        min-height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 14px;
        border-radius: 13px;
        font: inherit;
        font-size: 12px;
        font-weight: 590;
        letter-spacing: -.015em;
        cursor: pointer;
    }

    .blyfa-mobile-dock__projects {
        border: 1px solid #202124;
        background: #202124;
        color: #ffffff;
    }

    .blyfa-mobile-dock__contacts {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid #d9dde1;
        background: #ffffff;
        color: #202124;
    }

    .blyfa-mobile-dock__projects.is-active::after,
    .blyfa-mobile-dock__contacts.is-active::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 3px;
        width: 30px;
        height: 2px;
        border-radius: 999px;
        background: #10C843;
        transform: translateX(-50%);
    }

    .blyfa-mobile-dock__projects.is-active span {
        color: #ffffff;
    }

    .blyfa-mobile-dock__contacts.is-active span {
        color: #202124;
        font-weight: 650;
    }

    .blyfa-mobile-dock__nav {
        border-radius: 16px;
    }

    .blyfa-mobile-contacts {
        position: absolute;
        z-index: 3;
        display: block;
        left: 0;
        right: 0;
        bottom: calc(100% + 10px);
        max-height: min(62vh, 520px);
        overflow: auto;
        padding: 18px;
        border: 1px solid #d9dde1;
        border-radius: 22px;
        background: #ffffff;
        box-shadow: 0 24px 60px rgba(13,18,15,.18);
        opacity: 0;
        transform: translateY(10px) scale(.985);
        transform-origin: bottom center;
        pointer-events: none;
        transition: opacity 160ms ease, transform 160ms ease;
    }

    .blyfa-mobile-contacts[hidden] {
        display: none;
    }

    .blyfa-mobile-contacts.is-open {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    .blyfa-mobile-contacts__head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 18px;
        padding: 2px 2px 16px;
        border-bottom: 1px solid #e4e7e5;
    }

    .blyfa-mobile-contacts__head h2 {
        margin: 0;
        color: #161819;
        font-size: clamp(24px, 4vw, 32px);
        font-weight: 650;
        line-height: 1;
        letter-spacing: -.045em;
    }

    .blyfa-mobile-contacts__head p {
        max-width: 38em;
        margin: 8px 0 0;
        color: #65706a;
        font-size: 12px;
        line-height: 1.5;
    }

    .blyfa-mobile-contacts__close {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        display: grid;
        place-items: center;
        padding: 0;
        border: 1px solid #dfe3e0;
        border-radius: 50%;
        background: #f7f9f7;
        color: #151817;
        font-size: 22px;
        line-height: 1;
        cursor: pointer;
    }

    .blyfa-mobile-contacts__links {
        display: grid;
        gap: 0;
        padding-top: 6px;
    }

    .blyfa-mobile-contacts__links a {
        min-height: 58px;
        display: flex;
        align-items: center;
        padding: 12px 4px;
        border-bottom: 1px solid #edf0ee;
        color: #202124;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -.025em;
    }

    .blyfa-mobile-contacts__links a:last-child {
        border-bottom: 0;
    }

    .blyfa-mobile-contacts__links a:hover,
    .blyfa-mobile-contacts__links a:focus-visible {
        color: #157d34;
    }
}

@media (max-width: 840px) {
    .blyfa-about-team__heading {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .blyfa-about-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .blyfa-mobile-contacts {
        left: 8px;
        right: 8px;
        bottom: 98px;
        padding: 16px;
        max-height: min(74vh, 620px);
        border-radius: 20px;
    }

    .blyfa-about-team__grid {
        grid-template-columns: 1fr;
    }

    .blyfa-about-person__photo {
        aspect-ratio: 16 / 11;
    }

    .blyfa-projects__title {
        font-size: clamp(26px, 8vw, 34px);
        letter-spacing: -.05em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blyfa-mobile-contacts {
        transition: none !important;
    }
}

/* --------------------------------------------------------------------------
 * v1.28.0 navigation refinements.
 * -------------------------------------------------------------------------- */
@media (min-width: 1025px) {
    .primary-nav ul,
    .primary-nav .menu {
        gap: clamp(16px, 1.65vw, 34px);
    }
}

@media (min-width: 1280px) {
    .primary-nav ul,
    .primary-nav .menu {
        gap: clamp(24px, 1.9vw, 38px);
    }
}

@media (max-width: 1024px) {
    .blyfa-mobile-dock__quick {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        margin: 0;
        overflow: hidden;
        border: 1px solid #202124;
        border-bottom: 0;
        border-radius: 16px 16px 0 0;
        background: #202124;
    }

    .blyfa-mobile-dock__quick-tab,
    .blyfa-mobile-dock__contacts.blyfa-mobile-dock__quick-tab {
        position: relative;
        min-width: 0;
        min-height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 9px 8px;
        appearance: none;
        -webkit-appearance: none;
        border: 0;
        border-right: 1px solid rgba(255,255,255,.14);
        border-radius: 0;
        background: transparent;
        color: #ffffff;
        font: inherit;
        font-size: 12px;
        font-weight: 590;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }

    .blyfa-mobile-dock__quick-tab:last-child {
        border-right: 0;
    }

    .blyfa-mobile-dock__quick-tab:hover,
    .blyfa-mobile-dock__quick-tab:focus-visible,
    .blyfa-mobile-dock__contacts.blyfa-mobile-dock__quick-tab:hover,
    .blyfa-mobile-dock__contacts.blyfa-mobile-dock__quick-tab:focus-visible {
        background: rgba(255,255,255,.06);
        color: #ffffff;
    }

    .blyfa-mobile-dock__quick-tab.is-active,
    .blyfa-mobile-dock__contacts.blyfa-mobile-dock__quick-tab.is-active {
        color: #ffffff;
        font-weight: 680;
    }

    .blyfa-mobile-dock__quick-tab.is-active::after,
    .blyfa-mobile-dock__contacts.blyfa-mobile-dock__quick-tab.is-active::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 4px;
        width: 28px;
        height: 2px;
        border-radius: 999px;
        background: #10C843;
        transform: translateX(-50%);
    }

    .blyfa-mobile-dock__nav {
        border-radius: 0 0 16px 16px;
    }
}

/* --------------------------------------------------------------------------
 * v1.29.0 — desktop nav spacing + mobile dock sheets and social clearance.
 * -------------------------------------------------------------------------- */
@media (min-width: 1025px) {
    .primary-nav .blyfa-service-menu__trigger {
        font-size: clamp(13.5px, .83vw, 16px);
        font-weight: 450;
        letter-spacing: -.025em;
    }
    .primary-nav .menu-item--services.is-current .blyfa-service-menu__trigger {
        color: var(--blyfa-green);
        font-weight: 450;
    }
    .primary-nav ul,
    .primary-nav .menu { gap: 20px; }
}
@media (min-width: 1280px) {
    .primary-nav ul,
    .primary-nav .menu { gap: 28px; }
}
@media (min-width: 1500px) {
    .primary-nav ul,
    .primary-nav .menu { gap: 38px; }
}
@media (min-width: 1780px) {
    .primary-nav ul,
    .primary-nav .menu { gap: 46px; }
}

@media (max-width: 1024px) {
    .blyfa-mobile-contacts,
    .blyfa-mobile-services {
        left: 8px !important;
        right: 8px !important;
        bottom: calc(100% + 14px) !important;
        width: auto;
        margin: 0;
    }

    .blyfa-mobile-contacts {
        max-height: none;
        overflow: hidden;
    }

    .blyfa-mobile-services {
        max-height: none !important;
        overflow: hidden !important;
        padding: 14px 16px 15px;
    }
    .blyfa-mobile-services__head {
        gap: 16px;
        padding: 1px 1px 11px;
    }
    .blyfa-mobile-services__head h2 { font-size: 23px; }
    .blyfa-mobile-services__head p { margin-top: 5px; font-size: 10.5px; line-height: 1.4; }
    .blyfa-mobile-services__close { width: 34px; height: 34px; flex-basis: 34px; }
    .blyfa-mobile-services__row {
        min-height: 54px;
        padding: 10px 3px;
    }
    .blyfa-mobile-services__row strong { font-size: 13px; }
    .blyfa-mobile-services__row small { margin-top: 2px; font-size: 9.5px; line-height: 1.3; }
    .blyfa-mobile-services__webdesign > .blyfa-mobile-services__row { padding-bottom: 9px; }
    .blyfa-mobile-services__children {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 14px;
        margin: 0 0 8px 10px;
        padding-left: 12px;
    }
    .blyfa-mobile-services__children a {
        min-height: 36px;
        padding: 7px 2px;
        font-size: 10.5px;
    }
    .blyfa-mobile-services__all {
        min-height: 38px;
        padding: 9px 3px 0;
        font-size: 11px;
    }

    .blyfa-mobile-socials {
        bottom: calc(max(7px, env(safe-area-inset-bottom)) + 144px) !important;
    }
}

@media (max-width: 620px) {
    .blyfa-mobile-contacts,
    .blyfa-mobile-services {
        left: 6px !important;
        right: 6px !important;
        bottom: calc(100% + 12px) !important;
    }
    .blyfa-mobile-contacts { padding: 15px; }
    .blyfa-mobile-services { padding: 12px 13px 13px; border-radius: 19px; }
    .blyfa-mobile-services__head p { display: none; }
    .blyfa-mobile-services__head { align-items: center; padding-bottom: 9px; }
    .blyfa-mobile-services__children {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-left: 8px;
        padding-left: 10px;
    }
    .blyfa-mobile-services__children a:nth-last-child(-n+2) { border-bottom: 0; }
    .blyfa-mobile-services__row { min-height: 49px; padding-block: 8px; }
    .blyfa-mobile-services__children a { min-height: 34px; padding-block: 6px; }
    .blyfa-mobile-services__all { min-height: 35px; padding-top: 7px; }
    .blyfa-mobile-socials {
        bottom: calc(max(7px, env(safe-area-inset-bottom)) + 140px) !important;
    }
}

@media (max-width: 1024px) and (max-height: 620px) {
    .blyfa-mobile-services { padding: 10px 12px 11px; }
    .blyfa-mobile-services__head { padding-bottom: 7px; }
    .blyfa-mobile-services__head p { display: none; }
    .blyfa-mobile-services__head h2 { font-size: 20px; }
    .blyfa-mobile-services__close { width: 30px; height: 30px; flex-basis: 30px; }
    .blyfa-mobile-services__row { min-height: 42px; padding: 6px 2px; }
    .blyfa-mobile-services__row small { display: none; }
    .blyfa-mobile-services__children a { min-height: 30px; padding: 4px 2px; font-size: 10px; }
    .blyfa-mobile-services__all { min-height: 31px; padding-top: 5px; }
}

/* --------------------------------------------------------------------------
 * v1.30.0 — roomier mobile Services sheet, fixed safely above the footer dock.
 * -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .blyfa-mobile-services {
        position: fixed !important;
        z-index: 1700;
        top: max(12px, env(safe-area-inset-top)) !important;
        right: max(10px, env(safe-area-inset-right)) !important;
        bottom: calc(max(10px, env(safe-area-inset-bottom)) + 128px) !important;
        left: max(10px, env(safe-area-inset-left)) !important;
        width: auto !important;
        max-height: none !important;
        min-height: 0;
        display: flex;
        flex-direction: column;
        margin: 0 !important;
        padding: clamp(15px, 2.2vw, 20px);
        overflow: hidden !important;
        border: 1px solid #dfe3e0;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 24px 70px rgba(17, 19, 21, .18);
        transform-origin: bottom center;
    }

    body.admin-bar .blyfa-mobile-services {
        top: calc(32px + max(10px, env(safe-area-inset-top))) !important;
    }

    .blyfa-mobile-services__head {
        flex: 0 0 auto;
        gap: 18px;
        padding: 2px 2px 13px;
    }

    .blyfa-mobile-services__head h2 {
        font-size: clamp(23px, 3.2vw, 28px);
    }

    .blyfa-mobile-services__head p {
        display: block !important;
        max-width: 42em;
        margin-top: 6px;
        font-size: 11px;
        line-height: 1.45;
    }

    .blyfa-mobile-services__close {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .blyfa-mobile-services__directory {
        flex: 1 1 auto;
        min-height: 0;
        display: grid;
        grid-template-rows: minmax(54px, .72fr) minmax(0, 3fr) minmax(54px, .72fr);
        align-content: stretch;
    }

    .blyfa-mobile-services__row {
        min-height: 0;
        padding: clamp(9px, 1.8vh, 15px) 4px;
    }

    .blyfa-mobile-services__row strong {
        font-size: 13.5px;
    }

    .blyfa-mobile-services__row small {
        display: block;
        margin-top: 3px;
        font-size: 10px;
        line-height: 1.35;
    }

    .blyfa-mobile-services__webdesign {
        min-height: 0;
        display: grid;
        grid-template-rows: auto minmax(0, 1fr);
    }

    .blyfa-mobile-services__webdesign > .blyfa-mobile-services__row {
        min-height: 52px;
        padding-bottom: 10px;
    }

    .blyfa-mobile-services__children {
        min-height: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(3, minmax(0, 1fr));
        gap: 0 16px;
        margin: 0 0 8px 10px;
        padding-left: 12px;
    }

    .blyfa-mobile-services__children a {
        min-height: 0;
        padding: 7px 2px;
        font-size: 10.75px;
    }

    .blyfa-mobile-services__all {
        flex: 0 0 auto;
        min-height: 39px;
        padding: 9px 4px 0;
        font-size: 11.5px;
    }
}

@media (max-width: 782px) {
    body.admin-bar .blyfa-mobile-services {
        top: calc(46px + max(10px, env(safe-area-inset-top))) !important;
    }
}

@media (max-width: 620px) {
    .blyfa-mobile-services {
        right: max(8px, env(safe-area-inset-right)) !important;
        bottom: calc(max(7px, env(safe-area-inset-bottom)) + 126px) !important;
        left: max(8px, env(safe-area-inset-left)) !important;
        padding: 14px 15px 15px;
        border-radius: 20px;
    }

    .blyfa-mobile-services__head {
        align-items: flex-start;
        padding-bottom: 11px;
    }

    .blyfa-mobile-services__head p {
        display: block !important;
        max-width: 28em;
        font-size: 10.5px;
    }

    .blyfa-mobile-services__directory {
        grid-template-rows: minmax(50px, .68fr) minmax(0, 3.2fr) minmax(50px, .68fr);
    }

    .blyfa-mobile-services__children {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(3, minmax(0, 1fr));
        margin-left: 8px;
        padding-left: 10px;
    }

    .blyfa-mobile-services__children a:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

@media (max-width: 1024px) and (max-height: 620px) {
    .blyfa-mobile-services {
        top: max(8px, env(safe-area-inset-top)) !important;
        bottom: calc(max(7px, env(safe-area-inset-bottom)) + 116px) !important;
        padding: 9px 12px 10px;
    }

    body.admin-bar .blyfa-mobile-services {
        top: calc(32px + 7px) !important;
    }

    .blyfa-mobile-services__head {
        padding-bottom: 6px;
    }

    .blyfa-mobile-services__head p,
    .blyfa-mobile-services__row small {
        display: none !important;
    }

    .blyfa-mobile-services__head h2 {
        font-size: 20px;
    }

    .blyfa-mobile-services__close {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .blyfa-mobile-services__directory {
        grid-template-rows: minmax(34px, .55fr) minmax(0, 2fr) minmax(34px, .55fr);
    }

    .blyfa-mobile-services__webdesign > .blyfa-mobile-services__row {
        min-height: 34px;
        padding: 4px 2px;
    }

    .blyfa-mobile-services__row {
        padding: 4px 2px;
    }

    .blyfa-mobile-services__children {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: 0 10px;
        margin-bottom: 3px;
    }

    .blyfa-mobile-services__children a {
        min-height: 0;
        padding: 3px 1px;
        font-size: 9.5px;
    }

    .blyfa-mobile-services__all {
        min-height: 28px;
        padding-top: 4px;
        font-size: 10px;
    }
}

@media (max-width: 782px) and (max-height: 620px) {
    body.admin-bar .blyfa-mobile-services {
        top: calc(46px + 7px) !important;
    }
}
