/* Ruju Yogi Gaushale landing */

body.ryg-page {
	--ryg-ink: #2c1810;
	--ryg-muted: #5c4a3a;
	--ryg-gold: #c5942a;
	--ryg-gold-deep: #a67b1f;
	--ryg-maroon: #8b1a1a;
	--ryg-cream: #f5ede3;
	--ryg-paper: #faf7f2;
	--ryg-line: #e8ddd4;
	background: var(--ryg-paper);
	overflow-x: clip;
}

body.ryg-page #header-promo,
body.ryg-page .featured-image-container {
	display: none !important;
}

body.ryg-page #main-container.main-container {
	margin-top: 0;
	padding: 0;
}

body.ryg-page .yoast-breadcrumbs {
	max-width: 1140px;
	margin: 0.75rem auto 0;
	padding: 0 5%;
}

.ryg {
	color: var(--ryg-ink);
}

.ryg a:focus-visible,
.ryg button:focus-visible {
	outline: 2px solid var(--ryg-gold);
	outline-offset: 3px;
}

.ryg-inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 5%;
}

.ryg-section {
	padding: 3.5rem 0;
}

.ryg-section--cream {
	background: var(--ryg-cream);
}

.ryg-section--white {
	background: #fff;
}

.ryg-kicker {
	display: block;
	font-family: Lato, sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ryg-gold);
	margin-bottom: 0.75rem;
}

.ryg-heading {
	font-family: Lato, sans-serif;
	font-size: clamp(1.75rem, 3.2vw, 2.5rem);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.01em;
	margin: 0 0 0.6em;
	color: var(--ryg-ink);
}

.ryg-lead,
.ryg-copy {
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--ryg-muted);
	margin: 0 0 1.15rem;
}

.ryg-answer {
	font-size: 1.125rem;
	line-height: 1.7;
	color: var(--ryg-ink);
	margin: 0 0 1.25rem;
}

.ryg-ornament {
	width: 80px;
	height: 4px;
	border-radius: 2px;
	background: linear-gradient(90deg, #a67b1f, #c5942a);
	margin: 0.15em auto 0;
}

.ryg-header {
	text-align: center;
	margin-bottom: 2.5rem;
}

/* Hero — full-bleed out of #max-width (1400px) */

.ryg-hero {
	position: relative;
	min-height: min(78vh, 720px);
	display: flex;
	align-items: flex-end;
	color: #fff;
	overflow: hidden;
	background: #2c1810;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
}

.ryg-hero__media {
	position: absolute;
	inset: 0;
}

.ryg-hero__media picture,
.ryg-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ryg-hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(20, 10, 6, 0.15) 0%, rgba(20, 10, 6, 0.35) 42%, rgba(20, 10, 6, 0.82) 100%),
		linear-gradient(90deg, rgba(20, 10, 6, 0.35) 0%, transparent 55%);
}

.ryg-hero__content {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 4.5rem 0 3.25rem;
}

.ryg-hero .ryg-kicker {
	color: #e3b34a;
}

.ryg-hero h1 {
	font-family: Lato, sans-serif;
	font-size: clamp(2.15rem, 5.5vw, 3.6rem);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.02em;
	margin: 0 0 0.55em;
	color: #fff;
	max-width: 16ch;
}

.ryg-hero__lead {
	max-width: 38rem;
	font-size: 1.125rem;
	line-height: 1.65;
	color: rgba(255, 248, 236, 0.92);
	margin: 0 0 1.75rem;
}

.ryg-hero__actions,
.ryg-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.ryg-hero__place {
	margin: 1.25rem 0 0;
	font-size: 0.875rem;
	color: rgba(255, 248, 236, 0.7);
}

.ryg-hero .ms-trust-pills {
	margin-top: 1.1rem;
}

.ryg-cards + .ms-trust-pills {
	margin-top: 1.75rem;
}

/* Buttons reuse landing system when present */

.ryg .lp-btn {
	display: inline-block;
}

/* About */

.ryg-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
	gap: 3.5rem;
	align-items: center;
}

.ryg-about-visual {
	margin: 0;
}

.ryg-about-visual img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
	aspect-ratio: 4 / 3;
	box-shadow: 0 16px 40px rgba(44, 24, 16, 0.14);
}

