html {
	scroll-behavior: smooth;
}

body.rise-body {
	margin: 0;
	background: var(--rise-background);
	color: var(--rise-foreground);
	font-family: "Inter", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

img,
video {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea {
	font: inherit;
}

button {
	border: 0;
	background: none;
	cursor: pointer;
}

:root {
	--rise-shadow-rise: 0 10px 40px -10px rgb(20 50 93 / 0.25);
	--rise-shadow-teal: 0 10px 40px -10px rgb(46 158 149 / 0.3);
	--rise-shadow-card: 0 4px 20px rgb(18 29 43 / 0.06);
	--rise-shadow-gold: 0 0 30px rgb(238 179 43 / 0.3);
	--rise-radius: 0.75rem;
	--rise-gradient-rise: linear-gradient(135deg, var(--rise-primary), var(--rise-secondary));
	--rise-gradient-teal: linear-gradient(135deg, var(--rise-secondary), var(--rise-teal-light));
	--rise-gradient-gold: linear-gradient(135deg, var(--rise-accent), var(--rise-warm));
	--rise-gradient-hero: linear-gradient(135deg, var(--rise-primary) 0%, var(--rise-navy-light) 50%, var(--rise-secondary) 100%);
}

.rise-site-shell {
	min-height: 100vh;
	background: var(--rise-background);
}

.rise-container {
	width: min(100% - 2rem, 1400px);
	margin: 0 auto;
}

.rise-main {
	overflow: hidden;
}

.rise-icon {
	display: inline-flex;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.rise-icon svg {
	width: 100%;
	height: 100%;
}

.rise-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1rem 1.75rem;
	border-radius: 0.9rem;
	font-weight: 600;
	transition: transform 0.25s ease, opacity 0.25s ease, color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.rise-button:hover {
	transform: translateY(-1px);
}

.rise-button--gradient {
	background: var(--rise-gradient-rise);
	color: var(--rise-primary-foreground);
	box-shadow: var(--rise-shadow-rise);
}

.rise-button--light,
.rise-button--white {
	background: #fff;
	color: var(--rise-primary);
}

.rise-button--outline {
	border: 2px solid var(--rise-secondary);
	color: var(--rise-secondary);
	background: transparent;
}

.rise-button--outline:hover {
	background: var(--rise-secondary);
	color: var(--rise-secondary-foreground);
}

.rise-button--ghost {
	border: 2px solid rgb(255 255 255 / 0.95);
	color: #fff;
	background: transparent;
}

.rise-button--ghost:hover {
	background: #fff;
	color: var(--rise-primary);
}

.rise-button--large {
	padding: 1.25rem 2rem;
	font-size: 1.125rem;
}

.rise-button--full {
	width: 100%;
}

.rise-button__icon {
	width: 1rem;
	height: 1rem;
	transition: transform 0.25s ease;
}

.rise-button:hover .rise-button__icon {
	transform: translateX(4px);
}

.rise-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	margin-bottom: 1.5rem;
	font-size: 0.875rem;
	font-weight: 500;
}

.rise-chip--glass {
	background: rgb(255 255 255 / 0.1);
	backdrop-filter: blur(8px);
	color: rgb(255 255 255 / 0.9);
}

.rise-chip--soft {
	background: rgb(46 158 149 / 0.1);
	color: var(--rise-secondary);
}

.rise-chip--accent {
	background: rgb(238 179 43 / 0.15);
	color: var(--rise-accent-foreground);
}

.rise-chip__icon {
	font-size: 1rem;
}

.rise-gradient-text {
	display: inline-block;
	background: var(--rise-gradient-rise);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	padding-bottom: 0.06em;
	line-height: 1.35;
}

.rise-color-secondary {
	color: var(--rise-teal-light);
}

.rise-section {
	position: relative;
	padding: 6rem 0;
}

.rise-section--muted {
	background: color-mix(in srgb, var(--rise-muted) 50%, transparent);
}

.rise-section--portfolio {
	padding-top: 6rem;
}

.rise-section--contact {
	padding-top: 3rem;
	padding-bottom: 0;
}

.rise-section__bg,
.rise-hero__media,
.rise-quote-video__media {
	position: absolute;
	inset: 0;
}

.rise-blob {
	position: absolute;
	border-radius: 999px;
	filter: blur(60px);
	background: rgb(46 158 149 / 0.08);
}

.rise-blob--accent {
	background: rgb(238 179 43 / 0.12);
}

.rise-blob--top-right {
	top: 0;
	right: 0;
	width: 24rem;
	height: 24rem;
}

.rise-blob--bottom-left {
	bottom: 0;
	left: 0;
	width: 18rem;
	height: 18rem;
}

.rise-blob--services-left {
	top: 0;
	left: 25%;
	width: 24rem;
	height: 24rem;
}

.rise-blob--services-right {
	right: 25%;
	bottom: 0;
	width: 18rem;
	height: 18rem;
}

.rise-blob--founder-left {
	top: 0;
	left: 0;
	width: 24rem;
	height: 24rem;
}

.rise-blob--founder-right {
	right: 0;
	bottom: 0;
	width: 18rem;
	height: 18rem;
}

.rise-blob--testimonials-left {
	top: 5rem;
	left: 25%;
	width: 20rem;
	height: 20rem;
}

.rise-blob--testimonials-right {
	right: 25%;
	bottom: 2rem;
	width: 16rem;
	height: 16rem;
}

.rise-blob--contact-top {
	top: 0;
	left: 50%;
	width: 50rem;
	height: 25rem;
	transform: translateX(-50%);
	background: linear-gradient(to bottom, rgb(46 158 149 / 0.08), transparent);
}

.rise-navbar {
	position: fixed;
	inset: 0 0 auto;
	z-index: 50;
	padding: 0;
	transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.rise-navbar.is-scrolled {
	background: rgb(255 255 255 / 0.95);
	box-shadow: var(--rise-shadow-card);
	backdrop-filter: blur(12px);
}

.rise-navbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 5rem;
}

.rise-navbar__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}

.rise-navbar__logo {
	height: 4rem;
	width: auto;
	transition: filter 0.3s ease;
}

.rise-navbar:not(.is-scrolled) .rise-navbar__logo {
	filter: brightness(0) invert(1);
}

.rise-navbar__desktop {
	display: none;
	align-items: center;
	gap: 2rem;
}

.rise-navbar__link {
	font-family: "Playfair Display", serif;
	font-size: 1rem;
	font-weight: 600;
	transition: color 0.25s ease;
}

.rise-navbar:not(.is-scrolled) .rise-navbar__link {
	color: rgb(255 255 255 / 0.9);
}

.rise-navbar.is-scrolled .rise-navbar__link {
	color: rgb(18 29 43 / 0.8);
}

.rise-navbar__link:hover,
.rise-navbar.is-scrolled .rise-navbar__link:hover {
	color: var(--rise-secondary);
}

.rise-navbar__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	font-size: 1.5rem;
	color: #fff;
}

