/*
Theme Name: Cellaxs — Phone Repair
Theme URI: https://cellaxsrepairs.com
Author: Cellaxs
Author URI: https://cellaxsrepairs.com
Description: A same-day phone and device repair theme for a two-location shop. Includes a five-step booking wizard with per-store email routing, a one-page Store Settings screen where every headline, sentence, repair time and review is editable, logo upload, block patterns and dual Google Map embeds.
Version: 1.2.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: repair-hub
Tags: business, two-columns, block-patterns, custom-logo, custom-menu, featured-images, translation-ready, full-width-template
*/

/* -------------------------------------------------------------------------
   1. Tokens
   ---------------------------------------------------------------------- */

:root {
	--rh-ink: #12222c;
	--rh-ink-2: #1b3441;
	--rh-mat: #1c6b8c;
	--rh-mat-deep: #14536e;
	--rh-mat-tint: #e7f0f4;
	--rh-brass: #c07d1e;
	--rh-brass-tint: #fbf1de;
	--rh-ceramic: #f2f5f5;
	--rh-paper: #ffffff;
	--rh-line: #d9e3e6;
	--rh-line-soft: #e9eff0;
	--rh-muted: #5c7078;
	--rh-danger: #b3341f;

	--rh-font-display: "Space Grotesk", "Trebuchet MS", sans-serif;
	--rh-font-body: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

	--rh-radius-sm: 6px;
	--rh-radius: 12px;
	--rh-radius-lg: 20px;

	--rh-shell: 1180px;
	--rh-gap: 24px;

	--rh-shadow: 0 1px 2px rgba(18, 34, 44, .06), 0 10px 26px -18px rgba(18, 34, 44, .5);
	--rh-shadow-lift: 0 2px 4px rgba(18, 34, 44, .07), 0 18px 40px -22px rgba(18, 34, 44, .55);
}

/* -------------------------------------------------------------------------
   2. Reset and base
   ---------------------------------------------------------------------- */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

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

img,
svg,
iframe,
video {
	max-width: 100%;
}

img {
	height: auto;
	display: block;
}

[hidden] {
	display: none !important;
}

a {
	color: var(--rh-mat-deep);
	text-underline-offset: 3px;
}

a:hover {
	color: var(--rh-ink);
}

h1, h2, h3, h4 {
	font-family: var(--rh-font-display);
	font-weight: 600;
	line-height: 1.14;
	letter-spacing: -0.018em;
	margin: 0 0 .5em;
	text-wrap: balance;
}

h1 { font-size: clamp(2.1rem, 1.4rem + 2.6vw, 3.5rem); }
h2 { font-size: clamp(1.65rem, 1.2rem + 1.6vw, 2.4rem); }
h3 { font-size: 1.25rem; }

p {
	margin: 0 0 1.1em;
	max-width: 68ch;
}

ul, ol {
	margin: 0 0 1.1em;
	padding-left: 1.2em;
}

:focus-visible {
	outline: 3px solid var(--rh-brass);
	outline-offset: 3px;
	border-radius: 3px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.rh-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100;
	background: var(--rh-ink);
	color: #fff;
	padding: 12px 18px;
	border-radius: 0 0 var(--rh-radius-sm) 0;
}

.rh-skip:focus {
	left: 0;
	color: #fff;
}

.rh-shell {
	width: 100%;
	max-width: var(--rh-shell);
	margin-inline: auto;
	padding-inline: 24px;
}

.rh-shell--narrow {
	max-width: 760px;
}

.rh-section {
	padding-block: clamp(48px, 6vw, 88px);
}

.rh-section:nth-of-type(even) {
	background: var(--rh-ceramic);
}

.rh-section__head {
	margin-bottom: 36px;
	max-width: 60ch;
}

.rh-section__title {
	margin-bottom: .35em;
}

.rh-section__lede {
	color: var(--rh-muted);
	font-size: 1.05rem;
	margin: 0;
}

/* -------------------------------------------------------------------------
   3. Buttons and links
   ---------------------------------------------------------------------- */

.rh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-family: var(--rh-font-display);
	font-size: .98rem;
	font-weight: 600;
	line-height: 1;
	padding: 14px 22px;
	border-radius: 999px;
	border: 1.5px solid transparent;
	cursor: pointer;
	text-decoration: none;
	transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}

