/*!
Theme Name: MyRuc
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
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 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%;
}

/*
 * MyRUC header and navigation overrides.
 */
#site-header {
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header-inner {
	align-items: center;
	display: flex;
	gap: 2.4rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1400px;
	padding: 2.2rem 3.2rem;
	width: 100%;
}

.header-titles-wrapper,
.header-titles {
	margin: 0;
}

.header-titles {
	align-items: center;
	display: flex;
}

.site-title,
.site-description {
	display: none;
}

.main-navigation.header-navigation-wrapper {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 2rem;
	justify-content: flex-end;
	min-width: 0;
	width: auto;
}

.primary-menu-wrapper {
	margin-left: auto;
	width: auto;
}

.primary-menu {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu li {
	margin: 0;
	position: relative;
}

.primary-menu > li > a {
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 1.2rem 1.6rem;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a,
.primary-menu > li > a:hover,
.primary-menu > li > a:focus {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.menu-toggle {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	display: none;
	font-family: "Montserrat", sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	min-height: 4.6rem;
	padding: 0 1.8rem;
	text-transform: uppercase;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: none;
	color: #fff;
}

.myruc-header-badge {
	align-items: flex-end;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 0.4rem;
}

.myruc-header-badge img {
	border-radius: 0;
	display: block;
	height: auto;
	width: 110px;
}

.myruc-header-approved {
	font-family: "Roboto", sans-serif;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding-left: 1.8rem;
	position: relative;
	text-transform: uppercase;
}

.myruc-header-approved::before {
	background: #fff;
	border: 1px solid rgba(45, 139, 87, 0.18);
	border-radius: 50%;
	color: #2d8b57;
	content: "\2713";
	font-size: 1rem;
	font-style: normal;
	height: 13px;
	left: 0;
	line-height: 13px;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 13px;
}

@media screen and (max-width: 960px) {
	.header-inner {
		padding: 1.8rem 2rem;
	}

	.main-navigation.header-navigation-wrapper {
		flex: 0 0 auto;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.primary-menu-wrapper {
		background: rgba(20, 22, 48, 0.96);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 24px;
		box-shadow: 0 24px 48px rgba(17, 22, 46, 0.24);
		display: none;
		padding: 1.2rem;
		position: absolute;
		right: 2rem;
		top: calc(100% + 1.2rem);
		width: min(320px, calc(100vw - 4rem));
	}

	.main-navigation.toggled .primary-menu-wrapper {
		display: block;
	}

	.main-navigation ul.primary-menu {
		display: flex;
		flex-direction: column;
		gap: 0.4rem;
		width: 100%;
	}

	.primary-menu > li {
		width: 100%;
	}

	.primary-menu > li > a {
		border-radius: 16px;
		display: flex;
		padding: 1.3rem 1.4rem;
		width: 100%;
	}

	.myruc-header-badge {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.header-inner {
		padding: 1.6rem 1.6rem;
	}

	.myruc-site-logo img,
	.custom-logo {
		max-height: 56px;
		width: auto;
	}

	.primary-menu-wrapper {
		right: 1.6rem;
		width: calc(100vw - 3.2rem);
	}
}

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

/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/

.myruc-contact-page {
	background:
		linear-gradient(180deg, #f8fbff 0%, #ffffff 26rem),
		#ffffff;
	padding-bottom: 8rem;
}

.contact-hero {
	background-position: center;
	background-size: cover;
	color: #ffffff;
	display: flex;
	min-height: 58rem;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.contact-hero__inner,
.contact-layout__inner {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 4.8rem;
	padding-right: 4.8rem;
}

.contact-hero__inner {
	align-items: center;
	display: flex;
	padding-bottom: 12rem;
	padding-top: 8rem;
	position: relative;
	z-index: 2;
}

.contact-hero__content {
	max-width: 68rem;
}

.contact-hero__eyebrow,
.contact-section-label {
	color: #f7941d;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 1.6rem;
	text-transform: uppercase;
}

.contact-hero__title {
	color: #ffffff;
	font-size: clamp(4.6rem, 6vw, 7.6rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.95;
	margin: 0;
	max-width: 8ch;
}

.contact-hero__lede {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.95rem;
	line-height: 1.7;
	margin: 2.4rem 0 0;
	max-width: 62rem;
}

.contact-hero__shape {
	bottom: 0;
	left: 0;
	line-height: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.contact-hero__shape svg {
	display: block;
	height: 10rem;
	width: 100%;
}

.contact-hero__shape path {
	fill: #ffffff;
}

.contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
	margin-top: 3.2rem;
}

.contact-chip {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 2rem;
	color: #ffffff;
	display: inline-flex;
	flex-direction: column;
	gap: 0.4rem;
	min-width: 22rem;
	padding: 1.7rem 2rem;
	text-decoration: none;
	backdrop-filter: blur(14px);
}

.contact-chip__label {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-chip__value {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.4;
}

.contact-layout {
	margin-top: -8rem;
	position: relative;
	z-index: 2;
}

.contact-layout__inner {
	align-items: start;
	display: grid;
	gap: 3.2rem;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.94fr);
}

.contact-layout__content {
	display: grid;
	gap: 3.2rem;
}

.contact-info-block,
.contact-form-panel {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 2.8rem;
	box-shadow: 0 30px 70px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.contact-info-block {
	padding: 3.6rem;
}

.contact-info-block__header h2,
.contact-form-panel h2 {
	color: #18213f;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(2.8rem, 3vw, 4rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin: 0;
}

.contact-info-block__list {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
	margin-top: 3.2rem;
}

.contact-info-item {
	align-items: center;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	display: flex;
	gap: 2.4rem;
	justify-content: space-between;
	padding-top: 2rem;
}

.contact-info-item > div,
.contact-info-item__content {
	flex: 1;
	min-width: 0;
}

.contact-info-item h3,
.contact-form-panel__footer h3,
.contact-location__company {
	color: #18213f;
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 1rem;
}

.contact-info-item p,
.contact-location__copy p,
.contact-form-panel__intro,
.contact-form-panel__privacy,
.contact-form-panel__footer p {
	color: #5f6884;
	font-size: 1.7rem;
	line-height: 1.78;
	margin: 0;
}

.contact-text-link,
.contact-form-panel__privacy a {
	color: #f7941d;
	font-weight: 600;
	text-decoration: none;
}

.contact-text-link {
	display: inline-flex;
	margin-top: 1.4rem;
}

.contact-info-button {
	flex-shrink: 0;
	align-items: center;
	background: var(--myruc-color-accent);
	border-radius: 999px;
	box-shadow: 0 14px 28px rgba(247, 148, 29, 0.2);
	color: #fff;
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	margin-top: 1.8rem;
	min-height: 4.6rem;
	padding: 1.2rem 1.8rem;
	text-decoration: none;
}

.contact-info-button:hover,
.contact-info-button:focus {
	background: var(--myruc-color-accent-strong);
	color: #fff;
}

.contact-info-button--secondary {
	background: rgba(107, 67, 214, 0.1);
	box-shadow: none;
	color: var(--myruc-color-secondary);
}

.contact-info-button--secondary:hover,
.contact-info-button--secondary:focus {
	background: rgba(107, 67, 214, 0.16);
	color: var(--myruc-color-secondary-strong);
}

.contact-location {
	display: grid;
	gap: 2.4rem;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	margin-top: 3.2rem;
}

.contact-location__copy {
	display: grid;
	gap: 1.2rem;
}

.contact-location__map {
	background: #e9eef7;
	border-radius: 2rem;
	min-height: 32rem;
	overflow: hidden;
}

.contact-location__map iframe {
	border: 0;
	display: block;
	height: 100%;
	min-height: 32rem;
	width: 100%;
}

.contact-form-panel {
	padding: 3.6rem;
	position: sticky;
	top: 13rem;
}

.contact-form-panel__intro {
	margin-top: 1.8rem;
}

.contact-form-shell {
	margin-top: 2.8rem;
}

.contact-form-shell .ff-el-form-control {
	background: #f7f8fc;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 1.6rem;
	box-shadow: none;
	color: #18213f;
	font-size: 1.6rem;
	min-height: 5.8rem;
	padding: 1.6rem 1.8rem;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.contact-form-shell textarea.ff-el-form-control {
	min-height: 15rem;
	resize: vertical;
}

.contact-form-shell .ff-el-form-control:focus {
	background: #ffffff;
	border-color: rgba(247, 148, 29, 0.75);
	box-shadow: 0 0 0 4px rgba(247, 148, 29, 0.12);
	outline: 0;
}

.contact-form-shell .ff-el-group {
	margin-bottom: 1.8rem;
}

.contact-form-shell .ff-el-input--label label {
	color: #18213f;
	font-size: 1.45rem;
	font-weight: 700;
	margin-bottom: 0.8rem;
}

.contact-form-shell .ff-btn-submit:not(.ff_btn_no_style) {
	background: #f7941d !important;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 16px 32px rgba(247, 148, 29, 0.26);
	color: #ffffff !important;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1;
	min-height: 5.6rem;
	padding: 1.6rem 2.8rem;
}

.contact-form-shell .ff-btn-submit:not(.ff_btn_no_style):hover,
.contact-form-shell .ff-btn-submit:not(.ff_btn_no_style):focus {
	background: #e88616 !important;
	color: #ffffff !important;
}

.contact-form-panel__privacy {
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	margin-top: 2.8rem;
	padding-top: 2rem;
}

.contact-form-panel__footer {
	background: #f8fbff;
	border-radius: 2rem;
	margin-top: 2.4rem;
	padding: 2.4rem;
}

.contact-secondary-cta {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	color: #18213f;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	justify-content: center;
	margin-top: 1.6rem;
	min-height: 5rem;
	padding: 1.2rem 2rem;
	text-decoration: none;
}

@media (max-width: 1100px) {
	.contact-hero__inner,
	.contact-layout__inner {
		padding-left: 3.2rem;
		padding-right: 3.2rem;
	}

	.contact-hero__inner,
	.contact-layout__inner,
	.contact-location,
	.contact-info-block__list {
		grid-template-columns: 1fr;
	}

	.contact-info-item {
		align-items: flex-start;
		flex-direction: column;
	}

	.contact-form-panel {
		position: static;
	}
}

@media (max-width: 782px) {
	.contact-hero {
		padding: 5.8rem 0 7.2rem;
	}

	.contact-hero__inner,
	.contact-layout__inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.contact-hero__title {
		max-width: none;
	}

	.contact-chip,
	.contact-info-block,
	.contact-form-panel {
		width: 100%;
	}

	.contact-info-block,
	.contact-form-panel {
		border-radius: 2.2rem;
		padding: 2.4rem;
	}

	.contact-location__map,
	.contact-location__map iframe {
		min-height: 26rem;
	}
}

/*--------------------------------------------------------------
# Design system
--------------------------------------------------------------*/

:root {
	--myruc-color-text: #1d2340;
	--myruc-color-text-strong: #161c35;
	--myruc-color-muted: #66708c;
	--myruc-color-soft: #8b94ae;
	--myruc-color-border: rgba(29, 35, 64, 0.1);
	--myruc-color-border-strong: rgba(29, 35, 64, 0.16);
	--myruc-color-surface: #ffffff;
	--myruc-color-surface-alt: #f7f8fc;
	--myruc-color-surface-tint: #eef3ff;
	--myruc-color-page: #fbfcff;
	--myruc-color-accent: #f7941d;
	--myruc-color-accent-strong: #e88616;
	--myruc-color-secondary: #6b43d6;
	--myruc-color-secondary-strong: #5936ba;
	--myruc-shadow-soft: 0 18px 48px rgba(17, 24, 39, 0.08);
	--myruc-shadow-card: 0 26px 70px rgba(17, 24, 39, 0.1);
	--myruc-radius-sm: 1.4rem;
	--myruc-radius-md: 2.2rem;
	--myruc-radius-lg: 2.8rem;
	--myruc-container: 128rem;
	--myruc-container-wide: 136rem;
}

html {
	scroll-behavior: smooth;
}

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

body {
	background: var(--myruc-color-page);
	color: var(--myruc-color-text);
	font-family: "Roboto", sans-serif;
	line-height: 1.65;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--myruc-color-text);
	font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--myruc-color-text-strong);
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.06;
}

p,
li,
dd,
dt {
	color: var(--myruc-color-muted);
}

a {
	color: var(--myruc-color-accent);
	text-decoration: none;
	transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

a:visited {
	color: #d97c10;
}

a:hover,
a:focus {
	color: var(--myruc-color-accent-strong);
}

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

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.added_to_cart,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	align-items: center;
	background: var(--myruc-color-secondary);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 16px 32px rgba(107, 67, 214, 0.22);
	color: #fff;
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	gap: 0.8rem;
	justify-content: center;
	line-height: 1.1;
	min-height: 5.2rem;
	padding: 1.4rem 2.2rem;
	text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus {
	background: var(--myruc-color-secondary-strong);
	box-shadow: 0 18px 36px rgba(89, 54, 186, 0.24);
	color: #fff;
	transform: translateY(-1px);
}

#content {
	overflow: clip;
}

.section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--myruc-container);
	padding-left: clamp(2rem, 4vw, 4.8rem);
	padding-right: clamp(2rem, 4vw, 4.8rem);
	width: 100%;
}

#site-header {
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.myruc-header-overlay #site-header {
	background: linear-gradient(180deg, rgba(12, 18, 36, 0.4), rgba(12, 18, 36, 0));
	box-shadow: none;
	position: absolute;
}

.myruc-header-solid #site-header {
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(29, 35, 64, 0.08);
	box-shadow: 0 14px 40px rgba(17, 24, 39, 0.06);
	backdrop-filter: blur(18px);
}

.header-inner {
	gap: 2.4rem;
	max-width: var(--myruc-container-wide);
	padding: 2.2rem clamp(2rem, 3vw, 3.2rem);
}

.myruc-header-overlay .header-inner,
.myruc-header-solid .header-inner {
	max-width: var(--myruc-container-wide);
	padding: 2.2rem clamp(2rem, 3vw, 3.2rem);
}

.myruc-header-overlay .primary-menu > li > a,
.myruc-header-overlay .primary-menu > li > .icon {
	color: #fff !important;
}

.myruc-header-overlay .primary-menu > li.current-menu-item > a,
.myruc-header-overlay .primary-menu > li.current-menu-ancestor > a,
.myruc-header-overlay .primary-menu > li > a:hover,
.myruc-header-overlay .primary-menu > li > a:focus {
	background: rgba(255, 255, 255, 0.14);
	color: #fff !important;
}

.myruc-header-overlay .menu-toggle {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.myruc-header-overlay .menu-toggle:hover,
.myruc-header-overlay .menu-toggle:focus {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.myruc-header-overlay .myruc-header-approved {
	color: #fff;
}

.myruc-header-overlay .myruc-header-approved::before {
	background: #fff;
}

.myruc-header-solid .primary-menu > li > a {
	color: var(--myruc-color-text);
}

.myruc-header-solid .primary-menu > li.current-menu-item > a,
.myruc-header-solid .primary-menu > li.current-menu-ancestor > a,
.myruc-header-solid .primary-menu > li > a:hover,
.myruc-header-solid .primary-menu > li > a:focus {
	background: rgba(29, 35, 64, 0.08);
	color: var(--myruc-color-text-strong);
}

.myruc-header-solid .menu-toggle {
	background: var(--myruc-color-surface-alt);
	border-color: var(--myruc-color-border);
	color: var(--myruc-color-text);
}

.myruc-header-solid .menu-toggle:hover,
.myruc-header-solid .menu-toggle:focus {
	background: rgba(29, 35, 64, 0.08);
	color: var(--myruc-color-text-strong);
}

.myruc-header-solid .myruc-header-approved {
	color: var(--myruc-color-text);
}

.myruc-header-solid .myruc-header-approved::before {
	background: #effbf3;
}

.page-template-default .site-main,
.single-post .site-main,
.single-product .site-main,
.page-template-template-blog-archive .site-main {
	margin: 0 auto;
	max-width: var(--myruc-container-wide);
	padding: 4.8rem clamp(2rem, 4vw, 4.8rem) 8rem;
	width: 100%;
}

.page-template-default.page-id-1907 .site-main {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.page-template-template-blog-archive .site-main {
	max-width: none;
	padding: 0 0 8rem;
}

.page-template-default .entry-header,
.single-post .entry-header,
.single-product .entry-header {
	margin-bottom: 3.2rem;
}

.page-template-default .entry-title,
.single-post .entry-title,
.single-product .product_title,
.myruc-blog-archive .entry-title {
	color: var(--myruc-color-text-strong);
	font-family: "Montserrat", sans-serif;
	font-size: clamp(4.2rem, 5vw, 6.6rem);
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 0.95;
	margin: 0;
}

.page-template-default .entry-content,
.single-post .entry-content {
	max-width: 84rem;
}

#site-footer {
	background: linear-gradient(180deg, #f8fbff 0%, #eef3ff 100%);
	border-top: 1px solid rgba(29, 35, 64, 0.08);
	margin-top: 0;
}

#site-footer,
#site-footer a,
#site-footer p,
#site-footer li {
	color: var(--myruc-color-muted);
}

#site-footer .section-inner {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--myruc-container-wide);
	padding-bottom: 2.8rem;
	padding-left: clamp(2rem, 4vw, 4.8rem);
	padding-right: clamp(2rem, 4vw, 4.8rem);
	padding-top: 4.8rem;
	width: min(100%, var(--myruc-container-wide));
}

#site-footer .myruc-footer-main {
	column-gap: 3.2rem;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.9fr));
	row-gap: 2.8rem;
	width: 100%;
}

#site-footer .myruc-footer-heading {
	color: var(--myruc-color-text-strong);
	font-size: 1.85rem;
	margin: 0 0 1.6rem;
}

#site-footer .myruc-footer-tagline,
#site-footer .myruc-footer-widget p,
#site-footer .myruc-footer-widget li,
#site-footer .myruc-footer-contact p {
	font-size: 1.6rem;
	line-height: 1.75;
}

