@font-face {
	font-family: "Funnel Sans";
	font-style: normal;
	font-weight: 300 800;
	font-display: swap;
	src: url("../fonts/funnel-sans.woff2") format("woff2");
}

:root {
	--ram-ink: #141a2e;
	--ram-ink-soft: #182747;
	--ram-blue: #2f80ff;
	--ram-sky: #59b8ff;
	--ram-paper: #f4f7fb;
	--ram-white: #fff;
	--ram-muted: #657087;
	--ram-line: rgba(20, 26, 46, 0.14);
	--ram-display: Helvetica, "Helvetica Neue", Arial, sans-serif;
	--ram-body: "Funnel Sans", Arial, sans-serif;
	--ram-shell: min(1360px, calc(100vw - 96px));
	--ram-reading: 760px;
	--ram-section: clamp(104px, 11vw, 176px);
	--ram-radius: 6px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--ram-white);
	color: var(--ram-ink);
	font-family: var(--ram-body);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: var(--ram-display);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

p {
	margin: 0 0 1.35em;
}

::selection {
	background: var(--ram-blue);
	color: var(--ram-white);
}

.ram-shell {
	margin-inline: auto !important;
	max-width: none !important;
	width: var(--ram-shell);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.skip-link:focus {
	background: var(--ram-white);
	clip: auto !important;
	clip-path: none;
	color: var(--ram-ink);
	display: block;
	font-weight: 700;
	height: auto;
	left: 20px;
	padding: 12px 18px;
	top: 20px;
	width: auto;
	z-index: 100000;
}

:focus-visible {
	outline: 2px solid var(--ram-blue);
	outline-offset: 4px;
}

.site-header {
	background: var(--ram-ink);
	color: var(--ram-white);
	position: relative;
	z-index: 1000;
}

.admin-bar .site-header {
	top: 0;
}

.site-header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
	min-height: 88px;
}

.ram-brand {
	line-height: 0;
}

.custom-logo-link,
.ram-brand__fallback {
	display: inline-block;
}

.custom-logo,
.ram-brand img {
	height: auto;
	max-height: 34px;
	width: auto;
}

.site-navigation ul,
.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-navigation .menu {
	align-items: center;
	display: flex;
	gap: 36px;
}

.site-navigation a {
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.site-navigation a:hover,
.site-navigation .current-menu-item > a {
	color: var(--ram-white);
}

.site-header__cta {
	justify-self: end;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: var(--ram-white);
	font-size: 13px;
	font-weight: 700;
	padding-bottom: 4px;
	text-decoration: none;
}

.site-menu-toggle {
	background: transparent;
	border: 0;
	color: var(--ram-white);
	display: none;
	padding: 10px 0;
}

.ram-section {
	margin: 0 !important;
	padding-block: var(--ram-section);
	position: relative;
}

.ram-kicker {
	color: var(--ram-blue);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.14em;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.ram-section-title {
	font-size: clamp(42px, 5vw, 74px);
	max-width: 11.5em;
}

.ram-statement {
	font-size: clamp(50px, 7vw, 106px);
	max-width: 12.5em;
}

.ram-lead {
	color: var(--ram-ink);
	font-size: clamp(23px, 2.4vw, 34px);
	letter-spacing: -0.025em;
	line-height: 1.3;
}

.ram-button .wp-block-button__link,
.ram-inline-button {
	align-items: center;
	background: var(--ram-blue);
	border: 1px solid var(--ram-blue);
	border-radius: var(--ram-radius);
	color: var(--ram-white);
	display: inline-flex;
	font-size: 13px;
	font-weight: 750;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ram-button .wp-block-button__link:hover,
.ram-inline-button:hover {
	background: transparent;
	color: var(--ram-blue);
	transform: translateY(-2px);
}

.ram-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 96px 96px,
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 96px 96px,
		var(--ram-ink);
	color: var(--ram-white);
	min-height: min(920px, calc(100svh - 88px));
	overflow: hidden;
	padding-block: clamp(110px, 13vw, 190px) 86px;
}

.ram-hero::after {
	background: var(--ram-blue);
	border-radius: 50%;
	content: "";
	filter: blur(2px);
	height: clamp(260px, 38vw, 560px);
	opacity: 0.14;
	position: absolute;
	right: -15%;
	top: -20%;
	width: clamp(260px, 38vw, 560px);
}

.ram-hero__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	position: relative;
	z-index: 1;
}

.ram-hero .ram-kicker {
	color: var(--ram-sky);
	grid-column: 1 / -1;
}

.ram-hero__title {
	font-size: clamp(68px, 10.5vw, 164px);
	grid-column: 1 / -1;
	letter-spacing: -0.065em;
	max-width: 9em;
}

.ram-hero__intro {
	align-self: end;
	grid-column: 8 / -1;
	margin-top: 76px;
	max-width: 540px;
}

.ram-hero__intro p {
	color: rgba(255, 255, 255, 0.69);
}

.ram-hero__intro .has-medium-font-size {
	color: var(--ram-white);
	font-size: clamp(21px, 2vw, 28px) !important;
	line-height: 1.35;
}

.ram-hero .ram-button .wp-block-button__link {
	background: var(--ram-white);
	border-color: var(--ram-white);
	color: var(--ram-ink);
	margin-top: 16px;
}

.ram-hero .ram-button .wp-block-button__link:hover {
	background: transparent;
	color: var(--ram-white);
}

.ram-story {
	background: var(--ram-white);
}

.ram-story__grid {
	gap: clamp(50px, 9vw, 140px);
}

.ram-story__body {
	border-left: 1px solid var(--ram-line);
	padding-left: clamp(34px, 5vw, 76px);
}

.ram-story__body > p {
	max-width: 720px;
}

.ram-editorial-image {
	align-items: center;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(47, 128, 255, 0.1), transparent 65%),
		var(--ram-paper);
	border: 1px solid var(--ram-line);
	display: flex;
	justify-content: center;
	margin-top: clamp(50px, 7vw, 96px);
	overflow: hidden;
	position: relative;
}