.rise-navbar.is-scrolled .rise-navbar__toggle {
	color: var(--rise-foreground);
}

.rise-mobile-menu {
	display: none;
	overflow: hidden;
	background: var(--rise-card);
	border-top: 1px solid var(--rise-border);
	box-shadow: var(--rise-shadow-card);
}

.rise-mobile-menu.is-open {
	display: block;
	animation: rise-mobile-down 0.3s ease forwards;
}

.rise-mobile-menu__inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem 0 1.25rem;
}

.rise-mobile-menu__link {
	color: rgb(18 29 43 / 0.8);
	font-weight: 500;
	padding: 0.4rem 0;
}

.rise-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100vh;
	overflow: hidden;
}

.rise-hero__media img,
.rise-hero__media video,
.rise-quote-video__media video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rise-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgb(11 32 61 / 0.75);
}

.rise-hero__overlay-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgb(11 32 61 / 0.9), transparent, rgb(11 32 61 / 0.6));
}

.rise-hero__overlay-top {
	position: absolute;
	inset: 0 0 auto;
	height: 12rem;
	background: linear-gradient(to bottom, rgb(255 255 255 / 0.2), transparent);
}

.rise-hero__content {
	position: relative;
	z-index: 1;
	padding-top: 6rem;
}

.rise-hero__content-inner {
	max-width: 48rem;
	margin: 0 auto;
	text-align: center;
}