.rh-btn--solid {
	background: var(--rh-ink);
	color: #fff;
}

.rh-btn--solid:hover,
.rh-btn--solid:focus {
	background: var(--rh-mat-deep);
	color: #fff;
}

.rh-btn--ghost {
	background: transparent;
	color: var(--rh-ink);
	border-color: var(--rh-line);
}

.rh-btn--ghost:hover,
.rh-btn--ghost:focus {
	border-color: var(--rh-ink);
	color: var(--rh-ink);
	background: var(--rh-ceramic);
}

.rh-btn--lg {
	padding: 17px 28px;
	font-size: 1.05rem;
}

.rh-btn--wide {
	width: 100%;
}

.rh-btn[disabled] {
	opacity: .6;
	cursor: progress;
}

.rh-btn__icon svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rh-btn--call .rh-btn__icon svg {
	fill: currentColor;
	stroke: none;
}

.rh-textlink {
	font-family: var(--rh-font-display);
	font-weight: 600;
	color: var(--rh-mat-deep);
}

/* -------------------------------------------------------------------------
   4. Header
   ---------------------------------------------------------------------- */

.rh-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(255, 255, 255, .96);
	backdrop-filter: saturate(140%) blur(8px);
	border-bottom: 1px solid var(--rh-line-soft);
}

.rh-header__inner {
	max-width: var(--rh-shell);
	margin-inline: auto;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.rh-brand {
	margin-right: auto;
}

.rh-brand__text {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: var(--rh-ink);
}

.rh-brand__mark {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: var(--rh-ink);
}

.rh-brand__mark svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: var(--rh-brass);
	stroke-width: 2;
	stroke-linejoin: round;
}

.rh-brand__name {
	font-family: var(--rh-font-display);
	font-weight: 700;
	font-size: 1.12rem;
	letter-spacing: -0.02em;
}

.custom-logo-link img,
.rh-brand__logo img {
	max-height: 46px;
	width: auto;
}

.rh-nav {
	display: flex;
	align-items: center;
	gap: 26px;
}

.rh-menu {
	display: flex;
	align-items: center;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rh-menu a {
	color: var(--rh-ink);
	text-decoration: none;
	font-weight: 500;
	font-size: .98rem;
	padding-block: 6px;
	border-bottom: 2px solid transparent;
}

.rh-menu a:hover,
.rh-menu .current-menu-item > a {
	border-bottom-color: var(--rh-brass);
}

.rh-menu .sub-menu {
	display: none;
}

.rh-nav__cta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rh-nav__cta .rh-btn {
	padding: 11px 18px;
	font-size: .92rem;
}

.rh-navtoggle {
	display: none;
	background: none;
	border: 1.5px solid var(--rh-line);
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
}

.rh-navtoggle__bars {
	display: grid;
	gap: 4px;
	width: 20px;
}

.rh-navtoggle__bars i {
	display: block;
	height: 2px;
	background: var(--rh-ink);
	border-radius: 2px;
}

/* -------------------------------------------------------------------------
   5. Hero
   ---------------------------------------------------------------------- */

.rh-hero {
	position: relative;
	background: var(--rh-ink);
	color: #fff;
	overflow: hidden;
}

/* Faint bench-mat grid, the surface every repair happens on. */
.rh-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: radial-gradient(120% 90% at 25% 20%, #000 30%, transparent 78%);
	-webkit-mask-image: radial-gradient(120% 90% at 25% 20%, #000 30%, transparent 78%);
	pointer-events: none;
}

.rh-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr);
	gap: 56px;
	align-items: start;
	padding-block: clamp(56px, 7vw, 104px);
}

.rh-hero__title {
	margin-bottom: .4em;
	max-width: 16ch;
}

.rh-hero__lede {
	color: #c5d5db;
	font-size: 1.12rem;
	max-width: 46ch;
	margin-bottom: 1.6em;
}

.rh-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 34px;
}

.rh-hero .rh-btn--solid {
	background: var(--rh-brass);
	color: var(--rh-ink);
}

