@font-face {
    font-family: 'Lucida Handwriting';
    src: url('assets/fonts/LucidaHandwritingStdLight.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lucida Handwriting';
    src: url('assets/fonts/LucidaHandwritingStdRg.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg-color: #FDF2D5;
    --text-color: #333;
    --brown: #2D1A11;
    --orange: #D36C18;
    --accent-strong: #9C3F10;
    --gold: #D4A373;
    --font-main: 'Montserrat', sans-serif;
    --font-script: 'Lucida Handwriting', cursive;
    --font-display: 'Playfair Display', Georgia, serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Interior pages */
.inner-header {
    background: var(--bg-color);
    border-bottom: 1px solid rgba(45, 26, 17, 0.3);
    position: relative;
}

.inner-main {
    min-height: 68vh;
}

.coming-soon-page {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 60vh;
    padding: 4rem 1.5rem;
    text-align: center;
}

.coming-soon-page > div { max-width: 600px; }
.coming-soon-page h1 { color: var(--brown); font: 400 clamp(3.5rem, 7vw, 6rem)/1 'Marcellus', Georgia, serif; margin-bottom: 1rem; }
.coming-soon-page p { color: #4a453f; font-size: 1.08rem; margin-bottom: 1.8rem; }

/* Rishikesh page */
.rishikesh-page {
    background: #fdf2d5;
}

.rishikesh-page main {
    overflow: hidden;
}

.rishikesh-hero {
    align-items: center;
    display: grid;
    gap: clamp(3rem, 7vw, 7rem);
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    margin: 0 auto;
    max-width: 1440px;
    min-height: calc(100svh - 132px);
    padding: clamp(3.5rem, 7vw, 6.5rem) 6% clamp(5rem, 9vw, 8rem);
}

.rishikesh-hero-copy {
    max-width: 600px;
}

.rishikesh-hero-copy h1 {
    color: var(--brown);
    font: 400 clamp(4.7rem, 8vw, 8rem)/0.88 'Marcellus', Georgia, serif;
    letter-spacing: -0.045em;
    margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.rishikesh-hero-copy h1::after {
    background: var(--orange);
    content: '';
    display: block;
    height: 2px;
    margin-top: 1.5rem;
    width: 5rem;
}

.rishikesh-hero-copy p,
.rishikesh-story-copy p,
.rishikesh-experience p {
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.78;
}

.rishikesh-hero-copy p {
    color: #4a453f;
    max-width: 565px;
}

.rishikesh-hero-copy .rishikesh-hero-intro {
    margin: 0 0 2rem;
}

.rishikesh-text-link {
    align-items: center;
    color: var(--accent-strong);
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 600;
    gap: 0.7rem;
    letter-spacing: 0.055em;
    margin-top: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.rishikesh-text-link svg {
    height: 1.25rem;
    transition: transform 0.2s ease;
    width: 1.25rem;
}

.rishikesh-text-link:hover svg {
    transform: translateY(4px);
}

.rishikesh-hero-image {
    align-self: stretch;
    border-radius: 0.9rem;
    box-shadow: 0 30px 70px rgba(45, 26, 17, 0.17);
    max-height: 760px;
    min-height: 570px;
    overflow: hidden;
}

.rishikesh-hero-image img,
.rishikesh-story-image img,
.rishikesh-gallery img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.rishikesh-hero-image img {
    object-position: 50% 39%;
}

.rishikesh-story {
    align-items: stretch;
    background: var(--brown);
    color: #fff9eb;
    display: grid;
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
    min-height: 720px;
}

.rishikesh-story-image {
    min-height: 650px;
    overflow: hidden;
}

.rishikesh-story-image img {
    object-position: center 55%;
}

.rishikesh-story-copy {
    align-self: center;
    max-width: 690px;
    padding: clamp(4rem, 8vw, 8rem) clamp(3rem, 9vw, 9rem);
}

.rishikesh-story-copy h2 {
    color: #fff9eb;
    font: 400 clamp(3rem, 5.2vw, 5.3rem)/1.02 'Marcellus', Georgia, serif;
    letter-spacing: -0.035em;
    margin-bottom: 2.5rem;
}

.rishikesh-story-copy h2 span {
    color: #e98b3d;
    font-style: italic;
}

.rishikesh-story-copy p {
    color: rgba(255, 249, 235, 0.86);
    margin-bottom: 1.2rem;
}

.rishikesh-story-copy strong {
    color: #fff;
    font-family: 'Marcellus', Georgia, serif;
    font-size: 1.15em;
    font-weight: 400;
}

.rishikesh-experience {
    margin: 0 auto;
    max-width: 1440px;
    padding: clamp(5.5rem, 9vw, 9rem) 6% clamp(6.5rem, 10vw, 10rem);
}

.rishikesh-experience-heading {
    align-items: end;
    border-bottom: 1px solid rgba(45, 26, 17, 0.28);
    display: grid;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    margin-bottom: clamp(3.5rem, 6vw, 6rem);
    padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

.rishikesh-experience-heading h2 {
    color: var(--brown);
    font: 400 clamp(3.1rem, 5.5vw, 5.6rem)/0.98 'Marcellus', Georgia, serif;
    letter-spacing: -0.045em;
}

.rishikesh-experience-heading p {
    color: var(--accent-strong);
    font-family: 'Marcellus', Georgia, serif;
    font-size: clamp(1.35rem, 2.1vw, 1.85rem);
    line-height: 1.45;
}

.rishikesh-experience-layout {
    align-items: center;
    display: grid;
    gap: clamp(3rem, 8vw, 8rem);
    grid-template-columns: minmax(300px, 0.75fr) minmax(480px, 1.25fr);
}

.rishikesh-experience-copy p {
    color: #4a453f;
    margin-bottom: 1.3rem;
}

.rishikesh-gallery {
    min-height: 680px;
    position: relative;
}

.rishikesh-gallery figure {
    box-shadow: 0 24px 55px rgba(45, 26, 17, 0.19);
    overflow: hidden;
    position: absolute;
}

.rishikesh-gallery-main {
    height: 590px;
    left: 0;
    top: 0;
    width: 66%;
}

.rishikesh-gallery-main img {
    object-position: center 50%;
}

.rishikesh-gallery-secondary {
    border: 10px solid #fdf2d5;
    bottom: 0;
    height: 430px;
    right: 0;
    width: 48%;
}

.rishikesh-gallery-secondary img {
    object-position: center 45%;
}

.rishikesh-invitation {
    background-color: var(--brown);
    background-image: url('assets/quote-banner-paisley.png');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: clamp(5rem, 9vw, 8rem) 6%;
    text-align: center;
}

.rishikesh-invitation > div {
    margin: 0 auto;
    max-width: 900px;
}

.rishikesh-invitation h2 {
    color: #fff9eb;
    font: 400 clamp(2.6rem, 5vw, 4.8rem)/1.12 'Marcellus', Georgia, serif;
    letter-spacing: -0.03em;
    margin-bottom: 2.25rem;
}

.rishikesh-invitation .btn-primary {
    display: inline-block;
}

.rishikesh-page .inner-footer {
    border-top: 1px solid rgba(45, 26, 17, 0.16);
}


/* School project page */
.school-page {
    background: #fdf2d5;
}

.school-page main {
    overflow: hidden;
}

.school-hero {
    align-items: center;
    display: grid;
    gap: clamp(2.5rem, 6vw, 6rem);
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    margin: 0 auto;
    max-width: 1440px;
    min-height: 0;
    padding: clamp(3rem, 5vw, 5rem) 6%;
}

.school-hero-title {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 360px;
    position: relative;
}

.school-hero-title h1 {
    color: var(--brown);
    font: 400 clamp(3.8rem, 6.4vw, 6.2rem)/0.9 'Marcellus', Georgia, serif;
    letter-spacing: -0.055em;
    position: relative;
    z-index: 1;
}

.school-hero-title h1::after {
    background: var(--orange);
    content: '';
    display: block;
    height: 2px;
    margin-top: 1.8rem;
    width: 5rem;
}

.school-mountain-line {
    bottom: 0;
    color: rgba(156, 63, 16, 0.28);
    height: auto;
    left: -2rem;
    position: absolute;
    width: min(150%, 760px);
}

.school-quote {
    border-left: 2px solid var(--orange);
    margin: 0;
    padding: clamp(1.5rem, 3vw, 3rem) 0 clamp(1.5rem, 3vw, 3rem) clamp(2rem, 4vw, 4rem);
    position: relative;
}

.school-quote > span {
    color: var(--orange);
    display: block;
    font: 400 clamp(5rem, 9vw, 9rem)/0.45 'Marcellus', Georgia, serif;
    height: 3.6rem;
    margin-left: -0.08em;
}

.school-quote p {
    color: var(--brown);
    font: italic 400 clamp(1.9rem, 3.15vw, 3.1rem)/1.24 'Marcellus', Georgia, serif;
    letter-spacing: -0.025em;
    max-width: 720px;
}

.school-community-image {
    height: clamp(430px, 56vw, 780px);
    margin: 0;
    overflow: hidden;
}

.school-community-image img,
.school-support-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.school-community-image img {
    object-position: center 47%;
}

.school-dreams {
    background-color: var(--brown);
    background-image: url('assets/quote-banner-paisley.png');
    background-position: center;
    background-size: cover;
    color: #fff9eb;
    padding: clamp(5.5rem, 10vw, 10rem) 6%;
}

.school-dreams-inner {
    align-items: start;
    display: grid;
    gap: clamp(3.5rem, 9vw, 9rem);
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    margin: 0 auto;
    max-width: 1240px;
}

.school-dreams h2 {
    color: #fff9eb;
    font: 400 clamp(2.75rem, 4.6vw, 4.5rem)/1.06 'Marcellus', Georgia, serif;
    letter-spacing: -0.045em;
}

.school-dreams h2::first-line {
    color: #e98b3d;
}

.school-dreams-copy {
    border-top: 1px solid rgba(233, 139, 61, 0.65);
    padding-top: 2rem;
}

.school-dreams-copy > p:first-child {
    color: rgba(255, 249, 235, 0.86);
    font-size: clamp(1.04rem, 1.25vw, 1.15rem);
    line-height: 1.8;
}

.school-dreams-closing {
    color: #fff9eb;
    font: italic 400 clamp(1.55rem, 2.35vw, 2.2rem)/1.3 'Marcellus', Georgia, serif;
    margin-top: 2.4rem;
}

.school-support {
    align-items: center;
    display: grid;
    gap: clamp(3.5rem, 9vw, 9rem);
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    margin: 0 auto;
    max-width: 1320px;
    min-height: 720px;
    padding: clamp(6rem, 11vw, 11rem) 6%;
}

.school-support-heading {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    position: relative;
}

.school-support-image {
    border-radius: 0.9rem;
    box-shadow: 0 28px 60px rgba(45, 26, 17, 0.17);
    height: 540px;
    margin: 0;
    overflow: hidden;
    width: min(88%, 470px);
}

.school-support-image img {
    object-position: center 42%;
}

.school-support-heading h2 {
    color: var(--accent-strong);
    font: italic 400 clamp(3.5rem, 5.5vw, 5.5rem)/1 'Marcellus', Georgia, serif;
    letter-spacing: -0.05em;
    margin-top: 1.25rem;
    z-index: 1;
}

.school-support-content {
    border-left: 1px solid rgba(45, 26, 17, 0.3);
    padding: 1.5rem 0 1.5rem clamp(2.5rem, 6vw, 6rem);
}

.school-support-content p {
    color: #4a453f;
    font-size: clamp(1.15rem, 1.55vw, 1.42rem);
    line-height: 1.8;
    max-width: 650px;
}

.school-support-content .btn-primary {
    display: inline-block;
    margin-top: 2.25rem;
}

.school-page .inner-footer {
    border-top: 1px solid rgba(45, 26, 17, 0.16);
}

/* About page */
.about-page {
    background: #fdf2d5;
}

.about-page main {
    overflow: hidden;
}

.about-page-hero {
    align-items: center;
    display: grid;
    gap: clamp(3.5rem, 8vw, 8rem);
    grid-template-columns: minmax(400px, 0.9fr) minmax(0, 1.1fr);
    margin: 0 auto;
    max-width: 1440px;
    min-height: calc(100svh - 132px);
    padding: clamp(4rem, 7vw, 7rem) 6% clamp(5rem, 9vw, 8rem);
}

.about-page-portrait {
    border-radius: 0.9rem;
    box-shadow: 0 28px 65px rgba(45, 26, 17, 0.18);
    height: min(70vw, 760px);
    margin: 0;
    overflow: hidden;
}

.about-page-portrait img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    width: 100%;
}

.about-page-intro h1 {
    color: var(--brown);
    font: 400 clamp(3.8rem, 6vw, 6rem)/0.95 'Marcellus', Georgia, serif;
    letter-spacing: -0.045em;
}

.about-page-intro h1::after {
    background: var(--orange);
    content: '';
    display: block;
    height: 2px;
    margin: 1.4rem 0 2rem;
    width: 4.75rem;
}

.about-page-intro blockquote {
    color: var(--accent-strong);
    font: italic 400 clamp(1.65rem, 2.65vw, 2.55rem)/1.35 'Marcellus', Georgia, serif;
    margin: 0 0 2rem;
    max-width: 700px;
}

.about-page-intro p,
.about-india-copy p,
.about-approach-intro p,
.about-benefits-list p,
.about-invitation-copy p {
    font-size: clamp(1rem, 1.18vw, 1.1rem);
    line-height: 1.78;
}

.about-page-intro p {
    color: #4a453f;
    margin-bottom: 1rem;
    max-width: 660px;
}

.about-india {
    background-color: var(--brown);
    background-image: url('assets/quote-banner-paisley.png');
    background-position: center;
    background-size: cover;
    color: #fff9eb;
    padding: clamp(5.5rem, 10vw, 10rem) 6%;
}

.about-india-inner {
    align-items: start;
    display: grid;
    gap: clamp(4rem, 9vw, 9rem);
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    margin: 0 auto;
    max-width: 1240px;
}

.about-india h2 {
    color: #fff9eb;
    font: 400 clamp(3rem, 4.8vw, 4.7rem)/1.06 'Marcellus', Georgia, serif;
    letter-spacing: -0.04em;
}

.about-india h2::first-line {
    color: #e98b3d;
}

.about-india-copy {
    border-top: 1px solid rgba(233, 139, 61, 0.62);
    padding-top: 2rem;
}

.about-india-copy p {
    color: rgba(255, 249, 235, 0.87);
    margin-bottom: 1.3rem;
}

.about-approach {
    margin: 0 auto;
    max-width: 1440px;
    padding: clamp(5.5rem, 10vw, 9rem) 6% clamp(6rem, 11vw, 10rem);
}

.about-approach-intro {
    align-items: end;
    border-bottom: 1px solid rgba(45, 26, 17, 0.28);
    display: grid;
    gap: clamp(2.5rem, 7vw, 7rem);
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    margin-bottom: clamp(5rem, 8vw, 7rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.about-approach-intro h2,
.about-benefits > h2 {
    color: var(--brown);
    font: 400 clamp(2.8rem, 4.7vw, 4.6rem)/1.04 'Marcellus', Georgia, serif;
    letter-spacing: -0.04em;
}

.about-approach-intro p {
    color: #4a453f;
    max-width: 680px;
}

.about-benefits > h2 {
    color: var(--accent-strong);
    margin-bottom: 2.5rem;
}

.about-benefits-list {
    display: grid;
    gap: 0 clamp(2.5rem, 6vw, 6rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-benefits-list article {
    border-top: 1px solid rgba(45, 26, 17, 0.28);
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    padding: 2.25rem 0 2.5rem;
}

.about-benefits-list article > span {
    color: var(--orange);
    font: 400 0.92rem/1 var(--font-main);
    letter-spacing: 0.08em;
    padding-top: 0.42rem;
}

.about-benefits-list h3 {
    color: var(--brown);
    font: 400 clamp(1.35rem, 1.9vw, 1.75rem)/1.25 'Marcellus', Georgia, serif;
    margin-bottom: 0.65rem;
}

.about-benefits-list p {
    color: #574d45;
}

.about-benefits-list .about-benefit-wide {
    grid-column: 1 / -1;
    max-width: calc(50% - clamp(1.25rem, 3vw, 3rem));
}

.about-invitation {
    background-color: var(--brown);
    background-image: url('assets/quote-banner-paisley.png');
    background-position: center;
    background-size: cover;
    color: #fff9eb;
    padding: clamp(5.5rem, 10vw, 9rem) 6%;
}

.about-invitation-inner {
    display: grid;
    gap: clamp(4rem, 9vw, 9rem);
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    margin: 0 auto;
    max-width: 1240px;
}

.about-invitation h2 {
    color: #fff9eb;
    font: 400 clamp(2.9rem, 4.8vw, 4.65rem)/1.08 'Marcellus', Georgia, serif;
    letter-spacing: -0.04em;
}

.about-invitation-copy {
    border-top: 1px solid rgba(233, 139, 61, 0.62);
    padding-top: 2rem;
}

.about-invitation-copy p {
    color: rgba(255, 249, 235, 0.87);
    margin-bottom: 1.2rem;
}

.about-invitation-copy p:nth-child(2) {
    color: #fff9eb;
    font-family: 'Marcellus', Georgia, serif;
    font-size: clamp(1.3rem, 1.8vw, 1.65rem);
}

.about-invitation-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.25rem;
}

.about-invitation .about-contact-cta {
    border-color: #e98b3d;
    color: #fff9eb;
}

.about-invitation .about-contact-cta:hover {
    background: #e98b3d;
    color: var(--brown);
}

.about-page .inner-footer {
    border-top: 1px solid rgba(45, 26, 17, 0.16);
}

.form-page {
    display: grid;
    gap: clamp(3rem, 8vw, 8rem);
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
    margin: 0 auto;
    max-width: 1240px;
    padding: clamp(4.5rem, 9vw, 7.5rem) 6%;
}

.form-page-intro h1 {
    color: var(--brown);
    font: 400 clamp(3.25rem, 4vw, 4.25rem)/0.98 'Marcellus', Georgia, serif;
    letter-spacing: -0.025em;
    margin-bottom: 1.65rem;
    max-width: 100%;
    white-space: nowrap;
}

.form-page-intro h1::after {
    background: var(--orange);
    content: '';
    display: block;
    height: 2px;
    margin-top: 1.35rem;
    width: 4.25rem;
}

.form-page-intro p {
    color: #4a453f;
    font-size: 1.06rem;
    margin-bottom: 0.75rem;
    max-width: 530px;
}

.standalone-form {
    align-content: start;
    border-left: 1px solid rgba(45, 26, 17, 0.28);
    display: grid;
    gap: 0.55rem;
    padding-left: clamp(1.75rem, 5vw, 5.2rem);
}

.standalone-form label {
    color: var(--brown);
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.standalone-form input,
.standalone-form textarea {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(45, 26, 17, 0.55);
    border-radius: 2px;
    color: var(--brown);
    font: 400 0.98rem var(--font-main);
    padding: 0.82rem 0.9rem;
    width: 100%;
}

.standalone-form textarea { resize: vertical; }
.standalone-form input:focus,
.standalone-form textarea:focus { outline: 2px solid var(--orange); outline-offset: 2px; }
.standalone-form .btn-primary { justify-self: start; margin-top: 1rem; }
.standalone-form-feedback { color: #a42d20; min-height: 1.2rem; }
.standalone-form-feedback.success { color: #38713e; }

.page-contact-list {
    border-top: 1px solid rgba(45, 26, 17, 0.28);
    display: grid;
    gap: 0.75rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
}

.page-contact-list > * {
    align-items: center;
    color: #4a453f;
    display: flex;
    gap: 0.85rem;
    text-decoration: none;
}

.page-contact-list a:hover { color: var(--accent-strong); }
.page-contact-list i { color: var(--accent-strong); font-size: 1.1rem; text-align: center; width: 1.3rem; }

/* Header */
header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0.7rem 5%;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.logo {
    justify-self: start;
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 110px;
    width: auto;
}

.mobile-toggle {
    display: none;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    color: #2D1A11;
    justify-self: end;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: clamp(0.8rem, 1.35vw, 1.35rem);
    margin-left: 0;
}

.nav-links a {
    text-decoration: none;
    color: #2D1A11;
    font-family: var(--font-main);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    font-size: clamp(0.9rem, 1.15vw, 1.05rem);
    line-height: 1;
    transition: color 0.3s;
    white-space: nowrap;
}

.nav-links a:hover, .nav-links a.active {
    color: var(--orange);
}

.nav-links a.active {
    border-bottom: 1px solid var(--orange);
    padding-bottom: 4px;
}

.mobile-menu-actions {
    display: none;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    justify-self: end;
    margin-left: 0;
}

.header-actions .btn-primary {
    display: none;
    line-height: 1;
}

.btn-primary {
    background-color: var(--orange);
    color: white !important;
    padding: 0.82rem 1.55rem;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #b55a12;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(181, 90, 18, 0.35);
}

.btn-primary:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.75);
    outline-offset: 2px;
}

.lang-selector {
    position: relative;
    cursor: pointer;
    font-family: var(--font-main);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 1.05rem;
    line-height: 1;
    color: #2D1A11;
}

.lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 5px;
    flex-direction: column;
    min-width: 80px;
    overflow: hidden;
}

.lang-selector:hover .lang-dropdown {
    display: flex;
}

.lang-dropdown a {
    padding: 0.5rem 1rem;
    color: #333;
    text-align: center;
}
.lang-dropdown a:hover {
    background: #f0f0f0;
}

.whatsapp-fab {
    position: fixed;
    right: calc(2.25rem + env(safe-area-inset-right));
    bottom: calc(2.25rem + env(safe-area-inset-bottom));
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.95rem;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
    z-index: 130;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.whatsapp-fab:hover {
    transform: translateY(-2px) scale(1.06);
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.4);
}

.whatsapp-fab:active {
    transform: translateY(0) scale(0.99);
}

header.hero-dark-mode .nav-links a,
header.hero-dark-mode .lang-selector,
header.hero-dark-mode .mobile-toggle {
    color: #ffffff;
}

header.hero-dark-mode .nav-links a:hover {
    color: #ffffff;
}

header.hero-dark-mode .nav-links a.active {
    color: var(--orange);
    border-bottom-color: var(--orange);
}

header.hero-dark-mode .lang-dropdown {
    background: #111111;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

header.hero-dark-mode .lang-dropdown a {
    color: #ffffff;
}

header.hero-dark-mode .lang-dropdown a:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* Hero Section */
.hero {
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center 25%;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 2.2%;
    overflow: hidden;
}

.hero-slides,
.hero-slide {
    position: absolute;
    inset: 0;
}

.hero-slides {
    z-index: 0;
}

.hero-slide {
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 1.2s ease-in-out;
}

.hero-slide.is-active {
    opacity: 1;
}

.hero-slide--monument {
    background-position: center 25%;
}

.hero-slide--tajmahal {
    background-position: center;
}

.hero-slide--river-sunset {
    background-position: center;
}

.hero-slide--river-temple {
    background-position: center;
}

.hero-slide--evening-aarti {
    background-position: center;
}

.hero-content {
    max-width: 820px;
    margin-top: 0;
    position: relative;
    z-index: 1;
    isolation: isolate;
    padding: 2rem 0.45rem;
    color: #080604;
    text-align: center;
}

.hero-title {
    font-family: var(--font-script);
    color: #080604;
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: 0.76;
    margin-bottom: 0.82rem;
    font-weight: 600;
    margin-left: 3rem;
    letter-spacing: 0;
    white-space: nowrap;
    font-kerning: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
}

.hero-content::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    width: max(112%, 28rem);
    height: max(150%, 13rem);
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.61) 31%, rgba(255, 255, 255, 0.25) 58%, transparent 80%);
    filter: blur(10px);
    pointer-events: none;
}

.hero-title span {
    display: block;
    margin-top: 0.15em;
    color: #e45113;
    font-size: 0.68em;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.78;
    transform: translateX(-0.04em);
}

.hero-subtitle {
    font-size: clamp(0.7rem, 1vw, 1rem);
    color: #15110e;
    margin: 0;
    font-family: var(--font-main);
    font-weight: 500;
    letter-spacing: 0.015em;
}

/* Quote Banner */
.quote-banner {
    background-color: var(--brown);
    background-image: url('assets/quote-banner-paisley.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    padding: clamp(3rem, 5vw, 4.75rem) 2rem;
    font-family: 'Marcellus', Georgia, serif;
}

.quote-banner h2 {
    margin: 0;
    font-family: 'Marcellus', Georgia, serif;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 400;
    line-height: 1.2;
}

.quote-banner h2 span {
    color: #fffaf2;
}

.quote-banner h2 .highlight-word {
    display: inline;
    color: var(--orange);
    font-style: normal;
}

.quote-banner h2 .highlight-dot {
    color: var(--orange);
}

.quote-banner .subtitle {
    margin: 1rem 0 2.25rem;
    font-family: var(--font-main);
    font-size: clamp(0.98rem, 1.35vw, 1.2rem);
    color: #f4f4f4;
    font-weight: 400;
}

.quote-banner .journey-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quote-banner .highlight {
    color: var(--orange);
    font-family: 'Marcellus', Georgia, serif;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    font-weight: 400;
    margin-bottom: 0.75rem;
}

.quote-banner .separator {
    width: min(350px, 80%);
    height: 1px;
    background: linear-gradient(90deg, rgba(211,108,24,0) 0%, rgba(211,108,24,1) 50%, rgba(211,108,24,0) 100%);
    border: none;
    margin: 0 auto 0.9rem;
}

.quote-banner .tagline {
    color: #fff;
    font-family: 'Marcellus', Georgia, serif;
    font-size: clamp(1.2rem, 1.6vw, 1.45rem);
    font-weight: 400;
}

/* About Section */
.about-section {
    display: flex;
    padding: 5rem 10%;
    gap: 4rem;
    align-items: flex-start;
}

.about-image {
    flex: 0.8;
    aspect-ratio: 1 / 1.05;
    overflow: hidden;
    border-radius: 20px;
}

.about-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-text {
    flex: 1.5;
}

.about-text h2 {
    font-family: 'Marcellus', Georgia, serif;
    font-size: clamp(2.55rem, 3.4vw, 3.65rem);
    color: #3b3630;
    margin-bottom: 0.75rem;
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: -0.015em;
}

.about-text h2 span:last-child {
    color: var(--accent-strong);
}

.about-text p {
    margin-bottom: 0.85rem;
    font-size: clamp(1rem, 1.05vw, 1.08rem);
    color: #4a453f;
    line-height: 1.58;
    font-weight: 400;
    font-family: var(--font-main);
}

.about-text .about-signoff {
    border-top: 1px solid rgba(156, 63, 16, 0.32);
    color: var(--accent-strong);
    font: italic 400 clamp(1.25rem, 1.7vw, 1.65rem)/1.4 'Marcellus', Georgia, serif;
    margin-top: 1.4rem;
    padding-top: 1.15rem;
}

/* Travel plans */
.travel-plans-section {
    padding: 3rem 10% 5rem;
    background: transparent;
}

.section-intro {
    margin: 0 auto 2rem;
    max-width: 680px;
    text-align: center;
}

.section-intro h2,
.feature-section h2,
.collaboration-section h2 {
    color: var(--brown);
    font-family: 'Marcellus', Georgia, serif;
    font-size: clamp(2.2rem, 3.4vw, 3.2rem);
    font-weight: 400;
    line-height: 1.1;
}

.section-intro p {
    color: #5c5148;
    font-size: 1.05rem;
    margin-top: 0.75rem;
}

.travel-tabs {
    display: flex;
    gap: clamp(1.5rem, 5vw, 4rem);
    border-bottom: 1px solid rgba(45, 26, 17, 0.42);
    justify-content: center;
}

.travel-tab {
    appearance: none;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #594c42;
    cursor: pointer;
    font: 500 1.05rem var(--font-main);
    padding: 0.7rem 0 0.75rem;
}

.travel-tab:hover,
.travel-tab:focus-visible,
.travel-tab.is-active {
    border-bottom-color: var(--accent-strong);
    color: var(--accent-strong);
}

.travel-tab:focus-visible {
    outline: 2px solid var(--accent-strong);
    outline-offset: 5px;
}

.travel-panel {
    min-height: 195px;
    padding: 2.25rem 0 0;
}

.calendar-empty-state {
    display: grid;
    min-height: 150px;
    place-content: center;
    text-align: center;
    color: #594c42;
}

.calendar-empty-state i {
    color: var(--accent-strong);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.calendar-empty-state p {
    font: 400 clamp(1.35rem, 2vw, 1.7rem) 'Marcellus', Georgia, serif;
}

.calendar-empty-state span {
    max-width: 420px;
    margin: 0.65rem auto 0;
    font-size: 0.98rem;
}

.calendar-year-row {
    align-items: center;
    color: #6b5b4f;
    display: flex;
    font-size: 0.72rem;
    font-weight: 600;
    gap: 0.85rem;
    letter-spacing: 0.15em;
    margin: 0 auto 1rem;
    max-width: 1120px;
    text-transform: uppercase;
}

.calendar-year {
    color: var(--accent-strong);
    font: 400 1.5rem/1 'Marcellus', Georgia, serif;
    letter-spacing: 0;
}

.calendar-year-line {
    background: rgba(45, 26, 17, 0.25);
    height: 1px;
    width: 3rem;
}

.calendar-tour-card {
    appearance: none;
    background: #101624;
    border: 1px solid rgba(174, 133, 67, 0.5);
    box-shadow: 0 20px 55px rgba(45, 26, 17, 0.18);
    color: #f8eed4;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    margin: 0 auto;
    max-width: 1120px;
    min-height: 360px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
    width: 100%;
}

.calendar-tour-card::after {
    border: 1px solid rgba(206, 167, 96, 0.34);
    content: '';
    inset: 8px;
    pointer-events: none;
    position: absolute;
}

.calendar-tour-card:hover {
    box-shadow: 0 28px 68px rgba(45, 26, 17, 0.27);
    transform: translateY(-4px);
}

.calendar-tour-card + .calendar-tour-card {
    margin-top: 1.5rem;
}

.calendar-tour-card--western .calendar-tour-title {
    font-size: clamp(2.05rem, 3.3vw, 3.35rem);
    line-height: 1;
}

.calendar-tour-card--western .calendar-tour-media img {
    object-position: center;
}

.calendar-tour-card:focus-visible {
    outline: 3px solid var(--accent-strong);
    outline-offset: 5px;
}

.calendar-tour-media {
    min-height: 360px;
    overflow: hidden;
    position: relative;
}

.calendar-tour-media::after {
    background: linear-gradient(90deg, transparent 64%, #101624 100%);
    content: '';
    inset: 0;
    position: absolute;
}

.calendar-tour-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: 69% center;
    transition: transform 0.7s ease;
    width: 100%;
}

.calendar-tour-card:hover .calendar-tour-media img {
    transform: scale(1.025);
}

.calendar-date-block {
    align-items: center;
    background: #f3e4bf;
    bottom: 1.6rem;
    color: #182030;
    display: flex;
    flex-direction: column;
    left: 1.6rem;
    min-width: 6.6rem;
    padding: 0.7rem 1rem 0.8rem;
    position: absolute;
    z-index: 2;
}

.calendar-date-block strong {
    font: 400 1.42rem/1.05 'Marcellus', Georgia, serif;
}

.calendar-date-block span {
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-top: 0.28rem;
    text-transform: uppercase;
}

.calendar-tour-copy {
    align-self: center;
    display: flex;
    flex-direction: column;
    padding: 3.25rem clamp(2.25rem, 4vw, 4rem) 3.1rem 1.5rem;
    position: relative;
    z-index: 2;
}

.calendar-tour-kicker {
    color: #d6a85f;
    font-size: 0.69rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.calendar-tour-title {
    font: 400 clamp(2.45rem, 4.2vw, 4.1rem)/0.95 'Marcellus', Georgia, serif;
    letter-spacing: -0.035em;
}

.calendar-tour-title span {
    color: #d7b570;
    display: block;
    font-size: 0.5em;
    letter-spacing: 0;
    margin-top: 0.65rem;
}

.calendar-tour-route {
    border-bottom: 1px solid rgba(214, 168, 95, 0.28);
    color: #f5ead0;
    font: 400 1rem/1.5 'Marcellus', Georgia, serif;
    margin: 1.45rem 0 1rem;
    padding-bottom: 1rem;
}

.calendar-tour-summary {
    color: rgba(248, 238, 212, 0.72);
    font-size: 0.86rem;
    line-height: 1.7;
}

.calendar-tour-link {
    align-items: center;
    color: #d7b570;
    display: flex;
    font-size: 0.76rem;
    font-weight: 600;
    gap: 0.7rem;
    letter-spacing: 0.1em;
    margin-top: 1.5rem;
    text-transform: uppercase;
}

.calendar-tour-link svg {
    height: 1.15rem;
    transition: transform 0.25s ease;
    width: 1.15rem;
}

.calendar-tour-card:hover .calendar-tour-link svg {
    transform: translateX(4px);
}

.planned-departures {
    margin: 0 auto 3.5rem;
    max-width: 1120px;
}

.planned-departures-heading {
    margin-bottom: 1.5rem;
    text-align: center;
}

.planned-departures-heading h3 {
    color: var(--brown);
    font: 400 clamp(2rem, 3.2vw, 3rem)/1.1 'Marcellus', Georgia, serif;
}

.planned-departures-heading p {
    color: #62564c;
    font-size: 0.92rem;
    margin-top: 0.4rem;
}

.planned-departure-toggle {
    align-items: center;
    appearance: none;
    background: #fff9ea;
    border: 1px solid rgba(45, 26, 17, 0.24);
    color: var(--brown);
    cursor: pointer;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 6rem minmax(190px, 0.72fr) minmax(230px, 1fr) auto;
    padding: 1.2rem 1.5rem;
    text-align: left;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
}

.planned-departure-toggle:hover,
.planned-departure-toggle.is-open {
    background: #f8ebca;
    border-color: rgba(156, 63, 16, 0.48);
    box-shadow: 0 10px 30px rgba(45, 26, 17, 0.1);
}

.planned-departure-toggle + .planned-departure-toggle {
    border-top: 0;
}

.planned-departure-toggle:focus-visible {
    outline: 3px solid var(--accent-strong);
    outline-offset: 3px;
}

.planned-departure-date {
    align-items: center;
    border-right: 1px solid rgba(45, 26, 17, 0.18);
    display: flex;
    flex-direction: column;
    padding-right: 1.25rem;
}

.planned-departure-date strong {
    font: 400 1.25rem/1 'Marcellus', Georgia, serif;
}

.planned-departure-date span,
.planned-departure-date small {
    font-size: 0.56rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    margin-top: 0.22rem;
    text-transform: uppercase;
}

.planned-departure-name strong {
    display: block;
    font: 400 1.65rem/1 'Marcellus', Georgia, serif;
}

.planned-departure-name span {
    color: var(--accent-strong);
    display: block;
    font: 400 0.9rem/1.3 'Marcellus', Georgia, serif;
    margin-top: 0.25rem;
}

.planned-departure-meta {
    color: #62564c;
    font-size: 0.82rem;
}

.planned-departure-action {
    align-items: center;
    color: var(--accent-strong);
    display: flex;
    font-size: 0.64rem;
    font-weight: 600;
    gap: 0.5rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
}

.planned-departure-action svg {
    height: 1rem;
    transition: transform 0.25s ease;
    width: 1rem;
}

.planned-departure-toggle.is-open .planned-departure-action svg {
    transform: rotate(180deg);
}

.calendar-tour-details {
    background: #fff9ea;
    border: 1px solid rgba(45, 26, 17, 0.2);
    margin: 1.25rem auto 0;
    max-width: 1120px;
    scroll-margin-top: 1.5rem;
}

#plan-panel.is-selected-tour {
    padding-top: 1.25rem;
}

#plan-panel.is-selected-tour .planned-departures-heading,
#plan-panel.is-selected-tour .planned-departure-toggle,
#plan-panel.is-selected-tour .travel-plan-copy,
#plan-panel.is-selected-tour .inline-retreat-close {
    display: none;
}

#plan-panel.is-selected-tour .planned-departures {
    margin-bottom: 0;
}

#plan-panel.is-selected-tour .calendar-tour-details {
    margin-top: 0;
}

.calendar-tour-details[hidden] {
    display: none;
}

.inline-retreat-header {
    background: #111827;
    color: #f7edd4;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: clamp(2.5rem, 5vw, 4.75rem);
}

.inline-retreat-date {
    color: #d7b570;
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.inline-retreat-header h3 {
    color: #f7edd4;
    font: 400 clamp(3rem, 6.5vw, 6rem)/0.92 'Marcellus', Georgia, serif;
    letter-spacing: -0.045em;
    margin-bottom: 1.75rem;
}

.inline-retreat-header h3 span {
    color: #d7b570;
    display: block;
    font-size: 0.45em;
    letter-spacing: 0;
    margin-top: 0.65rem;
}

.inline-retreat-header p {
    color: rgba(247, 237, 212, 0.72);
    font-size: 0.95rem;
    line-height: 1.75;
    margin-bottom: 0.8rem;
    max-width: 760px;
}

.inline-retreat-header .inline-retreat-note {
    border-left: 2px solid #d7b570;
    color: rgba(247, 237, 212, 0.9);
    font-size: 0.78rem;
    margin-top: 1.25rem;
    padding-left: 1rem;
}

.inline-retreat-close {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 1px solid rgba(215, 181, 112, 0.5);
    border-radius: 50%;
    color: #d7b570;
    cursor: pointer;
    display: flex;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.inline-retreat-close:hover,
.inline-retreat-close:focus-visible {
    background: #d7b570;
    color: #111827;
}

.inline-retreat-close:focus-visible {
    outline: 2px solid #fff9ea;
    outline-offset: 3px;
}

.inline-retreat-close svg {
    height: 1rem;
    width: 1rem;
}

.inline-retreat-destinations,
.inline-retreat-experiences,
.inline-retreat-team {
    padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 6vw, 5.5rem);
}

.inline-retreat-destinations h4,
.inline-retreat-experiences h4,
.inline-retreat-team h4,
.inline-retreat-cta h4 {
    color: var(--brown);
    font: 400 clamp(2.25rem, 4.4vw, 4rem)/1.05 'Marcellus', Georgia, serif;
    letter-spacing: -0.035em;
}

.inline-retreat-destinations > div {
    border-top: 1px solid rgba(45, 26, 17, 0.22);
    margin-top: 2.5rem;
}

.inline-retreat-destinations article {
    align-items: start;
    border-bottom: 1px solid rgba(45, 26, 17, 0.18);
    display: grid;
    gap: 1rem clamp(1rem, 3vw, 3rem);
    grid-template-columns: 2rem minmax(150px, 0.5fr) minmax(250px, 1fr);
    padding: 1.8rem 0;
}

.inline-retreat-destinations article > span {
    color: var(--accent-strong);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    padding-top: 0.45rem;
}

.inline-retreat-destinations h5 {
    color: var(--brown);
    font: 400 clamp(1.65rem, 2.6vw, 2.4rem)/1 'Marcellus', Georgia, serif;
}

.inline-retreat-destinations p,
.inline-retreat-lead,
.inline-retreat-team dd {
    color: #554a41;
    font-size: 0.92rem;
    line-height: 1.72;
}

.inline-retreat-experiences {
    background: #f8ebca;
}

.inline-retreat-lead {
    margin: 1rem 0 2.25rem;
    max-width: 680px;
}

.inline-retreat-experiences ol {
    counter-reset: inline-experience;
    display: grid;
    gap: 0 3.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
}

.inline-retreat-experiences li {
    border-top: 1px solid rgba(45, 26, 17, 0.18);
    color: #554a41;
    counter-increment: inline-experience;
    font-size: 0.84rem;
    line-height: 1.68;
    padding: 1.25rem 0 1.35rem 2.65rem;
    position: relative;
}

.inline-retreat-experiences li::before {
    color: var(--accent-strong);
    content: counter(inline-experience, decimal-leading-zero);
    font: 400 0.88rem/1 'Marcellus', Georgia, serif;
    left: 0;
    position: absolute;
    top: 1.48rem;
}

.inline-retreat-team {
    display: grid;
    gap: clamp(2.5rem, 6vw, 6rem);
    grid-template-columns: minmax(240px, 0.7fr) minmax(360px, 1fr);
}

.inline-retreat-team dl {
    margin: 0;
}

.inline-retreat-team dl > div {
    border-bottom: 1px solid rgba(45, 26, 17, 0.18);
    display: grid;
    gap: 0.9rem;
    grid-template-columns: minmax(130px, 0.72fr) minmax(190px, 1fr);
    padding: 1.25rem 0;
}

.inline-retreat-team dt {
    color: var(--accent-strong);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.inline-retreat-team dd {
    font-family: 'Marcellus', Georgia, serif;
    margin: 0;
}

.inline-retreat-team small {
    color: #75675b;
    display: block;
    font: 400 0.68rem/1.5 var(--font-main);
    margin-top: 0.25rem;
}

.inline-retreat-cta {
    align-items: center;
    background-color: var(--brown);
    background-image: url('assets/quote-banner-paisley.png');
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 6vw, 5.5rem);
}

.inline-retreat-cta h4 {
    color: #fff8e9;
    font-size: clamp(2rem, 3.8vw, 3.25rem);
}

.inline-retreat-cta p {
    color: rgba(255, 248, 233, 0.72);
    font-size: 0.86rem;
    margin-top: 0.6rem;
}

.inline-retreat-cta .btn-primary {
    flex: 0 0 auto;
}

.travel-plan-copy {
    margin: 0 auto;
    max-width: 680px;
    padding: 0;
    text-align: center;
}

.travel-plan-copy h3 {
    color: var(--brown);
    font: 400 clamp(2.15rem, 3.3vw, 3.4rem)/1.1 'Marcellus', Georgia, serif;
    margin-bottom: 1rem;
}

.travel-plan-copy p {
    color: #4a453f;
    font-size: 1.05rem;
    margin-bottom: 0.8rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.travel-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
    width: 100%;
}

.travel-category-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.travel-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.travel-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.travel-category-card:hover img {
    transform: scale(1.08);
}

.travel-category-card h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 1.5rem 1rem 1rem;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 500;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.travel-page-actions {
    align-items: center;
    border-top: 1px solid rgba(45, 26, 17, 0.18);
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 2rem auto 0;
    max-width: 620px;
    padding-top: 1.8rem;
}

.btn-secondary {
    border: 1px solid var(--accent-strong);
    border-radius: 30px;
    color: var(--accent-strong);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-secondary:hover { background: var(--accent-strong); color: #fff; }

.text-link {
    color: var(--accent-strong);
    font-weight: 500;
    text-underline-offset: 4px;
}

.feature-section {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-height: 0;
    padding: 1.8rem 10%;
    text-align: left;
}

.feature-section > div {
    align-items: baseline;
    display: flex;
    gap: clamp(1.25rem, 4vw, 4rem);
    max-width: 900px;
}

.feature-section p,
.collaboration-section p {
    color: #4a453f;
    font-size: 1.08rem;
    margin-top: 0.9rem;
}

.feature-section p {
    margin: 0;
}

.feature-section h2 {
    flex: 0 0 min(32%, 220px);
    font-size: clamp(1.65rem, 2.4vw, 2.15rem);
}

.feature-section--rishikesh {
    border-top: 1px solid rgba(45, 26, 17, 0.14);
}

.feature-section--school {
    padding-top: 0;
}

.collaboration-section {
    padding: 5rem 10%;
    text-align: center;
}

.collaboration-section p {
    margin: 0.9rem auto 1.6rem;
    max-width: 590px;
}

/* Footer */
footer {
    background-color: var(--bg-color);
    text-align: center;
    padding: 5rem 10%;
    position: relative;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.footer-heading {
    font-size: 2.2rem;
    font-family: 'Marcellus', Georgia, serif;
    color: var(--accent-strong);
    margin-bottom: 1.2rem;
    line-height: 1.3;
    font-style: normal;
    font-weight: 500;
}

.footer-content p {
    font-size: 1.15rem;
    font-family: var(--font-main);
    color: #4a453f;
    margin-bottom: 0.3rem;
    font-weight: 500;
}

.footer-bottom-row {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    position: relative;
    width: 100%;
}

.btn-primary.large {
    background-color: #A96224;
    border-radius: 30px;
    color: white;
    display: inline-block;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 1rem 2.2rem;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-primary.large:hover {
    background-color: #8E521E;
}

.social-icons {
    display: flex;
    gap: 1rem;
    margin: 0 auto;
}

.social-icons a,
.social-icon-static {
    align-items: center;
    background: transparent;
    border: 2px solid #A96224;
    border-radius: 50%;
    color: #A96224;
    display: flex;
    font-size: 1.2rem;
    height: 48px;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 48px;
}

.social-icons a:hover {
    background-color: #A96224;
    color: white;
}

.journey-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: clamp(0.5rem, 2vw, 1.25rem);
    z-index: 1200;
}

.journey-modal.open {
    display: flex;
}

.journey-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 16, 13, 0.68);
    backdrop-filter: blur(2px);
}

.journey-modal-panel {
    position: relative;
    background: #fff;
    width: min(1024px, calc(100vw - 4rem));
    max-width: 1024px;
    max-height: min(94vh, 100vh - 2rem);
    border-radius: 28px;
    padding: 2.25rem 2.5rem 2.35rem;
    overflow-y: auto;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.25);
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.08);
    animation: journey-pop 170ms ease-out;
}

@keyframes journey-pop {
    from {
        transform: translateY(12px) scale(0.985);
        opacity: 0.5;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.journey-close {
    position: absolute;
    top: 1.05rem;
    right: 1.35rem;
    border: none;
    background: transparent;
    font-size: 2rem;
    color: #4a453f;
    cursor: pointer;
    line-height: 1;
}

.journey-close:hover {
    color: #111;
}

.journey-modal h2 {
    margin-bottom: 0.4rem;
    color: #3b3630;
    font-size: 2.3rem;
    line-height: 1.15;
}

.journey-modal-intro {
    margin-bottom: 1.55rem;
    font-size: 1.25rem;
    color: #605b54;
}

.journey-form {
    display: grid;
    gap: 0.95rem;
}

.journey-form label {
    font-size: 1rem;
    font-weight: 600;
    color: #4a453f;
    letter-spacing: 0.01em;
}

.journey-form input,
.journey-form textarea,
.journey-form select {
    width: 100%;
    border: 1px solid #d8d2c9;
    border-radius: 14px;
    min-height: 4.45rem;
    padding: 0.9rem 1.1rem;
    font-size: 1.15rem;
    font: inherit;
    color: #2f2b27;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.journey-form textarea {
    resize: vertical;
    min-height: 8.7rem;
}

.journey-form input:focus-visible,
.journey-form textarea:focus-visible,
.journey-form select:focus-visible {
    outline: none;
    border-color: #d36c18;
    box-shadow: 0 0 0 3px rgba(211, 108, 24, 0.14);
}

.journey-form input::placeholder,
.journey-form textarea::placeholder {
    color: #9d9288;
}

.journey-date-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem;
}

.journey-date-group > div {
    display: grid;
    gap: 0.6rem;
}

.journey-date-row {
    cursor: pointer;
}

.journey-inline-row {
    display: grid;
    gap: 0.95rem;
    grid-template-columns: 1fr;
}

.journey-inline-row--desktop-2 {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.15rem;
}

.journey-inline-field {
    display: grid;
    gap: 0.6rem;
}

.journey-submit {
    margin-top: 1.1rem;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13.5rem;
    height: 4.1rem;
    min-height: 0;
    gap: 0.65rem;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid rgba(128, 57, 8, 0.18);
    box-shadow: 0 9px 18px rgba(190, 83, 12, 0.22);
}

.journey-submit svg {
    width: 1.1rem;
    height: 1.1rem;
    transition: transform 0.2s ease;
}

.journey-submit:hover svg {
    transform: translateX(3px);
}

.journey-form-feedback {
    margin-top: 0.4rem;
    min-height: 1.2rem;
    color: #ad2b2b;
    font-size: 1rem;
}

.journey-form-feedback.success {
    color: #1a7a1a;
}

body.journey-modal-open {
    overflow: hidden;
}

section {
    scroll-margin-top: 120px;
}

/* Responsive Design */
@media (max-width: 1100px) {
    header {
        grid-template-columns: auto auto auto;
        gap: 1rem;
    }
    
    .logo img {
        max-height: 90px;
    }

    .nav-links {
        gap: 1.5rem;
    }
    
    .nav-links a {
        font-size: 1.1rem;
    }

    .journey-modal-panel {
        width: min(920px, calc(100vw - 2.5rem));
        padding: 1.75rem 1.8rem;
        border-radius: 22px;
    }

    .form-page {
        gap: 2.75rem;
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .standalone-form {
        border-left: 0;
        border-top: 1px solid rgba(45, 26, 17, 0.28);
        padding: 2rem 0 0;
    }
}

@media (max-width: 1100px) {
    header {
        display: flex;
        justify-content: space-between;
    }
    
    .mobile-toggle {
        display: block;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 6px 20px rgba(35, 26, 18, 0.16);
        font-size: 1.35rem;
    }
    
    .nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 0.75rem);
        left: 1rem;
        right: 1rem;
        background: rgba(255, 255, 255, 0.97);
        flex-direction: column;
        padding: 1.1rem;
        border-radius: 18px;
        box-shadow: 0 16px 34px rgba(35, 26, 18, 0.2);
        gap: 0.25rem;
        backdrop-filter: blur(10px);
    }
    
    .nav-links.show {
        display: flex;
    }

    .nav-links a {
        justify-content: center;
        width: 100%;
        min-height: 3.1rem;
        padding: 0.85rem 1rem;
        font-size: 1.12rem;
        color: #2D1A11;
    }

    .nav-links a.active {
        color: #c85d13;
        border-bottom: 2px solid currentColor;
        font-weight: 600;
        padding-bottom: 0.65rem;
    }

    /* The menu panel and its toggle stay light, even over a dark hero slide. */
    header.hero-dark-mode .mobile-toggle,
    header.hero-dark-mode .nav-links a,
    header.hero-dark-mode .mobile-menu-actions .lang-selector {
        color: #2D1A11;
    }

    header.hero-dark-mode .nav-links a:hover,
    header.hero-dark-mode .nav-links a.active {
        color: #c85d13;
    }

    .mobile-menu-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 0.75rem;
        margin-top: 0.65rem;
        padding: 1rem 0.25rem 0.15rem;
        border-top: 1px solid rgba(45, 26, 17, 0.13);
    }

    .mobile-menu-actions .btn-primary {
        flex: 1;
        padding: 0.82rem 1rem;
        font-size: 0.93rem;
        text-align: center;
        white-space: nowrap;
    }

    .mobile-menu-actions .lang-selector {
        flex: 0 0 auto;
        font-size: 0.95rem;
    }
    
    .header-actions,
    .header-actions.show {
        display: none;
    }
    
    .about-section {
        flex-direction: column;
    }

    .about-image {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .footer-bottom-row {
        flex-direction: column;
        gap: 2rem;
    }

    .social-icons {
        position: relative;
        right: auto;
    }
    .travel-plans-section,
    .feature-section,
    .collaboration-section,
    footer {
        padding-left: 7%;
        padding-right: 7%;
    }

    .journey-date-group {
        grid-template-columns: 1fr;
    }

    .journey-inline-row--desktop-2 {
        grid-template-columns: 1fr;
    }

    .journey-modal-panel {
        padding: 1.5rem;
        max-height: min(90vh, 100vh - 1rem);
        width: min(920px, calc(100vw - 2rem));
    }
}

@media (max-width: 900px) {
    .rishikesh-hero {
        gap: 3.5rem;
        grid-template-columns: 1fr;
        min-height: 0;
        padding-left: 7%;
        padding-right: 7%;
    }

    .rishikesh-hero-copy {
        max-width: 680px;
    }

    .rishikesh-hero-image {
        aspect-ratio: 4 / 5;
        height: auto;
        justify-self: center;
        max-height: none;
        min-height: 0;
        width: min(100%, 620px);
    }

    .rishikesh-story {
        grid-template-columns: 1fr;
    }

    .rishikesh-story-image {
        height: min(105vw, 760px);
        min-height: 0;
    }

    .rishikesh-story-copy {
        max-width: 760px;
        padding: 5rem 7% 6rem;
    }

    .rishikesh-experience {
        padding-left: 7%;
        padding-right: 7%;
    }

    .rishikesh-experience-heading,
    .rishikesh-experience-layout {
        grid-template-columns: 1fr;
    }

    .rishikesh-experience-heading {
        gap: 1.5rem;
    }

    .rishikesh-experience-copy {
        max-width: 690px;
    }

    .rishikesh-gallery {
        justify-self: center;
        max-width: 690px;
        width: 100%;
    }

    .school-hero {
        gap: 2.5rem;
        grid-template-columns: 1fr;
        min-height: 0;
        padding-left: 7%;
        padding-right: 7%;
    }

    .school-hero-title {
        min-height: 320px;
    }

    .school-mountain-line {
        width: min(105%, 720px);
    }

    .school-quote {
        max-width: 760px;
    }

    .school-dreams-inner,
    .school-support {
        grid-template-columns: 1fr;
    }

    .school-dreams-copy {
        max-width: 680px;
    }

    .school-support {
        gap: 3rem;
        min-height: 0;
        padding-left: 7%;
        padding-right: 7%;
    }

    .school-support-heading {
        justify-self: center;
        max-width: 520px;
        width: 100%;
    }

    .school-support-content {
        border-left: 0;
        border-top: 1px solid rgba(45, 26, 17, 0.3);
        padding: 3rem 0 0;
    }

    .about-page-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-left: 7%;
        padding-right: 7%;
    }

    .about-page-intro {
        max-width: 760px;
        order: -1;
    }

    .about-page-portrait {
        height: min(120vw, 820px);
        justify-self: center;
        width: min(100%, 640px);
    }

    .about-india-inner,
    .about-approach-intro,
    .about-invitation-inner {
        grid-template-columns: 1fr;
    }

    .about-india-copy,
    .about-approach-intro p,
    .about-invitation-copy {
        max-width: 720px;
    }

    .about-benefits-list {
        grid-template-columns: 1fr;
    }

    .about-benefits-list .about-benefit-wide {
        max-width: none;
    }
}

@media (max-width: 600px) {
    .mobile-toggle {
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem;
        z-index: 2;
    }

    .hero {
        height: 88svh;
        min-height: 540px;
        align-items: flex-start;
        padding-left: 0;
    }

    /* Keep Jeanette on the right and reserve the upper-left for the headline. */
    .hero-slide--monument {
        background-position: 65% center;
    }

    .hero-slide--tajmahal {
        background-position: 25% 0%;
    }

    .hero-slide--river-sunset {
        background-position: 31% center;
    }

    .hero-slide--river-temple {
        background-position: 76% center;
    }

    .hero-slide--evening-aarti {
        background-position: 80% center;
    }

    .hero-content {
        width: min(100% - 2rem, 22rem);
        margin: calc(clamp(7.5rem, 20svh, 10rem) + 1.5rem) 0 0 1rem;
        padding: 0.5rem 0;
        text-align: left;
        transition: margin-top 1.2s ease-in-out;
    }

    .hero-content.shift-down-mobile {
        margin-top: calc(clamp(7.5rem, 20svh, 10rem) + 8rem);
    }

    .hero-content::before {
        left: -10%;
        top: -14%;
        width: 120%;
        height: 132%;
        transform: none;
        background: radial-gradient(ellipse at 34% 54%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.57) 31%, rgba(255, 255, 255, 0.2) 56%, transparent 74%);
    }

    .hero-title {
        /* Keep the single-line word inside even the narrowest phone viewport. */
        font-size: clamp(3rem, 15vw, 4.5rem);
        margin-left: 0;
    }

    .hero-subtitle {
        font-size: 0.78rem;
    }

    .quote-banner h2 {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .quote-banner {
        padding: 3rem 1.5rem;
        background-position: center;
    }

    .about-section {
        padding: 3rem 1.5rem;
    }

    .form-page {
        padding: 3.25rem 1.5rem 4rem;
    }

    .form-page-intro h1 {
        font-size: clamp(3.25rem, 16vw, 4.5rem);
        white-space: normal;
    }

    .standalone-form .btn-primary {
        width: 100%;
    }

    .travel-plans-section,
    .feature-section,
    .collaboration-section,
    footer {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .travel-plans-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .travel-tabs {
        gap: 1.2rem;
    }

    .travel-tab {
        font-size: 0.95rem;
    }

    .travel-panel {
        min-height: 195px;
        padding-top: 2rem;
    }

    .travel-plan-copy {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .travel-page-actions {
        flex-direction: column;
    }

    .travel-page-actions .btn-primary,
    .travel-page-actions .btn-secondary {
        text-align: center;
        width: min(100%, 18rem);
    }

    .feature-section > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.3rem;
    }

    .feature-section h2 {
        flex-basis: auto;
    }

    footer {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .journey-modal {
        padding: 0.35rem;
        align-items: flex-end;
    }

    .journey-modal-panel {
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-height: calc(100vh - 0.7rem);
        padding: 0.9rem 0.85rem;
    }

    .journey-inline-row--desktop-2 {
        grid-template-columns: 1fr;
    }

    .journey-modal h2 {
        font-size: 1.35rem;
    }

    .journey-modal-intro {
        margin-bottom: 0.75rem;
    }

    .journey-form {
        gap: 0.5rem;
    }

    .journey-close {
        top: 0.35rem;
        right: 0.5rem;
        font-size: 1.4rem;
    }

    .btn-primary,
    .btn-primary.large {
        width: 100%;
        text-align: center;
    }

    .rishikesh-hero {
        gap: 2.75rem;
        padding: 3.25rem 1.5rem 4.5rem;
    }

    .rishikesh-hero-copy h1 {
        font-size: clamp(4rem, 20vw, 5.5rem);
    }

    .rishikesh-hero-image {
        border-radius: 0.65rem;
    }

    .rishikesh-story-image {
        height: 118vw;
    }

    .rishikesh-story-copy {
        padding: 4rem 1.5rem 4.75rem;
    }

    .rishikesh-story-copy h2 {
        margin-bottom: 1.75rem;
    }

    .rishikesh-experience {
        padding: 4.75rem 1.5rem 5rem;
    }

    .rishikesh-experience-heading {
        margin-bottom: 3rem;
        padding-bottom: 2rem;
    }

    .rishikesh-experience-heading h2 {
        font-size: clamp(2.8rem, 14vw, 4rem);
    }

    .rishikesh-gallery {
        min-height: 128vw;
    }

    .rishikesh-gallery-main {
        height: 108vw;
        width: 72%;
    }

    .rishikesh-gallery-secondary {
        border-width: 6px;
        height: 78vw;
        width: 52%;
    }

    .rishikesh-invitation {
        padding: 4.75rem 1.5rem 5rem;
    }

    .rishikesh-invitation .btn-primary {
        width: min(100%, 20rem);
    }

    .school-hero {
        gap: 1.25rem;
        padding: 2.25rem 1.5rem 2.75rem;
    }

    .school-hero-title {
        min-height: 215px;
    }

    .school-hero-title h1 {
        font-size: clamp(3rem, 14vw, 4rem);
    }

    .school-mountain-line {
        bottom: -0.5rem;
        left: -1rem;
        width: 125%;
    }

    .school-quote {
        padding: 1.5rem 0.75rem 1.5rem 1.25rem;
    }

    .school-quote > span {
        font-size: 4.5rem;
        height: 2.25rem;
    }

    .school-quote p {
        font-size: clamp(1.45rem, 6.4vw, 1.85rem);
        max-width: 19rem;
    }

    .school-community-image {
        height: 67vw;
        min-height: 280px;
    }

    .school-dreams {
        padding: 4.75rem 1.5rem 5rem;
    }

    .school-dreams h2 {
        font-size: clamp(2.4rem, 11vw, 3.25rem);
    }

    .school-support {
        padding: 4.75rem 1.5rem 5.25rem;
    }

    .school-support-heading {
        height: auto;
        min-height: 0;
    }

    .school-support-image {
        border-radius: 0.65rem;
        height: 118vw;
        width: 100%;
    }

    .school-support-heading h2 {
        font-size: clamp(3.4rem, 17vw, 4.8rem);
        margin-top: 1rem;
    }

    .school-support-content .btn-primary {
        width: min(100%, 20rem);
    }

    .about-page-hero {
        gap: 3rem;
        padding: 3.75rem 1.5rem 5rem;
    }

    .about-page-intro h1 {
        font-size: clamp(3.4rem, 17vw, 4.75rem);
    }

    .about-page-intro blockquote {
        font-size: clamp(1.55rem, 7.7vw, 2.1rem);
    }

    .about-page-portrait {
        border-radius: 0.65rem;
        height: 128vw;
    }

    .about-india {
        padding: 4.75rem 1.5rem 5rem;
    }

    .about-india h2,
    .about-invitation h2 {
        font-size: clamp(2.45rem, 11.5vw, 3.35rem);
    }

    .about-approach {
        padding: 4.75rem 1.5rem 5.5rem;
    }

    .about-approach-intro {
        gap: 1.5rem;
        margin-bottom: 4rem;
    }

    .about-approach-intro h2,
    .about-benefits > h2 {
        font-size: clamp(2.45rem, 11.5vw, 3.35rem);
    }

    .about-benefits-list article {
        gap: 0.75rem;
        grid-template-columns: 2.45rem minmax(0, 1fr);
        padding: 1.9rem 0 2.15rem;
    }

    .about-invitation {
        padding: 4.75rem 1.5rem 5.25rem;
    }

    .about-invitation-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .about-invitation-actions .btn-primary,
    .about-invitation-actions .btn-secondary {
        text-align: center;
        width: 100%;
    }

    .school-page .whatsapp-fab {
        bottom: calc(0.75rem + env(safe-area-inset-bottom));
        font-size: 1.55rem;
        height: 52px;
        right: calc(0.75rem + env(safe-area-inset-right));
        width: 52px;
    }

    .journey-submit {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .calendar-tour-card { grid-template-columns: 1fr; }
    .calendar-tour-media { aspect-ratio: 16 / 8.2; min-height: 0; }
    .calendar-tour-media::after { background: linear-gradient(180deg, transparent 72%, #101624 100%); }
    .calendar-tour-copy { padding: 1.25rem 2.5rem 3rem; }
    .planned-departure-toggle { grid-template-columns: 5.5rem minmax(180px, 1fr) auto; }
    .planned-departure-meta { display: none; }
    .inline-retreat-team { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .calendar-year-row {
        gap: 0.65rem;
        margin-bottom: 0.75rem;
    }

    .calendar-year {
        font-size: 1.25rem;
    }

    .calendar-tour-card {
        min-height: 0;
    }

    .calendar-tour-card::after {
        inset: 5px;
    }

    .calendar-tour-media {
        aspect-ratio: 16 / 9;
    }

    .calendar-tour-media img {
        object-position: 67% center;
    }

    .calendar-date-block {
        bottom: 0.75rem;
        left: 0.75rem;
        min-width: 5.2rem;
        padding: 0.55rem 0.7rem 0.62rem;
    }

    .calendar-date-block strong {
        font-size: 1.15rem;
    }

    .calendar-date-block span {
        font-size: 0.56rem;
    }

    .calendar-tour-copy {
        padding: 1.15rem 1.35rem 1.55rem;
    }

    .calendar-tour-kicker {
        font-size: 0.57rem;
        margin-bottom: 0.65rem;
    }

    .calendar-tour-title {
        font-size: clamp(2rem, 10.5vw, 2.7rem);
        line-height: 0.98;
    }

    .calendar-tour-title span {
        margin-top: 0.42rem;
    }

    .calendar-tour-card--western .calendar-tour-title {
        font-size: clamp(1.85rem, 9vw, 2.4rem);
    }

    .calendar-tour-route {
        font-size: 0.88rem;
        margin: 0.95rem 0 0.75rem;
        padding-bottom: 0.75rem;
    }

    .calendar-tour-summary {
        display: none;
    }

    .calendar-tour-link {
        font-size: 0.65rem;
        margin-top: 0.3rem;
    }

    .planned-departures {
        margin-bottom: 2.75rem;
    }

    .planned-departures-heading {
        margin-bottom: 1rem;
    }

    .planned-departures-heading h3 {
        font-size: 2rem;
    }

    .planned-departures-heading p {
        font-size: 0.82rem;
    }

    .planned-departure-toggle {
        gap: 0.75rem;
        grid-template-columns: 4.65rem minmax(0, 1fr) 1.25rem;
        padding: 0.9rem 0.85rem;
    }

    .planned-departure-date {
        padding-right: 0.75rem;
    }

    .planned-departure-date strong {
        font-size: 1.05rem;
    }

    .planned-departure-name strong {
        font-size: 1.4rem;
    }

    .planned-departure-name span {
        font-size: 0.78rem;
    }

    .planned-departure-action > span {
        display: none;
    }

    .planned-departure-action {
        justify-self: end;
    }

    .calendar-tour-details {
        margin-top: 0.8rem;
        scroll-margin-top: 0.75rem;
    }

    .inline-retreat-header {
        gap: 1.25rem;
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 2rem 1.25rem 2.25rem;
    }

    .inline-retreat-date {
        font-size: 0.6rem;
        margin-bottom: 0.75rem;
    }

    .inline-retreat-header h3 {
        font-size: clamp(2.65rem, 14vw, 3.6rem);
        margin-bottom: 1.25rem;
    }

    .inline-retreat-header p {
        font-size: 0.86rem;
        line-height: 1.68;
    }

    .inline-retreat-close {
        height: 2.35rem;
        width: 2.35rem;
    }

    .inline-retreat-destinations,
    .inline-retreat-experiences,
    .inline-retreat-team {
        padding: 2.75rem 1.25rem 3rem;
    }

    .inline-retreat-destinations h4,
    .inline-retreat-experiences h4,
    .inline-retreat-team h4 {
        font-size: clamp(2.05rem, 10.5vw, 2.8rem);
    }

    .inline-retreat-destinations > div {
        margin-top: 1.75rem;
    }

    .inline-retreat-destinations article {
        gap: 0.55rem 0.75rem;
        grid-template-columns: 1.7rem minmax(0, 1fr);
        padding: 1.4rem 0;
    }

    .inline-retreat-destinations article p {
        grid-column: 2;
    }

    .inline-retreat-destinations h5 {
        font-size: 1.7rem;
    }

    .inline-retreat-experiences ol {
        grid-template-columns: 1fr;
    }

    .inline-retreat-experiences li {
        padding-left: 2.35rem;
    }

    .inline-retreat-team {
        gap: 1.75rem;
    }

    .inline-retreat-team dl > div {
        grid-template-columns: 1fr;
    }

    .inline-retreat-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 2.5rem 1.25rem;
        text-align: center;
    }

    .inline-retreat-cta h4 {
        font-size: 2rem;
    }

    .inline-retreat-cta .btn-primary {
        width: 100%;
    }
}
