

/* =========================================================
   RHSS TAMIL NADU
   HERITAGE / DIVINE / PREMIUM DESIGN
========================================================= */

:root {

    --orange: #ed5b1b;
    --orange-dark: #c7430e;
    --orange-light: #f47b39;

    --gold: #c99743;
    --gold-light: #efd39b;

    --brown: #38251b;
    --brown-light: #6c5749;

    --cream: #fffaf1;
    --cream-2: #fff4df;
    --cream-3: #f8ead5;

    --white: #ffffff;

    --line: #ead9c3;

    --muted: #7b6a5c;

    --dark: #2b1c14;

    --shadow:
        0 15px 45px rgba(76, 45, 20, .08);

    --shadow-lg:
        0 25px 70px rgba(76, 45, 20, .13);

}


/* =========================================================
   RESET
========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 95px;
}

body {

    margin: 0;

    background: var(--cream);

    color: var(--brown);

    font-family:
        "Noto Sans Tamil",
        Inter,
        sans-serif;

    font-size: 15px;

    line-height: 1.75;

    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

button,
input,
textarea {
    font-family: inherit;
}


/* =========================================================
   CONTAINER
========================================================= */

.container {

    width: min(1380px, 92%);

    margin: auto;
}


/* =========================================================
   HEADER
========================================================= */

.header {

    position: sticky;

    top: 0;

    z-index: 1000;

    height: 105px;

    background:
        rgba(255, 252, 246, .96);

    border-bottom:
        1px solid #eee0ce;

    backdrop-filter: blur(12px);

    box-shadow:
        0 2px 15px rgba(64, 38, 15, .035);
}

.nav {

    height: 105px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;
}


/* =========================================================
   BRAND
========================================================= */

.brand {

    display: flex;

    align-items: center;

    gap: 14px;

    flex-shrink: 0;
}

.brand img {

    width: 70px;

    height: 70px;

    object-fit: contain;
}

.brand span {

    display: block;
}

.brand b {

    display: block;

    color: var(--brown);

    font-family: Inter, sans-serif;

    font-size: 25px;

    font-weight: 800;

    line-height: 1.05;

    letter-spacing: .5px;
}

.brand small {

    display: block;

    margin-top: 5px;

    color: #76665a;

    font-size: 11px;

    font-weight: 600;

    line-height: 1.35;
}


/* =========================================================
   NAVIGATION
========================================================= */

.nav nav {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 7px;

    font-size: 13px;

    font-weight: 700;
}

.nav nav > a:not(.pill) {

    position: relative;

    padding: 38px 11px 34px;

    color: #46352a;

    white-space: nowrap;

    transition: .25s ease;
}

.nav nav > a:not(.pill)::after {

    content: "";

    position: absolute;

    left: 11px;

    right: 11px;

    bottom: 25px;

    height: 2px;

    background: var(--orange);

    transform: scaleX(0);

    transform-origin: center;

    transition: .25s ease;
}

.nav nav > a:not(.pill):hover {

    color: var(--orange);
}

.nav nav > a:not(.pill):hover::after {

    transform: scaleX(1);
}


/* =========================================================
   NAV PILLS
========================================================= */

.nav nav .pill {

    min-height: 54px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 0 24px;

    border-radius: 999px;

    border: 1px solid var(--orange);

    color: var(--orange);

    font-weight: 800;

    transition: .25s ease;

    white-space: nowrap;
}

.nav nav .pill:first-of-type {

    color: #fff;

    background: var(--orange);

    border-color: var(--orange);

    box-shadow:
        0 8px 22px rgba(237, 91, 27, .16);
}

.nav nav .pill:first-of-type:hover {

    background: var(--orange-dark);

    transform: translateY(-2px);
}

.nav nav .pill:last-of-type {

    min-width: 215px;

    padding: 0 20px;

    border-color: #c8783e;

    line-height: 1.25;

    text-align: center;
}

.nav nav .pill:last-of-type:hover {

    background: #fff1e2;

    transform: translateY(-2px);
}


/* =========================================================
   MOBILE TOGGLE
========================================================= */

.toggle {

    display: none;

    width: 45px;

    height: 45px;

    border: 1px solid var(--line);

    border-radius: 12px;

    background: #fff;

    color: var(--brown);

    font-size: 20px;

    cursor: pointer;
}


/* =========================================================
   HERO
========================================================= */

.hero {

    position: relative;

    min-height: 720px;

    overflow: hidden;

    background:

        radial-gradient(
            circle at 72% 33%,
            rgba(255, 221, 140, .62),
            transparent 24%
        ),

        radial-gradient(
            circle at 85% 75%,
            rgba(243, 160, 55, .16),
            transparent 28%
        ),

        linear-gradient(
            120deg,
            #fffaf0 0%,
            #fff2d9 52%,
            #f8e2bd 100%
        );
}


/* soft divine glow */

.hero::before {

    content: "";

    position: absolute;

    width: 620px;

    height: 620px;

    right: 6%;

    top: -100px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255, 231, 164, .55),
            rgba(255, 220, 135, .16) 45%,
            transparent 70%
        );

    pointer-events: none;
}


/* subtle rays */

.hero::after {

    content: "";

    position: absolute;

    width: 650px;

    height: 650px;

    right: 5%;

    top: -80px;

    border-radius: 50%;

    border:
        1px solid rgba(201, 151, 61, .12);

    box-shadow:
        0 0 0 25px rgba(201,151,61,.035),
        0 0 0 55px rgba(201,151,61,.025),
        0 0 0 90px rgba(201,151,61,.018);

    pointer-events: none;
}


/* =========================================================
   HERO GRID
========================================================= */