.ryg-about-visual figcaption {
	margin-top: 0.65rem;
	font-size: 0.875rem;
	color: var(--ryg-muted);
}

.ryg-checks {
	list-style: none;
	padding: 0;
	margin: 0 0 1.75rem;
}

.ryg-checks li {
	display: flex;
	align-items: flex-start;
	gap: 0.7em;
	padding: 0.45em 0;
	font-weight: 600;
}

.ryg-checks i {
	color: var(--ryg-maroon);
	margin-top: 0.2em;
}

/* Gallery */

.ryg-gallery {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 0.85rem;
}

.ryg-gallery__item {
	margin: 0;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #efe4d6;
}

.ryg-gallery__item--wide {
	grid-column: span 8;
}

.ryg-gallery__item--tall {
	grid-column: span 4;
}

.ryg-gallery__item--mid {
	grid-column: span 6;
}

.ryg-gallery__item--full {
	grid-column: span 12;
}

.ryg-gallery__btn {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
	color: inherit;
	text-align: left;
}

.ryg-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 3;
	transition: transform 0.45s ease;
}

.ryg-gallery__item--tall img {
	aspect-ratio: 3 / 4;
}

.ryg-gallery__item--full img {
	aspect-ratio: 16 / 7;
	min-height: 240px;
}

.ryg-gallery__btn:focus-visible img {
	transform: scale(1.035);
}

@media (hover: hover) and (pointer: fine) {
	.ryg-gallery__btn:hover img {
		transform: scale(1.035);
	}
}

.ryg-gallery__cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.6rem 1rem 0.85rem;
	background: linear-gradient(180deg, transparent, rgba(20, 10, 6, 0.78));
	color: #fff8ee;
	font-size: 0.875rem;
	line-height: 1.4;
}

.ryg-gallery-note {
	margin: 1.25rem 0 0;
	font-size: 0.875rem;
	color: var(--ryg-muted);
	text-align: center;
}

/* Featured video */

.ryg-video {
	position: relative;
	max-width: 920px;
	margin: 2rem auto 0;
	border-radius: 14px;
	overflow: hidden;
	background: #1a120c;
	box-shadow: 0 12px 36px rgba(44, 24, 16, 0.14);
	aspect-ratio: 16 / 9;
}

.ryg-video--portrait {
	width: min(100%, 22rem, calc(min(78vh, 720px) * 9 / 16));
	max-width: none;
	aspect-ratio: 9 / 16;
}

.ryg-video__btn {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: inherit;
}

.ryg-video__poster {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ryg-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--ryg-gold);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	transition: transform 0.2s ease, background 0.2s ease;
}

.ryg-video__play svg {
	display: block;
	margin-left: 0.2rem;
}

.ryg-video__btn:focus-visible .ryg-video__play {
	background: var(--ryg-gold-deep);
	transform: translate(-50%, -50%) scale(1.06);
}

@media (hover: hover) and (pointer: fine) {
	.ryg-video__btn:hover .ryg-video__play {
		background: var(--ryg-gold-deep);
		transform: translate(-50%, -50%) scale(1.06);
	}
}

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

/* Help cards */

.ryg-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.ryg-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--ryg-line);
	border-radius: 14px;
	padding: 1.4rem 1.35rem 1.35rem;
	box-shadow: 0 6px 22px rgba(44, 24, 16, 0.06);
}

.ryg-card h3 {
	font-family: Lato, sans-serif;
	font-size: 1.2rem;
	font-weight: 900;
	margin: 0 0 0.55rem;
}

.ryg-card p {
	flex: 1;
	margin: 0 0 1.15rem;
	color: var(--ryg-muted);
	line-height: 1.6;
	font-size: 0.95rem;
}

.ryg-card .lp-btn {
	align-self: flex-start;
}

/* Visit */

.ryg-visit-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
	gap: 2rem;
	align-items: start;
}

.ryg-nap {
	font-style: normal;
	line-height: 1.7;
	margin: 0 0 1.25rem;
}

.ryg-map {
	border: 0;
	border-radius: 12px;
	width: 100%;
	min-height: 320px;
}

/* FAQ */

.ryg-faq-list {
	max-width: 840px;
	margin: 0 auto;
}

.ryg-faq-item {
	border-bottom: 1px solid var(--ryg-line);
}

