/*!
Theme Name: myRUC Dark Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: myruc-dark-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

myRUC Dark Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* myRUC redesign: phase-one homepage and shared chrome */
:root{--color-brand:#f68c25;--color-brand-hover:#df7917;--color-ink:#0e1116;--color-panel:#14181f;--color-surface:#f6f7f8;--color-text:#14181f;--color-muted:#66707d;--color-border:rgba(20,24,31,.12);--container:1200px;--container-wide:1360px;--radius-md:20px;--radius-lg:28px;--radius-xl:38px;--space-section:clamp(5rem,9vw,8rem);--shadow-card:0 24px 60px -36px rgba(14,17,22,.45);--shadow-floating:0 32px 80px -34px rgba(0,0,0,.65)}
html{scroll-behavior:smooth}body{background:#fff;color:var(--color-text);font-family:Inter,Arial,sans-serif;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3,.site-brand__wordmark{font-family:Sora,Arial,sans-serif}.home-main{padding:0}.home-container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.screen-reader-text:focus{z-index:1000}
/* Header */
.site-header{position:fixed;inset:0 0 auto;z-index:50;color:#fff;transition:background-color .25s ease,box-shadow .25s ease,color .25s ease,backdrop-filter .25s ease}.site-header.is-scrolled{background:rgba(255,255,255,.9);box-shadow:0 6px 30px rgba(14,17,22,.09);color:var(--color-text);backdrop-filter:blur(14px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;width:min(calc(100% - 40px),var(--container-wide));min-height:82px;margin-inline:auto;gap:1rem}.site-brand{display:inline-flex;align-items:center;gap:9px;flex-shrink:0}.site-brand__mark{width:38px;height:38px;overflow:hidden;border-radius:50%;background:var(--color-brand)}.site-brand__mark img{width:100%;height:100%;object-fit:cover}.site-brand__wordmark{color:currentColor;font-size:1.25rem;font-weight:800;line-height:1}.site-brand__wordmark span{color:var(--color-brand)}.site-navigation{margin-left:auto}.primary-menu,.site-footer__menu{display:flex;padding:0;margin:0;list-style:none}.primary-menu{align-items:center;gap:2px}.primary-menu>li{position:relative}.primary-menu>li>a{display:flex;align-items:center;min-height:42px;padding:.6rem .8rem;font-size:.84rem;font-weight:700;color:currentColor;opacity:.88;transition:color .2s ease,opacity .2s ease}.primary-menu>li>a:hover,.primary-menu>li:focus-within>a{color:var(--color-brand);opacity:1}.primary-menu .menu-item-has-children>a:after{width:6px;height:6px;margin-left:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;content:'';transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}.primary-menu .menu-item-has-children:hover>a:after,.primary-menu .menu-item-has-children:focus-within>a:after{transform:rotate(225deg) translate(-2px,-2px)}.primary-menu .sub-menu{position:absolute;top:calc(100% + 8px);left:0;width:250px;padding:9px;margin:0;visibility:hidden;list-style:none;background:#fff;border:1px solid var(--color-border);border-radius:16px;box-shadow:var(--shadow-card);opacity:0;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.primary-menu li:hover>.sub-menu,.primary-menu li:focus-within>.sub-menu{visibility:visible;opacity:1;transform:translateY(0)}.primary-menu .sub-menu a{display:block;padding:.7rem .85rem;color:var(--color-text);border-radius:10px;font-size:.86rem;font-weight:600}.primary-menu .sub-menu a:hover,.primary-menu .sub-menu a:focus{color:var(--color-brand);background:#fff4e9}.site-header__actions{display:flex;align-items:center;gap:1rem}.site-header__signin{font-size:.84rem;font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:.75rem 1.25rem;border:1px solid transparent;border-radius:999px;font-size:.94rem;font-weight:700;text-align:center;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button:focus-visible,.primary-menu a:focus-visible,.site-menu-toggle:focus-visible,.text-link:focus-visible{outline:3px solid var(--color-brand);outline-offset:3px}.button--small{min-height:40px;padding:.6rem 1rem;font-size:.82rem}.button--brand{color:#fff;background:var(--color-brand);box-shadow:0 13px 26px -14px rgba(246,140,37,.9)}.button--brand:hover,.button--brand:focus-visible{color:#fff;background:var(--color-brand-hover)}.button--ghost-light{color:#fff;border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.07)}.button--ghost-light:hover,.button--ghost-light:focus-visible{color:#fff;background:rgba(255,255,255,.16);border-color:#fff}.site-menu-toggle{display:none;width:46px;height:46px;padding:0;border:1px solid currentColor;border-radius:50%;color:currentColor;background:transparent}.site-menu-toggle span[aria-hidden]{display:block;width:18px;height:2px;margin:3px auto;background:currentColor;transition:transform .2s ease,opacity .2s ease}
/* Hero */
.home-hero{position:relative;display:flex;min-height:720px;height:100svh;max-height:980px;padding:100px 0 112px;overflow:visible;color:#fff;background:var(--color-ink);isolation:isolate}.home-hero__media,.home-cta__media{position:absolute;inset:0;z-index:-2;overflow:hidden}.home-hero__media:after{position:absolute;inset:0;content:'';background:linear-gradient(90deg,rgba(14,17,22,.96),rgba(14,17,22,.84) 42%,rgba(14,17,22,.2) 76%),linear-gradient(0deg,rgba(14,17,22,.78),transparent 50%)}.home-hero__media img,.home-cta__media img{width:100%;height:100%;object-fit:cover}.home-hero__inner{display:flex;align-items:center}.home-hero__content{max-width:690px}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1.15rem;color:var(--color-brand);font-size:.73rem;font-weight:800;letter-spacing:.15em;line-height:1.25;text-transform:uppercase}.eyebrow--light{color:#ffd1aa}.eyebrow--light span{width:7px;height:7px;border-radius:50%;background:var(--color-brand);box-shadow:0 0 0 5px rgba(246,140,37,.16)}.home-hero h1,.home-cta h2{margin-bottom:1.5rem;color:#fff;font-size:clamp(3.05rem,6.7vw,6.1rem);font-weight:800;letter-spacing:0;line-height:1.03}h2{font-size:clamp(2.2rem,4vw,4.25rem);font-weight:800;letter-spacing:0;line-height:1.08}h2 em,h1 em{color:var(--color-brand);font-style:normal}.home-hero__lede{max-width:620px;margin-bottom:2rem;color:rgba(255,255,255,.73);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.7}.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem}.hero-proof{position:absolute;bottom:0;left:50%;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;color:#fff;background:#171b22;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);box-shadow:var(--shadow-floating);transform:translate(-50%,50%)}.hero-proof>div{position:relative;display:grid;gap:.35rem;min-height:115px;padding:1.65rem 1.6rem 1.6rem 4rem}.hero-proof>div+div{border-left:1px solid rgba(255,255,255,.11)}.hero-proof>div:before{position:absolute;top:1.75rem;left:1.5rem;width:1.35rem;height:1.35rem;border:2px solid var(--color-brand);border-radius:50%;content:''}.hero-proof strong{font-family:Sora,Arial,sans-serif;font-size:.9rem}.hero-proof span{color:rgba(255,255,255,.58);font-size:.8rem;line-height:1.45}
/* Sections */
.home-section{padding:var(--space-section) 0}.home-section--paths{padding-top:calc(var(--space-section) + 6.5rem)}.home-section--connected,.home-section--app,.home-section--testimonials{background:var(--color-surface)}.section-heading{max-width:720px;margin-bottom:clamp(2.5rem,5vw,4.5rem)}.section-heading--center{margin-right:auto;margin-left:auto;text-align:center}.section-heading h2{margin-bottom:1rem}.section-heading>p:last-child,.split-layout>div>p:not(.eyebrow),.home-cta__inner>p:not(.eyebrow){color:var(--color-muted);font-size:1.05rem;line-height:1.72}.path-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}.path-card{position:relative;min-height:355px;padding:clamp(2rem,4vw,3.5rem);overflow:hidden;border-radius:var(--radius-xl);box-shadow:var(--shadow-card)}.path-card:after{position:absolute;top:-5rem;right:-5rem;width:15rem;height:15rem;border-radius:50%;content:'';filter:blur(4px);opacity:.45}.path-card--light{background:#f4f5f6;border:1px solid var(--color-border)}.path-card--light:after{background:#ffd5ae}.path-card--dark{color:#fff;background:var(--color-ink)}.path-card--dark:after{background:rgba(246,140,37,.42)}.path-card>*{position:relative;z-index:1}.path-card__tag{margin-bottom:1rem;color:var(--color-brand);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.path-card h3{margin-bottom:.75rem;font-size:clamp(2rem,3vw,3rem)}.path-card p:not(.path-card__tag){max-width:480px;color:var(--color-muted);line-height:1.65}.path-card--dark p:not(.path-card__tag){color:rgba(255,255,255,.65)}.path-card>a:last-child{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;color:var(--color-text);font-weight:800}.path-card--dark>a:last-child{color:#fff}.persona-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.persona-card{position:relative;min-height:440px;overflow:hidden;border-radius:var(--radius-lg);color:#fff;background:var(--color-ink);box-shadow:var(--shadow-card);transition:transform .35s ease,box-shadow .35s ease}.persona-card:hover{transform:translateY(-8px);box-shadow:0 34px 70px -34px rgba(14,17,22,.58)}.persona-card img{position:absolute;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.persona-card:hover img{transform:scale(1.08)}.persona-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,17,22,.1),rgba(14,17,22,.96) 86%)}.persona-card__tag{position:absolute;top:1.25rem;left:1.25rem;padding:.45rem .7rem;color:var(--color-text);background:rgba(255,255,255,.94);border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.persona-card__content{position:absolute;right:0;bottom:0;left:0;padding:1.5rem}.persona-card h3{margin-bottom:.7rem;font-size:1.25rem;line-height:1.15}.persona-card__content p{max-height:0;margin-bottom:0;overflow:hidden;color:rgba(255,255,255,.73);font-size:.88rem;line-height:1.55;opacity:0;transition:max-height .35s ease,margin .35s ease,opacity .25s ease}.persona-card:hover .persona-card__content p,.persona-card:focus-within .persona-card__content p{max-height:130px;margin-bottom:1rem;opacity:1}.persona-card a{color:#ffb16c;font-size:.84rem;font-weight:800}
.split-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,8vw,8rem)}.split-layout h2{margin-bottom:1.2rem}.split-layout--reverse>figure{order:2}.split-layout--reverse>div{order:1}.connected-image{position:relative;margin:0;overflow:hidden;border-radius:var(--radius-xl);background:#fff;box-shadow:var(--shadow-floating)}.connected-image img{width:100%;min-height:400px;object-fit:cover}.chip-list{display:flex;flex-wrap:wrap;gap:.75rem;padding:0;margin:1.6rem 0;list-style:none}.chip-list li{padding:.7rem .9rem;background:#fff;border:1px solid var(--color-border);border-radius:999px;font-size:.84rem;font-weight:700;box-shadow:0 8px 22px -18px rgba(14,17,22,.4)}.text-link{display:inline-flex;gap:.5rem;color:var(--color-text);font-size:.94rem;font-weight:800}.text-link:hover{color:var(--color-brand)}.home-section--steps{color:#fff;background:linear-gradient(135deg,#f68c25,#de7918)}.home-section--steps .section-heading>p:last-child{color:rgba(255,255,255,.82)}.home-section--steps h2{color:#fff}.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.step-card{overflow:hidden;background:var(--color-ink);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.step-card__image{position:relative;height:180px;overflow:hidden}.step-card__image img{width:100%;height:100%;object-fit:cover;opacity:.75;transition:transform .5s ease}.step-card:hover .step-card__image img{transform:scale(1.08)}.step-card__image:after{position:absolute;inset:0;content:'';background:linear-gradient(0deg,rgba(14,17,22,.7),transparent)}.step-card__image span{position:absolute;top:.9rem;left:1rem;z-index:1;color:rgba(255,255,255,.55);font-family:Sora,Arial,sans-serif;font-size:2.7rem;font-weight:800}.step-card>div:last-child{padding:1.4rem}.step-card h3{margin-bottom:.6rem;color:#fff;font-size:1.05rem}.step-card p{margin:0;color:rgba(255,255,255,.6);font-size:.85rem;line-height:1.6}
/* Lower page */
.partner-marquee{padding:5rem 0;overflow:hidden;background:#fff}.partner-marquee .section-heading{margin-bottom:2.5rem}.partner-marquee__viewport{position:relative;display:flex;align-items:center;min-height:72px;overflow:hidden}.partner-marquee__viewport:before,.partner-marquee__viewport:after{position:absolute;top:0;bottom:0;z-index:1;width:13%;content:'';pointer-events:none}.partner-marquee__viewport:before{left:0;background:linear-gradient(90deg,#fff,transparent)}.partner-marquee__viewport:after{right:0;background:linear-gradient(270deg,#fff,transparent)}.partner-marquee__track{display:flex;align-items:center;width:max-content;gap:clamp(2.8rem,5vw,4.8rem);animation:myruc-marquee 36s linear infinite}.partner-marquee__track:hover{animation-play-state:paused}.partner-marquee__item{display:flex;align-items:center;flex:0 0 auto}.partner-marquee__item img{display:block;height:40px;width:auto;max-width:168px;object-fit:contain;filter:grayscale(1);opacity:.72;transition:filter .3s ease,opacity .3s ease,transform .3s cubic-bezier(.16,1,.3,1)}.partner-marquee__item:hover img{filter:none;opacity:1;transform:translateY(-2px)}@keyframes myruc-marquee{to{transform:translateX(-50%)}}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.feature-card{min-height:225px;padding:1.75rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 15px 35px -34px rgba(14,17,22,.8);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.feature-card:hover{border-color:rgba(246,140,37,.55);box-shadow:var(--shadow-card);transform:translateY(-5px)}.feature-card>span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:1.6rem;color:var(--color-brand);background:#fff1e5;border-radius:12px;font-family:Sora,Arial,sans-serif;font-size:.72rem;font-weight:800}.feature-card h3{margin-bottom:.65rem;font-size:1.05rem}.feature-card p{margin:0;color:var(--color-muted);font-size:.88rem;line-height:1.6}.display-device{position:relative;display:flex;justify-content:center;padding:clamp(1rem,5vw,4rem);margin:0;background:radial-gradient(circle,#ffe2c9,transparent 68%)}.display-device img{max-width:530px;filter:drop-shadow(0 32px 35px rgba(14,17,22,.25))}.price{display:flex;align-items:baseline;gap:.65rem;margin:1.5rem 0}.price strong{font-family:Sora,Arial,sans-serif;font-size:2.7rem}.price span{color:var(--color-muted);font-size:.86rem}.tick-list{display:grid;gap:.75rem;padding:0;margin:1.6rem 0 2rem;list-style:none}.tick-list li{position:relative;padding-left:1.75rem;color:var(--color-muted);font-size:.93rem;line-height:1.5}.tick-list li:before{position:absolute;top:.25rem;left:0;display:grid;width:1.05rem;height:1.05rem;place-items:center;color:var(--color-brand);background:#fff0e2;border-radius:50%;content:'✓';font-size:.72rem;font-weight:800}.app-device{display:flex;justify-content:center;padding:1rem;margin:0}.app-device img{width:min(100%,290px);border:9px solid var(--color-ink);border-radius:38px;box-shadow:var(--shadow-floating)}.store-row{display:flex;flex-wrap:wrap;gap:.7rem}.store-button{display:inline-flex;flex-direction:column;align-items:flex-start;min-width:124px;padding:.7rem .9rem;margin-top:.6rem;border:1px solid rgba(255,255,255,.18);border-radius:11px;color:#fff;transition:transform .2s ease,border-color .2s ease}.store-button:hover{border-color:var(--color-brand);transform:translateY(-2px)}.store-button small{font-size:.6rem;letter-spacing:.04em;opacity:.7}.store-button strong{font-family:Sora,Arial,sans-serif;font-size:.82rem}.store-button--dark{margin-top:0;color:#fff;background:var(--color-ink)}.testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.testimonial-grid figure{padding:clamp(1.6rem,4vw,2.7rem);margin:0;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg)}.testimonial-grid blockquote{margin:0 0 1.7rem;color:var(--color-text);font-family:Sora,Arial,sans-serif;font-size:clamp(1.05rem,1.7vw,1.35rem);font-weight:600;line-height:1.55}.testimonial-grid figcaption{display:grid;gap:.2rem}.testimonial-grid figcaption strong{font-size:.86rem}.testimonial-grid figcaption span{color:var(--color-muted);font-size:.78rem}.home-cta{position:relative;padding:var(--space-section) 0;overflow:hidden;color:#fff;background:var(--color-ink);text-align:center;isolation:isolate}.home-cta__media{z-index:-2;opacity:.27}.home-cta:after{position:absolute;inset:0;z-index:-1;content:'';background:linear-gradient(90deg,var(--color-ink),rgba(14,17,22,.85),var(--color-ink))}.home-cta__inner{max-width:790px}.home-cta h2{font-size:clamp(2.5rem,5vw,4.7rem)}.home-cta__inner>p:not(.eyebrow){max-width:650px;margin:0 auto 2rem;color:rgba(255,255,255,.72)}.button-row--center{justify-content:center}
/* Footer and motion */
.site-footer{padding:4.5rem 0 1.5rem;color:#fff;background:var(--color-panel)}.site-footer__inner,.site-footer__bottom{display:grid;width:min(calc(100% - 40px),var(--container));margin-inline:auto}.site-footer__inner{grid-template-columns:1.55fr repeat(3,1fr);gap:2rem}.site-footer .site-brand{margin-bottom:1.3rem}.site-footer__brand>p,.site-footer__column>p:not(.site-footer__title){max-width:270px;color:rgba(255,255,255,.58);font-size:.84rem;line-height:1.65}.site-footer__phone{display:inline-block;margin-top:.7rem;color:#fff;font-family:Sora,Arial,sans-serif;font-size:.95rem;font-weight:700}.site-footer__title{margin-bottom:1rem;color:rgba(255,255,255,.45);font-family:Sora,Arial,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.site-footer__menu{display:grid;gap:.7rem}.site-footer__menu a{color:rgba(255,255,255,.68);font-size:.85rem;transition:color .2s ease}.site-footer__menu a:hover{color:var(--color-brand)}.site-footer__bottom{display:flex;justify-content:space-between;gap:1rem;padding-top:1.5rem;margin-top:3rem;color:rgba(255,255,255,.42);border-top:1px solid rgba(255,255,255,.1);font-size:.72rem}[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}
@media(max-width:1120px){.primary-menu>li>a{padding-inline:.55rem}.persona-grid{grid-template-columns:repeat(2,1fr)}.persona-card{min-height:410px}.step-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.site-header__inner{min-height:70px}.site-navigation{position:fixed;inset:70px 0 0;display:grid;align-content:start;padding:1.5rem 20px;overflow-y:auto;color:var(--color-text);background:rgba(255,255,255,.98);visibility:hidden;opacity:0;transform:translateY(-10px);transition:visibility .2s ease,opacity .2s ease,transform .2s ease}.site-header.menu-is-open .site-navigation{visibility:visible;opacity:1;transform:translateY(0)}.primary-menu{display:grid;width:min(100%,600px);margin:0 auto}.primary-menu>li{border-bottom:1px solid var(--color-border)}.primary-menu>li>a{min-height:54px;padding-inline:0;font-size:1.05rem}.primary-menu .sub-menu{position:static;display:none;width:auto;padding:0 0 .8rem;border:0;border-radius:0;box-shadow:none;opacity:1;transform:none;visibility:visible}.primary-menu li:hover>.sub-menu,.primary-menu li:focus-within>.sub-menu{display:block}.site-header__actions{display:none}.site-menu-toggle{display:block}.site-header.menu-is-open .site-menu-toggle span:nth-of-type(2){transform:translateY(5px) rotate(45deg)}.site-header.menu-is-open .site-menu-toggle span:nth-of-type(3){opacity:0}.site-header.menu-is-open .site-menu-toggle span:nth-of-type(4){transform:translateY(-5px) rotate(-45deg)}.home-hero{min-height:650px}.home-hero__media:after{background:linear-gradient(90deg,rgba(14,17,22,.94),rgba(14,17,22,.52)),linear-gradient(0deg,rgba(14,17,22,.86),transparent 55%)}.hero-proof{width:min(calc(100% - 40px),var(--container))}.split-layout{gap:3rem}.site-footer__inner{grid-template-columns:1.4fr 1fr 1fr}.site-footer__column:last-child{grid-column:1/-1}}
@media(max-width:680px){.home-container,.site-header__inner,.site-footer__inner,.site-footer__bottom{width:min(calc(100% - 32px),var(--container))}.home-hero{min-height:690px;max-height:none;padding:104px 0 160px}.home-hero h1{font-size:clamp(2.7rem,13vw,4.25rem)}.home-hero__lede{font-size:1rem}.hero-proof{display:grid;grid-template-columns:1fr;transform:translate(-50%,32%);border-radius:22px}.hero-proof>div{min-height:0;padding:1rem 1rem 1rem 3.6rem}.hero-proof>div+div{border-top:1px solid rgba(255,255,255,.11);border-left:0}.hero-proof>div:before{top:1.15rem;left:1.25rem}.home-section--paths{padding-top:14rem}.path-grid,.split-layout,.testimonial-grid{grid-template-columns:1fr}.split-layout--reverse>figure,.split-layout--reverse>div{order:initial}.persona-grid,.feature-grid,.step-grid{grid-template-columns:1fr}.persona-card{min-height:390px}.persona-card__content p{max-height:130px;margin-bottom:1rem;opacity:1}.connected-image img{min-height:0}.site-footer__inner{grid-template-columns:1fr 1fr;gap:2rem 1rem}.site-footer__brand,.site-footer__column:last-child{grid-column:1/-1}.site-footer__bottom{flex-direction:column}}
/* Preserve centring while the floating strip participates in the reveal system. */
#page{width:100%;overflow-x:clip}.hero-proof[data-reveal]{transform:translate(-50%,calc(50% + 20px))}.hero-proof[data-reveal].is-visible{transform:translate(-50%,50%)}
@media(max-width:680px){.hero-proof[data-reveal]{transform:translate(-50%,calc(32% + 20px))}.hero-proof[data-reveal].is-visible{transform:translate(-50%,32%)}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}.hero-proof[data-reveal],.hero-proof[data-reveal].is-visible{transform:translate(-50%,50%)}.partner-marquee__track{width:auto;flex-wrap:wrap;justify-content:center;animation:none}}

/* Keep content readable if the enhancement script is unavailable. */
[data-reveal]{opacity:1;transform:none}
.has-js [data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1)}
.has-js [data-reveal].is-visible{opacity:1;transform:translateY(0)}
.testimonial-grid--single{grid-template-columns:minmax(0,760px);justify-content:center}
.has-js .hero-proof[data-reveal]{transform:translate(-50%,calc(50% + 20px))}
.has-js .hero-proof[data-reveal].is-visible{transform:translate(-50%,50%)}
@media(max-width:680px){.testimonial-grid--single{grid-template-columns:1fr}.has-js .hero-proof[data-reveal]{transform:translate(-50%,calc(32% + 20px))}.has-js .hero-proof[data-reveal].is-visible{transform:translate(-50%,32%)}}
@media(prefers-reduced-motion:reduce){.has-js [data-reveal]{opacity:1;transform:none}.has-js .hero-proof[data-reveal],.has-js .hero-proof[data-reveal].is-visible{transform:translate(-50%,50%)}}
@media(max-width:900px){.site-navigation{background:#fff}}
@media(max-width:900px){.primary-menu .sub-menu{display:block}.primary-menu .sub-menu a{padding:.55rem 0 .55rem 1rem;color:var(--color-muted);font-size:.9rem}}

/* Reference fidelity polish: typography, responsive rhythm, and restrained interaction. */
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
body{font-feature-settings:"ss01" 1,"cv02" 1}
::selection{color:#fff;background:var(--color-brand)}
@keyframes myruc-gradient-shift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
@keyframes myruc-soft-pulse{0%,100%{box-shadow:0 0 0 0 rgba(246,140,37,.38)}50%{box-shadow:0 0 0 7px rgba(246,140,37,0)}}
@keyframes myruc-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
h1 em,h2 em{display:inline-block;background:linear-gradient(100deg,#f68c25,#ff5e3a,#ffb347,#f68c25);background-size:300% 300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:myruc-gradient-shift 7s ease infinite}
.home-hero h1{max-width:760px;font-size:clamp(3.2rem,6.5vw,6.75rem);line-height:1.02}
.home-hero__content{max-width:760px}.home-hero__lede{max-width:640px;font-size:clamp(1.02rem,1.35vw,1.17rem)}
.home-hero .eyebrow{margin-bottom:1.45rem;border:0;background:transparent}
.eyebrow--light span{animation:myruc-soft-pulse 2.5s ease-in-out infinite}
.button{padding:.8rem 1.45rem;box-shadow:none}.button--brand{box-shadow:0 16px 30px -16px rgba(246,140,37,.95)}.button--brand:visited,.button--brand:visited:hover,.button--brand:visited:focus-visible{color:#fff}.button--brand b,.button--ghost-light b,.path-card a b,.persona-card__cta b,.text-link b{transition:transform .25s cubic-bezier(.16,1,.3,1)}.button:hover b,.path-card a:hover b,.persona-card:hover .persona-card__cta b,.text-link:hover b{transform:translateX(4px)}
.hero-proof{background:rgba(23,27,34,.97);backdrop-filter:blur(14px)}.hero-proof>div{transition:background-color .3s ease}.hero-proof>div:hover{background:rgba(255,255,255,.045)}.hero-proof>div:before{border:0;border-radius:12px;background:rgba(246,140,37,.16);box-shadow:inset 0 0 0 1px rgba(255,177,108,.35)}
.section-heading h2{font-size:clamp(2.45rem,4.1vw,5rem);line-height:1.06}.section-heading>p:last-child,.split-layout>div>p:not(.eyebrow){font-size:clamp(1rem,1.3vw,1.12rem)}
.path-card{min-height:382px;border-radius:32px;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s cubic-bezier(.16,1,.3,1),background-color .45s ease}.path-card:hover{transform:translateY(-8px);box-shadow:0 34px 70px -30px rgba(14,17,22,.38)}.path-card:before{position:absolute;inset:0;content:'';opacity:.4;background-image:radial-gradient(rgba(14,17,22,.07) 1px,transparent 1px);background-size:22px 22px;mask-image:linear-gradient(125deg,#000,transparent 66%)}.path-card--dark:before{background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px)}.path-card a:last-child{position:relative}.text-link:after{position:absolute;right:0;bottom:-.3rem;left:0;height:2px;content:'';background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.16,1,.3,1)}.text-link:hover:after{transform:scaleX(1)}.path-card a:last-child:after{content:none}
.persona-card{border-radius:28px;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1)}.persona-card:hover{transform:translateY(-8px);box-shadow:0 38px 70px -30px rgba(14,17,22,.58)}.persona-card__shade{transition:background .5s ease}.persona-card:hover .persona-card__shade{background:linear-gradient(180deg,rgba(14,17,22,.12),rgba(14,17,22,.98) 80%)}.persona-card:after{position:absolute;right:0;bottom:0;left:0;height:4px;content:'';background:var(--color-brand);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.16,1,.3,1)}.persona-card:hover:after,.persona-card:focus-within:after{transform:scaleX(1)}.persona-card__tag{backdrop-filter:blur(8px)}
.connected-image{transition:transform .55s cubic-bezier(.16,1,.3,1),box-shadow .55s cubic-bezier(.16,1,.3,1)}.connected-image:hover{transform:translateY(-6px);box-shadow:0 38px 78px -35px rgba(14,17,22,.48)}
.chip-list li{padding:.82rem 1rem;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease}.chip-list li:hover{border-color:rgba(246,140,37,.45);box-shadow:0 15px 28px -20px rgba(14,17,22,.65);transform:translateY(-3px)}
.home-section--steps{position:relative;overflow:hidden;background:linear-gradient(135deg,#f68c25 0%,#e07d17 100%)}.home-section--steps:before{position:absolute;inset:0;opacity:.22;content:'';background-image:radial-gradient(rgba(255,255,255,.4) 1px,transparent 1px);background-size:22px 22px}.home-section--steps>.home-container{position:relative}.step-card{position:relative;transition:transform .42s cubic-bezier(.16,1,.3,1),box-shadow .42s cubic-bezier(.16,1,.3,1)}.step-card:hover{box-shadow:0 26px 44px -25px rgba(14,17,22,.75);transform:translateY(-8px)}.step-card:after{position:absolute;bottom:0;left:0;width:100%;height:4px;content:'';background:var(--color-brand);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.16,1,.3,1)}.step-card:hover:after{transform:scaleX(1)}
.partner-marquee__track{animation-duration:36s}
.home-section--features{position:relative;overflow:hidden}.feature-grid{position:relative;gap:1.25rem}.feature-card{position:relative;overflow:hidden;min-height:245px;padding:1.9rem;border-radius:24px;transition:transform .45s cubic-bezier(.16,1,.3,1),border-color .45s ease,box-shadow .45s ease}.feature-card>span{position:relative;z-index:1;width:52px;height:52px;border-radius:16px;color:#fff;background:var(--color-brand);box-shadow:0 15px 26px -15px rgba(246,140,37,.9);transition:transform .45s cubic-bezier(.16,1,.3,1),background-color .3s ease}.feature-card:nth-child(even)>span{background:var(--color-panel);box-shadow:0 15px 26px -15px rgba(14,17,22,.6)}.feature-card:hover>span{transform:translateY(-5px) rotate(-5deg)}.feature-card h3,.feature-card p{position:relative;z-index:1}.feature-card:before{position:absolute;bottom:0;left:0;width:100%;height:4px;content:'';background:var(--color-brand);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.16,1,.3,1)}.feature-card:hover:before{transform:scaleX(1)}
.display-device img,.app-device img{animation:myruc-float 6s ease-in-out infinite}.display-device{background:linear-gradient(135deg,#fff4e9,#fde1c4)}.display-device img{position:relative}.app-device img{animation-delay:-3s}.store-button{transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.store-button:hover{box-shadow:0 16px 26px -18px rgba(14,17,22,.8);transform:translateY(-4px)}
.testimonial-grid figure{position:relative;overflow:hidden;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s ease}.testimonial-grid figure:before{display:block;margin-bottom:1.2rem;color:rgba(246,140,37,.25);content:'“';font-family:Sora,Arial,sans-serif;font-size:5rem;font-weight:800;line-height:.5}.testimonial-grid figure:hover{box-shadow:0 30px 50px -32px rgba(14,17,22,.4);transform:translateY(-5px)}
.home-cta{background:var(--color-ink)}.home-cta:before{position:absolute;inset:0;z-index:-1;opacity:.22;content:'';background-image:radial-gradient(rgba(255,255,255,.34) 1px,transparent 1px);background-size:22px 22px}.home-cta h2{font-size:clamp(2.7rem,5.1vw,5.8rem)}.home-cta__inner>p:not(.eyebrow){font-size:clamp(16px,1.3vw,18px);line-height:1.7}
.has-js .home-hero__content>[data-reveal],.has-js .home-hero__content>*{animation:none}.has-js .home-hero__content{animation:myruc-hero-in .75s cubic-bezier(.16,1,.3,1) both}@keyframes myruc-hero-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
.has-js .path-grid>[data-reveal]:nth-child(2),.has-js .persona-grid>[data-reveal]:nth-child(2),.has-js .step-grid>[data-reveal]:nth-child(2),.has-js .feature-grid>[data-reveal]:nth-child(2){transition-delay:.08s}.has-js .persona-grid>[data-reveal]:nth-child(3),.has-js .step-grid>[data-reveal]:nth-child(3),.has-js .feature-grid>[data-reveal]:nth-child(3){transition-delay:.16s}.has-js .persona-grid>[data-reveal]:nth-child(4),.has-js .step-grid>[data-reveal]:nth-child(4),.has-js .feature-grid>[data-reveal]:nth-child(4){transition-delay:.24s}.has-js .feature-grid>[data-reveal]:nth-child(5){transition-delay:.32s}.has-js .feature-grid>[data-reveal]:nth-child(6){transition-delay:.4s}
@media(max-width:680px){.home-hero .eyebrow{font-size:.62rem}.home-hero h1{font-size:clamp(2.8rem,13vw,4.3rem)}.path-card{min-height:0}.section-heading h2{font-size:clamp(2.3rem,11vw,3.4rem)}.connected-image:after{right:1rem;bottom:1rem;width:46px;height:46px}.feature-card{min-height:0}.has-js .persona-grid>[data-reveal],.has-js .step-grid>[data-reveal],.has-js .feature-grid>[data-reveal]{transition-delay:0!important}}
@media(prefers-reduced-motion:reduce){h1 em,h2 em,.eyebrow--light span,.display-device img,.app-device img{animation:none!important}.has-js .home-hero__content{animation:none}}
.home-main .hero-proof strong{color:#fff!important;font-size:.98rem}.home-main .hero-proof span{color:rgba(255,255,255,.64)!important;font-size:.86rem}
.home-main .persona-card h3{color:#fff;font-size:1.38rem}.home-main .persona-card__content p{font-size:.95rem}.home-main .step-card h3{font-size:1.15rem}.home-main .step-card p{font-size:.92rem}.home-main .feature-card h3{font-size:1.18rem}.home-main .feature-card p{font-size:.96rem;line-height:1.65}.home-main .testimonial-grid blockquote{font-size:clamp(1.16rem,1.7vw,1.45rem)}
/* The legacy theme uses a 10px rem root. Keep the redesigned interface at its intended optical sizes. */
.primary-menu>li>a,.site-header__signin{font-size:13px}.home-hero .eyebrow,.eyebrow{font-size:12px}.home-hero__lede{font-size:clamp(16px,1.35vw,19px)}.hero-proof strong,.home-main .hero-proof strong{font-size:15px}.hero-proof span,.home-main .hero-proof span{font-size:13px}.section-heading>p:last-child,.split-layout>div>p:not(.eyebrow){font-size:clamp(16px,1.3vw,18px)}.path-card__tag{font-size:13px}.path-card p:not(.path-card__tag){font-size:16px}.path-card>a:last-child{font-size:16px}.persona-card__tag{font-size:12px}.home-main .persona-card h3{font-size:22px}.home-main .persona-card__content p{font-size:15px}.persona-card a{font-size:14px}.chip-list li{font-size:14px}.text-link{font-size:15px}.step-card h3,.home-main .step-card h3{font-size:18px}.step-card p,.home-main .step-card p{font-size:14px}.home-main .feature-card h3{font-size:18px}.home-main .feature-card p{font-size:15px}.price strong{font-size:38px}.price span{font-size:14px}.tick-list li{font-size:15px}.store-button small{font-size:10px}.store-button strong{font-size:14px}.home-main .testimonial-grid blockquote{font-size:clamp(19px,1.7vw,23px)}.testimonial-grid figcaption strong{font-size:14px}.testimonial-grid figcaption span{font-size:13px}.site-footer__brand>p,.site-footer__column>p:not(.site-footer__title),.site-footer__menu a{font-size:14px}.site-footer__title{font-size:12px}.site-footer__bottom{font-size:12px}
/* Lucide 0.516.0 icons, vendored locally to match the reference application. */
.hero-proof>div:before{content:none}.hero-proof>div{padding-left:5rem}.hero-proof__icon{position:absolute!important;top:1.65rem;left:1.5rem;display:grid!important;width:2.15rem;height:2.15rem;place-items:center;background:rgba(246,140,37,.15);border:1px solid rgba(255,177,108,.3);border-radius:11px}.hero-proof__icon img{width:19px;height:19px;filter:invert(65%) sepia(83%) saturate(1158%) hue-rotate(339deg) brightness(99%) contrast(94%)}
.persona-card__tag{display:inline-flex;align-items:center;gap:6px}.persona-card__tag img{width:14px;height:14px;filter:invert(65%) sepia(83%) saturate(1158%) hue-rotate(339deg) brightness(99%) contrast(94%)}
.feature-card>span img{width:25px;height:25px;filter:brightness(0) invert(1)}
@media(max-width:680px){.hero-proof>div{padding-left:4.4rem}.hero-proof__icon{top:1.05rem;left:1.15rem;width:2rem;height:2rem}.hero-proof__icon img{width:17px;height:17px}}
.home-main .button--ghost-light{color:#fff!important;background:rgba(255,255,255,.07)!important;border-color:rgba(255,255,255,.4)!important;box-shadow:none!important}.home-main .button--ghost-light:hover,.home-main .button--ghost-light:focus-visible{color:#fff!important;background:rgba(255,255,255,.17)!important;border-color:#fff!important}
.store-button{flex-direction:row;gap:10px}.store-button>img{width:21px;height:21px;flex:0 0 auto;filter:brightness(0) invert(1)}.store-button>span{display:grid;gap:2px}.store-button strong,.site-footer .store-button strong{color:#fff!important}.store-button small{color:rgba(255,255,255,.7)!important}
.home-main .path-card--dark h3{color:#fff!important}
.home-main .path-card--light h3{color:var(--color-ink)!important}

/* Keep the homepage independent of the removed custom CSS plugin. */
html{font-size:62.5%}
body,button,input,select,optgroup,textarea{font-size:16px}
.home-main .button{min-height:48px;padding:12px 22px;font-size:15px;line-height:1.25}
.home-main .button--small{min-height:40px;padding:9px 16px;font-size:13px}
.site-header .button--small{min-height:42px;padding:0 18px;font-size:13px;line-height:1.2;font-weight:700}
.site-brand__wordmark{font-size:20px}

/* Testimonial treatment aligned with the reference homepage. */
.home-section--testimonials{background:#f5f6f8}
.home-section--testimonials .section-heading{margin-bottom:42px}
.testimonial-grid--single{grid-template-columns:minmax(0,600px)}
.testimonial-grid--single figure{min-height:288px;padding:40px 42px;border:0;border-radius:24px;box-shadow:0 18px 42px -28px rgba(20,24,31,.38)}
.testimonial-grid--single figure:before{margin-bottom:14px;color:#5c626d;font-size:58px;line-height:.48}
.home-main .testimonial-grid--single blockquote{margin:0 0 27px;color:#5e6670;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:500;line-height:1.6}
.testimonial-grid--single figcaption{display:flex;align-items:center;gap:12px}
.testimonial-grid__avatar{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;color:#fff;background:var(--color-brand);border-radius:50%;font-size:14px;font-weight:800;box-shadow:0 8px 16px -10px rgba(246,140,37,.9)}
.testimonial-grid__person{display:grid;gap:3px}
.testimonial-grid__person strong{color:var(--color-text);font-size:15px;line-height:1.2}
.testimonial-grid__person>span{color:#8c939c;font-size:13px;line-height:1.35}
@media(max-width:680px){.home-section--testimonials .section-heading{margin-bottom:30px}.testimonial-grid--single figure{min-height:0;padding:32px 26px}.testimonial-grid--single blockquote{font-size:16px}.testimonial-grid__avatar{width:40px;height:40px;flex-basis:40px}}

/* Scroll-scrubbed 360 degree display viewer. Desktop uses a tall sticky track like the reference demo. */
.home-section--display{color:#fff;background:radial-gradient(circle at 77% 49%,rgba(246,140,37,.22),transparent 31%),linear-gradient(118deg,#0c1016 0%,#1a202a 53%,#30343b 100%)}
.display-spin-track,.display-spin-stage{position:relative}
.display-spin-layout{display:grid;grid-template-columns:minmax(0,1fr);align-items:center}
.display-spin-content{position:relative;z-index:2;grid-area:1 / 1;display:flex;flex-direction:column;justify-content:center;width:min(100%,500px);max-width:500px}
.display-spin-content h2{margin-bottom:19px;color:#fff}
.display-spin-content>p:not(.eyebrow):not(.price){color:rgba(255,255,255,.72);font-size:clamp(16px,1.3vw,18px);line-height:1.72}
.display-spin-content .price strong{color:#fff}
.display-spin-content .price span,.display-spin-content .tick-list li{color:rgba(255,255,255,.68)}
.display-spin-content .tick-list li:before{color:#0e1116;background:#ffd4ad}
.home-section--display .display-spin-content>.button{align-self:flex-start;width:fit-content;max-width:100%}
.display-spin-viewer{position:relative;z-index:1;grid-area:1 / 1;display:grid;align-self:stretch;justify-self:end;width:78%;min-height:580px;margin:0;overflow:hidden;place-items:center}
.display-spin-fallback,.display-spin-canvas{grid-area:1 / 1;position:absolute;top:50%;left:54%;z-index:1;width:96%;max-width:96%;max-height:96%;height:auto;aspect-ratio:1200 / 675;object-fit:contain;transform:translate(-50%,-50%);filter:brightness(1.14) drop-shadow(0 28px 32px rgba(0,0,0,.45))}
.display-spin-canvas{display:block;opacity:0;transition:opacity .25s ease}
.display-spin-viewer.is-ready .display-spin-canvas{opacity:1}
.display-spin-viewer.is-ready .display-spin-fallback{opacity:0}
.display-spin-fallback{transition:opacity .25s ease}
.display-spin-loading{position:absolute;inset:0;z-index:2;display:grid;place-items:center;color:rgba(255,255,255,.75);font-size:13px;font-weight:700;letter-spacing:.08em;text-align:center;text-transform:uppercase;pointer-events:none;opacity:0;transition:opacity .25s ease}
.display-spin-viewer.is-loading .display-spin-loading{opacity:1}
.display-spin-loading span{padding:10px 14px;background:rgba(14,17,22,.68);border:1px solid rgba(255,255,255,.16);border-radius:999px;backdrop-filter:blur(8px)}
@media(min-width:901px) and (prefers-reduced-motion:no-preference){body.home{overflow-x:clip}.home-section--display{padding:0}.display-spin-track{height:400vh}.display-spin-stage{position:sticky;top:0;z-index:1;display:flex;align-items:center;height:100svh;padding-top:82px;overflow:hidden}.display-spin-layout{min-height:0}}
@media(max-width:900px){.display-spin-layout{grid-template-columns:1fr;gap:28px}.display-spin-content{grid-area:auto;max-width:none;width:100%;order:2}.display-spin-viewer{grid-area:auto;order:1;justify-self:stretch;width:100%;min-height:360px;margin:0}.display-spin-fallback,.display-spin-canvas{width:90%;max-width:90%;max-height:90%;left:50%}}

.connected-image,.connected-image.is-visible{display:grid;width:100%;min-height:400px;padding:0;border:0;place-items:center;cursor:pointer;background-color:#dfe8ef;background-image:url('assets/images/home/video-bg.jpg');background-position:center;background-repeat:no-repeat;background-size:cover}
.connected-image:before{position:absolute;inset:0;z-index:1;content:'';background:linear-gradient(135deg,rgba(14,17,22,.08),rgba(14,17,22,.48));transition:background-color .3s ease}
.connected-image:hover:before{background:linear-gradient(135deg,rgba(14,17,22,.03),rgba(14,17,22,.35))}
.connected-image__play{position:relative;z-index:2;display:grid;width:84px;height:84px;place-items:center;background:var(--color-brand);border:1px solid rgba(255,255,255,.65);border-radius:50%;box-shadow:0 18px 38px -12px rgba(14,17,22,.55);transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .3s ease}
.connected-image__play img,.connected-image img{width:29px;min-height:0;height:29px;margin-left:3px;filter:brightness(0) invert(1)}
.connected-image:hover .connected-image__play{background:var(--color-brand-hover);transform:scale(1.09)}
.connected-image:focus-visible{outline:3px solid var(--color-brand);outline-offset:5px}
.video-modal[hidden]{display:none}.video-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px}.video-modal__backdrop{position:absolute;inset:0;background:rgba(8,11,15,.88);backdrop-filter:blur(8px)}.video-modal__dialog{position:relative;z-index:1;width:min(1120px,100%);overflow:hidden;background:#000;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.55)}.video-modal__frame{aspect-ratio:16 / 9;background:#000}.video-modal__frame iframe{display:block;width:100%;height:100%;border:0}.video-modal__close{position:absolute;top:14px;right:14px;z-index:2;display:grid;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.45);border-radius:50%;place-items:center;color:#fff;background:rgba(14,17,22,.72);font-size:30px;line-height:1;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.video-modal__close:hover,.video-modal__close:focus-visible{background:var(--color-brand);transform:scale(1.06)}.video-modal__close:focus-visible{outline:3px solid #fff;outline-offset:3px}body.video-modal-open{overflow:hidden}
@media(max-width:680px){.connected-image__play{width:68px;height:68px}.connected-image__play img{width:24px;height:24px}.video-modal{padding:16px}.video-modal__dialog{border-radius:12px}.video-modal__close{top:9px;right:9px;width:38px;height:38px;font-size:27px}}

/* Larger path cards give each audience a clearer visual entry point. */
.home-section--personas{position:relative;overflow:hidden;background-color:#111b2d;background-image:linear-gradient(118deg,rgba(9,18,36,.96) 0%,rgba(19,31,52,.88) 42%,rgba(229,113,20,.83) 100%),url('assets/images/home/video-bg.jpg');background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}
.home-section--personas .section-heading h2{color:#fff}
.home-section--personas .section-heading>p:last-child{color:rgba(255,255,255,.78)}
.home-section--personas .persona-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.home-section--personas .persona-card{min-height:520px;border-radius:28px}
.home-section--personas .persona-card__tag{top:24px;left:24px;padding:9px 13px;color:#fff;background:transparent;backdrop-filter:none;font-size:13px}
.home-section--personas .persona-card__tag img{position:static;display:block;flex:0 0 auto;width:14px;height:14px;min-height:0;object-fit:contain;transform:none;filter:brightness(0) invert(1)}
.home-section--personas .persona-card__content{padding:32px}
.home-main .home-section--personas .persona-card h3{margin-bottom:12px;font-size:26px;line-height:1.12}
.home-main .home-section--personas .persona-card__content p{font-size:16px;line-height:1.62}
.home-section--personas .persona-card a{font-size:16px}
.persona-card__cta{color:#ffb16c;font-size:16px;font-weight:800}
.persona-card__link{position:absolute;inset:0;z-index:5;border-radius:inherit}
.persona-card__link:focus-visible{outline:3px solid var(--color-brand);outline-offset:3px}
@media(max-width:980px){.home-section--personas .persona-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}}
@media(max-width:680px){.home-section--personas{background-attachment:scroll}.home-section--personas .persona-grid{grid-template-columns:1fr;gap:20px}.home-section--personas .persona-card{min-height:430px}.home-section--personas .persona-card__content{padding:24px}.home-main .home-section--personas .persona-card h3{font-size:25px}.home-main .home-section--personas .persona-card__content p{font-size:16px}}

/* Retained for reuse on a dedicated workflow page, but not shown on the homepage. */
.home-main .home-section--steps{display:none}

/* Native store badges retain their official proportions on the page and footer. */
.store-row{align-items:center}
.app-device{display:flex;justify-content:center;padding:1rem;margin:0}
.app-device__phone{position:relative;width:min(100%,290px);overflow:hidden;background:var(--color-ink);border:9px solid var(--color-ink);border-radius:38px;box-shadow:var(--shadow-floating);animation:myruc-float 6s ease-in-out infinite;animation-delay:-3s}
.app-device__screen{position:relative;overflow:hidden;aspect-ratio:1290 / 2796;background:#f6f7f8}
.app-device__screen img{position:absolute;inset:0;width:100%;max-width:none;height:100%;margin:0;border:0;border-radius:0;object-fit:cover;object-position:top center;opacity:0;animation:app-screen-fade 12s ease-in-out infinite}
.app-device__screen img:first-child{opacity:1}
.app-device__screen img:nth-child(1){animation-delay:0s}
.app-device__screen img:nth-child(2){animation-delay:4s}
.app-device__screen img:nth-child(3){animation-delay:8s}
.app-device__phone:hover .app-device__screen img,.app-device__phone:focus-within .app-device__screen img{animation-play-state:paused}
@keyframes app-screen-fade{0%,28%{opacity:1}36%,92%{opacity:0}100%{opacity:1}}
@media(prefers-reduced-motion:reduce){.app-device__phone{animation:none}.app-device__screen img{animation:none!important;opacity:0}.app-device__screen img:first-child{opacity:1}}
.store-badge{display:inline-flex;align-items:center;justify-content:center;line-height:0;transition:transform .25s cubic-bezier(.16,1,.3,1),filter .25s ease}
.store-badge img{display:block;width:auto;height:50px;max-width:100%;object-fit:contain}
.store-badge:hover,.store-badge:focus-visible{filter:brightness(1.08);transform:translateY(-3px)}
.store-badge:focus-visible{outline:2px solid var(--color-brand);outline-offset:4px;border-radius:4px}
.site-footer .store-badge{display:flex;margin-top:8px;width:max-content}
.site-footer .store-badge img{height:42px}

/* WordPress Customizer logo used in the site header. */
.site-brand__custom-logo{display:block;width:62px;height:62px;flex:0 0 62px;object-fit:contain;object-position:center}
.site-brand__wordmark--custom{color:#fff;font-size:24px;font-weight:800;letter-spacing:0}
.site-header.is-scrolled .site-brand__wordmark--custom{color:var(--color-text)}
@media(max-width:680px){.site-brand__custom-logo{width:52px;height:52px;flex-basis:52px}.site-brand__wordmark--custom{font-size:24px}}

/* Hero proof: four-column stats strip over the next section. */
.hero-proof{grid-template-columns:repeat(4,minmax(0,1fr))}
.hero-proof__item{position:relative;display:grid;align-content:start;gap:8px;min-height:0;padding:22px 20px 20px;transition:background-color .3s ease}
.hero-proof__item:hover{background:rgba(255,255,255,.045)}
.hero-proof__item+.hero-proof__item{border-left:1px solid rgba(255,255,255,.11)}
.home-main .hero-proof .hero-proof__label{display:inline-flex;align-items:center;width:fit-content;padding:4px 9px;margin:0;border-radius:999px;background:rgba(246,140,37,.16);color:#ffd1aa!important;font-size:11px!important;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}
.home-main .hero-proof .hero-proof__value{display:block;margin:2px 0 0;color:#fff!important;font-family:Sora,Arial,sans-serif;font-size:clamp(28px,2.5vw,38px)!important;font-weight:800;letter-spacing:-.03em;line-height:1}
.hero-proof__logo{display:block;width:auto;height:36px;max-width:100%;margin:4px 0 2px;object-fit:contain;object-position:left center;mix-blend-mode:lighten}
.hero-proof__item p{margin:0;color:rgba(255,255,255,.64);font-size:13px;line-height:1.45}
@media(max-width:900px){.hero-proof{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-proof__item:nth-child(odd){border-left:0}.hero-proof__item:nth-child(n+3){border-top:1px solid rgba(255,255,255,.11)}.home-section--paths{padding-top:calc(var(--space-section) + 12rem)}}
@media(max-width:680px){.home-hero{padding-bottom:220px}.hero-proof{grid-template-columns:1fr}.hero-proof__item{padding:16px 18px}.hero-proof__item+.hero-proof__item{border-left:0;border-top:1px solid rgba(255,255,255,.11)}.hero-proof__item:nth-child(n+3){border-top:1px solid rgba(255,255,255,.11)}.hero-proof__logo{height:32px}.home-section--paths{padding-top:18rem}}
@media(prefers-reduced-motion:reduce){.hero-proof__item{transition:none}.partner-marquee__item img{transition:none}}

/* Partner marquee: grayscale logos, colour on hover. */
.partner-marquee__viewport{padding:8px 0}
.partner-marquee__item img{height:42px;max-width:180px}
@media(max-width:680px){.partner-marquee__item img{height:32px;max-width:140px}.partner-marquee__track{gap:clamp(2rem,6vw,3.2rem)}}