.rise-hero__title,
.rise-section__title {
	margin: 0 0 1.5rem;
	font-family: "Playfair Display", serif;
	font-size: clamp(2.75rem, 5vw, 4.5rem);
	font-weight: 700;
	line-height: 1.1;
}

.rise-hero__title {
	color: #fff;
}

.rise-hero__title-line {
	display: block;
}

.rise-hero__title-line--accent {
	background: var(--rise-gradient-teal);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.rise-hero__acronym {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.35em;
	color: rgb(255 255 255 / 0.9);
	text-transform: none;
}

.rise-hero__acronym-letter {
	font-weight: 700;
	color: var(--rise-teal-light);
}

.rise-hero__description {
	max-width: 42rem;
	margin: 0 auto 2.5rem;
	color: rgb(255 255 255 / 0.8);
	font-size: 1.125rem;
	line-height: 1.8;
}

.rise-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.rise-hero__scripture {
	margin: 2.5rem 0 0;
	color: rgb(255 255 255 / 0.7);
	font-size: 1rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.rise-grid {
	display: grid;
	gap: 2rem;
}

.rise-grid--about {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 4rem;
}

.rise-grid--feature-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 2rem;
	gap: 1.5rem;
}

.rise-grid--cards-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rise-grid--cards-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 70rem;
	margin: 0 auto;
}

.rise-grid--portfolio {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.rise-grid--contact-methods {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 4rem;
}

.rise-section__heading {
	max-width: 48rem;
	margin: 0 auto 4rem;
	text-align: center;
}

.rise-section__title--center {
	text-align: center;
}

.rise-section__title--about {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.rise-section__title--about .rise-section__title-line {
	display: block;
	white-space: nowrap;
}

.rise-section__description {
	margin: 0 0 1.5rem;
	color: var(--rise-muted-foreground);
	font-size: 1.125rem;
	line-height: 1.9;
}

.rise-section__description--center {
	max-width: 42rem;
	margin-inline: auto;
	text-align: center;
}

.rise-image-glow {
	position: absolute;
	inset: -1rem;
	border-radius: 2rem;
	background: var(--rise-gradient-rise);
	opacity: 0.15;
	filter: blur(30px);
}

.rise-image-glow--teal {
	background: var(--rise-gradient-teal);
}

.rise-about__image-wrap,
.rise-founder__image-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rise-about__image,
.rise-founder__image {
	position: relative;
	width: 100%;
	max-width: 32rem;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center top;
	border-radius: 2rem;
	box-shadow: var(--rise-shadow-card);
}

.rise-founder__image {
	box-shadow: var(--rise-shadow-rise);
}

.rise-feature-item {
	display: flex;
	gap: 1rem;
}

.rise-feature-item__icon,
.rise-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 1rem;
	background: var(--rise-gradient-rise);
	color: var(--rise-primary-foreground);
	flex-shrink: 0;
}

.rise-feature-item__icon .rise-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.rise-card--service .rise-card__icon {
	transition: transform 0.3s ease;
}

.rise-card--service:hover .rise-card__icon {
	transform: scale(1.1);
}

.rise-card--service .rise-card__icon .rise-icon {
	width: 1.75rem;
	height: 1.75rem;
}

.rise-feature-item__title,
.rise-card__title,
.rise-footer__heading {
	margin: 0 0 0.35rem;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	color: var(--rise-foreground);
}

.rise-feature-item__title {
	font-size: 1.125rem;
}

.rise-feature-item__description,
.rise-card__description {
	margin: 0;
	color: var(--rise-muted-foreground);
	line-height: 1.8;
}

.rise-card {
	position: relative;
	padding: 2rem;
	background: var(--rise-card);
	border-radius: 1.5rem;
	box-shadow: var(--rise-shadow-card);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rise-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--rise-shadow-rise);
}