.ram-editorial-image::after {
	border: 1px solid rgba(20, 26, 46, 0.18);
	border-radius: 50%;
	content: "";
	height: 60%;
	position: absolute;
	right: -14%;
	top: -22%;
	width: 40%;
}

.ram-editorial-image p {
	color: var(--ram-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	max-width: 220px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

.ram-editorial-image--tall {
	aspect-ratio: 4 / 5;
	margin: 0;
}

.ram-beliefs {
	background: var(--ram-paper);
}

.ram-belief-list {
	border-top: 1px solid var(--ram-line);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: clamp(70px, 9vw, 130px);
}

.ram-belief-list p {
	border-bottom: 1px solid var(--ram-line);
	color: var(--ram-ink-soft);
	font-size: clamp(20px, 2vw, 29px);
	line-height: 1.35;
	margin: 0;
	min-height: 160px;
	padding: 30px 34px 30px 0;
}

.ram-belief-list p:not(:nth-child(3n + 1)) {
	border-left: 1px solid var(--ram-line);
	padding-left: 34px;
}

.ram-connected__grid,
.ram-process__intro,
.ram-section-heading,
.ram-future__copy {
	gap: clamp(48px, 9vw, 140px);
}

.ram-connected__grid > .wp-block-column:first-child,
.ram-process__intro > .wp-block-column:first-child,
.ram-section-heading > .wp-block-column:first-child {
	flex-basis: 56%;
}

.ram-connected__copy,
.ram-process__intro > .wp-block-column:last-child,
.ram-section-heading > .wp-block-column:last-child {
	align-self: end;
	max-width: 530px;
}

.ram-capability-line {
	border-top: 1px solid var(--ram-line);
	color: var(--ram-blue);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.8;
	margin-top: 36px;
	padding-top: 24px;
}

.ram-journey {
	background: var(--ram-ink);
	color: var(--ram-white);
}

.ram-journey .ram-kicker {
	color: var(--ram-sky);
}

.ram-timeline {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: clamp(70px, 9vw, 130px);
}

.ram-timeline__item {
	padding: 34px clamp(24px, 3vw, 48px) 0 0;
	position: relative;
}

.ram-timeline__item:not(:first-child) {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	padding-left: clamp(24px, 3vw, 48px);
}

.ram-timeline__item::before {
	background: var(--ram-sky);
	border-radius: 50%;
	content: "";
	height: 9px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 9px;
}

.ram-timeline__item:not(:first-child)::before {
	left: -5px;
}

.ram-timeline h3 {
	color: var(--ram-sky);
	font-size: clamp(47px, 5.6vw, 78px);
	margin-bottom: 34px;
}

.ram-timeline p {
	color: rgba(255, 255, 255, 0.67);
	max-width: 330px;
}

.ram-process {
	background: var(--ram-white);
}

.ram-process-list {
	border-top: 1px solid var(--ram-line);
	margin-top: clamp(72px, 9vw, 130px);
}

.ram-process-step {
	align-items: start;
	border-bottom: 1px solid var(--ram-line);
	display: grid;
	gap: 32px;
	grid-template-columns: 72px minmax(200px, 0.7fr) 1fr;
	padding: 34px 0;
}

.ram-process-step__number {
	color: var(--ram-blue);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.12em;
	margin: 4px 0 0;
}

.ram-process-step h3 {
	font-size: clamp(32px, 3vw, 48px);
}

.ram-process-step > p:last-child {
	color: var(--ram-muted);
	margin: 0;
	max-width: 610px;
}

.ram-team {
	background: var(--ram-paper);
}

.ram-team-grid {
	display: grid;
	gap: clamp(48px, 6vw, 86px) clamp(24px, 3vw, 42px);
	grid-template-columns: repeat(4, 1fr);
	margin-top: clamp(72px, 9vw, 128px);
}

.ram-person {
	min-width: 0;
}

.ram-person:nth-child(4n + 2),
.ram-person:nth-child(4n + 4) {
	transform: translateY(56px);
}

.ram-person__portrait {
	aspect-ratio: 4 / 5;
	background: #e7ecf3;
	overflow: hidden;
}

.ram-person__portrait img {
	height: 100%;
	object-fit: cover;
	transition: filter 350ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
}

.ram-person:hover .ram-person__portrait img {
	transform: scale(1.025);
}

.ram-person__copy {
	padding-top: 22px;
}

.ram-person__role {
	color: var(--ram-blue);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.09em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.ram-person h3 {
	font-size: clamp(25px, 2vw, 34px);
	margin-bottom: 13px;
}

.ram-person__intro,
.ram-person__intro p {
	color: var(--ram-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.ram-media-placeholder {
	align-items: center;
	background:
		linear-gradient(140deg, rgba(47, 128, 255, 0.12), transparent 60%),
		#e7ecf3;
	color: var(--ram-muted);
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 260px;
	padding: 28px;
	text-align: center;
	width: 100%;
}

.ram-media-placeholder span {
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ram-culture__grid {
	align-items: center !important;
	gap: clamp(58px, 10vw, 150px);
}

.ram-culture__media {
	flex-basis: 48% !important;
}

.ram-culture__copy {
	max-width: 590px;
}

.ram-culture__copy .ram-section-title {
	font-size: clamp(40px, 4.6vw, 68px);
	margin-bottom: 42px;
}

.ram-clients {
	border-top: 1px solid var(--ram-line);
}

.ram-client-grid {
	border-left: 1px solid var(--ram-line);
	border-top: 1px solid var(--ram-line);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: clamp(70px, 8vw, 116px);
}

.ram-client {
	align-items: center;
	border-bottom: 1px solid var(--ram-line);
	border-right: 1px solid var(--ram-line);
	display: flex;
	justify-content: center;
	min-height: 150px;
	padding: 24px;
}

.ram-client a,
.ram-client > span {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}

.ram-client span {
	font-family: var(--ram-display);
	font-size: clamp(18px, 1.6vw, 25px);
	letter-spacing: -0.025em;
	text-align: center;
}

.ram-client img {
	filter: grayscale(1);
	max-height: 54px;
	max-width: 150px;
	opacity: 0.74;
	transition: filter 180ms ease, opacity 180ms ease;
}

.ram-client:hover img {
	filter: none;
	opacity: 1;
}

.ram-work {
	background: var(--ram-paper);
}

.ram-projects {
	margin-top: clamp(78px, 9vw, 130px);
}

.ram-project {
	border-top: 1px solid var(--ram-line);
	padding: clamp(54px, 7vw, 100px) 0;
}

.ram-project__media {
	aspect-ratio: 16 / 9;
	background: #e7ecf3;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.ram-project__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
}

.ram-project__media:hover img {
	transform: scale(1.02);
}

.ram-project__details {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
	padding-top: 30px;
}

.ram-project h3 {
	font-size: clamp(35px, 4vw, 58px);
}

.ram-project h3 a {
	text-decoration: none;
}

.ram-project__narrative {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
}

.ram-project__narrative p {
	color: var(--ram-muted);
	font-size: 14px;
	margin: 0;
}

.ram-project__narrative strong {
	color: var(--ram-ink);
	display: block;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.ram-text-link {
	color: var(--ram-blue);
	font-size: 13px;
	font-weight: 750;
	grid-column: 1 / -1;
	justify-self: start;
}

.ram-future {
	background: var(--ram-white);
}

.ram-future__copy {
	margin-left: auto;
	margin-top: clamp(60px, 8vw, 110px);
	max-width: 920px;
}

.ram-future__copy p {
	color: var(--ram-muted);
}

.ram-cta {
	background:
		radial-gradient(circle at 85% 20%, rgba(89, 184, 255, 0.25), transparent 28%),
		var(--ram-blue);
	color: var(--ram-white);
	overflow: hidden;
}

.ram-cta .ram-kicker {
	color: rgba(255, 255, 255, 0.72);
}

.ram-cta__title {
	font-size: clamp(52px, 7.5vw, 112px);
	max-width: 12em;
}

.ram-cta .wp-block-buttons {
	margin-top: clamp(50px, 7vw, 92px);
}

.ram-cta .ram-button--light .wp-block-button__link {
	background: var(--ram-white);
	border-color: var(--ram-white);
	color: var(--ram-ink);
}

.ram-cta .ram-button--light .wp-block-button__link:hover {
	background: transparent;
	color: var(--ram-white);
}

.site-footer {
	background: var(--ram-ink);
	color: var(--ram-white);
	padding: 96px 0 30px;
}

.site-footer__grid {
	display: grid;
	gap: 50px;
	grid-template-columns: 2fr 1fr 1.25fr 0.8fr;
}

.site-footer .custom-logo,
.site-footer .ram-brand img {
	max-height: 32px;
}

.site-footer__brand > p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	margin-top: 30px;
	max-width: 380px;
}

.site-footer__brand .site-footer__tagline {
	color: var(--ram-sky);
	font-weight: 700;
}

.site-footer__label {
	color: rgba(255, 255, 255, 0.45);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.12em;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.site-footer li {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin-bottom: 12px;
}

.site-footer a {
	color: inherit;
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--ram-white);
}

.site-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.46);
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin-top: 90px !important;
	padding-top: 28px;
}

.site-footer__bottom p {
	margin: 0;
}

.ram-standard,
.ram-index,
.ram-error {
	min-height: 60vh;
	padding: clamp(100px, 12vw, 170px) 0;
}

.ram-standard__inner {
	max-width: 900px !important;
}

.ram-entry-header,
.ram-archive-header {
	border-bottom: 1px solid var(--ram-line);
	margin-bottom: 70px;
	padding-bottom: 50px;
}

.ram-entry-header h1,
.ram-archive-header h1,
.ram-error h1 {
	font-size: clamp(54px, 8vw, 110px);
	max-width: 10em;
}

.entry-content {
	max-width: var(--ram-reading);
}

.entry-content > * + * {
	margin-top: 1.5em;
}

.entry-content h2 {
	font-size: clamp(34px, 4vw, 54px);
	margin-top: 1.8em;
}

.entry-content h3 {
	font-size: clamp(26px, 3vw, 38px);
	margin-top: 1.7em;
}

.ram-entry-image {
	margin-bottom: 70px;
}

.ram-post-grid {
	display: grid;
	gap: 70px 34px;
	grid-template-columns: repeat(2, 1fr);
}

.ram-post-card__media {
	aspect-ratio: 16 / 10;
	display: block;
	overflow: hidden;
}

.ram-post-card__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ram-post-card__body {
	padding-top: 24px;
}

.ram-post-card h2 {
	font-size: clamp(30px, 3vw, 46px);
}

.ram-post-card h2 a {
	text-decoration: none;
}

.ram-post-card p {
	color: var(--ram-muted);
}

.ram-error__inner {
	max-width: 920px !important;
}

.ram-error p:not(.ram-kicker) {
	color: var(--ram-muted);
	font-size: 20px;
	margin: 34px 0;
}

.ram-testimonials {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, 1fr);
}

.ram-testimonial {
	background: var(--ram-paper);
	margin: 0;
	padding: clamp(32px, 4vw, 58px);
}

.ram-testimonial blockquote {
	font-family: var(--ram-display);
	font-size: clamp(25px, 2.5vw, 38px);
	line-height: 1.25;
	margin: 0 0 36px;
}

.ram-testimonial figcaption span {
	color: var(--ram-muted);
	display: block;
	font-size: 13px;
}

.ram-faq {
	border-top: 1px solid var(--ram-line);
}

.ram-faq:last-child {
	border-bottom: 1px solid var(--ram-line);
}

.ram-faq h3 {
	margin: 0;
}

.ram-faq__button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--ram-ink);
	cursor: pointer;
	display: flex;
	font-family: var(--ram-display);
	font-size: clamp(23px, 2.4vw, 34px);
	justify-content: space-between;
	padding: 28px 0;
	text-align: left;
	width: 100%;
}

.ram-faq__panel {
	color: var(--ram-muted);
	max-width: 760px;
	padding: 0 0 32px;
}

.ram-editor-note {
	background: #fff8d8;
	border: 1px solid #e2c65c;
	color: #574a10;
	padding: 16px;
}

.reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1080px) {
	:root {
		--ram-shell: min(100% - 56px, 1360px);
	}

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

	.site-navigation {
		display: none;
	}

	.site-menu-toggle {
		display: inline-flex;
		grid-column: 2;
		grid-row: 1;
	}

	.site-menu-toggle > span:first-child {
		font-size: 13px;
		font-weight: 700;
	}

	.site-header__cta {
		display: none;
	}

	.site-navigation.is-open {
		background: var(--ram-ink);
		display: block;
		grid-column: 1 / -1;
		padding: 30px 0 42px;
	}

	.site-navigation.is-open .menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.site-navigation.is-open a {
		font-family: var(--ram-display);
		font-size: 32px;
	}

	.ram-hero__intro {
		grid-column: 7 / -1;
	}

	.ram-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ram-person:nth-child(4n + 2),
	.ram-person:nth-child(4n + 4) {
		transform: none;
	}

	.ram-person:nth-child(2n) {
		transform: translateY(46px);
	}

	.ram-client-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.site-footer__grid {
		grid-template-columns: 2fr 1fr 1fr;
	}

	.site-footer__grid > div:last-child {
		grid-column: 2;
	}
}