.rh-hero .rh-btn--solid:hover,
.rh-hero .rh-btn--solid:focus {
	background: #ddab55;
	color: var(--rh-ink);
}

.rh-hero .rh-btn--ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, .35);
}

.rh-hero .rh-btn--ghost:hover,
.rh-hero .rh-btn--ghost:focus {
	background: rgba(255, 255, 255, .1);
	border-color: #fff;
	color: #fff;
}

.rh-hero__points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.rh-hero__points li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #d3e0e5;
	font-size: .98rem;
}

.rh-hero__pointicon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: var(--rh-brass);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Job ticket panel */
.rh-ticket {
	background: #fff;
	color: var(--rh-ink);
	border-radius: var(--rh-radius-lg);
	padding: 26px 26px 22px;
	box-shadow: var(--rh-shadow-lift);
}

.rh-ticket__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding-bottom: 14px;
	border-bottom: 2px dashed var(--rh-line);
}

.rh-ticket__art {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--rh-mat-tint);
}

.rh-ticket__art svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: var(--rh-mat-deep);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rh-ticket__title {
	font-size: 1.2rem;
	margin-bottom: .25em;
}

.rh-ticket__sub {
	margin: 0;
	color: var(--rh-muted);
	font-size: .92rem;
}

.rh-ticket__rows {
	list-style: none;
	margin: 0;
	padding: 6px 0 0;
}

.rh-ticket__rows li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 14px;
	padding: 11px 0;
	border-bottom: 1px solid var(--rh-line-soft);
}

.rh-ticket__device {
	font-size: .97rem;
}

.rh-ticket__time {
	font-family: var(--rh-font-display);
	font-weight: 600;
	color: var(--rh-mat-deep);
	white-space: nowrap;
}

.rh-ticket__foot {
	margin: 14px 0 0;
	font-size: .88rem;
	color: var(--rh-muted);
}

/* -------------------------------------------------------------------------
   6. Service grid
   ---------------------------------------------------------------------- */

.rh-servicegrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(196px, 1fr));
	gap: 16px;
}

.rh-servicecard {
	display: block;
	background: #fff;
	border: 1px solid var(--rh-line);
	border-radius: var(--rh-radius);
	padding: 24px 22px;
	text-decoration: none;
	color: var(--rh-ink);
	transition: border-color .16s ease, transform .16s ease;
}

.rh-servicecard:hover,
.rh-servicecard:focus-visible {
	border-color: var(--rh-mat);
	transform: translateY(-2px);
}

.rh-servicecard__icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: var(--rh-mat-tint);
	margin-bottom: 16px;
}

.rh-servicecard__icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: var(--rh-mat-deep);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rh-servicecard__title {
	font-size: 1.15rem;
	margin-bottom: .3em;
}

.rh-servicecard__blurb {
	color: var(--rh-muted);
	font-size: .95rem;
	margin: 0 0 12px;
}

.rh-servicecard__brands {
	display: block;
	font-size: .82rem;
	color: var(--rh-muted);
	border-top: 1px solid var(--rh-line-soft);
	padding-top: 12px;
}

/* -------------------------------------------------------------------------
   7. Process steps
   ---------------------------------------------------------------------- */

.rh-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: rh-step;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 26px;
}

.rh-steps__item {
	counter-increment: rh-step;
	padding-top: 20px;
	border-top: 2px solid var(--rh-ink);
	position: relative;
}

.rh-steps__item::before {
	content: counter(rh-step);
	position: absolute;
	top: -15px;
	left: 0;
	background: var(--rh-ink);
	color: #fff;
	font-family: var(--rh-font-display);
	font-size: .8rem;
	font-weight: 700;
	width: 26px;
	height: 26px;
	display: grid;
	place-items: center;
	border-radius: 50%;
}

.rh-steps__title {
	font-size: 1.1rem;
	margin: 14px 0 .35em;
}

.rh-steps__item p {
	margin: 0;
	color: var(--rh-muted);
	font-size: .96rem;
}

/* -------------------------------------------------------------------------
   8. Store cards and maps
   ---------------------------------------------------------------------- */

.rh-storegrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 24px;
}