.rise-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.rise-service__tag {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
	background: var(--rise-muted);
	color: var(--rise-muted-foreground);
	font-size: 0.75rem;
	font-weight: 500;
	white-space: nowrap;
}

.rise-service__tag--mobile {
	display: none;
	margin-top: 1rem;
}

.rise-service__badge {
	max-height: 2.5rem;
	width: auto;
}

.rise-card__title {
	font-size: 1.5rem;
	margin-bottom: 0.75rem;
}

.rise-card__title--small {
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 600;
}

.rise-quote-video {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60vh;
	min-height: 28rem;
	overflow: hidden;
}

.rise-quote-video__overlay {
	position: absolute;
	inset: 0;
	background: rgb(20 50 93 / 0.6);
}

.rise-quote-video__content {
	position: relative;
	z-index: 1;
	max-width: 48rem;
	padding: 0 1.5rem;
	text-align: center;
}

.rise-quote-video__quote {
	margin: 0;
	font-family: "Playfair Display", serif;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 700;
	line-height: 1.3;
	font-style: italic;
	color: #fff;
}

.rise-quote-video__author {
	margin: 1.5rem 0 0;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	color: rgb(255 255 255 / 0.7);
}

.rise-section__title--founder {
	margin-bottom: 0.5rem;
}

.rise-founder__role {
	margin: 0 0 1.5rem;
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--rise-secondary);
}

.rise-credentials {
	display: grid;
	gap: 0.75rem;
	margin: 0 0 2rem;
}

.rise-credential {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.rise-credential__icon {
	margin-top: 0.15rem;
	color: var(--rise-secondary);
	flex-shrink: 0;
}

.rise-credential__icon .rise-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.rise-card__quote-mark {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	font-size: 3rem;
	opacity: 0.1;
	color: var(--rise-secondary);
}

.rise-stars {
	display: flex;
	gap: 0.25rem;
	margin-bottom: 1rem;
	color: var(--rise-accent);
}

.rise-star {
	font-size: 1.25rem;
}

.rise-card__description--italic {
	font-style: italic;
	color: rgb(18 29 43 / 0.8);
}

.rise-card__meta {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid var(--rise-border);
}

.rise-card__name {
	margin: 0 0 0.15rem;
	font-family: "Playfair Display", serif;
	font-weight: 600;
}

.rise-card__role {
	margin: 0;
	font-size: 0.95rem;
	color: var(--rise-muted-foreground);
}

.rise-portfolio__item {
	aspect-ratio: 3 / 4;
}

.rise-portfolio__button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: var(--rise-shadow-card);
}

.rise-portfolio__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.rise-portfolio__image--top {
	object-position: center 5%;
	transform-origin: top center;
}

.rise-portfolio__button:hover .rise-portfolio__image {
	transform: scale(1.05);
}

.rise-card--contact {
	text-align: center;
}

.rise-card__value {
	margin: 0;
	font-size: 0.95rem;
	color: var(--rise-muted-foreground);
	word-break: break-word;
}

.rise-card--contact .rise-card__icon {
	margin: 0 auto 1rem;
	transition: transform 0.3s ease;
}

.rise-card--contact:hover .rise-card__icon {
	transform: scale(1.1);
}

.rise-card--contact .rise-card__icon .rise-icon {
	width: 1.75rem;
	height: 1.75rem;
}

