.chdr-template {
--chdr-blue: #092f67;
--chdr-blue-hover: #0b5cab;
--chdr-text: #1f2937;
--chdr-muted: #4b5563;
--chdr-border: #e5e7eb;
--chdr-soft: #f8fafc;
color: var(--chdr-text);
}
.chdr-template__container {
width: min(1120px, calc(100% - 40px));
margin-inline: auto;
}
.chdr-template__narrow {
max-width: 820px;
}
.chdr-template__hero,
.chdr-template__section,
.chdr-template__cta {
padding-block: clamp(56px, 7vw, 88px);
}
.chdr-template__hero {
background: radial-gradient(circle at 80% 20%, rgba(255, 197, 118, .2), transparent 32%), linear-gradient(135deg, #071f45 0%, #092f67 58%, #0b5cab 100%);
color: #fff;
}
.chdr-template__hero h1,
.chdr-template__hero .chdr-template__lead,
.chdr-template__hero .chdr-template__eyebrow {
color: #fff;
}
.chdr-template__hero .chdr-template__lead {
opacity: .92;
}
.chdr-template__hero .chdr-template__button--secondary {
border-color: rgba(255,255,255,.58);
background: rgba(255,255,255,.08);
color: #fff;
}
.chdr-template__hero .chdr-template__button--secondary:hover {
border-color: #fff;
color: #fff;
}
.chdr-template__section--muted {
background: var(--chdr-soft);
}
.chdr-template__eyebrow {
margin: 0 0 12px;
font-size: 14px;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
color: var(--chdr-blue-hover);
}
.chdr-template h1,
.chdr-template h2,
.chdr-template h3 {
color: var(--chdr-text);
letter-spacing: -0.02em;
}
.chdr-template h1 {
max-width: 920px;
margin: 0;
font-size: clamp(38px, 5vw, 58px);
line-height: 1.05;
}
.chdr-template h2 {
margin: 0 0 28px;
font-size: clamp(28px, 3.4vw, 40px);
line-height: 1.15;
}
.chdr-template h3 {
margin: 0 0 12px;
font-size: 22px;
line-height: 1.25;
}
.chdr-template p {
font-size: 17px;
line-height: 1.7;
color: var(--chdr-muted);
}
.chdr-template__lead {
max-width: 760px;
margin: 24px 0 0;
font-size: 19px;
}
.chdr-template__actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 32px;
}
.chdr-template__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0 22px;
border-radius: 999px;
font-weight: 700;
text-decoration: none;
transition: .18s ease;
}
.chdr-template__button--primary {
background: var(--chdr-blue);
color: #fff;
}
.chdr-template__button--primary:hover {
background: var(--chdr-blue-hover);
color: #fff;
}
.chdr-template__button--secondary {
border: 1px solid #cbd5e1;
background: #fff;
color: #0f172a;
}
.chdr-template__button--secondary:hover {
border-color: var(--chdr-blue-hover);
color: var(--chdr-blue-hover);
}
.chdr-template__cards {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
.chdr-template__card {
padding: 28px;
border: 1px solid var(--chdr-border);
border-radius: 18px;
background: #fff;
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.chdr-template__card p {
margin: 0;
}
.chdr-template__cta {
background: var(--chdr-blue);
color: #fff;
}
.chdr-template__cta h2,
.chdr-template__cta p {
color: #fff;
}
.chdr-template__cta p {
max-width: 760px;
margin-bottom: 28px;
opacity: .9;
}
@media (max-width: 900px) {
.chdr-template__cards {
grid-template-columns: 1fr;
}
} .chdr-template .chdr-template__hero h1,
.chdr-template .chdr-template__hero h2,
.chdr-template .chdr-template__hero h3,
.chdr-template .chdr-template__hero p,
.chdr-template .chdr-template__hero .chdr-template__eyebrow,
.chdr-template .chdr-template__hero .chdr-template__lead,
.chdr-template .chdr-template__cta h1,
.chdr-template .chdr-template__cta h2,
.chdr-template .chdr-template__cta h3,
.chdr-template .chdr-template__cta p {
color: #fff;
}
.chdr-template .chdr-template__hero .chdr-template__lead,
.chdr-template .chdr-template__cta p {
opacity: .92;
} .chdr-template--home .chdr-template__home-hero {
padding-top: clamp(118px, 12vw, 168px);
padding-bottom: clamp(72px, 8vw, 108px);
}
.chdr-template--home .chdr-template__cards--links {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.chdr-template--home .chdr-template__card-link {
display: block;
color: inherit;
text-decoration: none;
}
.chdr-template--home .chdr-template__card-link:hover {
border-color: rgba(11, 92, 171, .45);
transform: translateY(-2px);
}
.chdr-template--home .chdr-template__card-link span {
display: inline-block;
margin-top: 18px;
font-weight: 700;
color: var(--chdr-blue-hover);
}
@media (max-width: 900px) {
.chdr-template--home .chdr-template__cards--links {
grid-template-columns: 1fr;
}
} .chdr-template--home .chdr-template__home-services h2 {
color: #fff;
}
.chdr-template--home .chdr-template__home-services {
background: #092f67;
} .chdr-template--home {
--chdr-home-bg: #0d131f;
--chdr-home-bg-deep: #080e1a;
--chdr-home-panel: rgba(17, 34, 64, .78);
--chdr-home-panel-strong: rgba(26, 32, 44, .94);
--chdr-home-border: rgba(143, 144, 151, .22);
--chdr-home-border-strong: rgba(65, 228, 192, .34);
--chdr-home-text: #dde2f3;
--chdr-home-muted: #aeb7c8;
--chdr-home-primary: #b9c7e4;
--chdr-home-secondary: #41e4c0;
--chdr-home-amber: #f5bc6e;
--chdr-home-radius: 18px;
background-color: var(--chdr-home-bg);
background-image: linear-gradient(rgba(35, 53, 84, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 53, 84, .18) 1px, transparent 1px), radial-gradient(circle at 78% 14%, rgba(65, 228, 192, .15), transparent 28%), radial-gradient(circle at 16% 32%, rgba(245, 188, 110, .1), transparent 24%);
background-size: 40px 40px, 40px 40px, auto, auto;
color: var(--chdr-home-text);
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.chdr-template--home .chdr-home__container {
width: min(1280px, calc(100% - 48px));
margin-inline: auto;
}
.chdr-template--home h1,
.chdr-template--home h2,
.chdr-template--home h3,
.chdr-template--home p {
color: inherit;
}
.chdr-template--home h1,
.chdr-template--home h2,
.chdr-template--home h3 {
font-family: "Space Grotesk", Inter, system-ui, sans-serif;
letter-spacing: -.025em;
}
.chdr-template--home h1 {
max-width: 760px;
font-size: clamp(42px, 6vw, 76px);
line-height: 1.02;
}
.chdr-template--home h1::after {
content: "";
display: inline-block;
width: .44em;
height: .12em;
margin-left: .14em;
background: var(--chdr-home-secondary);
box-shadow: 0 0 24px rgba(65, 228, 192, .54);
vertical-align: baseline;
}
.chdr-template--home h2 {
margin: 0;
font-size: clamp(32px, 4vw, 48px);
line-height: 1.12;
}
.chdr-template--home h3 {
font-size: clamp(21px, 2vw, 26px);
}
.chdr-template--home p {
font-size: 17px;
line-height: 1.7;
color: var(--chdr-home-muted);
}
.chdr-template--home .chdr-template__lead {
max-width: 720px;
margin-top: 26px;
font-size: clamp(18px, 2vw, 21px);
color: var(--chdr-home-muted);
}
.chdr-template--home .chdr-home-hero {
position: relative;
overflow: hidden;
padding: clamp(116px, 13vw, 172px) 0 clamp(84px, 10vw, 128px);
background: transparent;
}
.chdr-template--home .chdr-home-hero::before {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
background: linear-gradient(180deg, rgba(8, 14, 26, .34), transparent 42%, rgba(8, 14, 26, .72));
}
.chdr-template--home .chdr-home-hero__grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: minmax(0, 1.04fr) minmax(360px, .82fr);
gap: clamp(32px, 5vw, 76px);
align-items: center;
}
.chdr-template--home .chdr-home__pill {
display: inline-flex;
width: fit-content;
margin-bottom: 18px;
padding: 8px 16px;
border: 1px solid rgba(65, 228, 192, .58);
border-radius: 999px;
background: rgba(65, 228, 192, .05);
color: var(--chdr-home-secondary);
font-size: 12px;
letter-spacing: .2em;
box-shadow: 0 0 20px rgba(65, 228, 192, .08);
}
.chdr-template--home .chdr-template__button {
min-height: 52px;
border-radius: 12px;
padding: 0 26px;
font-weight: 800;
}
.chdr-template--home .chdr-template__button--primary {
background: var(--chdr-home-secondary);
color: #07111d;
box-shadow: 0 0 26px rgba(65, 228, 192, .24);
}
.chdr-template--home .chdr-template__button--primary:hover {
background: #5ffbd6;
color: #07111d;
box-shadow: 0 0 34px rgba(65, 228, 192, .42);
}
.chdr-template--home .chdr-template__button--secondary {
border-color: rgba(221, 226, 243, .22);
background: rgba(221, 226, 243, .03);
color: var(--chdr-home-text);
}
.chdr-template--home .chdr-template__button--secondary:hover {
border-color: rgba(65, 228, 192, .48);
background: rgba(65, 228, 192, .08);
color: var(--chdr-home-secondary);
}
.chdr-template--home .chdr-home-console,
.chdr-template--home .chdr-home-card,
.chdr-template--home .chdr-home-cta__inner {
border: 1px solid var(--chdr-home-border);
background: var(--chdr-home-panel);
backdrop-filter: blur(18px);
box-shadow: 0 24px 80px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .035);
}
.chdr-template--home .chdr-home-console {
position: relative;
padding: clamp(24px, 3vw, 34px);
border-radius: 24px;
}
.chdr-template--home .chdr-home-console::after {
content: "";
position: absolute;
inset: auto -36px -36px auto;
width: 210px;
height: 210px;
border-radius: 999px;
background: rgba(65, 228, 192, .12);
filter: blur(54px);
z-index: -1;
}
.chdr-template--home .chdr-home-console__header {
display: flex;
gap: 12px;
align-items: center;
margin-bottom: 28px;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-size: 13px;
letter-spacing: .08em;
color: var(--chdr-home-muted);
}
.chdr-template--home .chdr-home-console__dot {
width: 12px;
height: 12px;
border-radius: 999px;
background: var(--chdr-home-secondary);
box-shadow: 0 0 18px rgba(65, 228, 192, .9);
}
.chdr-template--home .chdr-home-console__bar {
height: 7px;
overflow: hidden;
border-radius: 999px;
background: rgba(221, 226, 243, .12);
}
.chdr-template--home .chdr-home-console__bar span {
display: block;
width: 78%;
height: 100%;
background: linear-gradient(90deg, var(--chdr-home-secondary), var(--chdr-home-amber));
}
.chdr-template--home .chdr-home-console__metrics {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
margin: 18px 0 28px;
}
.chdr-template--home .chdr-home-console__metrics div {
padding: 10px;
border: 1px solid rgba(143, 144, 151, .18);
background: rgba(10, 25, 47, .88);
color: var(--chdr-home-secondary);
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-size: 11px;
}
.chdr-template--home .chdr-home-console__panel {
padding: 22px;
border-radius: 16px;
background: rgba(8, 14, 26, .52);
}
.chdr-template--home .chdr-home-console__panel p {
margin: 0 0 14px;
color: var(--chdr-home-text);
font-weight: 800;
}
.chdr-template--home .chdr-home-console__panel ul {
margin: 0;
padding-left: 20px;
color: var(--chdr-home-muted);
}
.chdr-template--home .chdr-home-console__panel li + li {
margin-top: 10px;
}
.chdr-template--home .chdr-home-section {
padding: clamp(76px, 9vw, 126px) 0;
background: transparent;
}
.chdr-template--home .chdr-home-section__heading {
max-width: 780px;
margin-bottom: clamp(34px, 5vw, 62px);
}
.chdr-template--home .chdr-home-section__heading--split {
max-width: none;
display: flex;
justify-content: space-between;
gap: 32px;
align-items: end;
}
.chdr-template--home .chdr-home-section__heading p {
max-width: 720px;
margin: 16px 0 0;
}
.chdr-template--home .chdr-home-bento {
display: grid;
grid-template-columns: repeat(12, minmax(0, 1fr));
gap: 24px;
}
.chdr-template--home .chdr-home-card {
position: relative;
display: block;
min-height: 240px;
padding: clamp(24px, 3vw, 34px);
border-radius: var(--chdr-home-radius);
color: inherit;
text-decoration: none;
transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.chdr-template--home .chdr-home-card--service {
grid-column: span 4;
}
.chdr-template--home .chdr-home-card--wide {
grid-column: span 8;
}
.chdr-template--home .chdr-home-card:hover {
transform: translateY(-3px);
border-color: var(--chdr-home-border-strong);
background: rgba(17, 34, 64, .94);
}
.chdr-template--home .chdr-home-card__icon,
.chdr-template--home .chdr-home-card__step {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 48px;
height: 36px;
margin-bottom: 22px;
padding-inline: 12px;
border-radius: 10px;
background: rgba(65, 228, 192, .1);
color: var(--chdr-home-secondary);
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-weight: 800;
font-size: 13px;
}
.chdr-template--home .chdr-home-card h3,
.chdr-template--home .chdr-home-case h3 {
margin: 0 0 12px;
color: var(--chdr-home-text);
}
.chdr-template--home .chdr-home-card p,
.chdr-template--home .chdr-home-case p {
margin: 0;
}
.chdr-template--home .chdr-home-card__link {
display: inline-block;
margin-top: 22px;
color: var(--chdr-home-secondary);
font-weight: 800;
}
.chdr-template--home .chdr-home-proof {
padding: 34px 0;
border-block: 1px solid rgba(143, 144, 151, .12);
background: rgba(8, 14, 26, .58);
}
.chdr-template--home .chdr-home-proof p {
margin: 0 0 24px;
text-align: center;
font-size: 12px;
font-weight: 800;
letter-spacing: .18em;
opacity: .66;
}
.chdr-template--home .chdr-home-proof__items {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: clamp(20px, 5vw, 72px);
color: var(--chdr-home-primary);
opacity: .72;
filter: grayscale(1);
}
.chdr-template--home .chdr-home-proof__items strong {
font-family: "Space Grotesk", Inter, system-ui, sans-serif;
font-size: clamp(18px, 2vw, 26px);
}
.chdr-template--home .chdr-home-process,
.chdr-template--home .chdr-home-cases__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
.chdr-template--home .chdr-home-cases {
background: rgba(8, 14, 26, .32);
}
.chdr-template--home .chdr-home-case__visual {
position: relative;
display: flex;
align-items: stretch;
aspect-ratio: 16 / 10;
margin-bottom: 22px;
padding: 14px;
border-radius: 16px;
overflow: hidden;
background: radial-gradient(circle at 22% 18%, rgba(65, 228, 192, .26), transparent 26%), radial-gradient(circle at 82% 72%, rgba(245, 188, 110, .14), transparent 28%), linear-gradient(145deg, rgba(9, 18, 34, .98), rgba(23, 35, 58, .92));
box-shadow: inset 0 0 0 1px rgba(221, 226, 243, .07);
}
.chdr-template--home .chdr-home-case__visual::before,
.chdr-template--home .chdr-home-case__visual::after {
content: "";
position: absolute;
border-radius: 999px;
filter: blur(0.5px);
pointer-events: none;
}
.chdr-template--home .chdr-home-case__visual::before {
inset: auto auto 16px 16px;
width: 86px;
height: 86px;
background: radial-gradient(circle, rgba(65, 228, 192, .2), transparent 68%);
}
.chdr-template--home .chdr-home-case__visual::after {
inset: 18px 18px auto auto;
width: 72px;
height: 72px;
background: radial-gradient(circle, rgba(245, 188, 110, .12), transparent 70%);
}
.chdr-template--home .chdr-home-case__visual img {
position: relative;
z-index: 1;
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 12px;
box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
}
.chdr-template--home .chdr-home-case--launch .chdr-home-case__visual {
background: radial-gradient(circle at 18% 18%, rgba(65, 228, 192, .2), transparent 24%), radial-gradient(circle at 86% 76%, rgba(245, 188, 110, .16), transparent 30%), linear-gradient(145deg, rgba(8, 14, 26, .98), rgba(25, 34, 52, .92));
}
.chdr-template--home .chdr-home-case--automation .chdr-home-case__visual {
background: radial-gradient(circle at 16% 22%, rgba(65, 228, 192, .18), transparent 24%), radial-gradient(circle at 82% 82%, rgba(185, 199, 228, .12), transparent 28%), linear-gradient(145deg, rgba(7, 13, 24, .98), rgba(20, 29, 45, .94));
}
.chdr-template--home .chdr-home-case--ai .chdr-home-case__visual {
background: radial-gradient(circle at 26% 24%, rgba(65, 228, 192, .18), transparent 24%), radial-gradient(circle at 80% 24%, rgba(245, 188, 110, .18), transparent 22%), linear-gradient(145deg, rgba(7, 14, 28, .98), rgba(28, 37, 58, .94));
}
.chdr-template--home .chdr-home-cta {
padding: clamp(76px, 9vw, 130px) 0;
background: transparent;
}
.chdr-template--home .chdr-home-cta__inner {
position: relative;
overflow: hidden;
padding: clamp(42px, 8vw, 92px);
border-radius: 28px;
text-align: center;
}
.chdr-template--home .chdr-home-cta__inner::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at 50% 0%, rgba(65, 228, 192, .12), transparent 34%), linear-gradient(135deg, rgba(65, 228, 192, .07), transparent 55%);
pointer-events: none;
}
.chdr-template--home .chdr-home-cta__inner > * {
position: relative;
z-index: 1;
}
.chdr-template--home .chdr-home-cta h2 {
max-width: 760px;
margin: 0 auto 18px;
}
.chdr-template--home .chdr-home-cta p {
max-width: 760px;
margin: 0 auto 32px;
font-size: clamp(18px, 2vw, 21px);
}
@media (max-width: 980px) {
.chdr-template--home .chdr-home-hero__grid,
.chdr-template--home .chdr-home-process,
.chdr-template--home .chdr-home-cases__grid {
grid-template-columns: 1fr;
}
.chdr-template--home .chdr-home-bento {
grid-template-columns: 1fr;
}
.chdr-template--home .chdr-home-card--service,
.chdr-template--home .chdr-home-card--wide {
grid-column: auto;
}
.chdr-template--home .chdr-home-section__heading--split {
display: block;
}
}
@media (max-width: 640px) {
.chdr-template--home .chdr-home__container {
width: min(100% - 32px, 1280px);
}
.chdr-template--home .chdr-home-console__metrics {
grid-template-columns: 1fr;
}
.chdr-template--home .chdr-template__actions {
flex-direction: column;
}
.chdr-template--home .chdr-template__button {
width: 100%;
}
} .chdr-template--service .chdr-template__section--muted h2,
.chdr-template--service .chdr-template__section h2,
.chdr-template--service .chdr-template__section--muted h3,
.chdr-template--service .chdr-template__section h3 {
color: #f8fafc;
}
.chdr-template--service .chdr-template__section:not(.chdr-template__section--muted) {
background: #0d131f;
}
.chdr-template--service .chdr-template__section--muted {
background: #111827;
}
.chdr-template--service .chdr-template__card h3 {
color: #f8fafc;
}
.chdr-template--service .chdr-template__card p,
.chdr-template--service .chdr-template__section p {
color: #cbd5e1;
} .chdr-template--service .chdr-template__card {
background: #fff;
}
.chdr-template--service .chdr-template__card h3 {
color: #1f2937;
}
.chdr-template--service .chdr-template__card p {
color: #4b5563;
} .chdr-template--service {
--chdr-stitch-bg: #0d131f;
--chdr-stitch-bg-deep: #080e1a;
--chdr-stitch-panel: rgba(17, 34, 64, .78);
--chdr-stitch-panel-strong: rgba(26, 32, 44, .94);
--chdr-stitch-border: rgba(143, 144, 151, .22);
--chdr-stitch-border-strong: rgba(65, 228, 192, .36);
--chdr-stitch-text: #dde2f3;
--chdr-stitch-muted: #aeb7c8;
--chdr-stitch-secondary: #41e4c0;
--chdr-stitch-amber: #f5bc6e;
background-color: var(--chdr-stitch-bg);
background-image: linear-gradient(rgba(35, 53, 84, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 53, 84, .16) 1px, transparent 1px), radial-gradient(circle at 82% 10%, rgba(65, 228, 192, .14), transparent 28%), radial-gradient(circle at 14% 38%, rgba(245, 188, 110, .08), transparent 22%);
background-size: 40px 40px, 40px 40px, auto, auto;
color: var(--chdr-stitch-text);
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.chdr-template--service .chdr-stitch__container {
width: min(1180px, calc(100% - 48px));
margin-inline: auto;
}
.chdr-template--service h1,
.chdr-template--service h2,
.chdr-template--service h3 {
font-family: "Space Grotesk", Inter, system-ui, sans-serif;
letter-spacing: -.025em;
color: var(--chdr-stitch-text);
}
.chdr-template--service p,
.chdr-template--service li {
color: var(--chdr-stitch-muted);
}
.chdr-stitch-hero {
position: relative;
overflow: hidden;
padding: clamp(110px, 12vw, 156px) 0 clamp(72px, 8vw, 110px);
background: transparent;
}
.chdr-stitch-hero::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(8, 14, 26, .28), transparent 45%, rgba(8, 14, 26, .72));
pointer-events: none;
}
.chdr-stitch-hero__grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(320px, .68fr);
gap: clamp(32px, 5vw, 72px);
align-items: center;
}
.chdr-template--service .chdr-stitch__pill {
display: inline-flex;
width: fit-content;
margin-bottom: 18px;
padding: 8px 15px;
border: 1px solid rgba(65, 228, 192, .54);
border-radius: 999px;
background: rgba(65, 228, 192, .055);
color: var(--chdr-stitch-secondary);
font-size: 12px;
letter-spacing: .18em;
}
.chdr-template--service h1 {
max-width: 850px;
margin: 0;
font-size: clamp(40px, 5.6vw, 70px);
line-height: 1.02;
}
.chdr-template--service h1::after {
content: "";
display: inline-block;
width: .42em;
height: .11em;
margin-left: .14em;
background: var(--chdr-stitch-secondary);
box-shadow: 0 0 22px rgba(65, 228, 192, .52);
vertical-align: baseline;
}
.chdr-template--service .chdr-template__lead {
max-width: 760px;
margin-top: 24px;
font-size: clamp(18px, 1.9vw, 21px);
line-height: 1.65;
color: var(--chdr-stitch-muted);
}
.chdr-template--service .chdr-template__button {
min-height: 52px;
border-radius: 12px;
padding: 0 26px;
font-weight: 800;
}
.chdr-template--service .chdr-template__button--primary {
background: var(--chdr-stitch-secondary);
color: #07111d;
box-shadow: 0 0 26px rgba(65, 228, 192, .24);
}
.chdr-template--service .chdr-template__button--primary:hover {
background: #5ffbd6;
color: #07111d;
}
.chdr-template--service .chdr-template__button--secondary {
border-color: rgba(221, 226, 243, .22);
background: rgba(221, 226, 243, .03);
color: var(--chdr-stitch-text);
}
.chdr-stitch-terminal,
.chdr-template--service .chdr-template__card,
.chdr-stitch-cta__inner {
border: 1px solid var(--chdr-stitch-border);
background: var(--chdr-stitch-panel);
backdrop-filter: blur(18px);
box-shadow: 0 24px 80px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .035);
}
.chdr-stitch-terminal {
padding: clamp(24px, 3vw, 34px);
border-radius: 24px;
}
.chdr-stitch-terminal__top {
display: flex;
gap: 8px;
margin-bottom: 26px;
}
.chdr-stitch-terminal__top span {
width: 11px;
height: 11px;
border-radius: 50%;
background: rgba(221, 226, 243, .28);
}
.chdr-stitch-terminal__top span:first-child {
background: var(--chdr-stitch-secondary);
box-shadow: 0 0 18px rgba(65, 228, 192, .75);
}
.chdr-stitch-terminal__label {
margin: 0 0 16px;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-size: 13px;
letter-spacing: .08em;
color: var(--chdr-stitch-secondary) !important;
text-transform: uppercase;
}
.chdr-stitch-terminal ul {
margin: 0;
padding: 0;
list-style: none;
}
.chdr-stitch-terminal li {
padding: 13px 0;
border-top: 1px solid rgba(143, 144, 151, .16);
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-size: 13px;
}
.chdr-stitch-section {
padding: clamp(72px, 9vw, 118px) 0;
background: transparent;
}
.chdr-stitch-section--muted {
background: rgba(8, 14, 26, .46);
}
.chdr-stitch-section__heading {
max-width: 760px;
margin-bottom: clamp(32px, 5vw, 56px);
}
.chdr-template--service .chdr-template__cards {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
.chdr-template--service .chdr-template__card {
min-height: 220px;
padding: clamp(24px, 3vw, 32px);
border-radius: 18px;
display: flex;
flex-direction: column;
transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.chdr-template--service .chdr-template__card:hover {
transform: translateY(-3px);
border-color: var(--chdr-stitch-border-strong);
background: rgba(17, 34, 64, .94);
}
.chdr-template--service .chdr-template__card h3 {
margin: 0 0 12px;
font-size: clamp(21px, 2vw, 25px);
color: var(--chdr-stitch-text);
}
.chdr-template--service .chdr-template__card p {
margin: 0;
font-size: 16px;
line-height: 1.65;
color: var(--chdr-stitch-muted);
}
.chdr-template--service .chdr-template__card .chdr-template__button {
margin-top: 20px;
align-self: flex-start;
}
.chdr-conversion-cta {
padding: clamp(70px, 8vw, 112px) 0;
background: linear-gradient(180deg, rgba(12, 19, 34, .12), rgba(65, 228, 192, .065));
}
.chdr-conversion-cta__inner {
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
gap: clamp(24px, 4vw, 54px);
align-items: center;
padding: clamp(26px, 4vw, 46px);
border: 1px solid rgba(65, 228, 192, .28);
border-radius: 24px;
background:
radial-gradient(circle at 0% 0%, rgba(65, 228, 192, .16), transparent 32%),
linear-gradient(135deg, rgba(17, 34, 64, .88), rgba(8, 14, 26, .96));
box-shadow: 0 26px 90px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .04);
}
.chdr-conversion-cta__copy h2 {
max-width: 840px;
margin: 0 0 18px;
font-size: clamp(30px, 4vw, 48px);
line-height: 1.08;
}
.chdr-conversion-cta__copy > p:not(.chdr-template__eyebrow) {
max-width: 780px;
margin: 0 0 28px;
color: var(--chdr-stitch-muted);
font-size: clamp(17px, 1.8vw, 20px);
line-height: 1.7;
}
.chdr-conversion-cta__items {
display: grid;
gap: 14px;
}
.chdr-conversion-cta__items article {
padding: 20px;
border: 1px solid rgba(143, 144, 151, .18);
border-radius: 16px;
background: rgba(8, 14, 26, .56);
}
.chdr-conversion-cta__items h3 {
margin: 0 0 8px;
font-size: 18px;
}
.chdr-conversion-cta__items p {
margin: 0;
color: var(--chdr-stitch-muted);
font-size: 15px;
line-height: 1.65;
}
.chdr-entry-packages {
scroll-margin-top: 96px;
padding: clamp(72px, 9vw, 118px) 0;
background: linear-gradient(180deg, rgba(8, 14, 26, .24), rgba(11, 19, 34, .72));
}
.chdr-template--home .chdr-entry-packages {
--chdr-stitch-text: var(--chdr-home-text);
--chdr-stitch-muted: var(--chdr-home-muted);
--chdr-stitch-secondary: var(--chdr-home-secondary);
--chdr-stitch-amber: var(--chdr-home-amber);
}
.chdr-entry-packages .chdr-stitch-section__heading p:not(.chdr-template__eyebrow) {
max-width: 760px;
margin: 16px 0 0;
font-size: 17px;
line-height: 1.7;
}
.chdr-entry-packages__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
.chdr-entry-package {
display: flex;
flex-direction: column;
min-height: 100%;
padding: clamp(22px, 2.4vw, 30px);
border: 1px solid rgba(143, 144, 151, .2);
border-radius: 18px;
background: rgba(17, 34, 64, .68);
box-shadow: 0 22px 70px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .035);
}
.chdr-entry-package--featured {
border-color: rgba(65, 228, 192, .52);
background: linear-gradient(180deg, rgba(65, 228, 192, .14), rgba(17, 34, 64, .78));
}
.chdr-entry-package__badge {
width: fit-content;
margin: 0 0 16px;
padding: 7px 10px;
border-radius: 999px;
background: rgba(245, 188, 110, .14);
color: var(--chdr-stitch-amber) !important;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
}
.chdr-entry-package h3 {
margin: 0 0 12px;
font-size: clamp(21px, 2vw, 26px);
}
.chdr-entry-package p {
margin: 0 0 14px;
font-size: 15px;
line-height: 1.65;
}
.chdr-entry-package__fit {
color: var(--chdr-stitch-text) !important;
font-weight: 700;
}
.chdr-entry-package ul {
margin: auto 0 20px;
padding: 18px 0 0;
list-style: none;
border-top: 1px solid rgba(143, 144, 151, .16);
}
.chdr-entry-package li {
position: relative;
padding-left: 18px;
font-size: 14px;
line-height: 1.55;
}
.chdr-entry-package li + li {
margin-top: 9px;
}
.chdr-entry-package li::before {
content: "";
position: absolute;
left: 0;
top: .68em;
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--chdr-stitch-secondary);
}
.chdr-entry-package .chdr-template__button {
align-self: flex-start;
margin-top: auto;
}
.chdr-entry-packages__faq {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
margin-top: 28px;
}
.chdr-entry-packages__faq article {
padding: 24px;
border: 1px solid rgba(143, 144, 151, .16);
border-radius: 18px;
background: rgba(8, 14, 26, .48);
}
.chdr-entry-packages__faq h3 {
margin: 0 0 10px;
font-size: 20px;
}
.chdr-entry-packages__faq p {
margin: 0;
font-size: 15px;
line-height: 1.7;
}
.chdr-case-service-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.chdr-case-service-card {
display: flex;
flex-direction: column;
gap: 14px;
padding: 26px;
border: 1px solid rgba(45, 220, 255, .16);
border-radius: 22px;
background: linear-gradient(180deg, rgba(10, 20, 36, .88), rgba(7, 15, 28, .94));
box-shadow: 0 18px 60px rgba(0, 0, 0, .18);
}
.chdr-case-service-card h3 {
margin: 0;
font-size: 24px;
line-height: 1.18;
}
.chdr-case-service-card p {
margin: 0;
font-size: 16px;
line-height: 1.7;
color: var(--chdr-stitch-muted);
}
.chdr-case-service-card .chdr-template__button {
margin-top: auto;
align-self: flex-start;
}
.chdr-stitch-proof {
padding: clamp(58px, 7vw, 88px) 0;
border-block: 1px solid rgba(143, 144, 151, .12);
background: rgba(8, 14, 26, .58);
}
.chdr-stitch-proof__inner {
display: grid;
grid-template-columns: minmax(0, .65fr) minmax(0, 1fr);
gap: clamp(28px, 5vw, 70px);
align-items: start;
}
.chdr-stitch-proof h2 {
margin: 0;
font-size: clamp(30px, 4vw, 46px);
}
.chdr-stitch-proof p:last-child {
margin: 0;
font-size: clamp(18px, 2vw, 21px);
line-height: 1.65;
}
.chdr-stitch-faq {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
}
.chdr-stitch-faq__item {
padding: clamp(24px, 3vw, 30px);
border: 1px solid rgba(45, 220, 255, .14);
border-radius: 22px;
background: linear-gradient(180deg, rgba(10, 20, 36, .84), rgba(8, 16, 29, .92));
box-shadow: 0 18px 55px rgba(0, 0, 0, .16);
}
.chdr-stitch-faq__item h3 {
margin: 0 0 12px;
font-size: clamp(21px, 2vw, 25px);
line-height: 1.18;
color: var(--chdr-stitch-text);
}
.chdr-stitch-faq__item p {
margin: 0;
font-size: 16px;
line-height: 1.72;
color: var(--chdr-stitch-muted);
}
.chdr-stitch-portfolio {
padding: clamp(64px, 8vw, 108px) 0;
background: transparent;
}
.chdr-stitch-portfolio .vp-portfolio,
.chdr-stitch-portfolio .vp-portfolio__items-style-default .vp-portfolio__item-wrap {
color: var(--chdr-stitch-text);
}
.chdr-stitch-cta {
padding: clamp(72px, 9vw, 120px) 0;
background: transparent;
}
.chdr-stitch-cta__inner {
position: relative;
overflow: hidden;
padding: clamp(42px, 8vw, 88px);
border-radius: 28px;
text-align: center;
}
.chdr-stitch-cta__inner::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at 50% 0%, rgba(65, 228, 192, .12), transparent 34%), linear-gradient(135deg, rgba(65, 228, 192, .07), transparent 55%);
pointer-events: none;
}
.chdr-stitch-cta__inner > * {
position: relative;
z-index: 1;
}
.chdr-stitch-cta h2 {
max-width: 780px;
margin: 0 auto 18px;
font-size: clamp(32px, 4vw, 48px);
}
.chdr-stitch-cta p {
max-width: 760px;
margin: 0 auto 32px;
font-size: clamp(18px, 2vw, 21px);
}
.chdr-template--contact .chdr-stitch-terminal__label::after {
content: " / kontakt@chdr.tech";
color: var(--chdr-stitch-muted);
}
@media (max-width: 980px) {
.chdr-stitch-hero__grid,
.chdr-stitch-proof__inner,
.chdr-template--service .chdr-template__cards,
.chdr-conversion-cta__inner,
.chdr-entry-packages__grid,
.chdr-entry-packages__faq,
.chdr-stitch-faq {
grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.chdr-template--service .chdr-stitch__container {
width: min(100% - 32px, 1180px);
}
.chdr-template--service .chdr-template__actions {
flex-direction: column;
}
.chdr-template--service .chdr-template__button {
width: 100%;
}
.chdr-conversion-cta__inner {
padding: 24px;
border-radius: 18px;
}
} .chdr-template--blog,
.chdr-template--single-post {
--chdr-stitch-bg: #0d131f;
--chdr-stitch-bg-deep: #080e1a;
--chdr-stitch-panel: rgba(17, 34, 64, .78);
--chdr-stitch-panel-strong: rgba(26, 32, 44, .94);
--chdr-stitch-border: rgba(143, 144, 151, .22);
--chdr-stitch-border-strong: rgba(65, 228, 192, .36);
--chdr-stitch-text: #dde2f3;
--chdr-stitch-muted: #aeb7c8;
--chdr-stitch-secondary: #41e4c0;
--chdr-stitch-amber: #f5bc6e;
background-color: var(--chdr-stitch-bg);
background-image: linear-gradient(rgba(35, 53, 84, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 53, 84, .16) 1px, transparent 1px), radial-gradient(circle at 76% 8%, rgba(65, 228, 192, .14), transparent 26%);
background-size: 40px 40px, 40px 40px, auto;
color: var(--chdr-stitch-text);
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.chdr-template--blog .chdr-stitch__container,
.chdr-template--single-post .chdr-stitch__container {
width: min(1180px, calc(100% - 48px));
margin-inline: auto;
}
.chdr-template--blog h1,
.chdr-template--blog h2,
.chdr-template--blog h3,
.chdr-template--single-post h1,
.chdr-template--single-post h2,
.chdr-template--single-post h3 {
font-family: "Space Grotesk", Inter, system-ui, sans-serif;
letter-spacing: -.025em;
color: var(--chdr-stitch-text);
}
.chdr-template--blog a,
.chdr-template--single-post a {
color: inherit;
}
.chdr-blog-hero,
.chdr-post-hero {
position: relative;
overflow: hidden;
padding: clamp(104px, 12vw, 156px) 0 clamp(54px, 7vw, 92px);
background: linear-gradient(180deg, rgba(8, 14, 26, .18), rgba(8, 14, 26, .68));
}
.chdr-blog-hero__inner,
.chdr-post-hero__inner {
max-width: 920px;
}
.chdr-template--blog .chdr-stitch__pill,
.chdr-template--single-post .chdr-stitch__pill {
display: inline-flex;
width: fit-content;
margin-bottom: 18px;
padding: 8px 15px;
border: 1px solid rgba(65, 228, 192, .54);
border-radius: 999px;
background: rgba(65, 228, 192, .055);
color: var(--chdr-stitch-secondary);
font-size: 12px;
letter-spacing: .18em;
}
.chdr-blog-hero h1,
.chdr-post-hero h1 {
max-width: 980px;
margin: 0;
font-size: clamp(42px, 6vw, 76px);
line-height: 1.02;
}
.chdr-blog-hero .chdr-template__lead,
.chdr-post-hero .chdr-template__lead {
max-width: 820px;
margin-top: 24px;
font-size: clamp(18px, 1.9vw, 21px);
line-height: 1.65;
color: var(--chdr-stitch-muted);
}
.chdr-blog-featured,
.chdr-blog-list,
.chdr-post-featured,
.chdr-post-body,
.chdr-blog-related {
padding: clamp(58px, 7vw, 92px) 0;
}
.chdr-blog-featured__card {
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(360px, .78fr);
gap: 0;
overflow: hidden;
border: 1px solid var(--chdr-stitch-border-strong);
border-radius: 28px;
background: var(--chdr-stitch-panel);
box-shadow: 0 24px 80px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .035);
}
.chdr-blog-featured__image,
.chdr-blog-card__image,
.chdr-post-featured__image {
display: block;
position: relative;
overflow: hidden;
background: linear-gradient(135deg, rgba(65, 228, 192, .16), rgba(245, 188, 110, .08));
}
.chdr-blog-featured__image img,
.chdr-blog-card__image img,
.chdr-post-featured__image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.chdr-blog-featured__image {
min-height: 420px;
}
.chdr-blog-featured__content {
padding: clamp(32px, 5vw, 56px);
}
.chdr-blog-featured__content h2 {
margin: 0 0 18px;
font-size: clamp(30px, 3.7vw, 48px);
line-height: 1.05;
}
.chdr-blog-featured__content p:not(.chdr-template__eyebrow) {
font-size: 18px;
line-height: 1.7;
color: var(--chdr-stitch-muted);
}
.chdr-blog-meta {
display: flex;
flex-wrap: wrap;
gap: 8px 10px;
align-items: center;
margin: 18px 0 24px;
font-size: 13px;
font-weight: 700;
letter-spacing: .02em;
color: var(--chdr-stitch-secondary);
}
.chdr-blog-meta__dot {
color: rgba(221, 226, 243, .3);
}
.chdr-blog-filters {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: clamp(34px, 5vw, 58px);
}
.chdr-blog-filters a {
padding: 10px 16px;
border: 1px solid rgba(143, 144, 151, .22);
border-radius: 999px;
background: rgba(221, 226, 243, .035);
color: var(--chdr-stitch-text);
font-size: 14px;
font-weight: 800;
text-decoration: none;
}
.chdr-blog-filters a.is-active,
.chdr-blog-filters a:hover {
border-color: var(--chdr-stitch-secondary);
background: var(--chdr-stitch-secondary);
color: #07111d;
}
.chdr-blog-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
.chdr-blog-card {
overflow: hidden;
border: 1px solid var(--chdr-stitch-border);
border-radius: 20px;
background: var(--chdr-stitch-panel);
box-shadow: 0 20px 70px rgba(0, 0, 0, .2);
transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.chdr-blog-card:hover {
transform: translateY(-3px);
border-color: var(--chdr-stitch-border-strong);
background: var(--chdr-stitch-panel-strong);
}
.chdr-blog-card__image {
aspect-ratio: 16 / 10;
}
.chdr-blog-card__body {
padding: 24px;
}
.chdr-blog-card h3 {
margin: 0 0 14px;
font-size: clamp(21px, 2vw, 25px);
line-height: 1.17;
}
.chdr-blog-card p {
margin: 0 0 18px;
font-size: 15px;
line-height: 1.65;
color: var(--chdr-stitch-muted);
}
.chdr-blog-card__link {
font-weight: 800;
color: var(--chdr-stitch-secondary) !important;
text-decoration: none;
}
.chdr-template--blog .chdr-stitch-section--muted {
background:
radial-gradient(circle at 16% 8%, rgba(65, 228, 192, .10), transparent 28%),
linear-gradient(180deg, rgba(8, 14, 26, .34), rgba(8, 14, 26, .72));
}
.chdr-template--blog .chdr-template__cards {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
.chdr-template--blog .chdr-template__card {
display: flex;
flex-direction: column;
min-height: 100%;
padding: clamp(24px, 3vw, 32px);
border: 1px solid var(--chdr-stitch-border);
border-radius: 20px;
background: var(--chdr-stitch-panel);
box-shadow: 0 20px 70px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .035);
transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.chdr-template--blog .chdr-template__card:hover {
transform: translateY(-3px);
border-color: var(--chdr-stitch-border-strong);
background: var(--chdr-stitch-panel-strong);
}
.chdr-template--blog .chdr-template__card h3 {
margin: 0 0 12px;
color: var(--chdr-stitch-text);
}
.chdr-template--blog .chdr-template__card p {
margin: 0;
color: var(--chdr-stitch-muted);
}
.chdr-template--blog .chdr-template__card .chdr-template__button {
align-self: flex-start;
margin-top: 22px;
}
.chdr-template--blog .chdr-template__button--secondary {
border-color: rgba(65, 228, 192, .34);
background: rgba(65, 228, 192, .07);
color: var(--chdr-stitch-text);
}
.chdr-template--blog .chdr-template__button--secondary:hover {
border-color: var(--chdr-stitch-secondary);
background: var(--chdr-stitch-secondary);
color: #07111d;
}
.chdr-blog-pagination {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-top: 42px;
}
.chdr-blog-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 44px;
min-height: 44px;
padding: 0 14px;
border: 1px solid rgba(65, 228, 192, .26);
border-radius: 8px;
background: rgba(17, 34, 64, .66);
color: var(--chdr-stitch-text) !important;
font-size: 14px;
font-weight: 800;
line-height: 1;
text-decoration: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}
.chdr-blog-pagination a.page-numbers:hover,
.chdr-blog-pagination a.page-numbers:focus-visible,
.chdr-blog-pagination .page-numbers.current {
border-color: var(--chdr-stitch-secondary);
background: var(--chdr-stitch-secondary);
color: #07111d !important;
}
.chdr-blog-pagination .page-numbers.dots {
min-width: 24px;
border-color: transparent;
background: transparent;
box-shadow: none;
color: var(--chdr-stitch-muted) !important;
}
.chdr-blog-thumb-fallback {
display: grid;
width: 100%;
height: 100%;
min-height: 220px;
place-items: center;
background: radial-gradient(circle at 30% 20%, rgba(65, 228, 192, .22), transparent 32%), linear-gradient(135deg, rgba(17, 34, 64, .94), rgba(8, 14, 26, .96));
}
.chdr-blog-thumb-fallback span {
font-family: "Space Grotesk", Inter, sans-serif;
font-size: clamp(28px, 4vw, 56px);
font-weight: 800;
letter-spacing: .1em;
color: rgba(65, 228, 192, .78);
}
.chdr-post-back {
display: inline-flex;
margin-bottom: 28px;
color: var(--chdr-stitch-secondary) !important;
font-weight: 800;
text-decoration: none;
}
.chdr-post-hero__meta {
margin-bottom: 18px;
}
.chdr-post-featured {
padding-top: 0;
}
.chdr-post-featured__image {
min-height: clamp(320px, 48vw, 620px);
border: 1px solid var(--chdr-stitch-border);
border-radius: 28px;
box-shadow: 0 24px 80px rgba(0, 0, 0, .26);
}
.chdr-post-body__grid {
display: grid;
grid-template-columns: 96px minmax(0, 820px) 1fr;
gap: 32px;
align-items: start;
}
.chdr-post-share {
position: sticky;
top: 110px;
display: grid;
gap: 10px;
justify-items: center;
color: var(--chdr-stitch-muted);
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
}
.chdr-post-share a {
display: grid;
width: 42px;
height: 42px;
place-items: center;
border: 1px solid var(--chdr-stitch-border);
border-radius: 12px;
background: rgba(221, 226, 243, .035);
color: var(--chdr-stitch-secondary) !important;
text-decoration: none;
}
.chdr-post-content {
padding: clamp(28px, 5vw, 56px);
border: 1px solid var(--chdr-stitch-border);
border-radius: 24px;
background: rgba(8, 14, 26, .66);
box-shadow: 0 20px 70px rgba(0, 0, 0, .18);
}
.chdr-post-content > *:first-child {
margin-top: 0;
}
.chdr-post-content p,
.chdr-post-content li {
font-size: 18px;
line-height: 1.78;
color: var(--chdr-stitch-muted);
}
.chdr-post-content h2 {
margin-top: 48px;
font-size: clamp(30px, 3.2vw, 42px);
}
.chdr-post-content h3 {
margin-top: 34px;
font-size: clamp(24px, 2.5vw, 30px);
}
.chdr-post-content a {
color: var(--chdr-stitch-secondary) !important;
}
.chdr-post-content blockquote {
margin: 34px 0;
padding: 24px 28px;
border-left: 4px solid var(--chdr-stitch-secondary);
border-radius: 16px;
background: rgba(65, 228, 192, .06);
}
.chdr-post-content pre,
.chdr-post-content code {
border-radius: 12px;
background: #050a13;
color: #d7fff4;
}
.chdr-post-content pre {
overflow-x: auto;
padding: 22px;
border: 1px solid rgba(65, 228, 192, .18);
}
@media (max-width: 1080px) {
.chdr-blog-featured__card,
.chdr-blog-grid,
.chdr-template--blog .chdr-template__cards,
.chdr-post-body__grid {
grid-template-columns: 1fr;
}
.chdr-post-share {
position: static;
display: flex;
justify-content: flex-start;
}
}
@media (max-width: 640px) {
.chdr-template--blog .chdr-stitch__container,
.chdr-template--single-post .chdr-stitch__container {
width: min(100% - 32px, 1180px);
}
.chdr-blog-featured__image {
min-height: 280px;
}
} .chdr-template--single-portfolio {
--chdr-stitch-bg: #050b14;
--chdr-stitch-bg-deep: #07111f;
--chdr-stitch-panel: rgba(11, 22, 40, .88);
--chdr-stitch-panel-strong: rgba(14, 29, 51, .96);
--chdr-stitch-border: rgba(45, 220, 255, .22);
--chdr-stitch-border-strong: rgba(65, 228, 192, .44);
--chdr-stitch-text: #eef6ff;
--chdr-stitch-muted: #a7b3c5;
--chdr-stitch-secondary: #41e4c0;
background-color: var(--chdr-stitch-bg);
background-image: linear-gradient(rgba(45, 220, 255, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(45, 220, 255, .09) 1px, transparent 1px), radial-gradient(circle at 82% 10%, rgba(65, 228, 192, .16), transparent 28%), radial-gradient(circle at 16% 36%, rgba(45, 220, 255, .11), transparent 24%);
background-size: 42px 42px, 42px 42px, auto, auto;
color: var(--chdr-stitch-text);
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.chdr-template--single-portfolio .chdr-stitch__container {
width: min(1180px, calc(100% - 48px));
margin-inline: auto;
}
.chdr-template--single-portfolio h1,
.chdr-template--single-portfolio h2,
.chdr-template--single-portfolio h3 {
font-family: "Space Grotesk", Inter, system-ui, sans-serif;
letter-spacing: -.025em;
color: var(--chdr-stitch-text);
}
.chdr-case-detail-hero {
position: relative;
overflow: hidden;
padding: clamp(106px, 12vw, 160px) 0 clamp(70px, 9vw, 120px);
background: linear-gradient(180deg, rgba(5, 11, 20, .24), rgba(5, 11, 20, .86));
}
.chdr-case-detail-hero__grid {
display: grid;
grid-template-columns: minmax(0, 1.02fr) minmax(360px, .72fr);
gap: clamp(38px, 6vw, 82px);
align-items: center;
}
.chdr-case-detail-hero h1 {
max-width: 920px;
margin: 0;
font-size: clamp(42px, 5.8vw, 76px);
line-height: 1.02;
}
.chdr-case-detail-hero .chdr-template__lead {
max-width: 760px;
margin-top: 24px;
font-size: clamp(18px, 1.9vw, 21px);
line-height: 1.65;
color: var(--chdr-stitch-muted);
}
.chdr-case-detail-stats {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
max-width: 620px;
margin-top: 34px;
}
.chdr-case-detail-stats div,
.chdr-case-result-grid div,
.chdr-case-detail-panel,
.chdr-case-code-card,
.chdr-case-timeline article {
border: 1px solid var(--chdr-stitch-border);
background: var(--chdr-stitch-panel);
box-shadow: 0 24px 80px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .035);
backdrop-filter: blur(18px);
}
.chdr-case-detail-stats div {
padding: 20px;
border-radius: 18px;
}
.chdr-case-detail-stats strong,
.chdr-case-result-grid strong {
display: block;
font-family: "Space Grotesk", Inter, sans-serif;
font-size: clamp(26px, 3vw, 38px);
line-height: 1;
color: var(--chdr-stitch-secondary);
}
.chdr-case-detail-stats span,
.chdr-case-result-grid span {
display: block;
margin-top: 8px;
color: var(--chdr-stitch-muted);
font-size: 13px;
font-weight: 800;
letter-spacing: .08em;
text-transform: uppercase;
}
.chdr-case-detail-visual {
overflow: hidden;
min-height: 440px;
border: 1px solid var(--chdr-stitch-border-strong);
border-radius: 28px;
background: radial-gradient(circle at 30% 20%, rgba(65, 228, 192, .18), transparent 34%), var(--chdr-stitch-panel);
box-shadow: 0 28px 90px rgba(0, 0, 0, .34), 0 0 45px rgba(65, 228, 192, .08);
}
.chdr-case-detail-visual img {
display: block;
width: 100%;
height: 100%;
min-height: 440px;
object-fit: cover;
}
.chdr-case-detail-section {
padding: clamp(72px, 9vw, 118px) 0;
border-top: 1px solid rgba(45, 220, 255, .12);
}
.chdr-case-detail-section--muted {
background: rgba(7, 17, 31, .58);
}
.chdr-case-detail-two-col,
.chdr-case-detail-solution {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
gap: clamp(34px, 6vw, 80px);
align-items: start;
}
.chdr-case-detail-section h2 {
max-width: 760px;
margin: 0 0 22px;
font-size: clamp(32px, 4.4vw, 52px);
line-height: 1.06;
}
.chdr-case-detail-section p,
.chdr-case-detail-checks li,
.chdr-case-detail-panel dd {
font-size: 17px;
line-height: 1.72;
color: var(--chdr-stitch-muted);
}
.chdr-case-detail-checks {
display: grid;
gap: 14px;
margin: 28px 0 0;
padding: 0;
list-style: none;
}
.chdr-case-detail-checks li {
position: relative;
padding-left: 34px;
}
.chdr-case-detail-checks li::before {
content: "✓";
position: absolute;
left: 0;
top: 0;
color: var(--chdr-stitch-secondary);
font-weight: 900;
}
.chdr-case-detail-panel {
padding: clamp(26px, 4vw, 40px);
border-radius: 22px;
}
.chdr-case-detail-panel__label {
margin: 0 0 22px;
font-size: 12px !important;
font-weight: 900;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--chdr-stitch-secondary) !important;
}
.chdr-case-detail-panel dl,
.chdr-case-detail-panel dt,
.chdr-case-detail-panel dd {
margin: 0;
}
.chdr-case-detail-panel dl {
display: grid;
gap: 20px;
}
.chdr-case-detail-panel dt {
margin-bottom: 4px;
font-size: 12px;
font-weight: 900;
letter-spacing: .1em;
text-transform: uppercase;
color: rgba(238, 246, 255, .58);
}
.chdr-case-code-card {
overflow: hidden;
padding: 24px;
border-radius: 22px;
}
.chdr-case-code-card pre {
margin: 0;
overflow-x: auto;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-size: 14px;
line-height: 1.7;
color: #d7fff4;
}
.chdr-case-detail-panel--feature h3 {
margin: 0 0 14px;
font-size: 28px;
}
.chdr-case-timeline {
position: relative;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
.chdr-case-timeline article {
padding: 26px;
border-radius: 20px;
}
.chdr-case-timeline span {
display: inline-flex;
margin-bottom: 28px;
color: var(--chdr-stitch-secondary);
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-weight: 900;
}
.chdr-case-timeline h3 {
margin: 0;
font-size: 21px;
}
.chdr-case-result-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
.chdr-case-result-grid div {
padding: 26px;
border-radius: 20px;
text-align: center;
}
@media (max-width: 1080px) {
.chdr-case-detail-hero__grid,
.chdr-case-detail-two-col,
.chdr-case-detail-solution,
.chdr-case-timeline,
.chdr-case-result-grid,
.chdr-case-service-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.chdr-template--single-portfolio .chdr-stitch__container {
width: min(100% - 32px, 1180px);
}
.chdr-case-detail-stats {
grid-template-columns: 1fr;
}
} .chdr-template--single-portfolio {
--chdr-stitch-bg: #050b14;
--chdr-stitch-bg-deep: #07111f;
--chdr-stitch-panel: rgba(11, 22, 40, .88);
--chdr-stitch-panel-strong: rgba(14, 29, 51, .96);
--chdr-stitch-border: rgba(45, 220, 255, .22);
--chdr-stitch-border-strong: rgba(65, 228, 192, .44);
--chdr-stitch-text: #eef6ff;
--chdr-stitch-muted: #a7b3c5;
--chdr-stitch-secondary: #41e4c0;
background-color: var(--chdr-stitch-bg);
background-image: linear-gradient(rgba(45, 220, 255, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(45, 220, 255, .09) 1px, transparent 1px), radial-gradient(circle at 82% 10%, rgba(65, 228, 192, .16), transparent 28%), radial-gradient(circle at 16% 36%, rgba(45, 220, 255, .11), transparent 24%);
background-size: 42px 42px, 42px 42px, auto, auto;
color: var(--chdr-stitch-text);
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.chdr-template--single-portfolio .chdr-stitch__container {
width: min(1180px, calc(100% - 48px));
margin-inline: auto;
}
.chdr-template--single-portfolio h1,
.chdr-template--single-portfolio h2,
.chdr-template--single-portfolio h3 {
font-family: "Space Grotesk", Inter, system-ui, sans-serif;
letter-spacing: -.025em;
color: var(--chdr-stitch-text);
}
.chdr-case-detail-hero {
position: relative;
overflow: hidden;
padding: clamp(106px, 12vw, 160px) 0 clamp(70px, 9vw, 120px);
background: linear-gradient(180deg, rgba(5, 11, 20, .24), rgba(5, 11, 20, .86));
}
.chdr-case-detail-hero__grid {
display: grid;
grid-template-columns: minmax(0, 1.02fr) minmax(360px, .72fr);
gap: clamp(38px, 6vw, 82px);
align-items: center;
}
.chdr-case-detail-hero h1 {
max-width: 920px;
margin: 0;
font-size: clamp(42px, 5.8vw, 76px);
line-height: 1.02;
}
.chdr-case-detail-hero .chdr-template__lead {
max-width: 760px;
margin-top: 24px;
font-size: clamp(18px, 1.9vw, 21px);
line-height: 1.65;
color: var(--chdr-stitch-muted);
}
.chdr-case-detail-stats {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
max-width: 620px;
margin-top: 34px;
}
.chdr-case-detail-stats div,
.chdr-case-result-grid div,
.chdr-case-detail-panel,
.chdr-case-code-card,
.chdr-case-timeline article {
border: 1px solid var(--chdr-stitch-border);
background: var(--chdr-stitch-panel);
box-shadow: 0 24px 80px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .035);
backdrop-filter: blur(18px);
}
.chdr-case-detail-stats div {
padding: 20px;
border-radius: 18px;
}
.chdr-case-detail-stats strong,
.chdr-case-result-grid strong {
display: block;
font-family: "Space Grotesk", Inter, sans-serif;
font-size: clamp(26px, 3vw, 38px);
line-height: 1;
color: var(--chdr-stitch-secondary);
}
.chdr-case-detail-stats span,
.chdr-case-result-grid span {
display: block;
margin-top: 8px;
color: var(--chdr-stitch-muted);
font-size: 13px;
font-weight: 800;
letter-spacing: .08em;
text-transform: uppercase;
}
.chdr-case-detail-visual {
overflow: hidden;
min-height: 440px;
border: 1px solid var(--chdr-stitch-border-strong);
border-radius: 28px;
background: radial-gradient(circle at 30% 20%, rgba(65, 228, 192, .18), transparent 34%), var(--chdr-stitch-panel);
box-shadow: 0 28px 90px rgba(0, 0, 0, .34), 0 0 45px rgba(65, 228, 192, .08);
}
.chdr-case-detail-visual img {
display: block;
width: 100%;
height: 100%;
min-height: 440px;
object-fit: cover;
}
.chdr-case-detail-section {
padding: clamp(72px, 9vw, 118px) 0;
border-top: 1px solid rgba(45, 220, 255, .12);
}
.chdr-case-detail-section--muted {
background: rgba(7, 17, 31, .58);
}
.chdr-case-detail-two-col,
.chdr-case-detail-solution {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
gap: clamp(34px, 6vw, 80px);
align-items: start;
}
.chdr-case-detail-section h2 {
max-width: 760px;
margin: 0 0 22px;
font-size: clamp(32px, 4.4vw, 52px);
line-height: 1.06;
}
.chdr-case-detail-section p,
.chdr-case-detail-checks li,
.chdr-case-detail-panel dd {
font-size: 17px;
line-height: 1.72;
color: var(--chdr-stitch-muted);
}
.chdr-case-detail-checks {
display: grid;
gap: 14px;
margin: 28px 0 0;
padding: 0;
list-style: none;
}
.chdr-case-detail-checks li {
position: relative;
padding-left: 34px;
}
.chdr-case-detail-checks li::before {
content: "✓";
position: absolute;
left: 0;
top: 0;
color: var(--chdr-stitch-secondary);
font-weight: 900;
}
.chdr-case-detail-panel {
padding: clamp(26px, 4vw, 40px);
border-radius: 22px;
}
.chdr-case-detail-panel__label {
margin: 0 0 22px;
font-size: 12px !important;
font-weight: 900;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--chdr-stitch-secondary) !important;
}
.chdr-case-detail-panel dl,
.chdr-case-detail-panel dt,
.chdr-case-detail-panel dd {
margin: 0;
}
.chdr-case-detail-panel dl {
display: grid;
gap: 20px;
}
.chdr-case-detail-panel dt {
margin-bottom: 4px;
font-size: 12px;
font-weight: 900;
letter-spacing: .1em;
text-transform: uppercase;
color: rgba(238, 246, 255, .58);
}
.chdr-case-code-card {
overflow: hidden;
padding: 24px;
border-radius: 22px;
}
.chdr-case-code-card pre {
margin: 0;
overflow-x: auto;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-size: 14px;
line-height: 1.7;
color: #d7fff4;
}
.chdr-case-detail-panel--feature h3 {
margin: 0 0 14px;
font-size: 28px;
}
.chdr-case-timeline {
position: relative;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
.chdr-case-timeline article {
padding: 26px;
border-radius: 20px;
}
.chdr-case-timeline span {
display: inline-flex;
margin-bottom: 28px;
color: var(--chdr-stitch-secondary);
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-weight: 900;
}
.chdr-case-timeline h3 {
margin: 0;
font-size: 21px;
}
.chdr-case-result-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
.chdr-case-result-grid div {
padding: 26px;
border-radius: 20px;
text-align: center;
}
@media (max-width: 1080px) {
.chdr-case-detail-hero__grid,
.chdr-case-detail-two-col,
.chdr-case-detail-solution,
.chdr-case-timeline,
.chdr-case-result-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.chdr-template--single-portfolio .chdr-stitch__container {
width: min(100% - 32px, 1180px);
}
.chdr-case-detail-stats {
grid-template-columns: 1fr;
}
}
.chdr-case-detail-original {
background: rgba(5, 11, 20, .34);
}
.chdr-case-detail-text {
padding: clamp(24px, 4vw, 38px);
border: 1px solid var(--chdr-stitch-border);
border-radius: 22px;
background: rgba(11, 22, 40, .72);
box-shadow: 0 24px 80px rgba(0, 0, 0, .2);
}
.chdr-case-detail-text p {
margin: 0 0 18px;
font-size: 17px;
line-height: 1.75;
color: var(--chdr-stitch-muted);
}
.chdr-case-detail-text p:last-child {
margin-bottom: 0;
} .chdr-case-study--fitsherpa {
--chdr-stitch-bg: #0f172a;
--chdr-stitch-bg-deep: #0a1020;
--chdr-stitch-panel: rgba(30, 41, 59, .9);
--chdr-stitch-panel-strong: rgba(51, 65, 85, .94);
--chdr-stitch-border: rgba(99, 102, 241, .34);
--chdr-stitch-border-strong: rgba(34, 211, 238, .56);
--chdr-stitch-text: #f8fafc;
--chdr-stitch-muted: #cbd5e1;
--chdr-stitch-secondary: #6366f1;
}
.chdr-case-detail-hero.chdr-case-study--fitsherpa {
background:
radial-gradient(circle at 80% 18%, rgba(244, 114, 182, .22), transparent 27%),
radial-gradient(circle at 58% 8%, rgba(34, 211, 238, .20), transparent 28%),
radial-gradient(circle at 12% 28%, rgba(99, 102, 241, .26), transparent 30%),
linear-gradient(145deg, #0f172a 0%, #111827 48%, #1e1b4b 100%);
}
.chdr-case-study--fitsherpa .chdr-stitch__pill,
.chdr-case-study--fitsherpa .chdr-template__eyebrow,
.chdr-case-study--fitsherpa .chdr-case-detail-panel__label,
.chdr-case-study--fitsherpa .chdr-case-timeline span,
.chdr-case-study--fitsherpa .chdr-case-detail-checks li::before {
color: #22d3ee !important;
}
.chdr-case-study--fitsherpa .chdr-stitch__pill {
border-color: rgba(34, 211, 238, .5);
background: linear-gradient(135deg, rgba(99, 102, 241, .18), rgba(34, 211, 238, .08));
}
.chdr-case-study--fitsherpa .chdr-case-detail-stats div,
.chdr-case-study--fitsherpa .chdr-case-detail-panel,
.chdr-case-study--fitsherpa .chdr-case-code-card,
.chdr-case-study--fitsherpa .chdr-case-timeline article,
.chdr-case-study--fitsherpa .chdr-case-result-grid div,
.chdr-case-study--fitsherpa .chdr-case-detail-text {
border-color: rgba(99, 102, 241, .34);
background: linear-gradient(145deg, rgba(30, 41, 59, .94), rgba(15, 23, 42, .88));
box-shadow: 0 24px 80px rgba(15, 23, 42, .34), 0 0 40px rgba(99, 102, 241, .10);
}
.chdr-case-study--fitsherpa .chdr-case-detail-stats strong,
.chdr-case-study--fitsherpa .chdr-case-result-grid strong {
background: linear-gradient(90deg, #6366f1, #22d3ee, #f472b6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.chdr-case-study--fitsherpa .chdr-case-detail-visual {
border-color: rgba(34, 211, 238, .52);
background:
radial-gradient(circle at 30% 18%, rgba(34, 211, 238, .24), transparent 28%),
radial-gradient(circle at 72% 70%, rgba(244, 114, 182, .18), transparent 30%),
linear-gradient(145deg, #1e293b, #0f172a);
box-shadow: 0 30px 100px rgba(0, 0, 0, .38), 0 0 55px rgba(34, 211, 238, .16);
}
.chdr-fitsherpa-palette {
padding: clamp(44px, 6vw, 72px) 0;
border-top: 1px solid rgba(99, 102, 241, .18);
background: linear-gradient(90deg, rgba(99, 102, 241, .10), rgba(34, 211, 238, .06), rgba(244, 114, 182, .08));
}
.chdr-fitsherpa-palette__inner {
display: grid;
grid-template-columns: minmax(0, .85fr) minmax(360px, 1fr);
gap: clamp(28px, 5vw, 64px);
align-items: center;
}
.chdr-fitsherpa-palette h2 {
margin: 0;
font-size: clamp(28px, 3.4vw, 44px);
line-height: 1.08;
color: #f8fafc;
}
.chdr-fitsherpa-swatches {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
}
.chdr-fitsherpa-swatches span {
position: relative;
overflow: hidden;
min-height: 132px;
padding: 18px;
border: 1px solid rgba(255, 255, 255, .12);
border-radius: 18px;
background: linear-gradient(180deg, var(--swatch), color-mix(in srgb, var(--swatch) 48%, #0f172a));
box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
}
.chdr-fitsherpa-swatches b,
.chdr-fitsherpa-swatches em {
display: block;
position: relative;
z-index: 1;
color: #fff;
text-shadow: 0 1px 8px rgba(0,0,0,.25);
}
.chdr-fitsherpa-swatches b {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-size: 14px;
}
.chdr-fitsherpa-swatches em {
margin-top: 48px;
font-size: 12px;
font-style: normal;
font-weight: 800;
letter-spacing: .04em;
}
@media (max-width: 980px) {
.chdr-fitsherpa-palette__inner,
.chdr-fitsherpa-swatches {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 560px) {
.chdr-fitsherpa-swatches {
grid-template-columns: 1fr;
}
} .chdr-fitsherpa-store-row {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 28px 0 6px;
}
.chdr-store-badge {
display: inline-flex;
flex-direction: column;
justify-content: center;
min-width: 164px;
min-height: 58px;
padding: 10px 18px;
border: 1px solid rgba(255, 255, 255, .14);
border-radius: 14px;
background: rgba(5, 10, 20, .84);
color: #fff !important;
text-decoration: none;
box-shadow: 0 18px 52px rgba(0,0,0,.24);
}
.chdr-store-badge span {
font-size: 11px;
line-height: 1;
color: rgba(255,255,255,.72);
}
.chdr-store-badge strong {
margin-top: 4px;
font-size: 20px;
line-height: 1;
letter-spacing: -.02em;
}
.chdr-store-badge--google {
border-color: rgba(34, 211, 238, .36);
}
.chdr-store-badge--apple {
border-color: rgba(99, 102, 241, .42);
}
.chdr-fitsherpa-phone-stack {
position: relative;
display: flex;
align-items: center;
justify-content: center;
min-height: 560px;
padding: 28px;
}
.chdr-fitsherpa-phone-stack img {
min-height: 0 !important;
}
.chdr-fitsherpa-phone {
position: relative;
width: min(280px, 44vw);
aspect-ratio: 9 / 19.5;
overflow: hidden;
border: 8px solid #07111f;
border-radius: 38px;
background: #0f172a;
box-shadow: 0 28px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.08);
}
.chdr-fitsherpa-phone img {
width: 100%;
height: 100%;
object-fit: cover;
}
.chdr-fitsherpa-phone--back {
position: absolute;
transform: translateX(-34%) rotate(-8deg) scale(.9);
opacity: .72;
filter: saturate(.9) brightness(.82);
}
.chdr-fitsherpa-phone--front {
z-index: 2;
transform: translateX(18%) rotate(4deg);
}
.chdr-fitsherpa-showcase {
padding: clamp(64px, 8vw, 108px) 0;
border-top: 1px solid rgba(99, 102, 241, .18);
background: linear-gradient(180deg, rgba(15, 23, 42, .58), rgba(15, 23, 42, .28));
}
.chdr-fitsherpa-feature-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-bottom: clamp(40px, 6vw, 72px);
}
.chdr-fitsherpa-feature-grid article {
padding: 26px;
border: 1px solid rgba(99, 102, 241, .28);
border-radius: 20px;
background: linear-gradient(145deg, rgba(30, 41, 59, .94), rgba(15, 23, 42, .86));
box-shadow: 0 22px 70px rgba(0,0,0,.22);
}
.chdr-fitsherpa-feature-grid span {
display: inline-flex;
margin-bottom: 22px;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-weight: 900;
color: #22d3ee;
}
.chdr-fitsherpa-feature-grid h3 {
margin: 0 0 12px;
font-size: 22px;
}
.chdr-fitsherpa-feature-grid p {
margin: 0;
color: #cbd5e1;
line-height: 1.65;
}
.chdr-fitsherpa-screen-gallery {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 16px;
align-items: end;
}
.chdr-fitsherpa-screen-gallery figure {
position: relative;
overflow: hidden;
margin: 0;
aspect-ratio: 9 / 19.5;
border: 5px solid #07111f;
border-radius: 28px;
background: #0f172a;
box-shadow: 0 20px 60px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.08);
}
.chdr-fitsherpa-screen-gallery figure:nth-child(even) {
transform: translateY(28px);
}
.chdr-fitsherpa-screen-gallery img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 1080px) {
.chdr-fitsherpa-feature-grid {
grid-template-columns: 1fr;
}
.chdr-fitsherpa-screen-gallery {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.chdr-fitsherpa-phone-stack {
min-height: 420px;
}
.chdr-fitsherpa-screen-gallery {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.chdr-fitsherpa-screen-gallery figure:nth-child(even) {
transform: none;
}
.chdr-store-badge {
width: 100%;
}
} .chdr-case-study--drobnicamorska {
--chdr-stitch-bg: #07151f;
--chdr-stitch-bg-deep: #041018;
--chdr-stitch-panel: rgba(10, 32, 48, .92);
--chdr-stitch-panel-strong: rgba(13, 53, 75, .94);
--chdr-stitch-border: rgba(56, 189, 248, .30);
--chdr-stitch-border-strong: rgba(14, 165, 233, .58);
--chdr-stitch-text: #f8fafc;
--chdr-stitch-muted: #c8d7e3;
--chdr-stitch-secondary: #38bdf8;
}
.chdr-case-detail-hero.chdr-case-study--drobnicamorska {
background:
radial-gradient(circle at 84% 18%, rgba(56, 189, 248, .23), transparent 28%),
radial-gradient(circle at 20% 30%, rgba(20, 184, 166, .18), transparent 30%),
linear-gradient(145deg, #041018 0%, #082033 48%, #0f3a55 100%);
}
.chdr-case-study--drobnicamorska .chdr-stitch__pill,
.chdr-case-study--drobnicamorska .chdr-template__eyebrow,
.chdr-case-study--drobnicamorska .chdr-case-detail-panel__label,
.chdr-case-study--drobnicamorska .chdr-case-timeline span,
.chdr-case-study--drobnicamorska .chdr-case-detail-checks li::before {
color: #67e8f9 !important;
}
.chdr-case-study--drobnicamorska .chdr-stitch__pill,
.chdr-case-study--drobnicamorska .chdr-case-detail-stats div,
.chdr-case-study--drobnicamorska .chdr-case-detail-panel,
.chdr-case-study--drobnicamorska .chdr-case-code-card,
.chdr-case-study--drobnicamorska .chdr-case-timeline article,
.chdr-case-study--drobnicamorska .chdr-case-result-grid div,
.chdr-case-study--drobnicamorska .chdr-case-detail-text {
border-color: rgba(56, 189, 248, .30);
background: linear-gradient(145deg, rgba(10, 32, 48, .95), rgba(4, 16, 24, .88));
box-shadow: 0 24px 80px rgba(0,0,0,.30), 0 0 40px rgba(56,189,248,.09);
}
.chdr-drobnicamorska-store-row {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 28px 0 6px;
}
.chdr-drobnicamorska-phone-stack {
position: relative;
display: flex;
align-items: center;
justify-content: center;
min-height: 560px;
padding: 28px;
background:
radial-gradient(circle at 40% 22%, rgba(103, 232, 249, .24), transparent 28%),
radial-gradient(circle at 78% 76%, rgba(45, 212, 191, .15), transparent 30%),
linear-gradient(145deg, #0b2233, #041018) !important;
}
.chdr-drobnicamorska-device {
position: relative;
width: min(286px, 44vw);
aspect-ratio: 9 / 19.5;
overflow: hidden;
border: 8px solid #03101a;
border-radius: 38px;
background: #07151f;
box-shadow: 0 28px 80px rgba(0,0,0,.50), 0 0 0 1px rgba(255,255,255,.08);
}
.chdr-drobnicamorska-device img {
width: 100%;
height: 100%;
object-fit: cover;
}
.chdr-drobnicamorska-device--back {
position: absolute;
transform: translateX(-34%) rotate(-7deg) scale(.9);
opacity: .72;
filter: saturate(.96) brightness(.86);
}
.chdr-drobnicamorska-device--front {
z-index: 2;
transform: translateX(18%) rotate(4deg);
}
.chdr-drobnicamorska-showcase {
padding: clamp(64px, 8vw, 108px) 0;
border-top: 1px solid rgba(56, 189, 248, .18);
background: linear-gradient(180deg, rgba(7, 21, 31, .68), rgba(7, 21, 31, .30));
}
.chdr-drobnicamorska-feature-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-bottom: clamp(34px, 5vw, 58px);
}
.chdr-drobnicamorska-feature-grid article {
padding: 26px;
border: 1px solid rgba(56, 189, 248, .28);
border-radius: 20px;
background: linear-gradient(145deg, rgba(10, 32, 48, .94), rgba(4, 16, 24, .86));
box-shadow: 0 22px 70px rgba(0,0,0,.22);
}
.chdr-drobnicamorska-feature-grid span {
display: inline-flex;
margin-bottom: 22px;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-weight: 900;
color: #67e8f9;
}
.chdr-drobnicamorska-feature-grid h3 {
margin: 0 0 12px;
font-size: 22px;
}
.chdr-drobnicamorska-feature-grid p {
margin: 0;
color: #c8d7e3;
line-height: 1.65;
}
.chdr-drobnicamorska-flow {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
margin-bottom: clamp(40px, 6vw, 72px);
}
.chdr-drobnicamorska-flow div {
padding: 18px;
border: 1px solid rgba(103, 232, 249, .22);
border-radius: 18px;
background: rgba(4, 16, 24, .62);
}
.chdr-drobnicamorska-flow strong {
display: block;
margin-bottom: 8px;
font-size: 28px;
color: #38bdf8;
}
.chdr-drobnicamorska-flow span {
font-size: 13px;
font-weight: 800;
letter-spacing: .02em;
color: #f8fafc;
}
.chdr-drobnicamorska-screen-gallery {
display: grid;
grid-template-columns: repeat(9, minmax(0, 1fr));
gap: 14px;
align-items: end;
}
.chdr-drobnicamorska-screen-gallery figure {
overflow: hidden;
margin: 0;
aspect-ratio: 9 / 19.5;
border: 5px solid #03101a;
border-radius: 26px;
background: #07151f;
box-shadow: 0 20px 60px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.08);
}
.chdr-drobnicamorska-screen-gallery figure:nth-child(even) {
transform: translateY(26px);
}
.chdr-drobnicamorska-screen-gallery img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 1180px) {
.chdr-drobnicamorska-screen-gallery {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.chdr-drobnicamorska-feature-grid,
.chdr-drobnicamorska-flow {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 640px) {
.chdr-drobnicamorska-phone-stack {
min-height: 420px;
}
.chdr-drobnicamorska-feature-grid,
.chdr-drobnicamorska-flow,
.chdr-drobnicamorska-screen-gallery {
grid-template-columns: 1fr;
}
.chdr-drobnicamorska-screen-gallery figure:nth-child(even) {
transform: none;
}
} .chdr-rich-case-showcase {
padding: clamp(64px, 8vw, 108px) 0;
border-top: 1px solid rgba(132, 204, 22, .16);
background:
radial-gradient(circle at 12% 10%, rgba(132, 204, 22, .10), transparent 28%),
radial-gradient(circle at 88% 18%, rgba(34, 211, 238, .10), transparent 26%),
linear-gradient(180deg, rgba(15, 23, 42, .78), rgba(15, 23, 42, .42));
}
.chdr-rich-case-showcase__head {
max-width: 880px;
margin-bottom: clamp(34px, 5vw, 58px);
}
.chdr-rich-case-showcase__head h2 {
margin: 0 0 16px;
font-size: clamp(32px, 4vw, 58px);
line-height: 1.04;
letter-spacing: -.04em;
color: #f8fafc;
}
.chdr-rich-case-showcase__head p:last-child {
margin: 0;
font-size: clamp(17px, 2vw, 21px);
line-height: 1.7;
color: #cbd5e1;
}
.chdr-rich-case-feature-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-bottom: clamp(28px, 5vw, 48px);
}
.chdr-rich-case-feature-grid article {
padding: 26px;
border: 1px solid rgba(148, 163, 184, .22);
border-radius: 22px;
background: linear-gradient(145deg, rgba(30, 41, 59, .92), rgba(15, 23, 42, .86));
box-shadow: 0 22px 70px rgba(0,0,0,.24);
}
.chdr-rich-case-feature-grid span {
display: inline-flex;
margin-bottom: 24px;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
font-weight: 900;
color: #84cc16;
}
.chdr-rich-case-feature-grid h3 {
margin: 0 0 12px;
font-size: 22px;
line-height: 1.2;
color: #f8fafc;
}
.chdr-rich-case-feature-grid p {
margin: 0;
line-height: 1.65;
color: #cbd5e1;
}
.chdr-rich-case-flow {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
margin-bottom: 18px;
}
.chdr-rich-case-flow div {
padding: 18px;
border: 1px solid rgba(132, 204, 22, .22);
border-radius: 18px;
background: rgba(2, 6, 23, .42);
}
.chdr-rich-case-flow strong {
display: block;
margin-bottom: 8px;
font-size: 28px;
line-height: 1;
color: #a3e635;
}
.chdr-rich-case-flow span {
font-size: 13px;
font-weight: 800;
letter-spacing: .02em;
color: #f8fafc;
}
.chdr-rich-case-tech {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 24px;
}
.chdr-rich-case-tech span {
padding: 10px 13px;
border: 1px solid rgba(148, 163, 184, .22);
border-radius: 999px;
background: rgba(15, 23, 42, .72);
color: #e2e8f0;
font-size: 13px;
font-weight: 800;
}
@media (max-width: 980px) {
.chdr-rich-case-feature-grid,
.chdr-rich-case-flow {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 640px) {
.chdr-rich-case-feature-grid,
.chdr-rich-case-flow {
grid-template-columns: 1fr;
}
} .chdr-contact-focus {
position: relative;
overflow: hidden;
min-height: calc(100vh - 1px);
padding: clamp(112px, 12vw, 156px) 0 clamp(64px, 8vw, 98px);
background: radial-gradient(circle at 82% 12%, rgba(65, 228, 192, .16), transparent 30%), radial-gradient(circle at 12% 78%, rgba(245, 188, 110, .08), transparent 26%), linear-gradient(180deg, rgba(8, 14, 26, .24), rgba(8, 14, 26, .78));
}
.chdr-contact-focus::before {
content: "";
position: absolute;
inset: 0;
background-image: linear-gradient(rgba(35, 53, 84, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 53, 84, .16) 1px, transparent 1px);
background-size: 40px 40px;
mask-image: linear-gradient(180deg, rgba(0,0,0,.85), transparent 88%);
pointer-events: none;
}
.chdr-contact-focus__grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: minmax(0, .92fr) minmax(360px, .72fr);
gap: clamp(32px, 5vw, 76px);
align-items: center;
}
.chdr-contact-focus h1 {
max-width: 760px;
margin: 0;
font-size: clamp(42px, 5.3vw, 68px);
line-height: 1.02;
}
.chdr-contact-focus .chdr-template__lead {
max-width: 680px;
margin-top: 22px;
font-size: clamp(18px, 1.8vw, 21px);
line-height: 1.65;
}
.chdr-contact-focus__points {
display: grid;
gap: 12px;
max-width: 680px;
margin: clamp(28px, 4vw, 42px) 0 0;
padding: 0;
list-style: none;
}
.chdr-contact-focus__points li {
display: grid;
grid-template-columns: minmax(140px, .42fr) 1fr;
gap: 14px;
padding: 16px 0;
border-top: 1px solid rgba(143, 144, 151, .18);
}
.chdr-contact-focus__points strong {
color: var(--chdr-stitch-text);
font-family: "Space Grotesk", Inter, system-ui, sans-serif;
font-size: 17px;
}
.chdr-contact-focus__points span {
color: var(--chdr-stitch-muted);
font-size: 15px;
line-height: 1.55;
}
.chdr-contact-focus__fallback {
margin: 26px 0 0;
color: var(--chdr-stitch-muted);
font-size: 15px;
}
.chdr-contact-focus__fallback a {
color: var(--chdr-stitch-secondary);
font-weight: 800;
text-decoration: none;
}
.chdr-contact-form-card {
position: relative;
padding: clamp(26px, 4vw, 38px);
border: 1px solid rgba(65, 228, 192, .26);
border-radius: 28px;
background: linear-gradient(180deg, rgba(17, 34, 64, .88), rgba(8, 14, 26, .94));
box-shadow: 0 28px 90px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .04);
backdrop-filter: blur(18px);
}
.chdr-contact-form-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
background: radial-gradient(circle at 50% 0%, rgba(65, 228, 192, .12), transparent 34%);
pointer-events: none;
}
.chdr-contact-form-card > * {
position: relative;
z-index: 1;
}
.chdr-contact-form-card__heading {
margin-bottom: 24px;
}
.chdr-contact-form-card__heading .chdr-template__eyebrow {
margin-bottom: 10px;
color: var(--chdr-stitch-secondary);
}
.chdr-contact-form-card h2 {
margin: 0 0 10px;
font-size: clamp(28px, 3vw, 38px);
}
.chdr-contact-form-card__heading p:last-child {
margin: 0;
color: var(--chdr-stitch-muted);
font-size: 16px;
line-height: 1.62;
}
.chdr-contact-form-card .wp-block-kadence-form,
.chdr-contact-form-card .kb-form {
width: 100%;
}
.chdr-contact-form-card .kb-form {
display: grid;
gap: 14px;
}
.chdr-contact-form-card .kadence-blocks-form-field {
margin: 0 !important;
}
.chdr-contact-form-card label {
display: block;
margin: 0 0 8px;
color: var(--chdr-stitch-text);
font-size: 13px;
font-weight: 800;
letter-spacing: .04em;
}
.chdr-contact-form-card input.kb-field,
.chdr-contact-form-card textarea.kb-field {
width: 100%;
border: 1px solid rgba(143, 144, 151, .28) !important;
border-radius: 14px !important;
background: rgba(8, 14, 26, .78) !important;
color: var(--chdr-stitch-text) !important;
font: 500 16px/1.45 Inter, system-ui, sans-serif;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}
.chdr-contact-form-card input.kb-field::placeholder,
.chdr-contact-form-card textarea.kb-field::placeholder {
color: rgba(174, 183, 200, .72);
}
.chdr-contact-form-card input.kb-field:focus,
.chdr-contact-form-card textarea.kb-field:focus {
border-color: rgba(65, 228, 192, .72) !important;
box-shadow: 0 0 0 3px rgba(65, 228, 192, .12);
outline: none;
}
.chdr-contact-form-card textarea.kb-field {
min-height: 150px;
resize: vertical;
}
.chdr-contact-form-card .kb-forms-submit {
width: 100%;
min-height: 54px;
border: 0 !important;
border-radius: 14px !important;
background: var(--chdr-stitch-secondary) !important;
color: #07111d !important;
font-family: Inter, system-ui, sans-serif;
font-weight: 900;
box-shadow: 0 0 26px rgba(65, 228, 192, .24);
}
.chdr-contact-form-card .kb-forms-submit:hover,
.chdr-contact-form-card .kb-forms-submit:focus-visible {
background: #5ffbd6 !important;
color: #07111d !important;
transform: translateY(-1px);
}
.chdr-contact-form-card .kadence-blocks-field.verify {
position: absolute !important;
left: -9999px !important;
}
@media (max-width: 980px) {
.chdr-contact-focus__grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.chdr-contact-focus {
padding-top: 104px;
}
.chdr-contact-focus__points li {
grid-template-columns: 1fr;
gap: 6px;
}
.chdr-contact-form-card {
padding: 22px;
border-radius: 22px;
}
} @media (max-width: 640px) {
.chdr-contact-focus {
padding-top: 92px;
padding-bottom: 44px;
}
.chdr-contact-focus h1 {
font-size: clamp(34px, 10.5vw, 42px);
line-height: 1.04;
}
.chdr-contact-focus .chdr-template__lead {
margin-top: 16px;
font-size: 16px;
line-height: 1.56;
}
.chdr-contact-focus__grid {
gap: 22px;
}
.chdr-contact-focus__points {
display: none;
}
.chdr-contact-focus__fallback {
margin-top: 16px;
font-size: 14px;
}
.chdr-contact-form-card__heading {
margin-bottom: 18px;
}
.chdr-contact-form-card h2 {
font-size: 27px;
}
.chdr-contact-form-card__heading p:last-child {
font-size: 15px;
}
.chdr-contact-form-card textarea.kb-field {
min-height: 118px;
}
} @media (max-width: 640px) {
.chdr-contact-focus h1 {
font-size: clamp(31px, 9.4vw, 38px);
}
.chdr-contact-focus .chdr-template__lead {
font-size: 15px;
line-height: 1.48;
}
.chdr-contact-focus__fallback {
display: none;
}
.chdr-contact-form-card {
padding: 18px;
}
.chdr-contact-form-card h2 {
font-size: 24px;
}
.chdr-contact-form-card__heading p:last-child {
font-size: 14px;
line-height: 1.45;
}
} .chdr-contact-field-label {
display: flex !important;
justify-content: space-between;
gap: 12px;
margin: 0 0 8px !important;
color: var(--chdr-stitch-text) !important;
font-size: 13px !important;
font-weight: 850 !important;
letter-spacing: .03em;
}
.chdr-contact-field-label span {
color: var(--chdr-stitch-secondary);
font-size: 11px;
font-weight: 800;
letter-spacing: .08em;
text-transform: uppercase;
}
.chdr-contact-privacy-note {
margin: 12px 0 0 !important;
color: rgba(174, 183, 200, .82) !important;
font-size: 12px !important;
line-height: 1.45 !important;
}
.chdr-contact-form-card input.kb-field::placeholder,
.chdr-contact-form-card textarea.kb-field::placeholder {
color: rgba(203, 213, 225, .82);
}
.chdr-contact-form-card textarea.kb-field {
resize: none;
}
@media (max-width: 640px) {
.chdr-contact-focus h1 {
font-size: clamp(28px, 8.6vw, 34px);
}
.chdr-contact-focus .chdr-template__lead {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.chdr-contact-form-card__heading p:last-child {
display: none;
}
.chdr-contact-form-card textarea.kb-field {
min-height: 96px;
}
.chdr-contact-privacy-note {
font-size: 11px !important;
}
} @media (max-width: 640px) {
.chdr-contact-focus .chdr-template__lead {
display: block;
overflow: visible;
}
} .chdr-case-grid-heading {
max-width: 820px;
}
.chdr-case-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(18px, 2.2vw, 28px);
}
.chdr-case-card {
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
min-height: 100%;
border: 1px solid rgba(65, 228, 192, .16);
border-radius: 26px;
background: linear-gradient(180deg, rgba(17, 34, 64, .82), rgba(8, 14, 26, .94));
box-shadow: 0 24px 72px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255,255,255,.035);
transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.chdr-case-card::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at 50% 0%, rgba(65, 228, 192, .11), transparent 34%);
opacity: 0;
transition: opacity .22s ease;
pointer-events: none;
}
.chdr-case-card:hover {
transform: translateY(-5px);
border-color: rgba(65, 228, 192, .42);
box-shadow: 0 30px 90px rgba(0, 0, 0, .32), 0 0 28px rgba(65, 228, 192, .08);
}
.chdr-case-card:hover::before {
opacity: 1;
}
.chdr-case-card__media {
position: relative;
display: block;
aspect-ratio: 16 / 11;
margin: 12px 12px 0;
overflow: hidden;
border: 1px solid rgba(143, 144, 151, .16);
border-radius: 20px;
background: #0a1220;
text-decoration: none !important;
}
.chdr-case-card__media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: saturate(.9) contrast(1.04);
transform: scale(1.01);
transition: transform .45s ease, filter .45s ease;
}
.chdr-case-card:hover .chdr-case-card__media img {
transform: scale(1.06);
filter: saturate(1.04) contrast(1.08);
}
.chdr-case-card__placeholder {
display: grid;
place-items: center;
width: 100%;
height: 100%;
color: rgba(65, 228, 192, .86);
font-family: "Space Grotesk", Inter, system-ui, sans-serif;
font-size: 32px;
font-weight: 900;
letter-spacing: .18em;
background: linear-gradient(135deg, rgba(65,228,192,.08), rgba(245,188,110,.08));
}
.chdr-case-card__body {
position: relative;
z-index: 1;
display: flex;
flex: 1;
flex-direction: column;
padding: clamp(22px, 2.4vw, 28px);
}
.chdr-case-card__meta {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 14px;
}
.chdr-case-card__meta span {
display: inline-flex;
align-items: center;
min-height: 28px;
padding: 0 10px;
border: 1px solid rgba(65, 228, 192, .22);
border-radius: 999px;
background: rgba(65, 228, 192, .06);
color: var(--chdr-stitch-secondary);
font-size: 11px;
font-weight: 850;
letter-spacing: .08em;
text-transform: uppercase;
}
.chdr-case-card h3 {
margin: 0 0 12px;
font-size: clamp(22px, 2.1vw, 29px);
line-height: 1.12;
}
.chdr-case-card h3 a {
color: var(--chdr-stitch-text);
text-decoration: none !important;
}
.chdr-case-card p {
margin: 0 0 22px;
color: var(--chdr-stitch-muted);
font-size: 15.5px;
line-height: 1.66;
}
.chdr-case-card__link {
display: inline-flex;
align-items: center;
gap: 8px;
width: fit-content;
margin-top: auto;
color: var(--chdr-stitch-secondary) !important;
font-size: 14px;
font-weight: 900;
letter-spacing: .02em;
text-decoration: none !important;
}
.chdr-case-card__link span {
transition: transform .18s ease;
}
.chdr-case-card__link:hover span {
transform: translateX(4px);
}
@media (max-width: 1080px) {
.chdr-case-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.chdr-case-grid {
grid-template-columns: 1fr;
}
.chdr-case-card__media {
aspect-ratio: 16 / 10;
}
} .chdr-case-card__body {
min-height: 0;
}
.chdr-case-card p {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.chdr-case-card__link {
padding-top: 4px;
}
@media (max-width: 640px) {
.chdr-case-card {
border-radius: 22px;
}
.chdr-case-card__media {
margin: 10px 10px 0;
border-radius: 17px;
aspect-ratio: 16 / 9;
}
.chdr-case-card__body {
padding: 18px;
}
.chdr-case-card__meta {
margin-bottom: 10px;
}
.chdr-case-card__meta span {
min-height: 24px;
padding-inline: 9px;
font-size: 10px;
}
.chdr-case-card h3 {
margin-bottom: 10px;
font-size: 22px;
}
.chdr-case-card p {
-webkit-line-clamp: 3;
margin-bottom: 16px;
font-size: 14.5px;
line-height: 1.55;
}
} .chdr-cases-focus {
position: relative;
overflow: hidden;
padding: clamp(112px, 11vw, 148px) 0 clamp(38px, 5vw, 64px);
background: radial-gradient(circle at 82% 8%, rgba(65, 228, 192, .15), transparent 28%), linear-gradient(180deg, rgba(8, 14, 26, .12), rgba(8, 14, 26, .54));
}
.chdr-cases-focus::before {
content: "";
position: absolute;
inset: 0;
background-image: linear-gradient(rgba(35, 53, 84, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 53, 84, .16) 1px, transparent 1px);
background-size: 40px 40px;
mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent 92%);
pointer-events: none;
}
.chdr-cases-focus__inner {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: clamp(24px, 4vw, 54px);
align-items: end;
}
.chdr-cases-focus h1 {
max-width: 760px;
margin: 0;
font-size: clamp(42px, 6vw, 78px);
line-height: .98;
}
.chdr-cases-focus .chdr-template__lead {
max-width: 740px;
margin-top: 18px;
font-size: clamp(17px, 1.7vw, 20px);
line-height: 1.6;
}
.chdr-cases-focus__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: flex-end;
}
.chdr-stitch-portfolio--first {
padding-top: clamp(38px, 5vw, 66px);
}
@media (max-width: 860px) {
.chdr-cases-focus__inner {
grid-template-columns: 1fr;
align-items: start;
}
.chdr-cases-focus__actions {
justify-content: flex-start;
}
}
@media (max-width: 640px) {
.chdr-cases-focus {
padding-top: 100px;
padding-bottom: 28px;
}
.chdr-cases-focus h1 {
font-size: clamp(36px, 12vw, 48px);
}
.chdr-cases-focus .chdr-template__lead {
font-size: 15.5px;
line-height: 1.52;
}
.chdr-cases-focus__actions .chdr-template__button {
width: 100%;
}
.chdr-stitch-portfolio--first {
padding-top: 30px;
}
} @media (max-width: 640px) {
.chdr-cases-focus {
padding-top: 92px;
padding-bottom: 18px;
}
.chdr-cases-focus .chdr-template__lead {
margin-top: 12px;
font-size: 15px;
line-height: 1.45;
}
.chdr-cases-focus__inner {
gap: 18px;
}
.chdr-cases-focus__actions {
gap: 9px;
}
.chdr-stitch-portfolio--first {
padding-top: 22px;
}
.chdr-case-grid-heading {
margin-bottom: 22px;
}
}