.hero-grid {

    position: relative;

    z-index: 2;

    min-height: 720px;

    display: grid;

    grid-template-columns:
        47%
        53%;

    align-items: center;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.hero-content {

    position: relative;

    z-index: 5;

    padding:
        50px 0 60px;
}

.hero-eyebrow {

    display: flex;

    align-items: center;

    gap: 14px;

    color: var(--orange);

    font-family: Inter, sans-serif;

    font-size: 16px;

    font-weight: 800;

    letter-spacing: 2.2px;
}

.hero-eyebrow::before {

    content: "";

    width: 55px;

    height: 3px;

    background: var(--orange);

    flex-shrink: 0;
}


/* =========================================================
   HERO HEADING
========================================================= */

.hero h1 {

    max-width: 720px;

    margin:
        24px 0 24px;

    color: #38251c;

    font-size:
        clamp(
            46px,
            5vw,
            76px
        );

    line-height: 1.17;

    letter-spacing: -2px;

    font-weight: 900;
}


/* =========================================================
   HERO TEXT
========================================================= */

.hero-description {

    max-width: 680px;

    margin: 0;

    color: #756458;

    font-size: 18px;

    font-weight: 600;

    line-height: 1.85;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.actions {

    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 32px;

    flex-wrap: wrap;
}

.btn {

    min-height: 56px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding:
        0 27px;

    border-radius: 999px;

    font-size: 14px;

    font-weight: 800;

    cursor: pointer;

    transition: .25s ease;
}

.btn.primary {

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #ef641f,
            #e9500e
        );

    box-shadow:
        0 10px 25px
        rgba(224, 76, 14, .22);
}

.btn.primary:hover {

    transform: translateY(-3px);

    box-shadow:
        0 16px 32px
        rgba(224, 76, 14, .28);
}

.btn.white {

    color: var(--brown);

    background:
        rgba(255,255,255,.60);

    border:
        1.5px solid #bc713b;
}

.btn.white:hover {

    background: #fff;

    transform: translateY(-3px);
}


/* =========================================================
   HERO ART
========================================================= */

.hero-art {

    position: relative;

    height: 720px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

    overflow: visible;
}


/* Rama image */

.hero-rama {

    position: relative;

    z-index: 5;

    width: 105%;

    max-width: 790px;

    height: auto;

    object-fit: contain;

    display: block;

    margin:
        0 -3% 0 0;

    filter:
        drop-shadow(
            0 25px 35px
            rgba(96, 48, 14, .12)
        );
}


/* =========================================================
   ABOUT
========================================================= */

.section {

    position: relative;

    padding: 105px 0;
}

.section-title {

    max-width: 800px;

    margin-bottom: 50px;
}

.kicker {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    color: var(--orange);

    font-family: Inter, sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2.4px;
}

.kicker::before {

    content: "";

    width: 38px;

    height: 2px;

    background: var(--orange);
}

.section h2 {

    margin:
        13px 0 0;

    color: var(--brown);

    font-size:
        clamp(
            34px,
            4vw,
            56px
        );

    line-height: 1.2;

    letter-spacing: -1.4px;

    font-weight: 900;
}


/* =========================================================
   ABOUT TWO COLUMN
========================================================= */

.two {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 90px;

    align-items: center;
}

.lead {

    color: #756459;

    font-size: 17px;

    line-height: 2;
}


/* =========================================================
   MINI ITEMS
========================================================= */

.mini {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 13px;

    margin-top: 30px;
}

.mini div {

    padding:
        15px 17px;

    color: #554338;

    background: #fff;

    border:
        1px solid var(--line);

    border-radius: 13px;

    font-size: 13px;

    font-weight: 700;

    box-shadow:
        0 6px 20px
        rgba(80,46,18,.035);

    transition: .25s ease;
}

.mini div:hover {

    border-color:
        rgba(237,91,27,.35);

    transform:
        translateY(-3px);
}


/* =========================================================
   MISSION / VISION
========================================================= */

.darkbox {

    position: relative;

    overflow: hidden;

    padding: 45px;

    border-radius: 28px;

    color: #fff;

    background:
        linear-gradient(
            145deg,
            #422a1d,
            #281912
        );

    box-shadow:
        var(--shadow-lg);
}

.darkbox::before {

    content: "";

    position: absolute;

    width: 250px;

    height: 250px;

    right: -110px;

    top: -120px;

    border-radius: 50%;

    border:
        1px solid rgba(239,211,155,.18);
}

.darkbox::after {

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    left: -110px;

    bottom: -120px;

    border-radius: 50%;

    border:
        1px solid rgba(239,211,155,.10);
}

.darkbox em {

    color: #e9b85d;

    font-family: Inter, sans-serif;

    font-size: 11px;

    font-style: normal;

    font-weight: 800;

    letter-spacing: 2px;
}

.darkbox h3 {

    margin:
        10px 0 8px;

    color: #fff;

    font-size: 22px;
}

.darkbox p {

    margin: 0;

    color: #d4c5b9;

    font-size: 14px;

    line-height: 1.9;
}

.darkbox hr {

    margin:
        32px 0;

    border: 0;

    border-top:
        1px solid
        rgba(255,255,255,.12);
}


/* =========================================================
   LEADERSHIP
========================================================= */

#team {

    background:
        linear-gradient(
            180deg,
            #fffaf2,
            #fffdf9
        );
}

.leadership-heading {

    display: flex;

    align-items: center;

    gap: 13px;

    margin:
        55px 0 28px;
}

.leadership-heading i {

    width: 46px;

    height: 46px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background: #fff0df;

    color: var(--orange);
}

.leadership-heading.state i {

    color: #9c692c;

    background: #f8ecd9;
}

.leadership-heading h3 {

    margin: 0;

    color: var(--brown);

    font-size: 21px;

    font-weight: 800;
}

.count {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 30px;

    height: 27px;

    padding: 0 8px;

    color: #8a7563;

    background: #f7eee3;

    border-radius: 999px;

    font-family: Inter, sans-serif;

    font-size: 10px;

    font-weight: 800;
}


/* =========================================================
   TEAM
========================================================= */

.team {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 22px;
}

.team article {

    text-align: center;

    transition:
        transform .3s ease;
}