.ryg-faq-item:first-child {
	border-top: 1px solid var(--ryg-line);
}

.ryg-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 0;
	font-family: Lato, sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.ryg-faq-item summary::-webkit-details-marker {
	display: none;
}

.ryg-faq-item summary::after {
	content: "+";
	color: var(--ryg-gold);
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1;
}

.ryg-faq-item[open] summary::after {
	content: "\2212";
}

.ryg-faq-answer {
	padding: 0 0 1.2rem;
	color: var(--ryg-muted);
	line-height: 1.7;
}

.ryg-faq-answer p {
	margin: 0;
}

/* Closing band */

.ryg-close {
	background: linear-gradient(135deg, #3c2a1e 0%, #2c1810 100%);
	text-align: center;
	color: #fff;
}

.ryg-close .ryg-heading,
.ryg-close .ryg-kicker {
	color: #fff;
}

.ryg-close .ryg-kicker {
	color: rgba(197, 148, 42, 0.9);
}

.ryg-close .ryg-copy {
	color: rgba(255, 255, 255, 0.84);
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
}

.ryg-close .ryg-cta-row {
	justify-content: center;
	margin-bottom: 1.1rem;
}

.ryg-trust {
	margin: 0;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.55);
}

/* Lightbox */

.ryg-lb {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4.5rem 4.5rem 1.5rem;
}

.ryg-lb[hidden] {
	display: none;
}

.ryg-lb__scrim {
	position: absolute;
	inset: 0;
	background: rgba(16, 10, 6, 0.88);
}

.ryg-lb__dialog {
	position: relative;
	z-index: 1;
	max-width: min(1100px, 100%);
	max-height: 92vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ryg-lb__img {
	max-width: 100%;
	max-height: min(78vh, 900px);
	width: auto;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
	background: #1a120c;
}

.ryg-lb__cap {
	margin: 0.85rem 0 0;
	color: #f6efe3;
	text-align: center;
	max-width: 42rem;
	font-size: 0.95rem;
	line-height: 1.5;
}

.ryg-lb__close,
.ryg-lb__nav {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255, 248, 236, 0.28);
	background: #2c1810;
	color: #fff8ee;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
	line-height: 1;
}

.ryg-lb__close i,
.ryg-lb__nav i {
	font-size: 1.15rem;
	line-height: 1;
	width: 1em;
	height: 1em;
	display: block;
	text-align: center;
}

.ryg-lb__close {
	top: max(1.25rem, env(safe-area-inset-top));
	right: max(1.25rem, env(safe-area-inset-right));
}

.ryg-lb__nav {
	top: 50%;
	transform: translateY(-50%);
}

.ryg-lb__prev {
	left: max(0.85rem, env(safe-area-inset-left));
}

.ryg-lb__next {
	right: max(0.85rem, env(safe-area-inset-right));
}

.ryg-lb__close:hover,
.ryg-lb__nav:hover,
.ryg-lb__close:focus-visible,
.ryg-lb__nav:focus-visible {
	background: var(--ryg-gold);
	border-color: var(--ryg-gold);
	color: #fff;
}

body.ryg-lb-open {
	overscroll-behavior: none;
}

body.ryg-lb-open .scroll-to-top {
	display: none !important;
}

@media (max-width: 900px) {
	.ryg-about-grid,
	.ryg-visit-grid,
	.ryg-cards {
		grid-template-columns: 1fr;
	}

	.ryg-gallery__item--wide,
	.ryg-gallery__item--tall,
	.ryg-gallery__item--mid,
	.ryg-gallery__item--full {
		grid-column: span 12;
	}

	.ryg-gallery__item img,
	.ryg-gallery__item--tall img,
	.ryg-gallery__item--full img {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}

	.ryg-hero {
		min-height: 86vh;
	}

	.ryg-hero h1 {
		max-width: none;
	}

	.ryg-lb {
		padding: 4rem 3.5rem 1.25rem;
	}

	.ryg-lb__close,
	.ryg-lb__nav {
		width: 44px;
		height: 44px;
	}
}

@media (min-width: 701px) and (max-width: 1100px) {
	.ryg-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ryg-gallery__item--wide {
		grid-column: span 7;
	}

	.ryg-gallery__item--tall {
		grid-column: span 5;
	}
}
