:root {
--ink: oklch(17% 0.008 122);
--ink-raised: oklch(21% 0.012 122);
--ink-soft: oklch(36% 0.018 122);
--text-muted: oklch(44% 0.016 122);
--line: oklch(87% 0.012 122);
--line-dark: oklch(32% 0.016 122);
--surface: oklch(97.2% 0.006 122);
--surface-strong: oklch(93.5% 0.014 122);
--white: oklch(100% 0 0);
--brand: oklch(54.6% 0.111 122);
--brand-bright: oklch(77% 0.155 122);
--brand-soft: oklch(94% 0.043 122);
--brand-deep: oklch(37% 0.075 122);
--focus: oklch(79% 0.18 122);
--font-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
--font-sans: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
--container: 1240px;
--header-height: 84px;
--radius-sm: 6px;
--radius-md: 12px;
--space-xs: 0.75rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 3rem;
--space-2xl: 4.5rem;
--space-3xl: 6.5rem;
--z-sticky: 30;
--z-menu: 40;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
scroll-padding-top: calc(var(--header-height) + 24px);
}
body {
margin: 0;
overflow-x: hidden;
background: var(--white);
color: var(--ink);
font-family: var(--font-sans);
font-size: 16px;
line-height: 1.6;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
img {
display: block;
max-width: 100%;
height: auto;
}
a {
color: inherit;
text-decoration: none;
}
button,
summary,
a {
-webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
outline: 3px solid var(--focus);
outline-offset: 4px;
}
h1,
h2,
h3,
p,
blockquote,
figure,
dl,
dd {
margin: 0;
}
h1,
h2,
h3 {
color: inherit;
font-family: var(--font-display);
font-weight: 700;
letter-spacing: -0.032em;
line-height: 1.04;
text-wrap: balance;
}
p {
text-wrap: pretty;
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
}
ul,
ol {
margin: 0;
padding: 0;
}
.container {
width: min(calc(100% - 48px), var(--container));
margin-inline: auto;
}
.section {
padding-block: clamp(5.5rem, 9vw, 8.5rem);
}
.skip-link {
position: fixed;
z-index: 100;
top: 12px;
left: 12px;
transform: translateY(-160%);
padding: 12px 18px;
border-radius: var(--radius-sm);
background: var(--white);
color: var(--ink);
font-weight: 700;
transition: transform 160ms ease-out;
}
.skip-link:focus {
transform: translateY(0);
}
#main-content:focus {
outline: none;
}
.site-header {
position: sticky;
z-index: var(--z-sticky);
top: 0;
height: var(--header-height);
border-bottom: 1px solid var(--line-dark);
background: var(--ink);
color: var(--white);
}
.header-inner {
display: flex;
align-items: center;
width: min(calc(100% - 48px), 1440px);
height: 100%;
margin-inline: auto;
gap: clamp(1.5rem, 3vw, 3.5rem);
}
.brand {
display: inline-flex;
flex: 0 0 auto;
align-items: center;
}
.brand img {
width: 148px;
height: 64px;
object-fit: contain;
}
.desktop-nav {
display: flex;
align-items: center;
gap: clamp(1rem, 1.7vw, 1.75rem);
margin-inline: auto;
}
.desktop-nav > a,
.nav-group > summary,
.phone-link {
position: relative;
color: oklch(91% 0.008 122);
font-size: 0.875rem;
font-weight: 600;
line-height: 1;
padding-block: 0.75rem;
}
.desktop-nav > a::after,
.nav-group > summary::after,
.phone-link::after {
position: absolute;
right: 0;
bottom: -9px;
left: 0;
height: 1px;
background: var(--brand-bright);
content: "";
transform: scaleX(0);
transform-origin: left;
transition: transform 180ms ease-out;
}
.nav-group {
position: relative;
}
.nav-group > summary {
display: inline-flex;
cursor: pointer;
list-style: none;
align-items: center;
gap: 0.4rem;
}
.nav-group > summary::-webkit-details-marker {
display: none;
}
.nav-group > summary::before {
order: 2;
color: var(--brand-bright);
content: "+";
font-size: 0.8rem;
font-weight: 600;
line-height: 1;
transition: transform 180ms ease-out;
}
.nav-group[open] > summary::before {
transform: rotate(45deg);
}
.nav-group[open] > summary::after,
.nav-group.is-current > summary::after,
.nav-group:has(a[aria-current="page"]) > summary::after,
.desktop-nav > a[aria-current="page"]::after {
transform: scaleX(1);
}
.nav-panel {
position: absolute;
z-index: var(--z-menu);
top: calc(100% + 20px);
left: 50%;
display: grid;
width: min(620px, calc(100vw - 48px));
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0;
padding: 1rem;
border: 1px solid var(--line-dark);
background: var(--ink-raised);
box-shadow: 0 8px 8px oklch(8% 0.01 122 / 28%);
transform: translateX(-50%);
}
.nav-panel-right {
right: 0;
left: auto;
transform: none;
}
.nav-panel-wide {
width: min(920px, calc(100vw - 48px));
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.nav-panel-column {
min-width: 0;
}
.nav-panel-column + .nav-panel-column {
margin-left: 1rem;
padding-left: 1rem;
border-left: 1px solid var(--line-dark);
}
.nav-panel-label {
margin-bottom: 0.35rem;
color: var(--brand-bright);
font-size: 0.7rem;
font-weight: 700;
}
.nav-panel a {
display: flex;
min-height: 64px;
flex-direction: column;
justify-content: center;
padding: 0.72rem 0.35rem;
border-top: 1px solid var(--line-dark);
background: transparent;
color: var(--white);
transition: background-color 180ms ease-out, color 180ms ease-out;
}
.nav-panel a strong {
font-family: var(--font-display);
font-size: 0.9rem;
letter-spacing: -0.015em;
}
.nav-panel a span {
margin-top: 0.2rem;
color: oklch(71% 0.014 122);
font-size: 0.73rem;
line-height: 1.35;
}
.nav-panel a[aria-current="page"] {
color: var(--brand-bright);
}
.mobile-nav-label {
margin: 1rem 0 0.2rem;
color: var(--brand-bright);
font-size: 0.76rem;
font-weight: 700;
}
.mobile-menu nav .mobile-nav-label:first-child {
margin-top: 0;
}
.header-actions {
display: flex;
align-items: center;
gap: 1.15rem;
}
.button {
display: inline-flex;
min-height: 52px;
align-items: center;
justify-content: center;
padding: 0.9rem 1.35rem;
border: 1px solid transparent;
border-radius: var(--radius-sm);
font-size: 0.925rem;
font-weight: 700;
line-height: 1.1;
text-align: center;
transition: background-color 180ms ease-out, color 180ms ease-out, border-color 180ms ease-out, transform 180ms ease-out;
}
.button-small {
min-height: 44px;
padding-inline: 1.05rem;
font-size: 0.82rem;
}
.button-accent {
background: var(--brand);
color: var(--white);
}
.button-outline {
border-color: var(--ink);
background: transparent;
color: var(--ink);
}
.button-dark {
background: var(--ink);
color: var(--white);
}
.button:active {
transform: translateY(0) scale(0.985);
}
.text-link {
display: inline-flex;
min-height: 44px;
align-items: center;
gap: 0.55rem;
border-bottom: 1px solid currentColor;
color: var(--ink);
font-weight: 700;
line-height: 1.35;
padding-block: 0.15rem 0.2rem;
}
.text-link-light {
color: var(--white);
}
.text-link span {
transition: transform 180ms ease-out;
}
.mobile-menu {
display: none;
margin-left: auto;
}
.mobile-menu > summary {
display: grid;
width: 46px;
height: 46px;
cursor: pointer;
list-style: none;
place-content: center;
gap: 5px;
}
.mobile-menu > summary::-webkit-details-marker {
display: none;
}
.mobile-menu > summary span {
display: block;
width: 24px;
height: 2px;
background: var(--white);
transition: opacity 160ms ease-out, transform 160ms ease-out;
}
.mobile-menu[open] > summary span:first-child {
transform: translateY(7px) rotate(45deg);
}
.mobile-menu[open] > summary span:nth-child(2) {
opacity: 0;
}
.mobile-menu[open] > summary span:last-child {
transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu nav {
position: absolute;
z-index: var(--z-menu);
top: 100%;
right: 0;
left: 0;
display: grid;
border-top: 1px solid var(--line-dark);
background: var(--ink);
padding: 16px 24px 28px;
}
.mobile-menu:not([open]) > nav {
display: none;
}
.mobile-menu nav a {
padding: 13px 0;
border-bottom: 1px solid var(--line-dark);
color: var(--white);
font-size: 1rem;
font-weight: 600;
}
.mobile-nav-group {
border-bottom: 1px solid var(--line-dark);
}
.mobile-nav-group > summary {
display: flex;
min-height: 54px;
cursor: pointer;
list-style: none;
align-items: center;
justify-content: space-between;
color: var(--white);
font-size: 1rem;
font-weight: 700;
}
.mobile-nav-group > summary::-webkit-details-marker {
display: none;
}
.mobile-nav-group > summary::after {
color: var(--brand-bright);
content: "+";
font-size: 1.15rem;
font-weight: 400;
transition: transform 180ms ease-out;
}
.mobile-nav-group[open] > summary::after {
transform: rotate(45deg);
}
.mobile-nav-group > div {
padding: 0 0 0.8rem 1rem;
}
.mobile-nav-group > div a {
display: block;
padding-block: 0.7rem;
border-bottom: 0;
color: oklch(82% 0.01 122);
font-size: 0.9rem;
}
.mobile-menu nav a[aria-current="page"] {
color: var(--brand-bright);
}
.mobile-menu nav .mobile-nav-action {
margin-top: 1rem;
border-bottom: 0;
border-radius: var(--radius-sm);
background: var(--brand);
color: var(--white);
text-align: center;
}
.hero {
position: relative;
isolation: isolate;
min-height: clamp(700px, calc(100svh - var(--header-height)), 820px);
overflow: hidden;
background: var(--ink);
color: var(--white);
}
.hero-copy {
position: relative;
z-index: 2;
display: flex;
width: min(calc(100% - 48px), var(--container));
min-height: inherit;
flex-direction: column;
align-items: flex-start;
justify-content: center;
margin-inline: auto;
padding-block: clamp(5rem, 9vw, 7.5rem);
}
.hero-context {
display: inline-flex;
align-items: center;
gap: var(--space-xs);
margin-bottom: var(--space-md);
color: var(--brand-bright);
font-size: 0.84rem;
font-weight: 600;
}
.hero-context::before {
width: 42px;
height: 1px;
background: currentColor;
content: "";
}
.hero h1 {
max-width: 1000px;
font-size: clamp(3.8rem, 6.2vw, 5.8rem);
letter-spacing: -0.038em;
}
.hero-intro {
max-width: 640px;
margin-top: var(--space-lg);
color: oklch(91% 0.01 122);
font-size: clamp(1.05rem, 1.35vw, 1.2rem);
line-height: 1.65;
}
.hero-actions {
display: flex;
align-items: center;
gap: var(--space-md);
margin-top: clamp(var(--space-lg), 4vw, var(--space-xl));
}
.hero-signature {
display: flex;
flex-wrap: wrap;
gap: 0;
margin-top: var(--space-xl);
color: oklch(84% 0.012 122);
font-size: 0.76rem;
font-weight: 600;
letter-spacing: 0.055em;
}
.hero-signature span {
display: inline-flex;
align-items: center;
}
.hero-signature span:not(:last-child)::after {
width: 1px;
height: 13px;
margin-inline: 1rem;
background: var(--brand);
content: "";
}
.hero-media {
position: absolute;
z-index: 0;
inset: 0;
border-bottom: 7px solid var(--brand);
background: var(--ink-raised);
}
.hero-media::after {
position: absolute;
z-index: 1;
inset: 0;
background:
linear-gradient(90deg, oklch(10% 0.006 122 / 0.92) 0%, oklch(10% 0.006 122 / 0.84) 34%, oklch(10% 0.006 122 / 0.58) 60%, oklch(10% 0.006 122 / 0.16) 100%),
linear-gradient(0deg, oklch(10% 0.006 122 / 0.68) 0%, transparent 52%);
content: "";
pointer-events: none;
}
.hero-media img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 48%;
animation: hero-settle 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-media figcaption {
position: absolute;
z-index: 2;
right: max(24px, calc((100vw - var(--container)) / 2));
bottom: var(--space-md);
display: grid;
min-width: min(330px, 78%);
padding-top: var(--space-xs);
border-top: 2px solid var(--brand-bright);
background: transparent;
color: var(--white);
text-shadow: 0 1px 3px oklch(10% 0.006 122 / 0.72);
}
.hero-media figcaption span {
color: var(--brand-bright);
font-size: 0.72rem;
font-weight: 600;
}
.hero-media figcaption strong {
margin-top: 0.15rem;
font-size: 0.95rem;
font-weight: 600;
}
@keyframes hero-settle {
from {
opacity: 0.92;
transform: scale(1.025);
}
to {
opacity: 1;
transform: scale(1);
}
}
.proof-strip {
border-bottom: 1px solid var(--line);
background: var(--brand-soft);
}
.proof-strip dl {
display: grid;
width: min(calc(100% - 48px), var(--container));
margin-inline: auto;
grid-template-columns: repeat(3, 1fr);
}
.proof-strip dl > div {
padding: 1.9rem clamp(1.2rem, 3vw, 2.75rem);
}
.proof-strip dl > div:first-child {
padding-left: 0;
}
.proof-strip dl > div:not(:last-child) {
border-right: 1px solid oklch(81% 0.035 122);
}
.proof-strip dt {
color: var(--brand-deep);
font-size: 0.82rem;
font-weight: 800;
}
.proof-strip dd {
max-width: 32ch;
margin-top: 0.35rem;
color: var(--ink-soft);
font-size: 0.91rem;
line-height: 1.5;
}
.audience-section {
background: var(--white);
}
.audience-intro {
display: grid;
align-items: start;
gap: clamp(3rem, 8vw, 8rem);
grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}
.audience-intro h2,
.section-heading h2,
.solutions-header h2,
.resources-lede h2,
.testimonial-heading h2 {
font-size: clamp(2.45rem, 4.5vw, 4.6rem);
}
.audience-intro > div {
padding-top: 0.5rem;
}
.audience-intro p {
max-width: 58ch;
color: var(--text-muted);
font-size: 1.05rem;
line-height: 1.7;
}
.audience-intro .text-link {
margin-top: 1.5rem;
}
.audience-paths {
display: grid;
margin-top: clamp(4rem, 7vw, 6.5rem);
border-top: 1px solid var(--line);
border-bottom: 1px solid var(--line);
grid-template-columns: repeat(3, 1fr);
}
.audience-paths article {
padding: clamp(1.8rem, 3vw, 3rem);
}
.audience-paths article:first-child {
padding-left: 0;
}
.audience-paths article:not(:last-child) {
border-right: 1px solid var(--line);
}
.audience-paths h3 {
font-size: 1.25rem;
letter-spacing: -0.02em;
}
.audience-paths p {
max-width: 40ch;
min-height: 5.3rem;
margin-top: 1rem;
color: var(--text-muted);
font-size: 0.95rem;
}
.audience-paths a {
display: inline-flex;
min-height: 44px;
align-items: center;
margin-top: 1.25rem;
border-bottom: 1px solid var(--brand);
color: var(--brand-deep);
font-size: 0.88rem;
font-weight: 700;
}
.applications-section {
background: var(--surface);
}
.section-heading {
display: grid;
gap: 1.2rem;
}
.section-heading-wide {
align-items: end;
gap: clamp(2rem, 8vw, 8rem);
grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
}
.section-heading p {
max-width: 58ch;
color: var(--text-muted);
font-size: 1rem;
line-height: 1.7;
}
.application-mosaic {
--application-row-height: 225px;
display: grid;
margin-top: clamp(3rem, 6vw, 5rem);
gap: 12px;
grid-auto-rows: var(--application-row-height);
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-template-rows: repeat(2, var(--application-row-height)) calc(var(--application-row-height) + var(--space-lg));
}
.application {
position: relative;
display: block;
overflow: hidden;
border-radius: var(--radius-sm);
background: var(--ink-raised);
color: var(--white);
}
.application::after {
position: absolute;
inset: 0;
background: linear-gradient(to top, oklch(10% 0.006 122 / 0.82), transparent 60%);
content: "";
pointer-events: none;
}
.application img {
width: 100%;
height: 100%;
object-fit: cover;
}
.application-copy {
position: absolute;
z-index: 1;
right: 0;
bottom: 0;
left: 0;
display: grid;
gap: 0.25rem;
padding: clamp(1.2rem, 2.5vw, 2rem);
}
.application-copy strong {
font-size: clamp(1.25rem, 2vw, 1.8rem);
letter-spacing: -0.025em;
}
.application-copy small {
max-width: 44ch;
color: oklch(88% 0.01 122);
font-size: 0.82rem;
line-height: 1.4;
}
.application-copy a {
justify-self: start;
margin-top: 0.45rem;
border-bottom: 1px solid oklch(82% 0.08 122);
color: var(--white);
font-size: 0.78rem;
font-weight: 700;
}
.application-education {
grid-column: 1 / span 8;
grid-row: span 2;
}
.application-worship {
grid-column: 9 / span 4;
grid-row: span 2;
}
.application-commercial {
grid-column: 1 / span 5;
}
.application-custom {
grid-column: 6 / span 7;
}
.section-end-link {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
margin-top: 2.5rem;
}
.solutions-section {
background: var(--white);
}
.solutions-header {
display: grid;
align-items: end;
gap: clamp(3rem, 8vw, 9rem);
grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
}
.single-kicker {
margin-bottom: 1.25rem;
color: var(--brand-deep);
font-size: 0.84rem;
font-weight: 700;
}
.solutions-header > p,
.resources-lede > p:last-child {
max-width: 60ch;
color: var(--text-muted);
font-size: 1rem;
line-height: 1.7;
}
.solution-list {
margin-top: clamp(3.5rem, 7vw, 6rem);
border-top: 1px solid var(--ink);
}
.solution-list article {
display: grid;
gap: clamp(2.5rem, 7vw, 7rem);
padding-block: clamp(2rem, 4vw, 3.5rem);
border-bottom: 1px solid var(--line);
grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}
.solution-title h3 {
font-size: clamp(1.6rem, 2.6vw, 2.4rem);
}
.solution-title p {
max-width: 49ch;
margin-top: 1rem;
color: var(--text-muted);
font-size: 0.95rem;
}
.solution-list ul {
display: grid;
align-self: start;
column-gap: 2rem;
grid-template-columns: repeat(2, minmax(0, 1fr));
list-style: none;
}
.solution-list li {
border-bottom: 1px solid var(--line);
}
.solution-list li:nth-last-child(-n + 2) {
border-bottom-color: transparent;
}
.solution-list a {
display: flex;
min-height: 49px;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding-block: 0.65rem;
color: var(--ink-soft);
font-size: 0.91rem;
font-weight: 600;
transition: color 160ms ease-out, transform 160ms ease-out;
}
.solution-list a::after {
color: var(--brand);
content: "↗";
font-size: 0.8rem;
}
.custom-section {
display: grid;
min-height: 720px;
background: var(--ink);
color: var(--white);
grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
}
.custom-media {
position: relative;
overflow: hidden;
}
.custom-media::after {
position: absolute;
right: 0;
bottom: 0;
width: 7px;
height: 34%;
background: var(--brand);
content: "";
}
.custom-media img {
width: 100%;
height: 100%;
object-fit: cover;
}
.custom-copy {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: clamp(4.5rem, 9vw, 8.5rem);
}
.custom-copy .single-kicker {
color: var(--brand-bright);
}
.custom-copy h2 {
max-width: 720px;
font-size: clamp(2.6rem, 5vw, 5rem);
}
.custom-copy > p:not(.single-kicker, .custom-note) {
max-width: 62ch;
margin-top: 1.7rem;
color: oklch(84% 0.012 122);
font-size: 1.05rem;
}
.custom-capabilities {
display: grid;
width: 100%;
max-width: 780px;
margin: 2.5rem 0;
border-top: 1px solid var(--line-dark);
grid-template-columns: repeat(2, minmax(0, 1fr));
list-style: none;
}
.custom-capabilities li {
padding: 0.95rem 1rem 0.95rem 0;
border-bottom: 1px solid var(--line-dark);
color: oklch(91% 0.009 122);
font-size: 0.9rem;
}
.custom-capabilities li:nth-child(odd) {
margin-right: 1.5rem;
}
.custom-note {
margin-top: clamp(3rem, 6vw, 6rem);
padding-top: 1rem;
border-top: 1px solid var(--brand);
color: var(--brand-bright);
font-size: 0.83rem;
font-weight: 700;
}
.process-section {
background: var(--white);
}
.process-layout {
display: grid;
align-items: start;
gap: clamp(var(--space-xl), 6vw, var(--space-3xl));
grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
}
.process-media {
position: sticky;
top: calc(var(--header-height) + 28px);
overflow: hidden;
border-radius: var(--radius-sm);
background: var(--ink);
color: var(--white);
}
.process-visual {
position: relative;
}
.process-visual img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.process-visual figcaption {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: var(--space-xs) var(--space-sm);
background: oklch(13% 0.008 122 / 0.88);
color: oklch(91% 0.01 122);
font-size: 0.78rem;
font-weight: 600;
}
.process-brief {
padding: clamp(var(--space-lg), 3vw, 2.5rem);
}
.process-brief > p {
color: var(--brand-bright);
font-size: 0.84rem;
font-weight: 700;
}
.process-brief h3 {
max-width: 14ch;
margin-top: var(--space-xs);
font-size: clamp(1.55rem, 2.2vw, 2.1rem);
line-height: 1.12;
}
.process-brief ul {
margin-top: var(--space-lg);
border-top: 1px solid var(--line-dark);
list-style: none;
}
.process-brief li {
padding-block: var(--space-xs);
border-bottom: 1px solid var(--line-dark);
color: oklch(84% 0.012 122);
font-size: 0.92rem;
}
.process-brief .text-link {
margin-top: var(--space-lg);
}
.process-copy .section-heading h2 {
font-size: clamp(2.45rem, 4.2vw, 4.3rem);
}
.process-steps {
margin-top: 2.5rem;
border-top: 1px solid var(--ink);
list-style: none;
}
.process-steps li {
display: grid;
gap: 1.5rem;
padding-block: 1.55rem;
border-bottom: 1px solid var(--line);
grid-template-columns: 52px minmax(0, 1fr);
}
.process-steps > li > span {
color: var(--brand);
font-size: 0.79rem;
font-weight: 800;
}
.process-steps h3 {
font-size: 1.28rem;
letter-spacing: -0.02em;
}
.process-steps p {
max-width: 55ch;
margin-top: 0.6rem;
color: var(--text-muted);
font-size: 0.94rem;
}
.resources-section {
background: var(--brand-soft);
}
.resources-lede {
display: grid;
align-items: end;
column-gap: clamp(3rem, 7vw, 8rem);
grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.7fr);
}
.resources-lede .single-kicker {
grid-column: 1 / -1;
}
.resource-columns {
display: grid;
margin-top: clamp(3.5rem, 7vw, 6rem);
gap: clamp(2.5rem, 6vw, 7rem);
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.resource-columns article {
border-top: 2px solid var(--brand-deep);
}
.resource-columns h3 {
padding-block: 1.5rem 1.1rem;
font-size: 1.35rem;
}
.resource-columns a {
display: flex;
min-height: 59px;
align-items: center;
justify-content: space-between;
gap: 1.25rem;
border-bottom: 1px solid oklch(80% 0.035 122);
color: var(--ink-soft);
font-size: 0.94rem;
font-weight: 600;
transition: color 160ms ease-out, transform 160ms ease-out;
}
.resource-columns a span:last-child {
color: var(--brand-deep);
font-size: 0.7rem;
font-weight: 800;
}
.testimonials-section {
background: var(--white);
}
.testimonial-layout {
display: grid;
align-items: stretch;
column-gap: clamp(var(--space-xl), 7vw, var(--space-3xl));
row-gap: var(--space-xl);
grid-template-areas:
"heading carousel"
"navigation carousel";
grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
grid-template-rows: minmax(0, 1fr) auto;
}
.testimonial-heading {
grid-area: heading;
}
.testimonial-navigation {
align-self: end;
grid-area: navigation;
}
.testimonial-heading h2 {
font-size: clamp(2.25rem, 3.8vw, 3.9rem);
}
.testimonial-heading > p {
max-width: 36ch;
margin-top: var(--space-md);
color: var(--text-muted);
font-size: 1rem;
}
.testimonial-controls {
display: flex;
align-items: center;
gap: var(--space-xs);
}
.testimonial-control {
display: inline-grid;
width: 48px;
height: 48px;
place-items: center;
border: 1px solid var(--ink);
border-radius: 50%;
background: transparent;
color: var(--ink);
cursor: pointer;
font: inherit;
font-size: 1.25rem;
transition: background-color 180ms ease-out, color 180ms ease-out, transform 180ms ease-out;
}
.testimonial-control:focus-visible,
.testimonial-viewport:focus-visible {
outline: 3px solid var(--focus);
outline-offset: 4px;
}
.testimonial-control:disabled {
border-color: var(--line);
color: var(--line);
cursor: not-allowed;
}
.testimonial-status {
min-width: 4.5rem;
color: var(--ink-soft);
font-size: 0.86rem;
font-weight: 700;
text-align: center;
}
.testimonial-progress {
width: min(100%, 15rem);
height: 3px;
margin-top: var(--space-md);
overflow: hidden;
background: var(--line);
}
.testimonial-progress span {
display: block;
width: 100%;
height: 100%;
background: var(--brand);
transform: scaleX(var(--testimonial-progress, 0.3333));
transform-origin: left center;
transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}
.testimonial-carousel {
min-width: 0;
border-radius: var(--radius-sm);
background: var(--ink);
color: var(--white);
grid-area: carousel;
}
.testimonial-viewport {
overflow: visible;
}
.testimonial-carousel.is-enhanced .testimonial-viewport {
overflow-x: auto;
overscroll-behavior-inline: contain;
scroll-snap-type: inline mandatory;
scrollbar-width: none;
}
.testimonial-carousel.is-enhanced .testimonial-viewport::-webkit-scrollbar {
display: none;
}
.testimonial-track {
display: grid;
list-style: none;
}
.testimonial-carousel.is-enhanced .testimonial-track {
display: flex;
}
.testimonial-slide {
display: flex;
min-height: 470px;
flex-direction: column;
justify-content: space-between;
gap: var(--space-xl);
padding: clamp(var(--space-lg), 5vw, var(--space-2xl));
}
.testimonial-carousel:not(.is-enhanced) .testimonial-slide + .testimonial-slide {
border-top: 1px solid var(--line-dark);
}
.testimonial-carousel.is-enhanced .testimonial-slide {
min-width: 100%;
flex: 0 0 100%;
scroll-snap-align: start;
scroll-snap-stop: always;
}
.testimonial-slide blockquote {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
gap: var(--space-xl);
}
.testimonial-slide blockquote p {
max-width: 30ch;
color: var(--white);
font-family: var(--font-display);
font-size: clamp(1.65rem, 2.75vw, 2.75rem);
font-weight: 600;
letter-spacing: -0.032em;
line-height: 1.27;
text-wrap: balance;
}
.testimonial-slide footer {
padding-top: var(--space-sm);
border-top: 1px solid var(--line-dark);
}
.testimonial-slide cite {
color: var(--brand-bright);
font-size: 0.88rem;
font-style: normal;
font-weight: 800;
}
.testimonial-slide cite span {
display: block;
margin-top: 0.18rem;
color: oklch(80% 0.012 122);
font-size: 0.78rem;
font-weight: 600;
}
.project-cta {
background: var(--brand);
color: var(--white);
}
.project-cta-inner {
display: grid;
min-height: 410px;
align-items: center;
gap: clamp(3rem, 8vw, 9rem);
padding-block: clamp(4.5rem, 8vw, 7.5rem);
grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
}
.project-cta .single-kicker {
color: var(--white);
}
.project-cta h2 {
font-size: clamp(3rem, 6.5vw, 6rem);
}
.project-cta p:not(.single-kicker) {
max-width: 59ch;
margin-top: 1.3rem;
color: oklch(94% 0.018 122);
font-size: 1.05rem;
}
.project-cta-actions {
display: grid;
justify-items: start;
gap: 1.4rem;
}
.project-cta-actions > a:not(.button) {
display: inline-flex;
min-height: 44px;
align-items: center;
border-bottom: 1px solid currentColor;
font-size: 0.92rem;
font-weight: 700;
}
.site-footer {
background: var(--ink);
color: var(--white);
padding-top: clamp(4rem, 7vw, 6.5rem);
}
.footer-grid {
display: grid;
gap: clamp(2.5rem, 5vw, 5rem);
grid-template-columns: minmax(230px, 1.25fr) minmax(145px, 0.65fr) minmax(170px, 0.72fr) minmax(240px, 0.95fr);
}
.footer-brand .brand img {
width: 175px;
height: auto;
}
.footer-brand p {
max-width: 39ch;
margin-top: 1.4rem;
color: oklch(72% 0.012 122);
font-size: 0.88rem;
}
.site-footer h2 {
margin-bottom: 1.35rem;
color: var(--brand-bright);
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0;
}
.site-footer nav,
.footer-contact {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.site-footer nav a,
.footer-contact a,
.footer-contact address {
margin-bottom: 0.65rem;
color: oklch(80% 0.009 122);
font-size: 0.82rem;
font-style: normal;
line-height: 1.6;
}
.footer-contact a:last-child {
overflow-wrap: anywhere;
}
.footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
margin-top: clamp(3.5rem, 7vw, 6.5rem);
padding-block: 1.25rem;
border-top: 1px solid var(--line-dark);
color: oklch(62% 0.012 122);
font-size: 0.72rem;
}
@media (hover: hover) {
.desktop-nav > a:hover::after,
.nav-group > summary:hover::after,
.phone-link:hover::after {
transform: scaleX(1);
}
.nav-panel a:hover {
background: oklch(26% 0.016 122);
color: var(--white);
}
.button:hover {
transform: translateY(-2px);
}
.button-accent:hover {
background: var(--brand-deep);
}
.button-outline:hover {
background: var(--ink);
color: var(--white);
}
.button-dark:hover {
background: oklch(25% 0.014 122);
}
.text-link:hover span {
transform: translate(2px, -2px);
}
.solution-list a:hover,
.resource-columns a:hover {
color: var(--brand-deep);
transform: translateX(0.3rem);
}
.testimonial-control:not(:disabled):hover {
background: var(--ink);
color: var(--white);
transform: translateY(-2px);
}
.site-footer nav a:hover,
.footer-contact a:hover {
color: var(--white);
}
}
@media (max-width: 1180px) {
.desktop-nav {
gap: 1rem;
}
.desktop-nav > a,
.nav-group > summary,
.phone-link {
font-size: 0.8rem;
}
.phone-link {
display: none;
}
.testimonial-layout {
grid-template-columns: 0.8fr 1.2fr;
}
}
@media (max-width: 960px) {
:root {
--header-height: 76px;
}
body.nav-open {
overflow: hidden;
}
.header-inner {
width: min(calc(100% - 36px), 1440px);
}
.brand img {
width: 132px;
height: 58px;
}
.desktop-nav,
.header-actions {
display: none;
}
.mobile-menu {
display: block;
}
.mobile-menu nav {
height: calc(100svh - var(--header-height));
align-content: start;
overflow-y: auto;
overscroll-behavior: contain;
}
.hero {
min-height: max(720px, calc(100svh - var(--header-height)));
}
.hero-copy {
width: min(calc(100% - 48px), 760px);
min-height: inherit;
justify-content: flex-end;
padding-block: clamp(5rem, 11vw, 7rem) 3.5rem;
}
.hero h1 {
max-width: 700px;
font-size: clamp(3.2rem, 9vw, 5.1rem);
}
.hero-intro {
max-width: 660px;
}
.hero-signature {
margin-top: 2.5rem;
}
.hero-media::after {
background:
linear-gradient(0deg, oklch(10% 0.006 122 / 0.98) 0%, oklch(10% 0.006 122 / 0.9) 54%, oklch(10% 0.006 122 / 0.3) 100%),
linear-gradient(90deg, oklch(10% 0.006 122 / 0.54) 0%, transparent 86%);
}
.hero-media img {
object-position: center 45%;
}
.hero-media figcaption {
display: none;
}
.proof-strip dl {
width: min(calc(100% - 40px), 760px);
}
.proof-strip dl > div {
padding-inline: 1.25rem;
}
.audience-intro,
.section-heading-wide,
.solutions-header,
.resources-lede,
.process-layout {
grid-template-columns: 1fr;
}
.audience-intro,
.section-heading-wide,
.solutions-header,
.resources-lede {
gap: 2rem;
}
.audience-paths {
grid-template-columns: 1fr;
}
.audience-paths article,
.audience-paths article:first-child {
padding-inline: 0;
}
.audience-paths article:not(:last-child) {
border-right: 0;
border-bottom: 1px solid var(--line);
}
.audience-paths p {
min-height: 0;
}
.application-mosaic {
--application-row-height: 240px;
}
.application-education,
.application-worship,
.application-commercial,
.application-custom {
grid-column: auto / span 6;
grid-row: auto;
}
.application-education,
.application-worship {
grid-row: span 2;
}
.solution-list article {
gap: 2.5rem;
grid-template-columns: 1fr;
}
.custom-section {
min-height: auto;
grid-template-columns: 1fr;
}
.custom-media {
min-height: 670px;
}
.custom-media::after {
width: 35%;
height: 7px;
}
.custom-copy {
padding: clamp(4.5rem, 10vw, 7rem) max(24px, calc((100vw - 760px) / 2));
}
.process-media {
position: static;
display: grid;
align-items: stretch;
grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
}
.process-visual img {
height: 100%;
min-height: 420px;
aspect-ratio: auto;
}
.resource-columns {
gap: 3.5rem;
}
.testimonial-layout {
gap: var(--space-xl);
grid-template-areas:
"heading"
"carousel"
"navigation";
grid-template-columns: 1fr;
grid-template-rows: auto;
}
.project-cta-inner {
grid-template-columns: minmax(0, 1fr);
}
.project-cta-inner > *,
.project-cta-actions {
min-width: 0;
}
.footer-grid {
grid-template-columns: 1.1fr repeat(2, 0.7fr);
}
.footer-contact {
grid-column: 2 / -1;
}
.hero-context,
.hero-signature,
.hero-media figcaption span,
.application-copy small,
.single-kicker,
.proof-strip dt,
.process-steps > li > span,
.process-brief > p,
.process-visual figcaption,
.site-footer h2,
.footer-bottom,
.resource-columns a span:last-child,
.site-footer nav a,
.footer-contact a,
.footer-contact address,
.footer-brand p,
.custom-note {
font-size: 0.875rem;
}
}
@media (max-width: 700px) {
.container {
width: min(calc(100% - 36px), var(--container));
}
.section {
padding-block: 5rem;
}
.hero-copy {
width: min(calc(100% - 36px), 760px);
min-height: inherit;
padding-block: 4.5rem 2.75rem;
}
.hero-context {
align-items: flex-start;
font-size: 0.875rem;
}
.hero-context::before {
width: 28px;
margin-top: 0.7em;
}
.hero h1 {
font-size: clamp(2.75rem, 14vw, 4rem);
letter-spacing: -0.035em;
}
.hero-intro {
margin-top: 1.45rem;
font-size: 1rem;
}
.hero-actions {
align-items: flex-start;
flex-direction: column;
gap: 1.15rem;
margin-top: 2rem;
}
.hero-signature {
gap: 0.55rem 0;
margin-top: 2.5rem;
letter-spacing: 0.03em;
}
.hero-signature span:not(:last-child)::after {
margin-inline: 0.65rem;
}
.process-media {
display: block;
}
.process-visual img {
height: auto;
min-height: 0;
aspect-ratio: 4 / 3;
}
.proof-strip dl {
width: min(calc(100% - 36px), 760px);
grid-template-columns: 1fr;
}
.proof-strip dl > div,
.proof-strip dl > div:first-child {
padding: 1.3rem 0;
}
.proof-strip dl > div:not(:last-child) {
border-right: 0;
border-bottom: 1px solid oklch(81% 0.035 122);
}
.proof-strip dd {
max-width: 52ch;
}
.audience-intro h2,
.section-heading h2,
.solutions-header h2,
.resources-lede h2,
.testimonial-heading h2 {
font-size: clamp(2.25rem, 11vw, 3.4rem);
}
.application-mosaic {
display: flex;
flex-direction: column;
}
.application {
min-height: 365px;
}
.application-education {
min-height: 300px;
}
.application-copy small {
font-size: 0.875rem;
}
.solution-list ul {
grid-template-columns: 1fr;
}
.solution-list li:nth-last-child(-n + 2) {
border-bottom-color: var(--line);
}
.solution-list li:last-child {
border-bottom-color: transparent;
}
.section-end-link {
align-items: flex-start;
flex-direction: column;
}
.custom-media {
min-height: 520px;
}
.custom-copy {
padding: 5rem 24px;
}
.custom-copy h2 {
font-size: clamp(2.55rem, 12vw, 3.7rem);
}
.custom-capabilities {
grid-template-columns: 1fr;
}
.custom-capabilities li:nth-child(odd) {
margin-right: 0;
}
.resource-columns,
.testimonial-layout {
grid-template-columns: 1fr;
}
.testimonial-slide {
min-height: 470px;
padding: var(--space-lg);
}
.testimonial-slide blockquote p {
font-size: clamp(1.45rem, 7vw, 1.9rem);
line-height: 1.34;
}
.project-cta h2 {
font-size: clamp(3rem, 16vw, 4.75rem);
}
.footer-grid {
grid-template-columns: 1fr 1fr;
}
.footer-brand,
.footer-contact {
grid-column: 1 / -1;
}
.footer-bottom {
align-items: flex-start;
flex-direction: column;
gap: 0.5rem;
}
.site-footer nav a,
.footer-contact a {
display: flex;
min-height: 44px;
align-items: center;
margin-bottom: 0;
}
}
@media (max-width: 440px) {
.header-inner {
width: calc(100% - 28px);
}
.hero-copy {
padding-inline: 0;
}
.project-cta h2 {
font-size: clamp(2.5rem, 13vw, 4rem);
overflow-wrap: break-word;
}
.hero-context {
gap: 0.55rem;
}
.hero-context::before {
width: 18px;
}
.hero-signature {
font-size: 0.875rem;
}
.hero-signature span:not(:last-child)::after {
margin-inline: 0.45rem;
}
.button {
width: 100%;
}
.hero-actions,
.hero-actions .button {
width: 100%;
}
.hero-actions .text-link {
width: auto;
}
.section-end-link .button {
width: 100%;
}
.footer-grid {
grid-template-columns: 1fr;
}
.footer-brand,
.footer-contact {
grid-column: auto;
}
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
}
}.growth-page {
--page-accent: var(--brand);
--hero-position: center;
background: var(--white);
}
.growth-page button,
.growth-page input,
.growth-page select,
.growth-page textarea {
font: inherit;
}
.growth-page button:focus-visible,
.growth-page input:focus-visible,
.growth-page select:focus-visible,
.growth-page textarea:focus-visible {
outline: 3px solid var(--focus);
outline-offset: 3px;
}
.growth-hero {
position: relative;
isolation: isolate;
display: flex;
min-height: clamp(680px, calc(100svh - var(--header-height)), 820px);
align-items: stretch;
overflow: hidden;
background: var(--ink);
color: var(--white);
}
.growth-hero-media {
position: absolute;
z-index: -2;
inset: 0;
}
.growth-hero-media::after {
position: absolute;
inset: 0;
background:
linear-gradient(90deg, oklch(10% 0.01 122 / 94%) 0%, oklch(11% 0.01 122 / 80%) 43%, oklch(11% 0.01 122 / 36%) 72%, oklch(11% 0.01 122 / 18%) 100%),
linear-gradient(0deg, oklch(8% 0.01 122 / 56%) 0%, transparent 48%);
content: "";
}
.growth-hero-media img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: var(--hero-position);
animation: growth-hero-settle 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes growth-hero-settle {
from {
opacity: 0.78;
transform: scale(1.025);
}
to {
opacity: 1;
transform: scale(1);
}
}
.growth-hero-media figcaption {
position: absolute;
right: max(24px, calc((100vw - var(--container)) / 2));
bottom: 2rem;
display: grid;
min-width: min(310px, calc(100vw - 48px));
gap: 0.2rem;
padding: 0.85rem 1rem;
border-top: 1px solid var(--brand-bright);
background: oklch(10% 0.01 122 / 80%);
color: var(--white);
font-size: 0.76rem;
line-height: 1.45;
}
.growth-hero-media figcaption span {
color: var(--brand-bright);
font-weight: 700;
}
.growth-hero-copy {
display: flex;
min-height: inherit;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding-block: clamp(5.5rem, 10vw, 8rem);
}
.breadcrumbs {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.55rem;
margin-bottom: clamp(2rem, 4vw, 3.5rem);
color: oklch(80% 0.01 122);
font-size: 0.77rem;
font-weight: 600;
}
.breadcrumbs a {
border-bottom: 1px solid transparent;
}
.growth-hero .hero-context {
margin-bottom: 1.35rem;
}
.growth-hero h1 {
max-width: 980px;
font-size: clamp(3.6rem, 6.4vw, 5.8rem);
letter-spacing: -0.038em;
}
.growth-hero .hero-intro {
max-width: 680px;
}
.growth-hero .hero-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 1.2rem;
margin-top: 2rem;
}
.growth-hero-note {
max-width: 64ch;
margin-top: 2rem;
padding-top: 1rem;
border-top: 1px solid oklch(61% 0.04 122 / 55%);
color: oklch(78% 0.012 122);
font-size: 0.82rem;
}
.growth-page-nav {
position: sticky;
z-index: 20;
top: var(--header-height);
border-bottom: 1px solid var(--line);
background: oklch(99% 0 0 / 94%);
backdrop-filter: blur(12px);
}
.growth-page-nav .container {
display: flex;
min-height: 62px;
align-items: center;
justify-content: safe center;
gap: 0;
overflow-x: auto;
overscroll-behavior-inline: contain;
scrollbar-width: none;
}
.growth-page-nav .container::-webkit-scrollbar {
display: none;
}
.growth-page-nav span,
.growth-page-nav a {
flex: 0 0 auto;
padding: 0.75rem 1.15rem;
border-right: 1px solid var(--line);
font-size: 0.79rem;
font-weight: 700;
}
.growth-page-nav span {
padding-left: 0;
color: var(--brand-deep);
}
.growth-overview {
background: var(--white);
}
.growth-overview-grid {
display: grid;
align-items: start;
gap: clamp(3rem, 7vw, 7rem);
grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
}
.growth-overview h2,
.growth-section-heading h2,
.feature-copy h2,
.intake-brief h2,
.intake-form-heading h2,
.resource-group-heading h2,
.faq-heading h2 {
font-size: clamp(2.65rem, 4.8vw, 4.8rem);
}
.growth-lede {
max-width: 30ch;
margin-top: 1.7rem;
color: var(--ink-soft);
font-size: clamp(1.12rem, 1.45vw, 1.3rem);
line-height: 1.55;
}
.growth-overview-copy {
max-width: 64ch;
padding-top: 0.35rem;
}
.growth-overview-copy > p + p {
margin-top: 1rem;
}
.evidence-boundary {
margin-top: 2rem;
padding: 1.35rem 1.45rem;
border: 1px solid var(--line);
border-radius: var(--radius-sm);
background: var(--surface);
}
.evidence-boundary strong {
display: block;
color: var(--brand-deep);
font-family: var(--font-display);
font-size: 0.85rem;
}
.evidence-boundary p {
margin-top: 0.35rem;
color: var(--text-muted);
font-size: 0.89rem;
}
.growth-section-heading {
display: grid;
align-items: end;
gap: clamp(2rem, 5vw, 5rem);
grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
margin-bottom: clamp(3rem, 6vw, 5.5rem);
}
.growth-section-heading > p,
.growth-section-heading > div:last-child > p {
max-width: 58ch;
color: var(--text-muted);
}
.ledger-section {
background: var(--surface);
}
.editorial-ledger {
border-top: 1px solid var(--ink);
}
.editorial-row {
display: grid;
min-height: 150px;
align-items: start;
gap: 2rem;
padding-block: 1.75rem;
border-bottom: 1px solid var(--line);
grid-template-columns: 74px minmax(190px, 0.62fr) minmax(260px, 1fr) minmax(160px, 0.48fr);
}
.editorial-row > span {
color: var(--brand-deep);
font-size: 0.74rem;
font-weight: 700;
}
.editorial-row h3 {
max-width: 23ch;
font-size: clamp(1.35rem, 2vw, 1.75rem);
line-height: 1.15;
}
.editorial-row p {
color: var(--text-muted);
font-size: 0.93rem;
}
.editorial-row ul {
display: grid;
gap: 0.4rem;
list-style: none;
}
.editorial-row li {
position: relative;
padding-left: 1rem;
color: var(--text-muted);
font-size: 0.9rem;
}
.editorial-row li::before {
position: absolute;
top: 0.7em;
left: 0;
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--brand);
content: "";
}
.editorial-row .row-action {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.6rem;
}
.editorial-row .row-action strong {
color: var(--ink);
font-size: 0.82rem;
}
.full-feature {
display: grid;
min-height: 720px;
grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
background: var(--ink);
color: var(--white);
}
.full-feature.feature-reverse {
grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
}
.feature-reverse .feature-media {
order: 2;
}
.feature-media {
position: relative;
min-height: 620px;
overflow: hidden;
}
.feature-media::after {
position: absolute;
inset: 0;
background: linear-gradient(0deg, oklch(9% 0.01 122 / 38%), transparent 56%);
content: "";
}
.feature-media img {
width: 100%;
height: 100%;
object-fit: cover;
}
.feature-media figcaption {
position: absolute;
z-index: 1;
right: 1.5rem;
bottom: 1.5rem;
left: 1.5rem;
color: oklch(91% 0.01 122);
font-size: 0.76rem;
}
.feature-copy {
display: flex;
max-width: 700px;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 6vw, 6.5rem);
}
.feature-copy h2 {
max-width: 13ch;
}
.feature-copy > p:not(.single-kicker) {
max-width: 54ch;
margin-top: 1.5rem;
color: oklch(81% 0.012 122);
}
.feature-copy .text-link,
.feature-copy .button {
margin-top: 2rem;
}
.feature-points {
display: grid;
width: 100%;
margin-top: 2rem;
border-top: 1px solid var(--line-dark);
}
.feature-points li {
display: grid;
gap: 0.5rem;
padding-block: 1rem;
border-bottom: 1px solid var(--line-dark);
grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
color: oklch(80% 0.012 122);
font-size: 0.86rem;
list-style: none;
}
.feature-points strong {
color: var(--white);
}
.room-section {
background: var(--white);
}
.room-ledger {
display: grid;
border-top: 1px solid var(--ink);
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.room-ledger-spaced {
margin-top: clamp(3.5rem, 7vw, 6rem);
}
.room-ledger article {
min-height: 190px;
padding: 1.6rem 1.8rem 1.8rem 0;
border-bottom: 1px solid var(--line);
}
.room-ledger article:nth-child(odd) {
padding-right: clamp(2rem, 5vw, 5rem);
border-right: 1px solid var(--line);
}
.room-ledger article:nth-child(even) {
padding-left: clamp(2rem, 5vw, 5rem);
}
.room-ledger h3 {
font-size: clamp(1.45rem, 2.3vw, 2rem);
}
.room-ledger p {
max-width: 48ch;
margin-top: 0.7rem;
color: var(--text-muted);
}
.room-ledger a {
display: inline-flex;
margin-top: 1rem;
border-bottom: 1px solid currentColor;
color: var(--brand-deep);
font-size: 0.84rem;
font-weight: 700;
}
.growth-mosaic {
display: grid;
min-height: 680px;
gap: 8px;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-rows: repeat(2, minmax(0, 1fr));
background: var(--white);
}
.growth-mosaic figure {
position: relative;
min-height: 260px;
overflow: hidden;
}
.growth-mosaic figure:first-child {
grid-column: span 3;
grid-row: span 2;
}
.growth-mosaic figure:nth-child(2),
.growth-mosaic figure:nth-child(3) {
grid-column: span 2;
}
.growth-mosaic img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}
.growth-mosaic figcaption {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 2rem 1.5rem 1.2rem;
background: linear-gradient(0deg, oklch(10% 0.01 122 / 88%), transparent);
color: var(--white);
font-size: 0.8rem;
}
.workflow-section {
background: var(--brand-soft);
}
.workflow-rail {
display: grid;
border-top: 1px solid var(--ink);
border-bottom: 1px solid var(--ink);
grid-template-columns: repeat(4, minmax(0, 1fr));
list-style: none;
}
.workflow-rail li {
min-height: 245px;
padding: 1.6rem;
}
.workflow-rail li:not(:last-child) {
border-right: 1px solid oklch(75% 0.04 122);
}
.workflow-rail li > span {
display: block;
color: var(--brand-deep);
font-size: 0.74rem;
font-weight: 700;
}
.workflow-rail h3 {
margin-top: 2.3rem;
font-size: clamp(1.3rem, 2vw, 1.65rem);
}
.workflow-rail p {
margin-top: 0.75rem;
color: var(--text-muted);
font-size: 0.9rem;
}
.qualification-section {
background: var(--ink);
color: var(--white);
}
.qualification-section .growth-section-heading > p,
.qualification-section .growth-section-heading > div:last-child > p {
color: oklch(76% 0.012 122);
}
.qualification-ledger {
border-top: 1px solid var(--line-dark);
}
.qualification-row {
display: grid;
gap: 2rem;
padding-block: 1.55rem;
border-bottom: 1px solid var(--line-dark);
grid-template-columns: minmax(180px, 0.45fr) minmax(260px, 1fr) minmax(180px, 0.6fr);
}
.qualification-row h3 {
font-size: 1.25rem;
}
.qualification-row p {
color: oklch(76% 0.012 122);
font-size: 0.9rem;
}
.qualification-row strong {
color: var(--brand-bright);
font-size: 0.8rem;
}
.resource-action-section {
background: var(--surface);
}
.resource-action-grid {
display: grid;
border-top: 1px solid var(--ink);
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.resource-action-grid article {
min-height: 250px;
padding: 1.65rem;
border-bottom: 1px solid var(--line);
}
.resource-action-grid article:not(:last-child) {
border-right: 1px solid var(--line);
}
.resource-action-grid h3 {
font-size: 1.45rem;
}
.resource-action-grid p {
margin-top: 0.75rem;
color: var(--text-muted);
}
.resource-action-grid a {
margin-top: 1.2rem;
}
.growth-faq {
background: var(--white);
}
.faq-layout {
display: grid;
gap: clamp(3rem, 7vw, 7rem);
grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1fr);
}
.faq-heading > p {
max-width: 43ch;
margin-top: 1.2rem;
color: var(--text-muted);
}
.faq-list {
border-top: 1px solid var(--ink);
}
.faq-list details {
border-bottom: 1px solid var(--line);
}
.faq-list summary {
position: relative;
display: flex;
min-height: 76px;
cursor: pointer;
list-style: none;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
padding: 1rem 2.5rem 1rem 0;
font-family: var(--font-display);
font-size: 1.05rem;
font-weight: 700;
line-height: 1.3;
}
.faq-list summary::-webkit-details-marker {
display: none;
}
.faq-list summary::after {
position: absolute;
right: 0.3rem;
color: var(--brand-deep);
content: "+";
font-size: 1.4rem;
font-weight: 400;
}
.faq-list details[open] summary::after {
transform: rotate(45deg);
}
.faq-list details > div {
padding: 0 2.5rem 1.35rem 0;
}
.faq-list details p {
max-width: 68ch;
color: var(--text-muted);
}
.intake-section {
background: var(--surface);
}
.intake-layout {
display: grid;
align-items: start;
gap: clamp(3rem, 7vw, 7rem);
grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.15fr);
}
.intake-brief {
position: sticky;
top: calc(var(--header-height) + 92px);
}
.intake-brief > p:not(.single-kicker) {
max-width: 50ch;
margin-top: 1.3rem;
color: var(--text-muted);
}
.brief-list {
margin-top: 2rem;
border-top: 1px solid var(--ink);
list-style: none;
}
.brief-list li {
display: grid;
gap: 0.8rem;
padding-block: 1rem;
border-bottom: 1px solid var(--line);
grid-template-columns: 32px minmax(0, 1fr);
}
.brief-list span {
color: var(--brand-deep);
font-size: 0.74rem;
font-weight: 700;
}
.brief-list strong {
display: block;
font-family: var(--font-display);
}
.brief-list p {
margin-top: 0.2rem;
color: var(--text-muted);
font-size: 0.86rem;
}
.intake-form-wrap {
border-top: 4px solid var(--brand);
background: var(--white);
padding: clamp(2rem, 5vw, 4rem);
}
.intake-form-heading > p {
max-width: 58ch;
margin-top: 1rem;
color: var(--text-muted);
}
.intake-form {
display: grid;
gap: 1.25rem;
margin-top: 2.5rem;
}
.field-pair {
display: grid;
gap: 1rem;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.field {
display: grid;
gap: 0.45rem;
}
.field label {
font-size: 0.82rem;
font-weight: 700;
}
.field label span,
.required-note span {
color: oklch(48% 0.14 28);
}
.field input,
.field select,
.field textarea {
width: 100%;
border: 1px solid oklch(72% 0.014 122);
border-radius: var(--radius-sm);
background: var(--white);
color: var(--ink);
padding: 0.85rem 0.9rem;
}
.field input,
.field select {
min-height: 50px;
}
.field textarea {
min-height: 150px;
resize: vertical;
}
.field input::placeholder,
.field textarea::placeholder {
color: oklch(42% 0.012 122);
}
.field-help,
.required-note,
.form-explainer {
color: var(--text-muted);
font-size: 0.78rem;
}
.intake-form.was-validated :is(input, select, textarea):invalid {
border-color: oklch(48% 0.14 28);
}
.form-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 1rem;
margin-top: 0.5rem;
}
.form-status {
min-height: 1.5em;
color: var(--brand-deep);
font-size: 0.85rem;
font-weight: 700;
}
.direct-contact-strip {
display: grid;
gap: 1rem 2rem;
margin-top: 1.5rem;
padding: 1.35rem 1.5rem;
border: 1px solid var(--line);
grid-template-columns: minmax(160px, 0.7fr) minmax(0, 1fr);
background: var(--surface);
font-size: 0.85rem;
}
.direct-contact-strip strong {
font-family: var(--font-display);
}
.direct-contact-strip a {
color: var(--brand-deep);
font-weight: 700;
overflow-wrap: anywhere;
}
.resource-library {
background: var(--white);
}
.resource-group + .resource-group {
margin-top: clamp(4rem, 8vw, 7rem);
}
.resource-group-heading {
display: grid;
align-items: end;
gap: 2rem;
grid-template-columns: minmax(0, 0.8fr) minmax(240px, 0.55fr);
margin-bottom: 2.5rem;
}
.resource-group-heading > p {
color: var(--text-muted);
}
.resource-table {
border-top: 1px solid var(--ink);
}
.resource-row {
display: grid;
min-height: 118px;
align-items: center;
gap: 1.5rem;
padding-block: 1.25rem;
border-bottom: 1px solid var(--line);
grid-template-columns: 72px minmax(180px, 0.55fr) minmax(240px, 1fr) minmax(220px, 0.65fr);
}
.resource-row > span {
color: var(--brand-deep);
font-family: var(--font-display);
font-weight: 700;
}
.resource-row h3 {
font-size: 1.15rem;
}
.resource-row p {
color: var(--text-muted);
font-size: 0.85rem;
}
.resource-links {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
gap: 0.6rem 1rem;
}
.resource-links a {
border-bottom: 1px solid currentColor;
font-size: 0.82rem;
font-weight: 700;
}
.resource-links small {
color: var(--text-muted);
font-size: 0.7rem;
}
.resource-status-note {
margin-bottom: 2.5rem;
padding: 1.25rem 1.4rem;
border: 1px solid var(--line);
background: var(--brand-soft);
}
.resource-status-note strong {
font-family: var(--font-display);
}
.resource-status-note p {
margin-top: 0.35rem;
color: var(--text-muted);
}
.architects-page {
--hero-position: center 42%;
}
.contractors-page {
--hero-position: center 54%;
}
.education-page {
--hero-position: center 52%;
}
.hospitality-page {
--hero-position: center 46%;
}
.healthcare-page {
--hero-position: center 38%;
}
.custom-page {
--hero-position: center 54%;
}
.send-plans-page {
--hero-position: center 52%;
}
.request-samples-page {
--hero-position: center 44%;
}
.technical-resources-page {
--hero-position: center 36%;
}
@media (hover: hover) {
.breadcrumbs a:hover,
.growth-page-nav a:hover {
color: var(--brand-deep);
}
.growth-mosaic figure:hover img {
transform: scale(1.025);
}
.room-ledger a:hover,
.resource-links a:hover {
color: var(--brand);
}
}
@media (max-width: 1100px) {
.editorial-row {
grid-template-columns: 62px minmax(180px, 0.7fr) minmax(260px, 1fr);
}
.editorial-row .row-action {
grid-column: 3;
}
.resource-row {
grid-template-columns: 62px minmax(170px, 0.6fr) minmax(230px, 1fr);
}
.resource-links {
grid-column: 3;
justify-content: flex-start;
}
}
@media (max-width: 960px) {
.growth-hero {
min-height: max(720px, calc(100svh - var(--header-height)));
}
.growth-hero-media::after {
background: linear-gradient(0deg, oklch(9% 0.01 122 / 95%) 0%, oklch(9% 0.01 122 / 70%) 58%, oklch(9% 0.01 122 / 32%) 100%);
}
.growth-hero-copy {
justify-content: flex-end;
padding-bottom: 5rem;
}
.growth-hero-media figcaption {
display: none;
}
.growth-overview-grid,
.growth-section-heading,
.faq-layout,
.intake-layout,
.resource-group-heading {
grid-template-columns: 1fr;
}
.intake-brief {
position: static;
}
.full-feature,
.full-feature.feature-reverse {
grid-template-columns: 1fr;
}
.feature-reverse .feature-media {
order: 0;
}
.feature-media {
min-height: 520px;
}
.feature-copy {
max-width: none;
}
.workflow-rail {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.workflow-rail li:nth-child(2) {
border-right: 0;
}
.workflow-rail li:nth-child(-n + 2) {
border-bottom: 1px solid oklch(75% 0.04 122);
}
.qualification-row {
grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
}
.qualification-row strong {
grid-column: 2;
}
.resource-action-grid {
grid-template-columns: 1fr;
}
.resource-action-grid article:not(:last-child) {
border-right: 0;
}
}
@media (max-width: 700px) {
.growth-hero h1 {
font-size: clamp(2.65rem, 12vw, 4rem);
letter-spacing: -0.035em;
}
.growth-hero-copy {
padding-bottom: 3.5rem;
}
.growth-hero .breadcrumbs {
display: none;
}
.growth-hero-note {
display: none;
}
.growth-page-nav span,
.growth-page-nav a {
padding-inline: 0.9rem;
}
.editorial-row {
min-height: 0;
grid-template-columns: 42px minmax(0, 1fr);
gap: 1rem;
}
.editorial-row > p,
.editorial-row > ul,
.editorial-row .row-action {
grid-column: 2;
}
.room-ledger {
grid-template-columns: 1fr;
}
.room-ledger article,
.room-ledger article:nth-child(odd),
.room-ledger article:nth-child(even) {
min-height: 0;
padding: 1.4rem 0;
border-right: 0;
}
.growth-mosaic {
display: flex;
min-height: 0;
flex-direction: column;
}
.growth-mosaic figure,
.growth-mosaic figure:first-child,
.growth-mosaic figure:nth-child(2),
.growth-mosaic figure:nth-child(3) {
min-height: 360px;
}
.workflow-rail {
grid-template-columns: 1fr;
}
.workflow-rail li {
min-height: 0;
}
.workflow-rail li:not(:last-child) {
border-right: 0;
border-bottom: 1px solid oklch(75% 0.04 122);
}
.qualification-row {
grid-template-columns: 1fr;
}
.qualification-row strong {
grid-column: auto;
}
.field-pair,
.direct-contact-strip {
grid-template-columns: 1fr;
}
.resource-row {
grid-template-columns: 54px minmax(0, 1fr);
}
.resource-row > p,
.resource-links {
grid-column: 2;
}
.growth-overview h2,
.growth-section-heading h2,
.feature-copy h2,
.intake-brief h2,
.intake-form-heading h2,
.resource-group-heading h2,
.faq-heading h2 {
font-size: clamp(2.25rem, 10vw, 3.25rem);
}
}
@media (max-width: 440px) {
.growth-hero .hero-actions,
.growth-hero .hero-actions .button,
.form-actions,
.form-actions .button {
width: 100%;
}
.growth-hero .hero-actions .text-link {
width: auto;
}
.feature-media,
.growth-mosaic figure,
.growth-mosaic figure:first-child,
.growth-mosaic figure:nth-child(2),
.growth-mosaic figure:nth-child(3) {
min-height: 320px;
}
.feature-copy,
.intake-form-wrap {
padding-inline: 24px;
}
.feature-points li {
grid-template-columns: 1fr;
}
}
@media (prefers-reduced-motion: reduce) {
.growth-hero-media img,
.growth-mosaic img {
animation: none;
transition: none;
}
}body.admin-bar .site-header {
top: 32px;
}
body.admin-bar .growth-page-nav {
top: calc(var(--header-height) + 32px);
}
.qts-v2-site #main-content {
min-height: 40vh;
}
.qts-v2-site .site-header .brand,
.qts-v2-site .site-footer .brand {
background: transparent;
}
.qts-v2-page > .body_wrap,
.qts-v2-page .entry-header,
.qts-v2-page .post-inner {
display: none;
}
@media (max-width: 782px) {
body.admin-bar .site-header {
top: 46px;
}
body.admin-bar .growth-page-nav {
top: calc(var(--header-height) + 46px);
}
}
@media (max-width: 600px) {
body.admin-bar .site-header {
top: 0;
}
body.admin-bar .growth-page-nav {
top: var(--header-height);
}
}