.rise-contact-cta {
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.rise-contact-cta__overlay {
	position: absolute;
	inset: 0;
	background: rgb(20 50 93 / 0.7);
}

.rise-contact-cta__content {
	position: relative;
	z-index: 1;
	max-width: 42rem;
	margin: 0 auto;
	padding: 4rem 1rem;
	text-align: center;
}

.rise-contact-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	margin: 0 auto 1.5rem;
	border-radius: 1rem;
	background: rgb(255 255 255 / 0.2);
	color: #fff;
	font-size: 2rem;
}

.rise-contact-cta__title {
	margin: 0 0 1rem;
	font-family: "Playfair Display", serif;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	color: #fff;
}

.rise-contact-cta__description {
	margin: 0 0 2rem;
	color: rgb(255 255 255 / 0.8);
	line-height: 1.8;
}

.rise-contact-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.rise-footer {
	padding: 4rem 0;
	background: var(--rise-primary);
	color: var(--rise-primary-foreground);
}

.rise-footer__grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 3rem;
	margin-bottom: 3rem;
}

.rise-footer__logo-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
	border-radius: 999px;
	background: #fff;
}

.rise-footer__logo {
	max-height: 2.5rem;
	width: auto;
}

.rise-footer__description,
.rise-footer__scripture {
	max-width: 24rem;
}

.rise-footer__description {
	color: rgb(255 255 255 / 0.7);
	line-height: 1.8;
}

.rise-footer__scripture {
	color: rgb(255 255 255 / 0.5);
	font-size: 0.95rem;
	font-style: italic;
}

.rise-footer__heading {
	color: #fff;
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.rise-footer__list {
	display: grid;
	gap: 0.75rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.rise-footer__list a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: rgb(255 255 255 / 0.7);
	transition: color 0.25s ease;
}

.rise-footer__list a:hover {
	color: #fff;
}

.rise-footer__icon {
	flex-shrink: 0;
}

.rise-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 2rem;
	border-top: 1px solid rgb(255 255 255 / 0.1);
	font-size: 0.95rem;
}

.rise-footer__copyright {
	color: rgb(255 255 255 / 0.6);
}

.rise-footer__credit {
	color: rgb(255 255 255 / 0.5);
}

.rise-footer__credit a {
	color: rgb(255 255 255 / 0.7);
	text-decoration: underline;
}

.rise-modal,
.rise-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.rise-modal.is-open,
.rise-lightbox.is-open {
	display: flex;
}

.rise-modal__backdrop,
.rise-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 0.7);
	backdrop-filter: blur(4px);
}

.rise-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 32rem);
	max-height: calc(100vh - 2rem);
	padding: 2rem;
	background: var(--rise-card);
	border-radius: 1.25rem;
	box-shadow: var(--rise-shadow-card);
	overflow-y: auto;
}

.rise-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	color: var(--rise-muted-foreground);
}

.rise-modal__title {
	margin: 0 0 0.75rem;
	font-family: "Playfair Display", serif;
	font-size: 2rem;
	text-align: center;
}

.rise-modal__description {
	margin: 0 0 1.5rem;
	text-align: center;
	color: var(--rise-muted-foreground);
}

.rise-form {
	display: grid;
	gap: 1rem;
}

.rise-form__field {
	display: grid;
	gap: 0.5rem;
}

.rise-form__label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.95rem;
	font-weight: 600;
}

.rise-form__label-icon {
	color: var(--rise-foreground);
}