@media (max-width: 720px) {
	:root {
		--ram-shell: calc(100% - 36px);
		--ram-section: 88px;
	}

	body {
		font-size: 16px;
	}

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

	.custom-logo,
	.ram-brand img {
		max-height: 28px;
		max-width: 190px;
	}

	.ram-hero {
		min-height: calc(100svh - 74px);
		padding-block: 92px 62px;
	}

	.ram-hero__title {
		font-size: clamp(56px, 17vw, 82px);
	}

	.ram-hero__intro {
		grid-column: 1 / -1;
		margin-top: 58px;
	}

	.ram-story__grid,
	.ram-connected__grid,
	.ram-process__intro,
	.ram-section-heading,
	.ram-culture__grid,
	.ram-future__copy {
		display: block;
	}

	.ram-story__body {
		border-left: 0;
		border-top: 1px solid var(--ram-line);
		margin-top: 48px;
		padding-left: 0;
		padding-top: 38px;
	}

	.ram-section-title {
		font-size: clamp(39px, 12vw, 58px);
	}

	.ram-statement,
	.ram-cta__title {
		font-size: clamp(46px, 13vw, 68px);
	}

	.ram-belief-list {
		display: block;
		margin-top: 64px;
	}

	.ram-belief-list p,
	.ram-belief-list p:not(:nth-child(3n + 1)) {
		border-left: 0;
		min-height: 0;
		padding: 24px 0;
	}

	.ram-connected__copy,
	.ram-process__intro > .wp-block-column:last-child,
	.ram-section-heading > .wp-block-column:last-child {
		margin-top: 42px;
	}

	.ram-timeline {
		display: block;
		margin-top: 60px;
	}

	.ram-timeline__item,
	.ram-timeline__item:not(:first-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		border-left: 0;
		padding: 34px 0;
	}

	.ram-timeline__item::before,
	.ram-timeline__item:not(:first-child)::before {
		left: 0;
		top: -5px;
	}

	.ram-process-list {
		margin-top: 60px;
	}

	.ram-process-step {
		gap: 14px;
		grid-template-columns: 48px 1fr;
	}

	.ram-process-step > p:last-child {
		grid-column: 2;
	}

	.ram-team-grid {
		display: block;
		margin-top: 64px;
	}

	.ram-person,
	.ram-person:nth-child(2n) {
		margin-bottom: 58px;
		transform: none;
	}

	.ram-client-grid {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 62px;
	}

	.ram-client {
		min-height: 116px;
	}

	.ram-project__details,
	.ram-project__narrative {
		grid-template-columns: 1fr;
	}

	.ram-project__narrative {
		gap: 20px;
	}

	.ram-project__narrative .ram-text-link {
		grid-column: auto;
	}

	.ram-future__copy {
		margin-top: 50px;
	}

	.site-footer {
		padding-top: 72px;
	}

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

	.site-footer__brand {
		grid-column: 1 / -1;
	}

	.site-footer__grid > div:last-child {
		grid-column: auto;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		margin-top: 60px !important;
	}

	.ram-post-grid,
	.ram-testimonials {
		grid-template-columns: 1fr;
	}
}

@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;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}