.team article:hover {

    transform:
        translateY(-7px);
}

.person {

    position: relative;

    aspect-ratio:
        1 / 1.08;

    display: grid;

    place-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #f6e9d7,
            #ead4b9
        );

    border-radius: 22px;

    border:
        1px solid
        rgba(100,60,25,.10);

    box-shadow:
        0 10px 25px
        rgba(69,42,18,.06);
}

.person img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: .5s ease;
}

.team article:hover .person img {

    transform:
        scale(1.04);
}

.person i {

    color: #bda78d;

    font-size: 50px;
}

.team h3 {

    margin:
        15px 0 1px;

    color: var(--brown);

    font-size: 16px;

    font-weight: 800;
}

.team p {

    margin: 0;

    color: var(--orange);

    font-size: 12px;

    font-weight: 700;
}

.no-leaders {

    padding: 30px;

    text-align: center;

    color: var(--muted);
}


/* =========================================================
   ACTIVITIES
========================================================= */

#activities {

    background:
        linear-gradient(
            180deg,
            #fff3e1,
            #fdf0df
        );
}

.cards {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;

    margin-top: 45px;
}

.cards article {

    position: relative;

    min-height: 235px;

    padding: 32px;

    overflow: hidden;

    background:
        rgba(255,255,255,.84);

    border:
        1px solid #ead7bf;

    border-radius: 22px;

    box-shadow:
        0 8px 28px
        rgba(75,45,19,.045);

    transition: .3s ease;
}

.cards article::before {

    content: "";

    position: absolute;

    top: 0;

    left: 30px;

    width: 45px;

    height: 3px;

    background: var(--orange);
}

.cards article:hover {

    transform:
        translateY(-7px);

    background: #fff;

    box-shadow:
        0 20px 45px
        rgba(75,45,19,.09);
}

.cards small {

    position: absolute;

    top: 19px;

    right: 21px;

    color: #c8b49d;

    font-family: Inter, sans-serif;

    font-size: 11px;

    font-weight: 800;
}

.cards i {

    width: 54px;

    height: 54px;

    display: inline-grid;

    place-items: center;

    margin-top: 4px;

    border-radius: 50%;

    color: var(--orange);

    background: #fff0df;

    font-size: 21px;
}

.cards h3 {

    margin:
        20px 0 7px;

    color: var(--brown);

    font-size: 18px;
}

.cards p {

    margin: 0;

    color: #77675b;

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   EVENTS
========================================================= */

#events {

    background:
        #fffaf2;
}

.events {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;

    margin-top: 45px;
}

.events article {

    overflow: hidden;

    background: #fff;

    border:
        1px solid var(--line);

    border-radius: 22px;

    box-shadow:
        0 8px 28px
        rgba(75,45,19,.045);

    transition: .3s ease;
}

.events article:hover {

    transform:
        translateY(-7px);

    box-shadow:
        0 20px 45px
        rgba(75,45,19,.09);
}

.events article > img {

    width: 100%;

    height: 220px;

    display: block;

    object-fit: cover;

    transition: .45s ease;
}

.events article:hover > img {

    transform:
        scale(1.04);
}

.events article > div {

    padding: 24px;
}

.events small {

    color: var(--orange);

    font-size: 11px;

    font-weight: 800;
}

.events h3 {

    margin:
        8px 0;

    color: var(--brown);

    font-size: 19px;

    line-height: 1.45;
}

.events p {

    margin: 0;

    color: #77685b;

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   GALLERY
========================================================= */

#gallery {

    background:
        linear-gradient(
            180deg,
            #fffdf8,
            #f9eddd
        );
}

.gallery {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 15px;

    margin-top: 45px;
}

.gallery img {

    width: 100%;

    aspect-ratio: 1;

    display: block;

    object-fit: cover;

    border-radius: 17px;

    border:
        1px solid rgba(90,55,24,.10);

    box-shadow:
        0 8px 25px
        rgba(70,40,17,.06);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.gallery img:hover {

    transform:
        translateY(-5px)
        scale(1.015);

    box-shadow:
        0 20px 45px
        rgba(70,40,17,.12);
}


/* =========================================================
   SUPPORT
========================================================= */

.support {

    position: relative;

    overflow: hidden;

    padding: 82px 0;

    color: #fff;

    background:
        linear-gradient(
            105deg,
            #df5315,
            #ef6a27
        );
}

.support::before {

    content: "";

    position: absolute;

    width: 550px;

    height: 550px;

    right: -260px;

    top: -320px;

    border-radius: 50%;

    border:
        1px solid rgba(255,255,255,.20);

    box-shadow:
        0 0 0 35px rgba(255,255,255,.035),
        0 0 0 75px rgba(255,255,255,.025);
}

.support-in {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;
}

.support .kicker {

    color: #ffe4d0;
}

.support .kicker::before {

    background: #ffe4d0;
}

.support h2 {

    margin:
        8px 0 12px;

    color: #fff;

    font-size:
        clamp(
            31px,
            4vw,
            52px
        );
}

.support p {

    max-width: 750px;

    margin: 0;

    color: #ffe9dc;

    font-size: 15px;
}

.support .btn.dark {

    flex-shrink: 0;

    color: #fff;

    background:
        #2c1c14;

    box-shadow:
        0 10px 25px
        rgba(53,22,7,.20);
}


/* =========================================================
   CONTACT
========================================================= */

#contact {

    background: #fffaf2;
}

#contact .two {

    align-items: start;
}

#contact h2 {

    margin-bottom: 32px;
}

#contact p {

    color: #6d5d51;

    font-size: 14px;

    margin:
        13px 0;
}


/* =========================================================
   SOCIAL
========================================================= */

#contact a[aria-label] {

    width: 42px;

    height: 42px;

    display: grid;

    place-items: center;

    border:
        1px solid var(--line);

    border-radius: 50%;

    color: var(--orange);

    background: #fff;

    transition: .25s ease;
}