.rh-store {
	background: #fff;
	border: 1px solid var(--rh-line);
	border-radius: var(--rh-radius-lg);
	padding: 26px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.rh-store__head {
	border-bottom: 1px solid var(--rh-line-soft);
	padding-bottom: 16px;
}

.rh-store__name {
	font-size: 1.35rem;
	margin-bottom: .3em;
}

.rh-store__address {
	margin: 0;
	color: var(--rh-muted);
}

.rh-store__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
}

.rh-store__facts dt {
	font-size: .78rem;
	color: var(--rh-muted);
	margin-bottom: 4px;
}

.rh-store__facts dd {
	margin: 0;
	font-size: .95rem;
	line-height: 1.5;
}

.rh-store__facts a {
	font-family: var(--rh-font-display);
	font-weight: 600;
	text-decoration: none;
}

.rh-store__map {
	position: relative;
	padding-top: 58%;
	border-radius: var(--rh-radius);
	overflow: hidden;
	background: var(--rh-ceramic);
}

.rh-store__map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.rh-store__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}

/* -------------------------------------------------------------------------
   9. Reviews
   ---------------------------------------------------------------------- */

.rh-reviewgrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}

.rh-review {
	margin: 0;
	background: #fff;
	border: 1px solid var(--rh-line);
	border-left: 3px solid var(--rh-brass);
	border-radius: var(--rh-radius);
	padding: 24px;
}

.rh-review blockquote {
	margin: 0;
}

.rh-review p {
	margin: 0 0 14px;
	font-size: 1.02rem;
}

.rh-review figcaption {
	color: var(--rh-muted);
	font-size: .88rem;
}

/* -------------------------------------------------------------------------
   9b. Price and care band
   ---------------------------------------------------------------------- */

.rh-care {
	background: var(--rh-brass-tint);
	padding-block: clamp(36px, 4.5vw, 60px);
	border-block: 1px solid #f0e2c6;
}

.rh-care__inner {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.rh-care__art {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 16px;
	background: #fff;
}

.rh-care__art svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: var(--rh-brass);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rh-care__title {
	margin-bottom: .35em;
	font-size: clamp(1.4rem, 1.1rem + 1vw, 1.9rem);
}

.rh-care__text {
	margin: 0;
	color: #5a4b30;
	font-size: 1.03rem;
}

.rh-conditions {
	margin: 30px 0 0;
	padding: 14px 16px;
	background: #fff;
	border-left: 3px solid var(--rh-brass);
	border-radius: var(--rh-radius-sm);
	color: var(--rh-muted);
	font-size: .9rem;
	max-width: 74ch;
}

.rh-conditions--booking {
	max-width: 900px;
	margin-top: 18px;
	background: #fff;
}

/* -------------------------------------------------------------------------
   10. Closing CTA
   ---------------------------------------------------------------------- */

.rh-cta {
	background: var(--rh-mat-deep);
	color: #fff;
	padding-block: clamp(44px, 5vw, 72px);
}

.rh-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 32px;
}

.rh-cta__title {
	margin: 0;
	flex: 1 1 320px;
}

.rh-cta__text {
	margin: 0;
	color: #cfe2ea;
	flex: 1 1 280px;
}

.rh-cta .rh-btn--solid {
	background: #fff;
	color: var(--rh-ink);
}

.rh-cta .rh-btn--solid:hover,
.rh-cta .rh-btn--solid:focus {
	background: var(--rh-brass);
	color: var(--rh-ink);
}

/* -------------------------------------------------------------------------
   11. Blog, pages, comments
   ---------------------------------------------------------------------- */

.rh-pagehead {
	padding-block: 48px 12px;
}

.rh-pagehead__title {
	margin: 0;
}

.rh-posts {
	display: grid;
	gap: 44px;
	padding-block: 32px 56px;
}

.rh-post__title {
	margin-bottom: .2em;
}

.rh-post__title a {
	color: inherit;
	text-decoration: none;
}

.rh-post__title a:hover {
	color: var(--rh-mat-deep);
}

.rh-post__meta {
	color: var(--rh-muted);
	font-size: .9rem;
	margin-bottom: 1em;
}

.rh-post__thumb {
	display: block;
	margin-bottom: 20px;
	border-radius: var(--rh-radius);
	overflow: hidden;
}