#site-footer .myruc-footer-menu {
	display: grid;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-footer .myruc-footer-menu a:hover,
#site-footer .myruc-footer-menu a:focus,
#site-footer .footer-copyright a:hover,
#site-footer .footer-copyright a:focus {
	color: var(--myruc-color-accent);
}

#site-footer .myruc-footer-cta {
	background: var(--myruc-color-secondary);
	color: #fff !important;
}

#site-footer .myruc-footer-cta:hover,
#site-footer .myruc-footer-cta:focus {
	background: var(--myruc-color-secondary-strong);
}

#site-footer .myruc-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(29, 35, 64, 0.08);
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-top: 3.2rem;
	padding-top: 2.4rem;
	width: 100%;
}

#site-footer .footer-credits {
	display: flex;
	justify-content: flex-start;
}

#site-footer .to-the-top {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(29, 35, 64, 0.08);
	border-radius: 999px;
	box-shadow: none;
	color: var(--myruc-color-text-strong);
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	min-height: 4.6rem;
	padding: 0 1.8rem;
}

#site-footer .to-the-top:hover,
#site-footer .to-the-top:focus {
	background: #fff;
	color: var(--myruc-color-text-strong);
}

.myruc-blog-archive {
	background: linear-gradient(180deg, #f7faff 0%, #ffffff 26rem);
	padding-bottom: 8rem;
}

.blog-hero {
	background:
		linear-gradient(115deg, rgba(15, 23, 42, 0.84), rgba(15, 23, 42, 0.64)),
		url("/wp-content/uploads/2023/04/F1371461-9E3F-4C9F-9033-9DE0AA0ABCDC_1_102_o.jpeg") center/cover;
	color: #ffffff;
	display: flex;
	min-height: 58rem;
	overflow: hidden;
	position: relative;
}

.blog-hero__inner,
.myruc-blog-archive__inner {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 4.8rem;
	padding-right: 4.8rem;
}

.blog-hero__inner {
	align-items: center;
	display: flex;
	padding-bottom: 9.6rem;
	padding-top: 8rem;
	position: relative;
	z-index: 2;
}

.blog-hero__content {
	max-width: 76rem;
}

.blog-hero__eyebrow,
.myruc-blog-toolbar__eyebrow,
.myruc-blog-category__eyebrow,
.myruc-post-card__meta time {
	color: #f7941d;
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 1.6rem;
	text-transform: uppercase;
}

.blog-hero__title {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(4.6rem, 6vw, 7.2rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.95;
	margin: 0;
	max-width: 8ch;
}

.blog-hero__lede {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.95rem;
	line-height: 1.72;
	margin: 2.4rem 0 0;
	max-width: 62rem;
}

.blog-hero__stats {
	display: grid;
	gap: 1.4rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 3.2rem 0 0;
	padding: 0;
}

.blog-hero__stats li {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 2rem;
	display: grid;
	gap: 0.4rem;
	padding: 1.8rem 2rem;
	backdrop-filter: blur(14px);
}

.blog-hero__stat-value {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(2rem, 2.3vw, 2.8rem);
	font-weight: 700;
	line-height: 1.1;
}

.blog-hero__stat-label {
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.35rem;
	line-height: 1.5;
}

.blog-hero__shape {
	bottom: 0;
	left: 0;
	line-height: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.blog-hero__shape svg {
	display: block;
	height: 10rem;
	width: 100%;
}

.blog-hero__shape path {
	fill: #ffffff;
}

.myruc-blog-archive__inner {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 3.2rem;
	box-shadow: 0 30px 70px rgba(15, 23, 42, 0.08);
	margin-top: -7.2rem;
	padding-bottom: 4rem;
	padding-top: 8.4rem;
	position: relative;
	z-index: 2;
}

.myruc-blog-toolbar {
	align-items: end;
	display: flex;
	gap: 3.2rem;
	justify-content: space-between;
	margin-bottom: 3.2rem;
}

.myruc-blog-toolbar__copy {
	max-width: 72rem;
}

.myruc-blog-toolbar__copy h2,
.myruc-blog-category__header h2 {
	color: var(--myruc-color-text-strong);
	font-family: "Montserrat", sans-serif;
	font-size: clamp(3.2rem, 4vw, 4.8rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0;
}

.myruc-blog-toolbar__copy p:last-child,
.myruc-blog-category__description,
.myruc-blog-empty p {
	color: var(--myruc-color-muted);
	font-size: 1.75rem;
	line-height: 1.75;
	margin: 1.6rem 0 0;
}

.myruc-blog-toolbar__count {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
	color: var(--myruc-color-text-strong);
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	min-height: 4.8rem;
	padding: 0 1.8rem;
	white-space: nowrap;
}

.myruc-blog-archive__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	margin-bottom: 3.2rem;
}

.myruc-blog-chip {
	align-items: center;
	background: #fff7ed;
	border: 1px solid rgba(247, 148, 29, 0.32);
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(247, 148, 29, 0.1);
	color: #9a5600;
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	gap: 1rem;
	padding: 1.1rem 1.6rem;
	text-decoration: none;
}

.myruc-blog-chip.is-active {
	background: linear-gradient(180deg, #f8a63e 0%, #f7941d 100%);
	border-color: #f7941d;
	box-shadow: 0 18px 36px rgba(247, 148, 29, 0.28);
	color: #ffffff;
	transform: translateY(-0.1rem);
}

.myruc-blog-chip span {
	align-items: center;
	background: rgba(247, 148, 29, 0.14);
	border-radius: 999px;
	color: #c96a00;
	display: inline-flex;
	font-size: 1.2rem;
	justify-content: center;
	min-width: 2.4rem;
	padding: 0.25rem 0.75rem;
}

.myruc-blog-chip.is-active span {
	background: rgba(255, 255, 255, 0.24);
	color: #ffffff;
}

.myruc-blog-category {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 2.8rem;
	box-shadow: 0 30px 70px rgba(15, 23, 42, 0.08);
	margin-bottom: 3.2rem;
	padding: 3.2rem 3.6rem;
}

.myruc-blog-category__header {
	align-items: start;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.myruc-post-grid {
	display: grid;
	gap: 2.4rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.myruc-post-grid.is-single-card {
	grid-template-columns: minmax(0, 42rem);
	justify-content: start;
}

.myruc-post-card {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 2.4rem;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.myruc-post-card__media {
	background:
		radial-gradient(circle at top left, rgba(247, 148, 29, 0.08), transparent 42%),
		linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 2.4rem 2.4rem 0 0;
	display: grid;
	overflow: hidden;
	place-items: center;
}

.myruc-post-card__media img {
	border-radius: 0 !important;
	display: block;
	height: auto;
	max-height: none;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.myruc-post-card__media-fallback {
	color: var(--myruc-color-secondary);
	font-family: "Montserrat", sans-serif;
	font-size: 6rem;
	font-weight: 700;
}

.myruc-post-card__body {
	display: grid;
	gap: 1.5rem;
	padding: 2.5rem;
}

.myruc-post-card__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.2rem;
}

.myruc-post-card__tag {
	align-items: center;
	background: rgba(247, 148, 29, 0.1);
	border-radius: 999px;
	color: #c96a00;
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	min-height: 3rem;
	padding: 0 1rem;
	text-transform: uppercase;
}

.myruc-post-card__title {
	color: var(--myruc-color-text-strong);
	font-size: 2rem;
	line-height: 1.2;
	margin: 0;
}

.myruc-post-card__title a {
	color: var(--myruc-color-text-strong);
}

.myruc-post-card__excerpt {
	color: var(--myruc-color-muted);
	font-size: 1.65rem;
	line-height: 1.7;
}

.myruc-post-card__link {
	align-items: center;
	color: var(--myruc-color-accent);
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.myruc-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	margin-top: 4rem;
}

.myruc-pagination .page-numbers {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
	color: var(--myruc-color-text-strong);
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	justify-content: center;
	min-height: 4.8rem;
	min-width: 4.8rem;
	padding: 0 1.4rem;
	text-decoration: none;
}

.myruc-pagination .page-numbers.current {
	background: #18213f;
	border-color: #18213f;
	color: #ffffff;
}

.myruc-blog-empty {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 2.8rem;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
	padding: 4rem;
	text-align: center;
}

.myruc-blog-empty h2 {
	color: var(--myruc-color-text-strong);
	font-size: clamp(3rem, 4vw, 4.2rem);
	margin: 0;
}

.single-post .site-main {
	max-width: none;
	padding: 0 0 8rem;
}

.single-post article.post {
	margin: 0;
}

.single-post-hero {
	background-position: center;
	background-size: cover;
	color: #ffffff;
	display: flex;
	min-height: 58rem;
	overflow: hidden;
	position: relative;
}

.single-post-hero__inner,
.single-post-shell__inner {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 4.8rem;
	padding-right: 4.8rem;
}

.single-post-hero__inner {
	align-items: center;
	display: flex;
	padding-bottom: 10rem;
	padding-top: 8rem;
	position: relative;
	z-index: 2;
}

.single-post-hero__content {
	max-width: 96rem;
}

.single-post-hero__eyebrow,
.single-post-hero__meta {
	font-family: "Montserrat", sans-serif;
}

.single-post-hero__eyebrow {
	color: #f7941d;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 1.6rem;
	text-transform: uppercase;
}

.single-post .single-post-hero__title,
.single-post .entry-title.single-post-hero__title {
	color: #ffffff !important;
	text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
	font-size: clamp(4.8rem, 6vw, 7.4rem);
	letter-spacing: -0.05em;
	line-height: 0.95;
	margin: 0;
	max-width: 13ch;
}

.single-post-hero__meta {
	align-items: center;
	color: rgba(255, 255, 255, 0.78);
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3rem;
	font-weight: 700;
	gap: 1rem 1.4rem;
	letter-spacing: 0.1em;
	margin-top: 2.4rem;
	text-transform: uppercase;
}

.single-post-hero__meta span + span::before,
.single-post-hero__meta time + span::before {
	content: "•";
	margin-right: 1.4rem;
}

.single-post-hero__excerpt {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.9rem;
	line-height: 1.72;
	margin: 2rem 0 0;
	max-width: 62rem;
}

.single-post-hero__shape {
	bottom: 0;
	left: 0;
	line-height: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.single-post-hero__shape svg {
	display: block;
	height: 10rem;
	width: 100%;
}

.single-post-hero__shape path {
	fill: #ffffff;
}

.single-post-shell {
	margin-top: -8rem;
	position: relative;
	z-index: 2;
}

.single-post-shell__inner {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 2.8rem;
	box-shadow: 0 30px 70px rgba(15, 23, 42, 0.08);
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.single-post .entry-content {
	max-width: 84rem;
}

.single-post .entry-content > * {
	margin-left: auto;
	margin-right: auto;
}

.single-post .entry-content > figure,
.single-post .entry-content > .wp-block-image,
.single-post .entry-content > .wp-block-embed,
.single-post .entry-content > .wp-block-gallery {
	max-width: 100%;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
	color: var(--myruc-color-text-strong);
	font-family: "Montserrat", sans-serif;
	letter-spacing: -0.03em;
	line-height: 1.08;
}

.single-post .entry-content h2 {
	font-size: clamp(3.2rem, 4vw, 4.4rem);
	margin-top: 4.8rem;
}

.single-post .entry-content h3 {
	font-size: clamp(2.6rem, 3.3vw, 3.4rem);
	margin-top: 4rem;
}

.single-post .entry-content p,
.single-post .entry-content li,
.single-post .entry-content blockquote {
	color: var(--myruc-color-muted);
	font-size: 1.8rem;
	line-height: 1.9;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
	padding-left: 2.2rem;
}

.single-post .entry-content blockquote {
	background: #f8fbff;
	border-left: 4px solid #f7941d;
	border-radius: 2rem;
	margin: 3.2rem auto;
	padding: 2.4rem 2.8rem;
}

.single-post .entry-content img {
	border-radius: 2rem;
}

.single-post-shell__footer {
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	margin: 4rem auto 0;
	max-width: 84rem;
	padding-top: 2.4rem;
}

.single-post .post-navigation {
	margin: 3.2rem auto 0;
	max-width: 1280px;
	padding-left: 4.8rem;
	padding-right: 4.8rem;
}

.single-post .post-navigation .nav-links {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-post .post-navigation .nav-previous,
.single-post .post-navigation .nav-next {
	flex: none;
}

.single-post .post-navigation .nav-next {
	text-align: right;
}

.single-post .post-navigation a {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 2.2rem;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
	color: var(--myruc-color-text-strong);
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	min-height: 13rem;
	padding: 2.2rem 2.4rem;
	text-decoration: none;
}

.single-post .post-navigation .nav-next a {
	align-items: flex-end;
	text-align: right;
}

.single-post .post-navigation .nav-subtitle {
	color: #f7941d;
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.single-post .post-navigation .nav-title {
	color: var(--myruc-color-text-strong);
	font-family: "Montserrat", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.single-post .comments-area {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 2.8rem;
	box-shadow: 0 30px 70px rgba(15, 23, 42, 0.08);
	margin: 3.2rem auto 0;
	max-width: 1280px;
	padding: 3.6rem 4.8rem;
}

.single-post .comments-title,
.single-post .comment-reply-title {
	color: var(--myruc-color-text-strong);
	font-family: "Montserrat", sans-serif;
	font-size: clamp(3rem, 4vw, 4.4rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.02;
	margin: 0 0 2.8rem;
}

.single-post .comments-title span {
	color: #f7941d;
}

.single-post .comment-list {
	display: grid;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-post .comment-list ol.children {
	display: grid;
	gap: 1.6rem;
	list-style: none;
	margin: 1.8rem 0 0;
	padding-left: 2rem;
}

.single-post .comment-body {
	background: #f8fbff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 2.2rem;
	padding: 2.4rem 2.6rem;
}

.single-post .comment-meta {
	align-items: start;
	display: grid;
	gap: 1.6rem;
	grid-template-columns: auto minmax(0, 1fr);
	margin-bottom: 1.6rem;
}

.single-post .comment-author {
	align-items: center;
	column-gap: 1.2rem;
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: auto auto 1fr;
}

.single-post .comment-author .avatar {
	background: #eef2f7;
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 50%;
	height: 5rem;
	width: 5rem;
}

.single-post .comment-author .fn {
	color: var(--myruc-color-text-strong);
	font-family: "Montserrat", sans-serif;
	font-size: 1.9rem;
	font-style: normal;
	font-weight: 700;
}

.single-post .comment-author .says {
	color: var(--myruc-color-muted);
	font-size: 1.45rem;
}

.single-post .comment-metadata {
	grid-column: 2 / -1;
}

.single-post .comment-metadata a,
.single-post .comment-metadata time {
	color: #f7941d;
	font-family: "Montserrat", sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.single-post .comment-content,
.single-post .comment-content p {
	color: var(--myruc-color-muted);
	font-size: 1.7rem;
	line-height: 1.8;
}

.single-post .comment-content p:last-child {
	margin-bottom: 0;
}

.single-post .reply {
	margin-top: 1.8rem;
}

.single-post .comment-reply-link {
	align-items: center;
	background: rgba(247, 148, 29, 0.1);
	border: 1px solid rgba(247, 148, 29, 0.18);
	border-radius: 999px;
	color: #c96a00 !important;
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	min-height: 4.2rem;
	padding: 0 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
}

.single-post .comment-respond {
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	margin-top: 3.2rem;
	padding-top: 3.2rem;
}

.single-post .comment-notes,
.single-post .logged-in-as,
.single-post .comment-form label {
	color: var(--myruc-color-muted);
	font-size: 1.45rem;
}

.single-post .comment-form label {
	color: var(--myruc-color-text-strong);
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-bottom: 0.8rem;
}

.single-post .comment-form-comment,
.single-post .comment-form-author,
.single-post .comment-form-email,
.single-post .comment-form-url,
.single-post .comment-form-cookies-consent {
	margin-bottom: 1.8rem;
}

.single-post .comment-form input[type="text"],
.single-post .comment-form input[type="email"],
.single-post .comment-form input[type="url"],
.single-post .comment-form textarea {
	background: #f7f8fc;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 1.6rem;
	box-shadow: none;
	color: #18213f;
	font-size: 1.6rem;
	min-height: 5.6rem;
	padding: 1.5rem 1.8rem;
	width: 100%;
}

.single-post .comment-form textarea {
	min-height: 16rem;
	resize: vertical;
}

.single-post .comment-form input[type="text"]:focus,
.single-post .comment-form input[type="email"]:focus,
.single-post .comment-form input[type="url"]:focus,
.single-post .comment-form textarea:focus {
	background: #ffffff;
	border-color: rgba(247, 148, 29, 0.75);
	box-shadow: 0 0 0 4px rgba(247, 148, 29, 0.12);
	outline: 0;
}

.single-post .form-submit {
	margin-bottom: 0;
	margin-top: 2rem;
}

.single-post .form-submit .submit {
	background: #f7941d;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 16px 32px rgba(247, 148, 29, 0.24);
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	min-height: 5.2rem;
	padding: 0 2.2rem;
	text-transform: uppercase;
}

.single-product .site-main {
	max-width: var(--myruc-container-wide);
}

.single-product div.product {
	display: grid;
	gap: 3.2rem;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
}

.single-product .woocommerce-product-gallery,
.single-product .summary,
.single-product .woocommerce-tabs .panel,
.single-product #review_form_wrapper {
	background: #fff;
	border: 1px solid var(--myruc-color-border);
	border-radius: var(--myruc-radius-lg);
	box-shadow: var(--myruc-shadow-soft);
}

.single-product .woocommerce-product-gallery,
.single-product .summary {
	padding: 2.8rem;
}

.single-product .woocommerce-product-gallery__wrapper {
	border-radius: 2rem;
	overflow: hidden;
}

.single-product .woocommerce-product-gallery__image {
	background: var(--myruc-color-surface-alt);
	border-radius: 2rem;
	overflow: hidden;
}

.single-product .flex-control-thumbs {
	display: flex;
	gap: 1.2rem;
	margin-top: 1.6rem !important;
}

.single-product .flex-control-thumbs li {
	border-radius: 1.6rem;
	overflow: hidden;
}

.single-product .summary .price {
	color: var(--myruc-color-secondary);
	font-family: "Montserrat", sans-serif;
	font-size: clamp(3rem, 4vw, 4.6rem);
	font-weight: 700;
	line-height: 1;
}

.single-product .summary p,
.single-product .product_meta,
.single-product .woocommerce-tabs .panel,
.single-product #reviews {
	font-size: 1.65rem;
}

.single-product .quantity .qty {
	background: var(--myruc-color-surface-alt);
	border: 1px solid var(--myruc-color-border);
	border-radius: 1.6rem;
	min-height: 5.2rem;
	padding: 0 1.4rem;
	width: 8rem;
}

.single-product .product_meta {
	border-top: 1px solid var(--myruc-color-border);
	margin-top: 2.4rem;
	padding-top: 2rem;
}

.single-product .woocommerce-tabs ul.tabs {
	align-items: center;
	border-bottom: 1px solid var(--myruc-color-border) !important;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 0;
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs li::after,
.single-product .woocommerce-tabs ul.tabs li::before {
	display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
	border-radius: 999px;
	color: var(--myruc-color-muted);
	font-family: "Montserrat", sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	padding: 1rem 1.6rem !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
	background: rgba(107, 67, 214, 0.08);
	color: var(--myruc-color-secondary);
}

.single-product .woocommerce-tabs .panel {
	margin-top: 2rem;
	padding: 2.8rem;
}

.single-product .related.products {
	margin-top: 4.8rem;
}

.single-product .related.products h2 {
	font-size: 3rem;
	margin-bottom: 2rem;
}

.single-product .related.products ul.products {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.single-product .related.products li.product {
	background: #fff;
	border: 1px solid var(--myruc-color-border);
	border-radius: 2rem;
	box-shadow: var(--myruc-shadow-soft);
	margin: 0 !important;
	padding: 2rem;
}

body.page-template-elementor_header_footer .elementor-widget-heading h1,
body.page-template-elementor_header_footer .elementor-widget-heading h2,
body.page-template-elementor_header_footer .elementor-widget-heading h3,
body.page-template-elementor_header_footer .elementor-widget-heading .elementor-heading-title {
	font-family: "Montserrat", sans-serif;
}

body.page-id-684 .elementor-684,
body.page-id-740 .elementor-740 {
	background: linear-gradient(180deg, #fbfcff 0%, #ffffff 24rem);
}

body.page-id-684 .elementor-element-0eb07de,
body.page-id-740 .elementor-element-eff5f2e {
	min-height: 58rem;
	position: relative;
}

body.page-id-684 .elementor-element-dbb52f2,
body.page-id-740 .elementor-element-086e974 {
	margin: -8rem auto 0;
	max-width: var(--myruc-container);
	padding-left: clamp(2rem, 4vw, 4.8rem);
	padding-right: clamp(2rem, 4vw, 4.8rem);
	position: relative;
	z-index: 2;
}

body.page-id-684 .ekit-wid-con .elementskit-card,
body.page-id-740 .ekit-wid-con .elementskit-single-pricing {
	background: #fff;
	border: 1px solid var(--myruc-color-border);
	border-radius: var(--myruc-radius-lg);
	box-shadow: var(--myruc-shadow-soft);
	overflow: hidden;
}

body.page-id-684 .elementskit-accordion .elementskit-card-header > a {
	color: var(--myruc-color-text-strong) !important;
	font-family: "Montserrat", sans-serif;
	font-size: 1.9rem !important;
	font-weight: 700 !important;
	padding: 2.4rem !important;
}

body.page-id-684 .elementskit-accordion .elementskit-card-body {
	color: var(--myruc-color-muted);
	font-size: 1.7rem;
	line-height: 1.8;
	padding: 0 2.4rem 2.4rem !important;
}

body.page-id-740 .elementskit-single-pricing {
	padding: 2.8rem !important;
}

body.page-id-740 .elementskit-pricing-title,
body.page-id-740 .elementskit-pricing-card .elementskit-pricing-header .elementskit-pricing-title {
	color: var(--myruc-color-text-strong) !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 2.8rem !important;
	font-weight: 700 !important;
}

body.page-id-740 .ekit-price-card-content,
body.page-id-740 .elementskit-pricing-content {
	color: var(--myruc-color-muted) !important;
	font-size: 1.7rem !important;
	line-height: 1.8 !important;
}

body.page-id-740 .elementskit-pricing-btn {
	background: var(--myruc-color-accent) !important;
	box-shadow: 0 16px 32px rgba(247, 148, 29, 0.22) !important;
	color: #fff !important;
}

body.page-id-740 .elementskit-pricing-btn:hover,
body.page-id-740 .elementskit-pricing-btn:focus {
	background: var(--myruc-color-accent-strong) !important;
}

@media (max-width: 1100px) {
	#site-footer .myruc-footer-main,
	.single-product div.product {
		grid-template-columns: 1fr;
	}

	.single-post .post-navigation {
		padding-left: 3.2rem;
		padding-right: 3.2rem;
	}

	.single-post-hero__inner,
	.single-post-shell__inner {
		padding-left: 3.2rem;
		padding-right: 3.2rem;
	}

	.blog-hero__inner,
	.myruc-blog-archive__inner {
		padding-left: 3.2rem;
		padding-right: 3.2rem;
	}

	.blog-hero__stats,
	.myruc-blog-category__header,
	.myruc-post-grid {
		grid-template-columns: 1fr;
	}

	.myruc-blog-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.single-product .summary {
		position: static;
	}
}

@media (max-width: 960px) {
	.single-post-hero {
		min-height: 50rem;
	}

	.single-post .post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.single-post .post-navigation .nav-next,
	.single-post .post-navigation .nav-next a {
		text-align: left;
	}

	.single-post .post-navigation .nav-next a {
		align-items: flex-start;
	}

	.single-post-hero__inner {
		padding-bottom: 7.8rem;
		padding-top: 6.8rem;
	}

	.single-post-hero__shape svg {
		height: 7rem;
	}

	.single-post-shell {
		margin-top: -6rem;
	}

	.blog-hero {
		min-height: 52rem;
	}

	.blog-hero__inner {
		padding-bottom: 7.8rem;
		padding-top: 6.6rem;
	}

	.blog-hero__shape svg {
		height: 7rem;
	}

	.myruc-blog-archive__inner {
		margin-top: -5.2rem;
		padding-top: 1.8rem;
	}

	.contact-hero {
		min-height: 50rem;
	}

	.contact-hero__inner {
		padding-bottom: 9.2rem;
		padding-top: 6.8rem;
	}

	.contact-hero__shape svg {
		height: 7.2rem;
	}

	.contact-layout {
		margin-top: -6.4rem;
	}

	.myruc-header-solid .primary-menu-wrapper {
		background: rgba(255, 255, 255, 0.96);
		border-color: var(--myruc-color-border);
	}

	.myruc-header-solid .primary-menu > li > a {
		color: var(--myruc-color-text);
	}

	.page-template-default .site-main,
	.single-post .site-main,
	.single-product .site-main,
	.page-template-template-blog-archive .site-main {
		padding-top: 3.6rem;
	}

	.single-post .site-main,
	.page-template-template-blog-archive .site-main {
		padding-top: 0;
	}
}

@media (max-width: 782px) {
	#site-footer .section-inner {
		padding-top: 3.6rem;
	}

	#site-footer .myruc-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.myruc-blog-category,
	.myruc-blog-empty,
	.single-product .woocommerce-product-gallery,
	.single-product .summary,
	.single-product .woocommerce-tabs .panel,
	.single-product #review_form_wrapper {
		border-radius: 2.2rem;
		padding: 2.2rem;
	}

	.page-template-default .entry-title,
	.single-post .entry-title,
	.single-product .product_title,
	.myruc-blog-archive .entry-title {
		font-size: clamp(3.8rem, 12vw, 5.4rem);
	}

	.single-post-hero__title {
		font-size: clamp(3.9rem, 12vw, 5.8rem);
	}

	.single-post-hero__excerpt,
	.single-post .entry-content p,
	.single-post .entry-content li,
	.single-post .entry-content blockquote {
		font-size: 1.7rem;
	}

	.blog-hero__title {
		font-size: clamp(3.9rem, 12vw, 5.6rem);
	}

	.blog-hero__lede,
	.myruc-blog-toolbar__copy p:last-child,
	.myruc-blog-category__description,
	.myruc-blog-empty p {
		font-size: 1.65rem;
	}

	.single-product .related.products ul.products,
	.myruc-post-grid {
		grid-template-columns: 1fr;
	}
}
.contact-hero,
.blog-hero,
.single-post-hero {
	--myruc-hero-nav-offset: clamp(9rem, 12vw, 11rem);
	--myruc-hero-overlap: clamp(3.6rem, 5vw, 5.2rem);
	position: relative;
	isolation: isolate;
}

.contact-hero__inner,
.blog-hero__inner,
.single-post-hero__inner {
	min-height: clamp(31rem, 52vw, 40rem);
	padding-top: var(--myruc-hero-nav-offset);
	padding-bottom: calc(var(--myruc-hero-overlap) + clamp(2.8rem, 4vw, 4rem));
	display: flex;
	align-items: flex-end;
}

.contact-hero__content,
.blog-hero__content,
.single-post-hero__content {
	width: min(100%, 52rem);
}

.blog-hero__inner {
	align-items: flex-start;
}

.myruc-post-card,
.myruc-post-card:hover,
.myruc-post-card:focus-within {
	box-shadow: none !important;
}

.contact-hero__lede {
	margin-bottom: 20px;
}

.contact-hero + #primary,
.blog-hero + #primary,
.single-post-hero + #primary {
	position: relative;
	z-index: 3;
	margin-top: calc(var(--myruc-hero-overlap) * -1);
}

#primary .contact-page,
#primary .myruc-blog-archive__inner,
.single-post-hero + #primary article.post,
.single-post-hero + #primary .post,
.single-post-hero + #primary .site-main > article {
	position: relative;
}

#primary .myruc-blog-archive__inner,
#primary .contact-page,
.single-post-hero + #primary article.post,
.single-post-hero + #primary .post,
.single-post-hero + #primary .site-main > article {
	padding-top: clamp(3.2rem, 4vw, 4.4rem);
}

@media (max-width: 767px) {
	.contact-hero,
	.blog-hero,
	.single-post-hero {
		--myruc-hero-nav-offset: 8rem;
		--myruc-hero-overlap: 2.6rem;
	}

	.contact-hero__inner,
	.blog-hero__inner,
	.single-post-hero__inner {
		min-height: clamp(27rem, 86vw, 33rem);
		padding-bottom: calc(var(--myruc-hero-overlap) + 2.4rem);
	}

	#primary .myruc-blog-archive__inner,
	#primary .contact-page,
	.single-post-hero + #primary article.post,
	.single-post-hero + #primary .post,
	.single-post-hero + #primary .site-main > article {
		padding-top: 2.6rem;
	}
}