#contact a[aria-label]:hover {

    color: #fff;

    background: var(--orange);

    border-color: var(--orange);

    transform:
        translateY(-3px);
}


/* =========================================================
   FORM
========================================================= */

.form {

    display: grid;

    gap: 14px;

    padding: 35px;

    background: #fff;

    border:
        1px solid var(--line);

    border-radius: 24px;

    box-shadow:
        0 15px 45px
        rgba(75,45,19,.07);
}

.form input,
.form textarea {

    width: 100%;

    padding:
        14px 16px;

    border:
        1px solid #dfcfba;

    border-radius: 12px;

    background: #fffdf9;

    color: var(--brown);

    font: inherit;

    outline: none;

    transition: .2s ease;
}

.form input:focus,
.form textarea:focus {

    border-color:
        rgba(237,91,27,.55);

    background: #fff;

    box-shadow:
        0 0 0 4px
        rgba(237,91,27,.07);
}

.form textarea {

    min-height: 145px;

    resize: vertical;
}

.form .btn {

    width: max-content;
}


/* =========================================================
   FOOTER
========================================================= */

footer {

    position: relative;

    overflow: hidden;

    padding-top: 70px;

    color: #fff;

    background:
        linear-gradient(
            145deg,
            #332117,
            #1e120c
        );
}
footer.footer-home {

    padding-top: 45px;
}

.foot {

    display: grid;

    grid-template-columns:
        1.5fr 1fr 1fr;

    gap: 60px;

    padding-bottom: 50px;
}

.footer-home .foot {

    padding-bottom: 30px;
}


.foot img {

    width: 65px;

    height: 65px;

    object-fit: contain;

    margin-bottom: 8px;
}

.foot h3 {

    margin:
        0 0 8px;

    color: #fff;

    font-size: 18px;
}