.rh-pagination {
	display: flex;
	gap: 12px;
	padding-bottom: 60px;
}

.rh-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding-inline: 10px;
	border: 1px solid var(--rh-line);
	border-radius: 999px;
	text-decoration: none;
}

.rh-pagination .current {
	background: var(--rh-ink);
	color: #fff;
	border-color: var(--rh-ink);
}

.rh-empty {
	padding-block: 80px 100px;
	text-align: center;
}

.rh-empty p {
	margin-inline: auto;
}

.rh-editable {
	background: #fff;
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form input[type="search"] {
	width: 100%;
	padding: 12px 14px;
	border: 1.5px solid var(--rh-line);
	border-radius: var(--rh-radius-sm);
	font: inherit;
	background: #fff;
}

.search-form {
	display: flex;
	gap: 10px;
	max-width: 420px;
	margin-inline: auto;
}

.search-form label {
	flex: 1;
}

.search-form input[type="submit"] {
	background: var(--rh-ink);
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding-inline: 20px;
	font-family: var(--rh-font-display);
	font-weight: 600;
	cursor: pointer;
}

/* -------------------------------------------------------------------------
   12. Footer
   ---------------------------------------------------------------------- */

.rh-footer {
	background: var(--rh-ink);
	color: #c9d7dc;
	margin-top: 0;
}

.rh-footer__inner {
	max-width: var(--rh-shell);
	margin-inline: auto;
	padding: clamp(44px, 5vw, 68px) 24px;
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 40px;
}

.rh-footer__stores {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 32px;
}

.rh-footer__storename {
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: .5em;
}

.rh-footer__address,
.rh-footer__hours {
	margin: 0 0 10px;
	font-size: .94rem;
	line-height: 1.6;
}

.rh-footer__hours {
	color: #94a9b1;
}

.rh-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0;
}

.rh-footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	font-size: .94rem;
}

.rh-footer a:hover {
	border-bottom-color: var(--rh-brass);
	color: var(--rh-brass);
}

.rh-footer__side {
	display: grid;
	gap: 18px;
	align-content: start;
}

.rh-footer__logo {
	display: block;
	border-bottom: 0;
}

.rh-footer__logo img {
	max-width: 190px;
	height: auto;
}

.rh-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.rh-footer__side .rh-btn--solid {
	background: var(--rh-brass);
	color: var(--rh-ink);
	border-bottom: 0;
}

.rh-footer__side .rh-btn--solid:hover {
	background: #ddab55;
	color: var(--rh-ink);
}

.rh-footer__base {
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.rh-footer__base p {
	max-width: var(--rh-shell);
	margin: 0 auto;
	padding: 18px 24px;
	font-size: .86rem;
	color: #8ba2ab;
}

.widget-title {
	color: #fff;
	font-size: 1rem;
}

/* -------------------------------------------------------------------------
   13. Responsive
   ---------------------------------------------------------------------- */

@media (max-width: 980px) {
	.rh-hero__inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.rh-footer__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	.rh-navtoggle {
		display: block;
		order: 3;
	}

	.rh-nav {
		display: none;
		order: 4;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		padding: 18px 0 6px;
		border-top: 1px solid var(--rh-line-soft);
	}

	.rh-nav.is-open {
		display: flex;
	}

	.rh-header__inner {
		flex-wrap: wrap;
	}

	.rh-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 2px;
	}

	.rh-menu a {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid var(--rh-line-soft);
	}

	.rh-nav__cta {
		flex-direction: column;
		align-items: stretch;
	}

	.rh-nav__cta .rh-btn {
		width: 100%;
		padding: 14px 18px;
	}
}

@media (max-width: 620px) {
	body {
		font-size: 16px;
	}

	.rh-shell {
		padding-inline: 18px;
	}

	.rh-store,
	.rh-ticket {
		padding: 20px;
	}

	.rh-store__facts {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.rh-hero__actions .rh-btn {
		flex: 1 1 100%;
	}

	.rh-care__inner {
		flex-direction: column;
		gap: 16px;
	}

	.rh-ticket__head {
		gap: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		animation-duration: .001ms !important;
		transition-duration: .001ms !important;
	}
}