.rise-form input,
.rise-form textarea {
	width: 100%;
	padding: 0.85rem 1rem;
	border: 1px solid var(--rise-input);
	border-radius: 0.8rem;
	background: #fff;
	color: var(--rise-foreground);
	outline: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.rise-form input:focus,
.rise-form textarea:focus {
	border-color: var(--rise-ring);
	box-shadow: 0 0 0 3px rgb(46 158 149 / 0.15);
}

@media (max-height: 700px) {
	.rise-modal__dialog {
		padding: 1.25rem;
		max-height: calc(100vh - 1rem);
	}

	.rise-modal__title {
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
	}

	.rise-modal__description {
		margin-bottom: 1rem;
		font-size: 0.9rem;
	}

	.rise-form {
		gap: 0.75rem;
	}

	.rise-form input,
	.rise-form textarea {
		padding: 0.6rem 0.85rem;
	}

	.rise-form__label {
		font-size: 0.875rem;
	}
}

.rise-lightbox {
	background: rgb(0 0 0 / 0.9);
	align-items: center;
	justify-content: center;
}

.rise-lightbox__image {
	position: relative;
	z-index: 1;
	max-width: min(90vw, 90rem);
	max-height: min(85vh, 90rem);
	object-fit: contain;
	border-radius: 0.5rem;
}

.rise-lightbox__close,
.rise-lightbox__prev,
.rise-lightbox__next {
	position: absolute;
	z-index: 1;
	color: rgb(255 255 255 / 0.8);
	font-size: 2rem;
}

.rise-lightbox__close {
	top: 1.5rem;
	right: 1.5rem;
}

.rise-lightbox__prev {
	left: 1rem;
}

.rise-lightbox__next {
	right: 1rem;
}

.rise-lightbox__counter {
	position: absolute;
	bottom: 1.5rem;
	z-index: 1;
	color: rgb(255 255 255 / 0.6);
}

.rise-toast {
	position: fixed;
	left: 50%;
	bottom: 1.5rem;
	z-index: 110;
	transform: translateX(-50%) translateY(1rem);
	padding: 0.9rem 1.25rem;
	border-radius: 999px;
	background: var(--rise-foreground);
	color: #fff;
	box-shadow: var(--rise-shadow-card);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.rise-toast.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.rise-reveal {
	opacity: 0;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.rise-reveal--up {
	transform: translateY(24px);
}

.rise-reveal--left {
	transform: translateX(-40px);
}

.rise-reveal--right {
	transform: translateX(40px);
}

.rise-reveal--fade {
	transform: none;
}

.rise-reveal.is-visible {
	opacity: 1;
	transform: translate(0, 0);
}

.rise-reveal--delay-1 {
	transition-delay: 0.1s;
}

.rise-reveal--delay-2 {
	transition-delay: 0.2s;
}

.rise-reveal--delay-3 {
	transition-delay: 0.3s;
}

.rise-reveal--delay-4 {
	transition-delay: 0.8s;
}

.is-hidden {
	display: none !important;
}

@keyframes rise-mobile-down {
	from {
		opacity: 0;
		height: 0;
	}
	to {
		opacity: 1;
		height: auto;
	}
}

@media (min-width: 1024px) {
	.rise-navbar__desktop {
		display: flex;
	}

	.rise-navbar__toggle,
	.rise-mobile-menu {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	.rise-grid--about,
	.rise-grid--cards-3,
	.rise-grid--cards-2,
	.rise-grid--contact-methods,
	.rise-footer__grid {
		grid-template-columns: 1fr;
	}

	.rise-grid--portfolio {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rise-section {
		padding: 5rem 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.rise-grid--cards-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rise-grid--cards-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rise-grid--contact-methods {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rise-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.rise-container {
		width: min(100% - 1.5rem, 1400px);
	}

	.rise-grid--about > * {
		min-width: 0;
	}

	.rise-section__title--about .rise-section__title-line {
		white-space: normal;
	}

	.rise-hero__actions,
	.rise-contact-cta__actions,
	.rise-footer__bottom {
		flex-direction: column;
	}

	.rise-grid--feature-list,
	.rise-grid--portfolio {
		grid-template-columns: 1fr;
	}

	.rise-card,
	.rise-modal__dialog {
		padding: 1.5rem;
	}

	.rise-service__tag {
		display: none;
	}

	.rise-service__tag--mobile {
		display: inline-flex;
	}

	.rise-lightbox__prev,
	.rise-lightbox__next {
		top: 50%;
		transform: translateY(-50%);
	}
}