.foot h4 {

    margin:
        7px 0 18px;

    color: #eeb267;

    font-size: 12px;

    font-family: Inter, sans-serif;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.foot p {

    max-width: 430px;

    color: #c4b5a9;

    font-size: 13px;

    line-height: 1.8;
}

.foot a {

    display: block;

    width: max-content;

    margin:
        9px 0;

    color: #c4b5a9;

    font-size: 13px;

    transition: .2s ease;
}

.foot a:hover {

    color: #fff;

    transform:
        translateX(3px);
}


/* =========================================================
   COPYRIGHT
========================================================= */

.copy {

    padding:
        20px;

    text-align: center;

    color: #94877d;

    font-family: Inter, sans-serif;

    font-size: 11px;

    border-top:
        1px solid
        rgba(255,255,255,.09);
}


/* =========================================================
   FOCUS
========================================================= */

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {

    outline:
        3px solid
        rgba(237,91,27,.35);

    outline-offset: 3px;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1200px) {

    .container {

        width: min(1180px, 92%);
    }

    .nav nav > a:not(.pill) {

        padding-left: 7px;
        padding-right: 7px;
    }

    .nav nav .pill {

        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-grid {

        grid-template-columns:
            48%
            52%;
    }

    .hero h1 {

        font-size:
            clamp(
                43px,
                5vw,
                64px
            );
    }

    .hero-rama {

        width: 110%;
    }
}


/* =========================================================
   TABLET / MOBILE NAV
========================================================= */

@media(max-width:1000px) {

    .header {

        height: 82px;
    }

    .nav {

        height: 82px;
    }

    .brand img {

        width: 55px;
        height: 55px;
    }

    .brand b {

        font-size: 19px;
    }

    .brand small {

        font-size: 9px;
    }

    .toggle {

        display: grid;

        place-items: center;
    }

    .nav nav {

        display: none;

        position: absolute;

        top: 82px;

        left: 0;

        right: 0;

        padding: 15px;

        flex-direction: column;

        align-items: stretch;

        gap: 4px;

        background:
            rgba(255,252,246,.99);

        border-bottom:
            1px solid var(--line);

        box-shadow:
            0 20px 35px
            rgba(60,35,14,.10);
    }

    .nav nav.open {

        display: flex;
    }

    .nav nav > a:not(.pill) {

        padding:
            13px;

        text-align: left;

        border-radius: 10px;
    }

    .nav nav > a:not(.pill)::after {

        display: none;
    }

    .nav nav .pill {

        width: 100%;

        min-height: 48px;

        margin-top: 4px;
    }

    .hero {

        min-height: auto;
    }

    .hero-grid {

        min-height: auto;

        grid-template-columns: 1fr;

        gap: 0;
    }

    .hero-content {

        padding:
            80px 0 10px;
    }

    .hero-art {

        height: 560px;
    }

    .hero-rama {

        width: min(720px, 105%);

        margin: 0;
    }

    .two {

        grid-template-columns: 1fr;

        gap: 50px;
    }

    .team {

        grid-template-columns:
            repeat(3, 1fr);
    }

    .events {

        grid-template-columns:
            repeat(2, 1fr);
    }

    .gallery {

        grid-template-columns:
            repeat(3, 1fr);
    }

    .foot {

        grid-template-columns:
            1fr 1fr;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:650px) {

    .container {

        width: 91%;
    }

    .hero {

        background:
            radial-gradient(
                circle at 50% 65%,
                rgba(255,215,128,.40),
                transparent 35%
            ),
            linear-gradient(
                180deg,
                #fffaf0,
                #f8e6c9
            );
    }

    .hero::before {

        width: 420px;

        height: 420px;

        right: 50%;

        transform: translateX(50%);

        top: 310px;
    }

    .hero::after {

        width: 450px;

        height: 450px;

        right: 50%;

        transform: translateX(50%);

        top: 290px;
    }

    .hero-content {

        padding:
            65px 0 0;
    }

    .hero-eyebrow {

        font-size: 12px;

        letter-spacing: 1.5px;
    }

    .hero-eyebrow::before {

        width: 34px;
    }

    .hero h1 {

        margin:
            18px 0;

        font-size:
            clamp(
                37px,
                10vw,
                52px
            );

        line-height: 1.25;

        letter-spacing: -1px;
    }

    .hero-description {

        font-size: 15px;

        line-height: 1.8;
    }

    .actions {

        display: grid;

        grid-template-columns: 1fr;

        gap: 10px;
    }

    .actions .btn {

        width: 100%;
    }

    .hero-art {

        height: 390px;

        margin-top: -5px;
    }

    .hero-rama {

        width: 120%;

        max-width: none;

        margin-left: -10%;
    }

    .section {

        padding:
            75px 0;
    }

    .section h2 {

        font-size: 34px;

        letter-spacing: -.8px;
    }

    .mini {

        grid-template-columns: 1fr;
    }

    .darkbox {

        padding:
            30px 25px;

        border-radius: 22px;
    }

    .team {

        grid-template-columns:
            1fr 1fr;

        gap: 15px;
    }

    .team h3 {

        font-size: 14px;
    }

    .team p {

        font-size: 11px;
    }

    .cards {

        grid-template-columns: 1fr;

        gap: 15px;
    }

    .events {

        grid-template-columns: 1fr;

        gap: 17px;
    }

    .gallery {

        grid-template-columns:
            1fr 1fr;

        gap: 10px;
    }

    .gallery img {

        border-radius: 13px;
    }

    .support {

        padding:
            65px 0;
    }

    .support-in {

        display: block;
    }

    .support .btn {

        width: 100%;

        margin-top: 25px;
    }

    .form {

        padding:
            25px 20px;

        border-radius: 20px;
    }

    .form .btn {

        width: 100%;
    }

    .foot {

        grid-template-columns: 1fr;

        gap: 30px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:400px) {

    .brand small {

        display: none;
    }

    .brand b {

        font-size: 17px;
    }

    .hero h1 {

        font-size: 35px;
    }

    .hero-art {

        height: 340px;
    }

    .team {

        grid-template-columns: 1fr;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media(prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}


/* =========================================================
   EXISTING LOGIN / ADMIN STYLES
========================================================= */

.login {

    min-height: 100vh;

    display: grid;

    place-items: center;

    background: #f7eadb;
}

.loginbox {

    width: min(420px,92%);

    padding: 35px;

    background: #fff;

    border-radius: 24px;

    box-shadow:
        0 25px 70px #0001;
}

.loginbox input,
.admin input,
.admin textarea {

    width: 100%;

    padding: 12px;

    margin:
        7px 0 12px;

    border:
        1px solid #ddd;

    border-radius: 10px;

    font: inherit;
}

.loginbox small {

    display: block;

    margin-top: 15px;

    color: #777;
}

.admin {

    margin: 0;

    background: #f6f1eb;

    color: #251d17;
}

.adminwrap {

    width: min(1150px,94%);

    margin: 35px auto;
}

.adminnav {

    display: flex;

    gap: 10px;

    flex-wrap: wrap;

    margin: 20px 0;
}

.adminnav a,
.adminwrap > a {

    padding:
        10px 14px;

    background: #fff;

    border:
        1px solid #ddd;

    border-radius: 10px;
}

.adminbox {

    padding: 25px;

    margin: 20px 0;

    background: #fff;

    border:
        1px solid #eadfce;

    border-radius: 18px;
}

.admin label {

    display: block;

    font-weight: 700;
}

.admin textarea {

    min-height: 100px;
}

.admin table {

    width: 100%;

    border-collapse: collapse;

    background: #fff;
}

.admin th,
.admin td {

    padding: 12px;

    text-align: left;

    border-bottom:
        1px solid #eee;
}

.ok {

    padding: 12px;

    background: #e6f6e8;

    border-radius: 10px;
}

.thumbs {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 15px;
}

.thumbs > div {

    padding: 12px;

    background: #fff;

    border-radius: 15px;
}

.thumbs img {

    width: 100%;

    aspect-ratio: 1;

    object-fit: cover;

    border-radius: 10px;
}





/* =========================================================
   HERO ROOT
========================================================= */

/* =========================================================
   HERO CONTAINER
========================================================= */

.rhss-hero-inner {

    position: relative;

    z-index: 5;

    width: min(1450px, 92%);

    min-height: 720px;

    margin: auto;

    display: grid;

    grid-template-columns:
        47%
        53%;

    align-items: center;

}


/* =========================================================
   LEFT CONTENT
========================================================= */

.rhss-hero-content {

    position: relative;

    z-index: 10;

    padding-top: 20px;

    padding-bottom: 80px;

}


/* =========================================================
   EYEBROW
========================================================= */

.rhss-hero-eyebrow {

    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 25px;

    color: #e35b1b;

    font-size: 18px;

    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;

}


.rhss-hero-eyebrow::before {

    content: "";

    width: 55px;

    height: 3px;

    flex-shrink: 0;

    background:

        linear-gradient(
            90deg,
            #e35b1b,
            #f18a3c
        );

}


/* =========================================================
   MAIN HEADING
========================================================= */

.rhss-hero-title {

    margin: 0;

    max-width: 720px;

    color: #3c2a21;

    font-family:
        "Noto Sans Tamil",
        Inter,
        sans-serif;

    font-size:
        clamp(
            48px,
            5vw,
            76px
        );

    line-height: 1.18;

    letter-spacing: -2px;

    font-weight: 800;

    text-wrap: balance;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.rhss-hero-description {

    max-width: 650px;

    margin:

        25px 0 0;

    color: #776457;

    font-family:
        "Noto Sans Tamil",
        Inter,
        sans-serif;

    font-size:
        clamp(
            16px,
            1.35vw,
            20px
        );

    line-height: 1.8;

    font-weight: 600;

}


/* =========================================================
   ACTIONS
========================================================= */

.rhss-hero-actions {

    display: flex;

    align-items: center;

    gap: 20px;

    margin-top: 35px;

}


/* =========================================================
   HERO BUTTON
========================================================= */

.rhss-hero-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 11px;

    min-height: 58px;

    padding:
        0 30px;

    border-radius: 999px;

    font-family:
        "Noto Sans Tamil",
        Inter,
        sans-serif;

    font-size: 16px;

    font-weight: 800;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;

    cursor: pointer;

}


/* PRIMARY */

.rhss-hero-btn-primary {

    color: #fff;

    background:

        linear-gradient(
            135deg,
            #ee641e,
            #f07827
        );

    box-shadow:

        0 12px 30px
        rgba(210, 75, 17, .22);

}


.rhss-hero-btn-primary:hover {

    transform:
        translateY(-3px);

    box-shadow:

        0 17px 38px
        rgba(210, 75, 17, .30);

}


/* SECONDARY */

.rhss-hero-btn-secondary {

    color: #4c382b;

    background:
        rgba(255,255,255,.50);

    border:
        1.5px solid
        #bd7042;

}


.rhss-hero-btn-secondary:hover {

    color: #e15a19;

    background:
        rgba(255,255,255,.85);

    transform:
        translateY(-3px);

}


/* =========================================================
   RIGHT ART AREA
========================================================= */

.rhss-hero-art {

    position: relative;

    height: 720px;

    align-self: stretch;

    display: flex;

    align-items: flex-end;

    justify-content: center;

}


/* =========================================================
   RAMA IMAGE
========================================================= */

.rhss-rama {

    position: absolute;

    z-index: 4;

    right: -1%;

    bottom: -5px;

    width: 760px;

    max-width: 112%;

    height: auto;

    display: block;

    object-fit: contain;

    /*
       IMPORTANT:
       Horizontal flip.
       Original uploaded image has bow on right.
       This puts bow on LEFT, matching reference.
    */

    transform:
        scaleX(-1);

    /*
       Multiply makes the white area of the uploaded artwork
       visually blend into the cream/cloud background.
    */

    mix-blend-mode: multiply;

    filter:

        drop-shadow(
            0 22px 28px
            rgba(104, 54, 16, .12)
        );

    user-select: none;

    pointer-events: none;

}


/* =========================================================
   CLOUD LAYER
========================================================= */

.rhss-clouds {

    position: absolute;

    left: -5%;

    right: -5%;

    bottom: -5px;

    height: 260px;

    z-index: 7;

    pointer-events: none;

    background:

        radial-gradient(
            ellipse at 10% 100%,
            rgba(255,255,255,.98) 0 17%,
            transparent 38%
        ),

        radial-gradient(
            ellipse at 28% 110%,
            rgba(255,255,255,.92) 0 21%,
            transparent 43%
        ),

        radial-gradient(
            ellipse at 48% 105%,
            rgba(255,255,255,.90) 0 20%,
            transparent 42%
        ),

        radial-gradient(
            ellipse at 68% 110%,
            rgba(255,255,255,.96) 0 23%,
            transparent 45%
        ),

        radial-gradient(
            ellipse at 88% 105%,
            rgba(255,255,255,.98) 0 20%,
            transparent 43%
        ),

        linear-gradient(
            180deg,
            transparent 0%,
            rgba(255,248,235,.35) 38%,
            rgba(255,250,243,.78) 72%,
            #fffaf3 100%
        );

    filter:
        blur(1px);

}


/* =========================================================
   DISTANT CLOUDS
========================================================= */

.rhss-distant-clouds {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 80px;

    height: 160px;

    z-index: 2;

    opacity: .55;

    background:

        radial-gradient(
            ellipse at 7% 80%,
            #fff 0 7%,
            transparent 22%
        ),

        radial-gradient(
            ellipse at 20% 70%,
            #fff 0 8%,
            transparent 25%
        ),

        radial-gradient(
            ellipse at 35% 90%,
            #fff 0 7%,
            transparent 23%
        ),

        radial-gradient(
            ellipse at 53% 78%,
            #fff 0 8%,
            transparent 24%
        ),

        radial-gradient(
            ellipse at 71% 87%,
            #fff 0 8%,
            transparent 25%
        ),

        radial-gradient(
            ellipse at 91% 75%,
            #fff 0 9%,
            transparent 25%
        );

    filter:
        blur(5px);

}


/* =========================================================
   TEMPLE SILHOUETTE
========================================================= */

.rhss-temple {

    position: absolute;

    left: 7%;

    bottom: 70px;

    width: 170px;

    height: 115px;

    z-index: 1;

    opacity: .10;

}


/* temple body */

.rhss-temple::before {

    content: "";

    position: absolute;

    left: 35px;

    bottom: 0;

    width: 100px;

    height: 67px;

    background:
        #9d6840;

    clip-path:

        polygon(
            0 100%,
            0 30%,
            18% 30%,
            18% 17%,
            31% 17%,
            31% 5%,
            50% 0,
            69% 5%,
            69% 17%,
            82% 17%,
            82% 30%,
            100% 30%,
            100% 100%
        );

}


/* temple tower */

.rhss-temple::after {

    content: "";

    position: absolute;

    left: 76px;

    bottom: 67px;

    width: 18px;

    height: 48px;

    background:
        #9d6840;

    clip-path:

        polygon(
            50% 0,
            100% 100%,
            0 100%
        );

}


/* =========================================================
   FLOATING GOLD DECORATION
========================================================= */

.rhss-gold-particle {

    position: absolute;

    z-index: 3;

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background:
        #e6aa4d;

    opacity: .45;

}


.rhss-gold-particle.one {

    top: 28%;

    left: 51%;

}


.rhss-gold-particle.two {

    top: 43%;

    left: 45%;

    width: 4px;

    height: 4px;

}


.rhss-gold-particle.three {

    top: 19%;

    right: 29%;

    width: 5px;

    height: 5px;

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1200px) {

    .rhss-hero-inner {

        grid-template-columns:
            48%
            52%;
    }


    .rhss-rama {

        width: 700px;

        right: -8%;
    }


    .rhss-hero-title {

        font-size: 56px;
    }


    .rhss-hero .hero-halo {

        right: 8%;

        width: 430px;

        height: 430px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:900px) {

    .rhss-hero {

        min-height: auto;

    }


    .rhss-hero-inner {

        width: 92%;

        min-height: auto;

        grid-template-columns: 1fr;

    }


    .rhss-hero-content {

        padding:

            75px 0 20px;

        text-align: center;

    }


    .rhss-hero-eyebrow {

        justify-content: center;

    }


    .rhss-hero-title {

        max-width: 750px;

        margin-left: auto;

        margin-right: auto;

        font-size:
            clamp(
                42px,
                7vw,
                60px
            );
    }


    .rhss-hero-description {

        margin-left: auto;

        margin-right: auto;
    }


    .rhss-hero-actions {

        justify-content: center;

    }


    .rhss-hero-art {

        height: 590px;

        margin-top: -20px;

    }


    .rhss-rama {

        width: 680px;

        max-width: 110%;

        right: 50%;

        transform:
            translateX(50%)
            scaleX(-1);

        transform-origin:
            center bottom;

    }


    .rhss-hero .hero-halo {

        right: 50%;

        transform:
            translateX(50%);

        top: 55px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:600px) {

    .rhss-hero {

        background:

            radial-gradient(
                circle at 50% 42%,
                rgba(255,230,153,.75),
                transparent 35%
            ),

            linear-gradient(
                180deg,
                #fffaf1,
                #f7e1bd
            );

    }


    .rhss-hero-inner {

        width: 100%;

    }


    .rhss-hero-content {

        padding:

            58px 22px 5px;

    }


    .rhss-hero-eyebrow {

        gap: 9px;

        font-size: 12px;

        letter-spacing: 2px;

        margin-bottom: 18px;

    }


    .rhss-hero-eyebrow::before {

        width: 28px;

        height: 2px;

    }


    .rhss-hero-title {

        font-size:
            clamp(
                34px,
                10vw,
                44px
            );

        line-height: 1.2;

        letter-spacing: -.8px;

    }


    .rhss-hero-description {

        margin-top: 18px;

        font-size: 14px;

        line-height: 1.8;

    }


    .rhss-hero-actions {

        flex-direction: column;

        gap: 10px;

        margin-top: 25px;

    }


    .rhss-hero-btn {

        width: min(
            100%,
            310px
        );

        min-height: 51px;

        font-size: 14px;

    }


    .rhss-hero-art {

        height: 430px;

        margin-top: -5px;

    }


    .rhss-rama {

        width: 550px;

        max-width: 145%;

        right: 50%;

        bottom: -3px;

        transform:

            translateX(50%)
            scaleX(-1);

    }


    .rhss-hero .hero-halo {

        width: 310px;

        height: 310px;

        top: 40px;

    }


    .rhss-hero::before {

        width: 390px;

        height: 390px;

        right: 50%;

        transform:
            translateX(50%);

        top: 10px;

    }


    .rhss-clouds {

        height: 140px;

    }


    .rhss-distant-clouds {

        bottom: 50px;

        height: 100px;

    }


    .rhss-temple {

        left: 3%;

        bottom: 45px;

        transform:
            scale(.65);

        transform-origin:
            left bottom;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:380px) {

    .rhss-hero-content {

        padding-top: 48px;

    }


    .rhss-hero-title {

        font-size: 32px;

    }


    .rhss-hero-art {

        height: 380px;

    }


    .rhss-rama {

        width: 510px;

    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media(prefers-reduced-motion: reduce) {

    .rhss-hero *,
    .rhss-hero *::before,
    .rhss-hero *::after {

        transition: none !important;

        animation: none !important;

    }

}





/* =========================================================
   RHSS HERO
   Background image only
========================================================= */

.rhss-hero{

    position:relative;

    width:100%;

    min-height:calc(100vh - 86px);

    height:720px;

    overflow:hidden;

    display:flex;

    align-items:center;

    background-image:
        url("../images/hero-bg.png");

    background-repeat:no-repeat;

    /*
       The uploaded image is already composed with
       Lord Rama on the right and open space on the left.
    */
    background-position:center center;

    background-size:cover;

    background-color:#f8e7ca;

}


/* =========================================================
   VERY SUBTLE OVERLAY

   Keeps the left side readable without hiding
   the original clouds/background.
========================================================= */

.rhss-hero-overlay{

    position:absolute;

    inset:0;

    pointer-events:none;

    background:

        linear-gradient(
            90deg,

            rgba(255,248,232,.18) 0%,

            rgba(255,248,232,.05) 38%,

            rgba(255,248,232,0) 65%
        );

}


/* =========================================================
   CONTENT WRAPPER
========================================================= */

.rhss-hero-content{

    position:relative;

    z-index:2;

    width:min(
        1220px,
        92%
    );

    margin:auto;

    display:flex;

    align-items:center;

}


/* =========================================================
   TEXT AREA

   Intentionally kept on left side because Rama
   is already part of the background on right.
========================================================= */

.rhss-hero-text{

    width:52%;

    padding:
        40px 0 55px;

}


/* =========================================================
   EYEBROW
========================================================= */

.rhss-hero-eyebrow{

    display:flex;

    align-items:center;

    gap:14px;

    margin-bottom:22px;

    color:#e45b1b;

    font-size:18px;

    font-weight:800;

    letter-spacing:2.5px;

    text-transform:uppercase;
}


.rhss-hero-eyebrow span{

    width:55px;

    height:3px;

    flex:none;

    border-radius:50px;

    background:#e45b1b;
}


/* =========================================================
   HERO HEADING
========================================================= */

.rhss-hero-text h1{

    max-width:690px;

    margin:-13px 0 4px;

    color:#39271e;

    font-family:
        "Noto Sans Tamil",
        Inter,
        sans-serif;

    font-size:
        clamp(
            30px,
            5vw,
            40px
        );

    font-weight:800;

    line-height:1.16;

    letter-spacing:-1.5px;

    text-shadow:
        0 2px 1px
        rgba(255,255,255,.35);
}


/* =========================================================
   HERO DESCRIPTION
========================================================= */
   .rhss-hero-text > p{

    max-width:620px;

    margin:0;

    color:#776455;

    font-family:
        "Noto Sans Tamil",
        Inter,
        sans-serif;

    font-size:10px;

    font-weight:600;

    line-height:1.85;

    text-shadow:
        0 1px 2px
        rgba(255,255,255,.5);
}


/* =========================================================
   BUTTON AREA
========================================================= */

.rhss-hero-actions{

    display:flex;

    align-items:center;

    flex-wrap: right;

    gap:18px;

    margin-top:32px;
}


/* =========================================================
   HERO BUTTON
========================================================= */

.rhss-hero-btn{

    min-height:58px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:
        14px 27px;

    border-radius:999px;

    font-family:
        "Noto Sans Tamil",
        Inter,
        sans-serif;

    font-size:15px;

    font-weight:800;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;

}


/* =========================================================
   PRIMARY BUTTON
========================================================= */

.rhss-hero-btn-primary{

    color:#fff;

    background:
        linear-gradient(
            135deg,
            #f2671c,
            #df5116
        );

    box-shadow:
        0 12px 30px
        rgba(213,76,17,.24);
}


.rhss-hero-btn-primary:hover{

    color:#fff;

    transform:
        translateY(-3px);

    box-shadow:
        0 17px 38px
        rgba(213,76,17,.32);
}


.rhss-hero-btn-primary i{

    font-size:13px;

    transition:
        transform .25s ease;
}


.rhss-hero-btn-primary:hover i{

    transform:
        translateX(4px);
}


/* =========================================================
   OUTLINE BUTTON
========================================================= */

.rhss-hero-btn-outline{

    color:#503a2c;

    background:
        rgba(255,250,242,.65);

    border:
        1.5px solid
        #bd7042;

    backdrop-filter:blur(5px);

    -webkit-backdrop-filter:blur(5px);
}


.rhss-hero-btn-outline:hover{

    color:#df5116;

    background:
        rgba(255,255,255,.88);

    border-color:#df5116;

    transform:
        translateY(-3px);
}


.rhss-hero-btn-outline i{

    font-size:12px;

    transition:
        transform .25s ease;
}


.rhss-hero-btn-outline:hover i{

    transform:
        translateY(3px);
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media(min-width:1500px){

    .rhss-hero{

        height:760px;

        min-height:760px;

        background-position:
            center center;
    }


    .rhss-hero-text{

        width:54%;
    }


    .rhss-hero-text h1{

        font-size:76px;
    }


    .rhss-hero-text > p{

        font-size:19px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1100px){

    .rhss-hero{

        height:650px;

        min-height:650px;

        /*
          Keep Rama visible on right.
        */
        background-position:
            58% center;
    }


    .rhss-hero-text{

        width:58%;
    }


    .rhss-hero-text h1{

        font-size:
            clamp(
                40px,
                5vw,
                58px
            );
    }


    .rhss-hero-text > p{

        font-size:16px;

        max-width:550px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:768px){

    .rhss-hero{

        height:auto;

        min-height:760px;

        align-items:flex-start;

        /*
          Rama remains on right,
          but text gets readable space.
        */
        background-position:
            63% center;

        background-size:
            auto 100%;
    }


    .rhss-hero-overlay{

        background:

            linear-gradient(
                90deg,
                rgba(255,248,232,.70) 0%,
                rgba(255,248,232,.45) 48%,
                rgba(255,248,232,.08) 100%
            );
    }


    .rhss-hero-content{

        width:90%;

        min-height:760px;

        align-items:flex-start;
    }


    .rhss-hero-text{

        width:72%;

        padding-top:80px;
    }


    .rhss-hero-eyebrow{

        font-size:13px;

        letter-spacing:1.8px;

        gap:9px;
    }


    .rhss-hero-eyebrow span{

        width:32px;

        height:2px;
    }


    .rhss-hero-text h1{

        font-size:
            clamp(
                34px,
                9vw,
                48px
            );

        line-height:1.25;

        letter-spacing:-1px;
    }


    .rhss-hero-text > p{

        font-size:14px;

        line-height:1.75;

        max-width:100%;
    }


    .rhss-hero-actions{

        flex-direction:column;

        align-items:flex-start;

        gap:11px;

        margin-top:25px;
    }


    .rhss-hero-btn{

        min-height:51px;

        padding:
            12px 20px;

        font-size:13px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:480px){

    .rhss-hero{

        min-height:700px;

        background-position:
            66% center;

        background-size:
            auto 100%;
    }


    .rhss-hero-content{

        min-height:700px;
    }


    .rhss-hero-text{

        width:76%;

        padding-top:60px;
    }


    .rhss-hero-text h1{

        font-size:34px;

        line-height:1.27;

        margin-bottom:18px;
    }


    .rhss-hero-text > p{

        font-size:13px;
    }


    .rhss-hero-btn{

        min-height:48px;

        padding:
            10px 18px;

        font-size:12px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media(max-width:360px){

    .rhss-hero{

        min-height:660px;

        background-position:
            67% center;
    }


    .rhss-hero-content{

        min-height:660px;
    }


    .rhss-hero-text{

        width:78%;

        padding-top:50px;
    }


    .rhss-hero-text h1{

        font-size:30px;
    }


    .rhss-hero-text > p{

        font-size:12px;
    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.rhss-hero-btn:focus-visible{

    outline:
        3px solid
        rgba(223,81,22,.35);

    outline-offset:4px;
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media(prefers-reduced-motion:reduce){

    .rhss-hero-btn,
    .rhss-hero-btn i{

        transition:none;
    }

}

