:root {
    --g: #00543f;
    --g2: #0b6b50;
    --lime: #d7ef6c;
    --cream: #f4f0e6;
    --ink: #10231c;
    --muted: #68756f;
    --line: rgba(16, 35, 28, 0.14);
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "DM Sans", sans-serif;
    background: #fbfaf7;
    color: var(--ink);
    overflow-x: hidden;
}
img {
    width: 100%;
    display: block;
}
a {
    text-decoration: none;
    color: inherit;
}
.container {
    width: min(1240px, calc(100% - 48px));
    margin: auto;
}
.section {
    padding: 36px 0;
}
.loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(210,239,228,.9) 0, rgba(247,252,250,.94) 34%, #fff 70%),
        #fff;
    transition: opacity .85s ease, visibility .85s ease;
}
.loader::before,
.loader::after {
    content: "";
    position: absolute;
    width: 58vw;
    height: 58vw;
    min-width: 520px;
    min-height: 520px;
    border-radius: 46% 54% 61% 39% / 42% 48% 52% 58%;
    border: 1px solid rgba(0,84,63,.08);
    animation: loaderBlob 10s linear infinite;
}
.loader::after {
    width: 42vw;
    height: 42vw;
    animation-direction: reverse;
    animation-duration: 13s;
    border-color: rgba(190,56,103,.07);
}
.loader.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.loader-brand {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--g);
    text-align: center;
}
.loader-logo-wrap {
    position: relative;
    width: 230px;
    height: 230px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
}
.loader-brand img {
    width: 170px;
    height: 170px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: scale(.62) rotate(-8deg);
    filter: drop-shadow(0 18px 30px rgba(0,84,63,.18));
    animation: logoReveal 1s cubic-bezier(.2,.8,.2,1) .15s forwards;
}
.loader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(0,84,63,.14);
    opacity: 0;
}
.ring-one {
    border-top-color: rgba(0,84,63,.65);
    border-right-color: rgba(198,146,66,.7);
    animation: ringReveal .65s ease .3s forwards, spin 5s linear .95s infinite;
}
.ring-two {
    inset: 18px;
    border-style: dashed;
    border-color: rgba(190,56,103,.22);
    animation: ringReveal .65s ease .5s forwards, spinReverse 7s linear 1.15s infinite;
}
.loader-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #064f3d;
    letter-spacing: .22em;
    line-height: 1.2;
    overflow: hidden;
}
.loader-title span {
    display: block;
    opacity: 0;
    transform: translateY(28px);
    filter: blur(8px);
    white-space: nowrap;
}
.loader-title span:first-child {
    font-size: clamp(26px, 3.1vw, 46px);
    animation: titleReveal .8s cubic-bezier(.22,.8,.24,1) 1.05s forwards;
}
.loader-title span:last-child {
    margin-top: 7px;
    font-size: clamp(16px, 1.65vw, 25px);
    letter-spacing: .36em;
    animation: titleReveal .8s cubic-bezier(.22,.8,.24,1) 1.32s forwards;
}
.loader-line {
    width: min(330px, 64vw);
    height: 2px;
    margin-top: 24px;
    overflow: hidden;
    background: rgba(0,84,63,.1);
    border-radius: 999px;
    opacity: 0;
    animation: lineShow .3s ease 1.55s forwards;
}
.loader-line b {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00543f, #c69242, #be3867);
    transform-origin: left;
    transform: scaleX(0);
    animation: lineLoad 1.25s cubic-bezier(.2,.8,.2,1) 1.62s forwards;
}
.loader-orbit {
    position: absolute;
    left: 50%;
    top: 45%;
    border-radius: 50%;
    border: 1px dashed rgba(0,84,63,.11);
    transform: translate(-50%,-50%);
}
.orbit-one { width: 520px; height: 520px; animation: spinOrbit 16s linear infinite; }
.orbit-two { width: 650px; height: 650px; border-color: rgba(198,146,66,.12); animation: spinOrbitReverse 22s linear infinite; }
.loader-glow {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    filter: blur(55px);
    opacity: .24;
}
.glow-one { background: #76c9ad; left: 16%; top: 22%; animation: floatGlow 5s ease-in-out infinite; }
.glow-two { background: #e6c67b; right: 14%; bottom: 18%; animation: floatGlow 6s ease-in-out -2s infinite; }
body:not(.page-ready) > header,
body:not(.page-ready) > main,
body:not(.page-ready) > .drawer-overlay,
body:not(.page-ready) > .drawer { opacity: 0; }
body.page-ready > header,
body.page-ready > main { animation: pageEnter .85s cubic-bezier(.2,.75,.25,1) both; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }
@keyframes ringReveal { from { opacity:0; transform:scale(.78); } to { opacity:1; transform:scale(1); } }
@keyframes logoReveal { 0% { opacity:0; transform:scale(.62) rotate(-8deg); } 70% { opacity:1; transform:scale(1.06) rotate(1deg); } 100% { opacity:1; transform:scale(1) rotate(0); } }
@keyframes titleReveal { to { opacity:1; transform:translateY(0); filter:blur(0); } }
@keyframes lineShow { to { opacity:1; } }
@keyframes lineLoad { to { transform:scaleX(1); } }
@keyframes loaderBlob { to { transform:rotate(360deg); } }
@keyframes spinOrbit { from { transform:translate(-50%,-50%) rotate(0); } to { transform:translate(-50%,-50%) rotate(360deg); } }
@keyframes spinOrbitReverse { from { transform:translate(-50%,-50%) rotate(360deg); } to { transform:translate(-50%,-50%) rotate(0); } }
@keyframes floatGlow { 50% { transform:translate3d(22px,-18px,0) scale(1.1); } }
@keyframes pageEnter { from { opacity:0; transform:scale(1.015); } to { opacity:1; transform:scale(1); } }
@media (max-width: 600px) {
    .loader-logo-wrap { width:190px; height:190px; margin-bottom:22px; }
    .loader-brand img { width:145px; height:145px; }
    .orbit-one { width:360px; height:360px; }
    .orbit-two { width:470px; height:470px; }
    .loader-title { letter-spacing:.16em; }
    .loader-title span:last-child { letter-spacing:.24em; }
}
@media (prefers-reduced-motion: reduce) {
    .loader *, .loader::before, .loader::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; }
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    padding: 18px 0;
    transition: 0.3s;
}
header.scrolled {
    padding: 9px 0;
}
.navwrap {
    width: min(1380px, calc(100% - 34px));
    margin: auto;
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fffffff0;
    backdrop-filter: blur(16px);
    border-radius: 999px;
    padding: 8px 11px 8px 15px;
    box-shadow: 0 10px 40px #003d2c22;
}
.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 220px;
}
.brand img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}
.brand span {
    display: flex;
    flex-direction: column;
}
.brand b {
    font-family: "Playfair Display";
    font-size: 18px;
}
.brand small {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 8px;
    margin-top: 3px;
}
nav {
    margin: auto;
    display: flex;
    background: #eef4f0;
    padding: 5px;
    border-radius: 999px;
}
nav a {
    padding: 11px 15px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}
nav a:hover {
    background: var(--g);
    color: #fff;
}
.apply {
    background: var(--lime);
    padding: 15px 19px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}
.hamb,
.mobile {
    display: none;
}
.hero {
    height: 100svh;
    min-height: 750px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shade {
    position: absolute;
    inset: 0;
 background: linear-gradient(90deg, #002c2242 0%, #002c225e 42%, #002c2224 78%), linear-gradient(0deg, #002a2099, transparent 50%);
}
.hero-copy {
    position: relative;
    z-index: 2;
}
.tag,
.kicker {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 11px;
    font-weight: 700;
}
.tag {
    margin-bottom: 28px;
    color: #f7ffd5;
}
.hero h1,
.welcome h2,
.head h2,
.learn-copy h2,
.values h2,
.cta h2 {
    font: 600 clamp(50px, 7vw, 72px) / 0.95 "Playfair Display";
    letter-spacing: -3px;
}
.hero h1 em {
   color: #ffca79;
}
.hero-copy > p {
    max-width: 610px;
    line-height: 1.75;
    font-size: 18px;
    color: #ffffffcc;
    margin: 28px 0;
}
.buttons {
    display: flex;
    gap: 12px;
}
.btn {
    display: inline-flex;
    padding: 17px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.25s;
}
.btn:hover {
    transform: translateY(-3px);
}
.primary {
background: #ffca79;
  color: #000;
}
.glass {
    border: 1px solid #ffffff55;
    background: #ffffff12;
    backdrop-filter: blur(10px);
}
.stats {
    position: absolute;
    z-index: 2;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #ffffff44;
    padding-top: 18px;
    display: flex;
    gap: 38px;
    align-items: center;
}
.stats div {
    display: flex;
    align-items: center;
    gap: 9px;
}
.stats b {
    font: 600 65px "Playfair Display";
}
.stats span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    max-width: 90px;
    color: #ffffffa8;
}
.stats > a {
    margin-left: auto;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.welcome {
    background: var(--cream);
}
.welcome-grid {
    display: grid;
    grid-template-columns: 180px 1fr 1.05fr;
    gap: 45px;
    align-items: center;
}
.kicker {
    color: var(--g2);
}
.welcome h2,
.head h2,
.learn-copy h2,
.values h2,
.cta h2 {
    font-size: clamp(44px, 5vw, 60px);
    line-height: 1.03;
}
.welcome h2 em,
.values h2 em {
    color: var(--g2);
}
.welcome p,
.head > p,
.learn-copy > p,
.cta p {
    line-height: 1.8;
    color: var(--muted);
    margin: 25px 0;
    font-size: 16px;
}
.link {
    font-weight: 700;
    border-bottom: 1px solid;
    padding-bottom: 6px;
}
.photo {
    position: relative;
}
.photo img {
    height: 570px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 25px 65px #003b2c22;
}
.photo aside {
    position: absolute;
    left: -55px;
    bottom: 30px;
    background: var(--lime);
    padding: 20px 25px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
}
.photo aside b {
    font: 600 24px "Playfair Display";
}
.photo aside span {
    font-size: 12px;
}
.why {
    background: #fff;
}
.head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 55px;
}
.head .kicker {
    display: block;
    margin-bottom: 18px;
}
.head > p {
    width: 400px;
    margin: 0;
}
.cards {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    grid-template-rows: 330px 330px;
    gap: 18px;
}
.cards article {
    border-radius: 24px;
    background: var(--cream);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
}
.cards h3 {
    font: 600 28px/1.1 "Playfair Display";
    margin: 10px 0;
}
.cards p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
}
.cards i {
    font-size: 34px;
    color: var(--g);
    font-style: normal;
}
.cards .big {
    grid-row: 1/3;
    padding: 0;
    color: #fff;
}
.cards .big img,
.wide img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
}
.cards .big:after,
.wide:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #002f24e8, transparent 65%);
}
.cards .big div,
.wide div {
    position: relative;
    z-index: 2;
    padding: 32px;
}
.cards .big p,
.wide p {
    color: #ffffffb8;
}
.cards .dark {
    background: var(--g);
    color: #fff;
}
.cards .dark p {
    color: #ffffffad;
}
.cards .dark i {
    color: var(--lime);
}
.cards .image-card {
    padding: 0;
    color: #fff;
    justify-content: flex-end;
}
.cards .image-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}
.cards .image-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 47, 36, 0.96) 0%, rgba(0, 47, 36, 0.55) 48%, rgba(0, 47, 36, 0.08) 100%);
}
.cards .image-card > div {
    position: relative;
    z-index: 2;
    padding: 28px;
}
.cards .image-card p {
    color: #ffffffc4;
}
.cards .image-card i {
    color: var(--lime);
}
.cards .image-card:hover > img {
    transform: scale(1.06);
}
.wide {
    grid-column: 2/4;
    color: #fff;
}
.learning {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    background: var(--g);
    color: #fff;
    min-height: 760px;
}
.learn-img img {
    height: 100%;
    object-fit: cover;
}
.learn-copy {
    padding: 90px max(50px, calc((100vw - 1240px) / 2));
    padding-left: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.learn-copy .kicker {
    color: var(--lime);
    margin-bottom: 20px;
}
.learn-copy > p {
    color: #ffffffad;
}
.accordion {
    border-top: 1px solid #ffffff33;
}
.accordion button {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ffffff33;
    background: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font: 600 16px "DM Sans";
    cursor: pointer;
}
.panel {
    max-height: 0;
    overflow: hidden;
    color: #ffffffaa;
    font-size: 14px;
    line-height: 1.7;
    transition: 0.35s;
}
.panel.open {
    max-height: 130px;
    padding-bottom: 20px;
}
.campus {
    background: #062f25;
    color: #fff;
}
.light .kicker {
    color: var(--lime);
}
.light > p {
    color: #ffffffa5;
}
.gallery {
    display: grid;
    grid-template-columns: 1.45fr 0.75fr;
    grid-template-rows: 315px 315px;
    gap: 18px;
}
.gallery figure {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.gallery .main {
    grid-row: 1/3;
}
.gallery img {
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}
.gallery figure:hover img {
    transform: scale(1.04);
}
.gallery figure:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #002e23e0, transparent 55%);
}
figcaption {
    position: absolute;
    z-index: 2;
    left: 25px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
}
figcaption span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--lime);
}
figcaption b {
    font: 600 23px "Playfair Display";
    margin-top: 6px;
}
.values {
    background: var(--cream);
}
.values-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 90px;
}
.values h2 {
    margin-top: 20px;
}
.value-list > div {
    display: grid;
    grid-template-columns: 50px 150px 1fr;
    gap: 16px;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid var(--line);
}
.value-list span {
    font-size: 11px;
    color: var(--g2);
}
.value-list b {
    font: 600 24px "Playfair Display";
}
.value-list p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
}
.contact {
    background: #fff;
}
.cta {
    height: 650px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
}
.cta > img,
.cta > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cta-video {
    position: absolute;
    inset: 0;
}
.cta > div:last-child {
    position: absolute;
    z-index: 2;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
}
.cta .kicker {
    color: var(--lime);
}
.cta h2 {
    margin: 18px 0;
}
.cta p {
    color: #ffffffbf;
}
.cta .shade {
    background: linear-gradient(90deg, #002f24f2, #002f2470 60%, transparent);
}
footer {
   background: #185646;
    color: #fff;
    padding: 40px 0 24px;
}
.foot {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 1fr 1fr;
    gap: 60px;
}
.foot img {
    width: 130px;
}
.foot h4 {
    color: var(--lime);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.foot p,
.foot a {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 1.8;
    margin: 5px 0;
}
.foot > div:first-child p {
    max-width: 290px;
    margin-top: 16px;
}
.copy {
    border-top: 1px solid #ffffff1f;
    margin-top: 50px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: 0.8s;
}
.reveal.visible {
    opacity: 1;
    transform: none;
}
@media (max-width: 1050px) {
    nav,
    .apply {
        display: none;
    }
    .navwrap {
        justify-content: space-between;
    }
    .hamb {
        display: flex;
        width: 48px;
        height: 48px;
        border: 0;
        border-radius: 50%;
        background: var(--g);
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        padding: 0 14px;
    }
    .hamb span {
        height: 2px;
        background: #fff;
    }
    .mobile.open {
        display: flex;
        position: absolute;
        top: 90px;
        left: 20px;
        right: 20px;
        background: #fff;
        border-radius: 22px;
        padding: 20px;
        flex-direction: column;
        box-shadow: 0 25px 60px #003b2c33;
    }
    .mobile a {
        padding: 12px;
        border-bottom: 1px solid var(--line);
        font-weight: 600;
    }
    .welcome-grid {
        grid-template-columns: 1fr 1.2fr;
    }
    .welcome-grid > .kicker {
        grid-column: 1/3;
    }
    .cards {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 420px 270px 330px;
    }
    .cards .big {
        grid-row: auto;
        grid-column: 1/3;
    }
    .wide {
        grid-column: 1/3;
    }
    .learning {
        grid-template-columns: 1fr;
    }
    .learn-img {
        height: 520px;
    }
    .learn-copy {
        padding: 80px 48px;
    }
    .values-grid {
        gap: 40px;
    }
    .foot {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 700px) {
    .container {
        width: calc(100% - 28px);
    }
    .section {
        padding: 40px 0;
    }
    .brand {
        min-width: 0;
    }
    .brand img {
        width: 44px;
        height: 44px;
    }
    .brand b {
        font-size: 15px;
    }
    .hero {
        min-height: 720px;
    }
    .hero h1 {
        font-size: 52px;
    }
    .hero-copy > p {
        font-size: 15px;
    }
    .buttons {
        flex-direction: column;
        align-items: flex-start;
    }
    .stats div:nth-child(2),
    .stats div:nth-child(3) {
        display: none;
    }
    .welcome-grid {
        grid-template-columns: 1fr;
    }
    .welcome-grid > .kicker {
        grid-column: auto;
    }
    .photo img {
        height: 420px;
    }
    .photo aside {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }
    .head {
        display: block;
    }
    .head > p {
        width: auto;
        margin-top: 20px;
    }
    .cards {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .cards article,
    .cards .big,
    .wide {
        grid-column: auto;
        min-height: 300px;
    }
    .cards .big {
        height: 440px;
    }
    .learn-img {
        height: 390px;
    }
    .learn-copy {
        padding: 70px 22px;
    }
    .gallery {
        grid-template-columns: 1fr;
        grid-template-rows: 430px 290px 290px;
    }
    .gallery .main {
        grid-row: auto;
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
    .value-list > div {
        grid-template-columns: 40px 1fr;
    }
    .value-list p {
        grid-column: 2;
    }
    .cta {
        height: 610px;
    }
    .cta > div:last-child {
        left: 25px;
        right: 25px;
    }
    .foot {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .copy {
        flex-direction: column;
        gap: 12px;
    }
    .welcome h2,
    .head h2,
    .learn-copy h2,
    .values h2,
    .cta h2 {
        font-size: 43px;
    }
}
/* Mobile hero video and image fallback */
.mobile-hero-video {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-hero-slider {
    display: none;
    position: absolute;
    inset: 0;
}
.mobile-hero-track {
    height: 100%;
    display: flex;
    transition: transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-hero-track img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-hero-dots {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}
.mobile-hero-dots button,
.test-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: #ffffff70;
    cursor: pointer;
}
.mobile-hero-dots button.active {
    width: 28px;
    border-radius: 99px;
    background: var(--lime);
}
/* Testimonials */
.testimonials {
    background: #f7f4ec;
}
.testimonial-shell {
    position: relative;
     background: #b73d65;
    border-radius: 32px;
    padding: 72px 95px 56px;
    color: #fff;
    overflow: hidden;
}
.testimonial-shell:before {
    content: "“";
    position: absolute;
    right: 55px;
    top: -45px;
    font: 240px/1 "Playfair Display";
    color: #ffffff0b;
}
.testimonial-viewport {
    overflow: hidden;
}
.testimonial-track {
    display: flex;
    transition: transform 0.55s ease;
}
.testimonial-track article {
    min-width: 100%;
    text-align: center;
}
.stars {
    letter-spacing: 7px;
    color: var(--lime);
    font-size: 18px;
}
.testimonial-track blockquote {
    font: 600 clamp(27px, 4vw, 50px) / 1.25 "Playfair Display";
    max-width: 900px;
    margin: 28px auto 36px;
}
.person {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}
.person > span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--lime);
    color: var(--ink);
    font-weight: 800;
}
.person div {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.person small {
    color: #ffffff8f;
    margin-top: 3px;
}
.test-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 48px;
    height: 48px;
    border: 1px solid #ffffff35;
    border-radius: 50%;
    background: #ffffff12;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.test-arrow:hover {
    background: var(--lime);
    color: var(--ink);
}
.test-arrow.prev {
    left: 28px;
}
.test-arrow.next {
    right: 28px;
}
.test-dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 40px;
}
.test-dots button.active {
    width: 30px;
    border-radius: 99px;
    background: var(--lime);
}
/* Contact form */
.contact-form-section {
    background: #fff;
}
.contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 70px;
    align-items: start;
}
.contact-info h2 {
    font: 600 clamp(46px, 5vw, 60px) / 1 "Playfair Display";
    margin: 18px 0 24px;
}
.contact-info > p {
    color: var(--muted);
    line-height: 1.8;
}
.contact-points {
    margin-top: 42px;
    border-top: 1px solid var(--line);
}
.contact-points > a,
.contact-points > div {
    display: flex;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
}
.contact-points i {
    font-style: normal;
    color: var(--g2);
    font-size: 11px;
}
.contact-points span {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.contact-points small {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--muted);
    font-size: 9px;
}
.contact-points b {
    font-size: 14px;
}
.enquiry-form {
    background: var(--cream);
    border-radius: 28px;
    padding: 42px;
    box-shadow: 0 25px 70px #003b2c16;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.enquiry-form label {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 20px;
}
.enquiry-form label > span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
}
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 14px;
    background: #fff;
    padding: 16px 17px;
    font: 500 14px "DM Sans";
    color: var(--ink);
    outline: none;
    transition: 0.25s;
}
.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
    border-color: var(--g);
    box-shadow: 0 0 0 4px #00543f12;
}
.enquiry-form textarea {
    resize: vertical;
}
.submit-btn {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: var(--g);
    color: #fff;
    padding: 18px 22px;
    font: 700 14px "DM Sans";
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.25s;
}
.submit-btn:hover {
    background: var(--g2);
    transform: translateY(-2px);
}
.form-status {
    font-size: 13px;
    margin-top: 14px;
    color: var(--g2);
    min-height: 20px;
}
@media (max-width: 1050px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}
@media (max-width: 700px) {
    .hero > video:not(.mobile-hero-video) {
        display: none;
    }
    .mobile-hero-video {
        display: block;
    }
    .mobile-hero-slider {
        display: none;
    }
    .hero .shade {
        z-index: 1;
        background: linear-gradient(0deg, #002c22e8 0%, #002c226e 62%, #002c2225 100%);
    }
    .hero-copy {
        z-index: 2;
        padding-top: 115px;
        align-self: flex-end;
        padding-bottom: 115px;
    }
    .hero .stats {
        display: none;
    }
    .mobile-hero-dots {
        display: none;
    }
    .testimonial-shell {
        padding: 55px 24px 42px;
    }
    .test-arrow {
        display: none;
    }
    .testimonial-track blockquote {
        font-size: 28px;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .enquiry-form {
        padding: 26px 20px;
    }
    .contact-grid {
        gap: 35px;
    }
    .contact-info h2 {
        font-size: 45px;
    }
}


/* ===== Center logo + right drawer navigation ===== */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  padding: 18px 0;
background: linear-gradient(358deg,rgba(0, 20, 28, 0.8) 0%, rgba(216, 216, 216, 0.5) 50%, rgba(177, 177, 177, 0.5) 100%);
  pointer-events: none;

}
.site-header.scrolled {
  padding: 0px 0;
  height: 107px;
   background: rgba(143, 140, 140, 0.36);

}
.site-header.scrolled .center-logo {
 
  width: 105px;
  height: 105px;

  top: 53px;
}
.topbar {
    width: min(1380px, calc(100% - 34px));
    height: 76px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    pointer-events: none;
}
.center-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 120px;
  height:120px;
  pointer-events: auto;
  transition: .3s ease;
  top: 39px;
}
.center-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.28));
}
.site-header.scrolled .center-logo {
    width: 107px;
    height: 107px;
}
.hamb {
  pointer-events: auto;
  display: flex !important;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(0,84,63,.88);

  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 14px;
  cursor: pointer;
 
  background: none;
  border: none;
}
.hamb span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 20px;
    transition: .25s;
}
.drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 89;
    background: rgba(0,24,18,.48);
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    backdrop-filter: blur(3px);
}
.drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
  width: min(333px, 49vw);
    height: 100dvh;
    padding: 34px 30px 30px;
    overflow-y: auto;
    color: #fff;
    background: linear-gradient(180deg, #003c2f 0%, #00543f 54%, #003d31 100%);
    box-shadow: -24px 0 70px rgba(0,0,0,.28);
    transform: translateX(105%);
    transition: transform .42s cubic-bezier(.22,.75,.25,1);
}
.drawer.open { transform: translateX(0); }
.drawer-overlay.open { opacity: 1; visibility: visible; }
.drawer-close {
    position: absolute;
    right: 23px;
    top: 20px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    font-weight: 200;
}
.drawer-brand {
    display: flex;
    justify-content: center;
    margin: 0 0 22px;
}
.drawer-brand img {
    width: 104px;
    height: 104px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,.22));
}
.drawer-section {
  padding: 8px 0 13px;

}
.drawer-section:first-of-type { border-top: 0; }
.drawer-title {
    margin-bottom: 9px;
    color: #e0bd75;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}
.drawer-section a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 4px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,.92);
    transition: .2s ease;
}
.drawer-section a:hover {
    padding-left: 10px;
    color: #fff;
    background: rgba(255,255,255,.05);
}
.drawer-section a span { color: #e0bd75; font-size: 22px; line-height: 1; }
.drawer-admission {
    display: block;
    margin-top: 22px;
    padding: 16px 20px;
    border-radius: 12px;
    text-align: center;
    background: #d8b46b;
    color: #18382e;
    font-weight: 800;
    font-size: 14px;
}
body.drawer-open { overflow: hidden; }

/* Remove old white menu / pill navigation completely */
.navwrap, header nav, header .apply, .mobile { display: none !important; }

@media (max-width: 700px) {
    .site-header { padding: 10px 0; }
    .topbar { width: calc(100% - 24px); height: 64px; }
    .center-logo { width: 86px; height: 86px; }
    .site-header.scrolled .center-logo { width: 76px; height: 76px; }
    .hamb { width: 46px; height: 46px; padding: 0 12px; }
    .hamb span { width: 20px; }
    .drawer {
  width: min(303px, 54vw);
    padding: 25px 14px 13px;
  }
    .drawer-brand img { width: 88px; height: 88px; }
	
	.drawer-section a {

  padding: 9px 4px;
 
}
.drawer-admission {

  margin-top: 3px;
  padding: 10px 13px;
  border-radius: 12px;

}
.drawer-close {
  left: 13px !important;
  right: auto !important;
}
.drawer-close {
  position: absolute;
  right: 23px;
  top: 5px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  font-weight: 200;
}
}


/* ===== Header update: menu left, logo center, admission right ===== */
.topbar { justify-content: space-between !important; }
.hamb { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.header-admission {
  position: fixed;
  right: 0;

  transform: translateY(-50%);
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: #07523f;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .25px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: .25s ease;
  bottom: 0;
}
.header-admission:hover { background: #d8b46b; color: #18382e; }
.drawer {
    left: 0 !important;
    right: auto !important;
    box-shadow: 24px 0 70px rgba(0,0,0,.28) !important;
    transform: translateX(-105%) !important;
}
.drawer.open { transform: translateX(0) !important; }
.drawer-close { left: 23px !important; right: auto !important; }
@media (max-width: 700px) {
    .header-admission { min-height: 42px; padding: 0 13px; font-size: 11px; }
}
@media (max-width: 420px) {
    .center-logo { width: 110px; height: 110px;top: 51px;}
    .hamb { width: 42px; height: 42px; }
    .header-admission { padding: 0 10px; font-size: 10px;display: none;  }
	
}

/* 2026-08-10: Learning section changed from dark green to the light/cream visual style */
.learning {
    background: var(--cream);
    color: var(--ink);
}
.learn-copy {
    background: var(--cream);
    color: var(--ink);
}
.learn-copy .kicker {
    color: var(--g);
}
.learn-copy > p {
    color: var(--muted);
}
.accordion {
    border-top: 1px solid var(--line);
}
.accordion button {
    border-bottom: 1px solid var(--line);
    color: var(--ink);
}
.panel {
    color: var(--muted);
}


/* 2026-08-10: Learning section image removed; light full-width content layout */
.learning {
    display: block;
    min-height: auto;
    background: var(--cream);
    color: var(--ink);
}
.learning .learn-copy {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 95px 0 105px;
    background: transparent;
}
.learning .learn-copy h2 {
    max-width: 760px;
}
.learning .learn-copy > p {
    max-width: 720px;
}
@media (max-width: 768px) {
    .learning .learn-copy {
        width: min(100% - 36px, 1240px);
        padding: 65px 0 75px;
    }
}

/* ===== 2026-08-10 card redesign: image above, text in clean white card body ===== */
.why .cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    align-items: stretch;
    gap: 22px;
}
.why .cards article,
.why .cards .big,
.why .cards .image-card,
.why .cards .wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    color: var(--ink);
  border: 1px solid rgba(16, 35, 28, 0.49);
  margin-bottom: 3px !important;
}
.why .cards article > img,
.why .cards .big img,
.why .cards .image-card > img,
.why .cards .wide img {
    position: relative;
    inset: auto;
    width: 100%;
    height: 220px;
    flex: 0 0 220px;
    object-fit: cover;
    transition: transform .55s ease;
}
.why .cards article:hover > img { transform: scale(1.035); }
.why .cards article::after { display: none; }
.why .cards .big > div,
.why .cards .image-card > div,
.why .cards .wide > div {
    position: relative;
    z-index: 2;
    padding: 25px 26px 28px;
    background: #fff;
    color: var(--ink);
    flex: 1;
}
.why .cards h3 {
    color: var(--g);
    font-size: 27px;
    margin: 7px 0 10px;
}
.why .cards p,
.why .cards .big p,
.why .cards .image-card p,
.why .cards .wide p {
    color: var(--muted);
}
.why .cards i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: #edf5f1;
    color: var(--g);
    font-size: 18px;
}
.why .cards .big small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #edf5f1;
    color: var(--g);
    font-weight: 800;
}

/* Keep the logo clearly visible after scrolling with a medium-dark backdrop/shadow. */
.site-header.scrolled .center-logo::before {
    content: "";
    position: absolute;
    inset: -9px;
    z-index: -1;
    border-radius: 50%;
    background: rgba(5, 52, 41, .68);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .34);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.site-header.scrolled .center-logo img {
    filter: drop-shadow(0 5px 10px rgba(0,0,0,.36));
}

@media (max-width: 900px) {
    .why .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
    .why .cards { grid-template-columns: 1fr; gap: 18px; }
    .why .cards article > img,
    .why .cards .big img,
    .why .cards .image-card > img,
    .why .cards .wide img { height: 210px; flex-basis: 210px; }
    .why .cards .big > div,
    .why .cards .image-card > div,
    .why .cards .wide > div { padding: 22px 22px 25px; }
}

/* ===== 2026-08-10: Why section carousel ===== */
.why-carousel {
    position: relative;
    padding: 0 58px;
}
.why-viewport {
    overflow: hidden;
}
.why .cards.why-track {
    display: flex;
    gap: 22px;
    transition: transform .55s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}
.why .cards.why-track article,
.why .cards.why-track .big,
.why .cards.why-track .image-card,
.why .cards.why-track .wide {
    flex: 0 0 calc((100% - 44px) / 3);
    width: calc((100% - 44px) / 3);
}
.why-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #0a5d4b;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0,0,0,.16);
    transition: transform .2s ease, opacity .2s ease;
}
.why-arrow:hover { transform: translateY(-50%) scale(1.06); }
.why-arrow.prev { left: 0; }
.why-arrow.next { right: 0; }
.why-arrow:disabled { opacity: .35; cursor: default; }

/* Restore the original logo treatment while scrolling. */
.site-header.scrolled .center-logo::before { display: none !important; }
.site-header.scrolled .center-logo img { filter: drop-shadow(0 8px 18px rgba(0,0,0,.28)); }

@media (max-width: 900px) {
    .why-carousel { padding: 0 50px; }
    .why .cards.why-track article,
    .why .cards.why-track .big,
    .why .cards.why-track .image-card,
    .why .cards.why-track .wide {
        flex-basis: calc((100% - 22px) / 2);
        width: calc((100% - 22px) / 2);
    }
}
@media (max-width: 600px) {
    .why-carousel { padding: 0 42px; }
    .why .cards.why-track { gap: 16px; }
    .why .cards.why-track article,
    .why .cards.why-track .big,
    .why .cards.why-track .image-card,
    .why .cards.why-track .wide {
        flex-basis: 100%;
        width: 100%;
    }
    .why-arrow { width: 38px; height: 38px; font-size: 29px; }
}


/* ===== Requested section alignment update ===== */
/* Section 01: kicker sits directly above the Education beyond heading */
.welcome-grid {
    grid-template-columns: 1fr 1.05fr;
}
.welcome-copy .kicker {
    display: block;
    margin-bottom: 34px;
}

/* Section 03: heading block stays above the accordion, matching reference */
.learning .learn-copy {
    display: block;
}
.learning .learn-copy .kicker {
    display: block;
    margin-bottom: 42px;
}
.learning .learn-copy h2 {
    margin: 0 0 24px;
}
.learning .learn-copy > p {
    margin: 0 0 28px;
}
.learning .accordion {
    width: 100%;
    margin-top: 24px;
    clear: both;
}

@media (max-width: 900px) {
    .welcome-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
    .welcome-grid { grid-template-columns: 1fr; }
    .welcome-copy .kicker { margin-bottom: 22px; }
    .learning .learn-copy .kicker { margin-bottom: 26px; }
}

/* Multi-page inner layouts */
.inner-hero{min-height:68vh;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#0b4538}.inner-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.inner-hero .shade{background:linear-gradient(180deg,rgba(0,30,24,.12),rgba(0,30,24,.78))}.inner-hero-copy{position:relative;z-index:2;color:#fff;padding:190px 0 80px}.inner-hero-copy h1{font-family:"Playfair Display";font-size:clamp(44px,7vw,92px);line-height:.98;max-width:900px;margin:14px 0 18px}.inner-hero-copy p{max-width:680px;font-size:18px;line-height:1.7}.inner-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.inner-grid.reverse>div:first-child{order:2}.inner-section h2{font-family:"Playfair Display";font-size:clamp(36px,5vw,64px);line-height:1.05;margin:16px 0 20px}.inner-section p{font-size:17px;line-height:1.8;color:#52605b}.inner-photo{border-radius:28px;overflow:hidden;min-height:420px}.inner-photo img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}.drawer a{cursor:pointer}@media(max-width:760px){.inner-hero{min-height:58vh}.inner-hero-copy{padding:150px 0 55px}.inner-grid{grid-template-columns:1fr;gap:28px}.inner-grid.reverse>div:first-child{order:0}.inner-photo,.inner-photo img{min-height:280px}}

/* ===== Modern Life at Forest Hill / Home Page ===== */
.campus-modern {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 8%, rgba(190, 56, 103, .08), transparent 23%),
        linear-gradient(180deg, #fbfaf6 0%, #f4f4ec 100%);
    color: #0d342a;
}
.campus-modern::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(13, 52, 42, .08);
    border-radius: 50%;
    left: -180px;
    bottom: -180px;
}
.campus-modern-wrap { position: relative; z-index: 1; }
.campus-modern-head {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 44px;
}
.campus-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font: 700 11px "DM Sans", sans-serif;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #5b6d65;
}
.campus-eyebrow i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 5px rgba(198, 224, 68, .15);
}
.campus-modern h2 {
    margin: 18px 0 0;
    max-width: 820px;
    font-size: clamp(44px, 5vw, 78px);
    line-height: .98;
    letter-spacing: -2.6px;
    color: #0b3328;
}
.campus-modern h2 em {
    color: #be3867;
    font-weight: inherit;
}
.campus-intro {
    max-width: 440px;
    justify-self: end;
    padding-bottom: 6px;
}
.campus-intro p {
    margin: 0 0 22px;
    color: #5d6b66;
    font-size: 15px;
    line-height: 1.8;
}
.campus-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #0b3328;
    font: 700 12px "DM Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    text-decoration: none;
}
.campus-link span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0b3328;
    color: #fff;
    transition: transform .3s ease;
}
.campus-link:hover span { transform: translate(3px,-3px); }
.campus-bento {
    display: grid;
    grid-template-columns: 1.25fr .78fr .50fr;
    grid-template-rows: 280px 280px;
    gap: 16px;
}
.campus-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    min-height: 0;
    background: #0b3328;
    isolation: isolate;
}
.campus-card-feature { grid-row: 1 / 3; }
.campus-card-small:nth-of-type(2) { grid-column: 2; grid-row: 1; }
.campus-card-small:nth-of-type(3) { grid-column: 2; grid-row: 2; }
.campus-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .75s cubic-bezier(.2,.7,.2,1);
}
.campus-card:hover img { transform: scale(1.045); }
.campus-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(2,29,22,.04) 15%, rgba(2,29,22,.18) 50%, rgba(2,29,22,.92) 100%);
}
.campus-card-copy {
    position: absolute;
    z-index: 2;
    left: 28px;
    right: 28px;
    bottom: 28px;
    color: #fff;
}
.campus-card-copy span {
    display: block;
    margin-bottom: 8px;
    color: #d4ef55;
    font: 700 10px "DM Sans", sans-serif;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.campus-card-copy h3 {
    margin: 0;
    max-width: 500px;
    font: 600 clamp(24px, 2.2vw, 38px) "Playfair Display", serif;
    line-height: 1.06;
}
.campus-card-small .campus-card-copy h3 { font-size: clamp(20px,1.55vw,28px); }
.campus-card-copy p {
    max-width: 470px;
    margin: 12px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 1.6;
}
.campus-card-index {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.11);
    backdrop-filter: blur(8px);
    font: 600 10px "DM Sans", sans-serif;
}
.campus-note {
    grid-column: 3;
    grid-row: 1 / 3;
    border-radius: 26px;
    padding: 34px 28px;
    background: #0b3328;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
.campus-note::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    top: -72px;
    right: -72px;
    box-shadow: 0 0 0 34px rgba(255,255,255,.025), 0 0 0 68px rgba(255,255,255,.018);
}
.campus-note-kicker {
    margin-bottom: auto;
    color: #d4ef55;
    font: 700 9px "DM Sans", sans-serif;
    letter-spacing: 1.8px;
    line-height: 1.5;
}
.campus-note strong {
    display: block;
    font: 600 clamp(64px, 6vw, 94px) "Playfair Display", serif;
    line-height: .9;
}
.campus-note small {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.74);
    font-size: 12px;
    line-height: 1.5;
}
.campus-note-line {
    height: 1px;
    margin: 24px 0 20px;
    background: rgba(255,255,255,.16);
}
.campus-note p {
    margin: 0;
    color: rgba(255,255,255,.67);
    font-size: 12px;
    line-height: 1.65;
}
@media (max-width: 1050px) {
    .campus-modern-head { grid-template-columns: 1fr; gap: 24px; }
    .campus-intro { justify-self: start; }
    .campus-bento { grid-template-columns: 1.15fr .85fr; grid-template-rows: 300px 300px auto; }
    .campus-card-feature { grid-column: 1; grid-row: 1 / 3; }
    .campus-card-small:nth-of-type(2) { grid-column: 2; grid-row: 1; }
    .campus-card-small:nth-of-type(3) { grid-column: 2; grid-row: 2; }
    .campus-note { grid-column: 1 / 3; grid-row: 3; min-height: 220px; }
    .campus-note strong { margin-top: 28px; }
}
@media (max-width: 700px) {
    .campus-modern { padding-top: 40px; padding-bottom: 40px; }
    .campus-modern-head { margin-bottom: 30px; }
    .campus-modern h2 { font-size: clamp(40px, 11vw, 58px); letter-spacing: -1.8px; }
    .campus-bento { display: flex; flex-direction: column; gap: 14px; }
    .campus-card-feature { height: 500px; }
    .campus-card-small { height: 310px; }
    .campus-note { min-height: 280px; }
    .campus-card, .campus-note { border-radius: 20px; }
    .campus-card-copy { left: 22px; right: 22px; bottom: 22px; }
    .campus-card-copy p { display: none; }
}


/* ===== 2026-08-11: polished hero header, smooth drawer, 2s minimal loader ===== */

/* First-visit loader: only a small logo + school name. */
.loader {
    background: rgba(251, 250, 247, .98) !important;
    transition: opacity .42s ease, visibility .42s ease !important;
}
.loader::before,
.loader::after,
.loader-orbit,
.loader-glow,
.loader-ring,
.loader-line { display: none !important; }
.loader-brand { gap: 12px; }
.loader-logo-wrap {
    width: 92px !important;
    height: 92px !important;
    margin: 0 0 8px !important;
}
.loader-brand img {
    width: 82px !important;
    height: 82px !important;
    opacity: 0;
    transform: translateY(8px) scale(.92);
    filter: drop-shadow(0 8px 18px rgba(0,84,63,.15));
    animation: loaderMiniLogo .55s cubic-bezier(.22,.8,.24,1) .08s forwards !important;
}
.loader-title {
    line-height: 1.12 !important;
    letter-spacing: .18em !important;
}
.loader-title span {
    opacity: 0;
    transform: translateY(8px);
    filter: none !important;
    animation: loaderMiniText .5s ease forwards !important;
}
.loader-title span:first-child {
    font-size: clamp(18px, 2vw, 26px) !important;
    animation-delay: .28s !important;
}
.loader-title span:last-child {
    margin-top: 5px !important;
    font-size: clamp(11px, 1.1vw, 15px) !important;
    letter-spacing: .28em !important;
    animation-delay: .42s !important;
}
@keyframes loaderMiniLogo {
    to { opacity:1; transform:translateY(0) scale(1); }
}
@keyframes loaderMiniText {
    to { opacity:1; transform:translateY(0); }
}
body.page-ready > header,
body.page-ready > main { animation: pageEnter .55s cubic-bezier(.2,.75,.25,1) both !important; }

/* Header: logo large on the hero, compact after 60px scroll. */
.site-header {
    height: 108px !important;
    padding: 0 !important;
    background: linear-gradient(180deg, rgba(0,28,22,.78) 0%, rgba(0,28,22,.28) 58%, rgba(0,28,22,0) 100%) !important;
    transition: height .42s cubic-bezier(.22,.75,.25,1), background .42s ease, box-shadow .42s ease, backdrop-filter .42s ease !important;
}
.topbar {
 height: 139px !important;
  transition: height .42s cubic-bezier(.22,.75,.25,1) !important;
}
.center-logo {
  width: 140px !important;
  height: 140px !important;
  top: 79px !important;
  transform: translate(-50%, -50%) !important;
  transition: width .42s cubic-bezier(.22,.75,.25,1), height .42s cubic-bezier(.22,.75,.25,1), top .42s cubic-bezier(.22,.75,.25,1), filter .42s ease !important;
  will-change: width,height,top;
}
.center-logo img {
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.32)) !important;
}
.site-header.scrolled {
    height: 72px !important;
    background: rgba(8, 46, 38, .66) !important;
    -webkit-backdrop-filter: blur(5px) saturate(100%);
    backdrop-filter: blur(16px) saturate(125%);
 box-shadow: 0 8px 26px rgba(0, 0, 0, .18) !important;
  background: linear-gradient( 90deg, rgba(8, 46, 38, 0.18) 0%, rgba(8, 46, 38, 0.42) 25%, rgba(6, 35, 28, 0.78) 40%, rgba(4, 28, 22, 0.96) 50%, rgba(6, 35, 28, 0.78) 60%, rgba(8, 46, 38, 0.42) 75%, rgba(8, 46, 38, 0.18) 100% ) !important;
}
.site-header.scrolled .topbar { height: 72px !important; }
.site-header.scrolled .center-logo {
    width: 66px !important;
    height: 66px !important;
    top: 36px !important;
}
.site-header.scrolled .center-logo::before { display:none !important; }
.site-header.scrolled .center-logo img {
    filter: drop-shadow(0 5px 10px rgba(0,0,0,.35)) !important;
}

/* Menu button remains stable while header animates. */
.hamb {
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: opacity .25s ease, transform .25s ease !important;
}
.hamb:hover { transform: translateY(-50%) scale(1.06) !important; }

/* Smooth left drawer: GPU transform + softer overlay. */
.drawer-overlay {
    background: rgba(0,24,18,.40) !important;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: opacity .38s ease, visibility .38s ease !important;
}
.drawer {
    transform: translate3d(-102%,0,0) !important;
    transition: transform .52s cubic-bezier(.22,.75,.18,1) !important;
    will-change: transform;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
}
.drawer.open { transform: translate3d(0,0,0) !important; }
.drawer-section a {
    transform: translateX(-8px);
    opacity: .88;
    transition: transform .28s ease, opacity .28s ease, padding-left .2s ease, color .2s ease, background .2s ease !important;
}
.drawer.open .drawer-section a { transform: translateX(0); opacity: 1; }
.drawer.open .drawer-section:nth-of-type(1) a { transition-delay: .06s; }
.drawer.open .drawer-section:nth-of-type(2) a { transition-delay: .10s; }
.drawer.open .drawer-section:nth-of-type(3) a { transition-delay: .14s; }

/* Hero video: one source only on all screen sizes, avoiding a duplicate MP4 request. */
.hero > video:not(.mobile-hero-video) { display:block !important; }
.mobile-hero-video { display:none !important; }

/* Top darker for logo/header, bottom gradually clear. */
.hero .shade {
 
/*background: linear-gradient(90deg, rgba(0, 44, 34, 0) 0%, rgba(0, 44, 34, 0.17) 42%, rgba(0, 44, 34, 0) 78%),
 linear-gradient(180deg, rgba(0, 42, 32, 0.74) 0%, rgba(0, 42, 32, 0.26) 24%, rgba(0,42,32,.12) 52%, rgba(0,42,32,0) 76%) !important;*/
background-image: linear-gradient( to bottom, rgba(8, 46, 38, .9), rgba(8, 46, 38, 0.00), rgba(8, 46, 38, 0.00) );

}

@media (max-width: 700px) {
    .site-header, .topbar { height: 88px !important; }
    .center-logo { width: 94px !important; height: 94px !important; top: 53px !important; }
    .site-header.scrolled, .site-header.scrolled .topbar { height: 66px !important; }
    .site-header.scrolled .center-logo { width: 58px !important; height: 58px !important; top: 33px !important; }
    .hero > video:not(.mobile-hero-video) { display:block !important; }
    .hero .shade {
      background: linear-gradient(180deg, rgba(0,42,32,.72) 0%, rgba(0,42,32,.34) 32%, rgba(0,42,32,.08) 64%, rgba(0,42,32,0) 82%) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-header, .topbar, .center-logo, .drawer, .drawer-overlay, .drawer-section a { transition-duration: .01ms !important; }
}

/* 2026-08-11: Desktop drawer opens as quickly as mobile */
@media (min-width: 701px) {
  .drawer {
    transition: transform .24s cubic-bezier(.22,.75,.18,1) !important;
  }
  .drawer-overlay {
    transition: opacity .22s ease, visibility .22s ease !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
  .drawer-section a,
  .drawer.open .drawer-section a {
    transition-delay: 0s !important;
  }
}

/* Internal page navigation: never flash the loader after first visit. */
html.fhws-loader-seen .loader { display:none !important; }


/* ===== FHWS shared content components (master) ===== */
:root{--gold:#c69242;--rose:#be3867;--paper:#fbfaf7}
body{line-height:1.65}
.page-shell{padding-top:0}
.content-hero{position:relative;min-height:72vh;display:flex;align-items:flex-end;overflow:hidden;background:#0b3f32;color:#fff}
.content-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.content-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,29,23,.16),rgba(4,29,23,.84))}
.content-hero .hero-inner{position:relative;z-index:2;padding:150px 0 72px;max-width:850px}
.content-hero h1{font-family:"Playfair Display",serif;font-size:clamp(46px,7vw,88px);line-height:.98;margin:14px 0 20px}
.content-hero p{font-size:clamp(17px,2vw,22px);max-width:760px;color:rgba(255,255,255,.88)}
.eyebrow,.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.19em;font-weight:700;color:var(--g2)}
.content-hero .eyebrow{color:var(--lime)}
.editorial{padding:92px 0}
.editorial.alt{background:var(--cream)}
.editorial-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:68px;align-items:center}
.editorial-grid.reverse .editorial-media{order:-1}
.editorial-copy h2,.section-title h2{font-family:"Playfair Display",serif;font-size:clamp(36px,5vw,47px);line-height:1.04;margin:12px 0 22px;color:var(--ink)}
.editorial-copy p{font-size:17px;color:var(--muted);margin-bottom:15px}
.editorial-media{border-radius:28px;overflow:hidden;min-height:470px;box-shadow:0 24px 70px rgba(16,35,28,.12)}
.editorial-media img{width:100%;height:100%;min-height:470px;object-fit:cover}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:42px}
.feature-card{padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;transition:.25s transform,.25s box-shadow}
.feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(16,35,28,.09)}
.feature-card h3{font-family:"Playfair Display",serif;font-size:24px;margin:12px 0 10px}
.feature-card p{color:var(--muted)}
.feature-card .num{font-size:12px;letter-spacing:.15em;color:var(--g2);font-weight:700}
.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.pill-list span{border:1px solid var(--line);border-radius:999px;padding:10px 14px;background:#fff;font-size:14px}
.page-cta{padding:76px 0;background:var(--g);color:#fff}
.page-cta .cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}
.page-cta h2{font-family:"Playfair Display",serif;font-size:clamp(34px,4vw,55px);line-height:1.05;max-width:700px}
.page-cta .btn{white-space:nowrap}
.master-link{color:var(--gold)!important}
.page-nav-note{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--g2);margin-bottom:10px}
@media(max-width:900px){.editorial-grid{grid-template-columns:1fr;gap:30px}.editorial-grid.reverse .editorial-media{order:0}.feature-grid{grid-template-columns:1fr 1fr}.content-hero{min-height:62vh}.page-cta .cta-inner{display:block}.page-cta .btn{display:inline-flex;margin-top:24px}}
@media(max-width:600px){.container{width:min(100% - 28px,1240px)}.editorial{padding:40px 0}.feature-grid{grid-template-columns:1fr}.editorial-media,.editorial-media img{min-height:330px}.content-hero .hero-inner{padding:125px 0 52px}.content-hero h1{font-size:44px}}

.fhws-lightbox{position:fixed;inset:0;z-index:9998;background:rgba(2,18,14,.92);display:flex;align-items:center;justify-content:center;padding:40px;opacity:0;visibility:hidden;transition:.25s}.fhws-lightbox.open{opacity:1;visibility:visible}.fhws-lightbox img{max-width:min(1100px,94vw);max-height:88vh;width:auto;height:auto;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.fhws-lightbox button{position:absolute;right:28px;top:22px;border:0;background:transparent;color:#fff;font-size:44px;cursor:pointer}


/* Inner page image-first presentation: text intentionally kept off imagery */
.content-hero.image-only{min-height:clamp(360px,58vw,690px);display:block;background:#eef2ed;color:inherit}
.content-hero.image-only>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.content-hero.image-only:after{display:none}
.inner-intro{padding:64px 0 48px;background:#fff}
.inner-intro-copy{max-width:920px}
.inner-intro-copy .eyebrow{display:inline-block;color:var(--green);font-weight:700;letter-spacing:.13em;text-transform:uppercase;font-size:12px;margin-bottom:14px}
.inner-intro-copy h1{font-family:"Playfair Display",serif;font-size:clamp(42px,6vw,76px);line-height:1.02;color:#173f34;margin:0 0 20px}
.inner-intro-copy p{font-size:clamp(17px,1.8vw,21px);line-height:1.7;color:#53625d;max-width:850px;margin:0}
@media(max-width:600px){.content-hero.image-only{min-height:340px}.inner-intro{padding:42px 0 34px}.inner-intro-copy h1{font-size:40px}}


/* ===== 2026-08-12: inner-page green top-to-bottom overlay ===== */
/* Dark green at the top, fading softly to a light/transparent green at the bottom. */
.content-hero::after,
.content-hero.image-only::after {
  content:"" !important;
  display:block !important;
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,
    rgba(5,45,35,.82) 0%,
    rgba(7,63,49,.58) 30%,
    rgba(18,91,70,.30) 62%,
    rgba(214,235,225,.10) 100%
  ) !important;
}
.inner-hero .shade {
  background:linear-gradient(180deg,
    rgba(5,45,35,.82) 0%,
    rgba(7,63,49,.58) 30%,
    rgba(18,91,70,.30) 62%,
    rgba(214,235,225,.10) 100%
  ) !important;
}
.content-hero > img,
.content-hero.image-only > img { z-index:0; }
.content-hero .hero-inner { z-index:2; }


/* ===== 2026-08-12 LCP fix ===== */
/* The loader is only an overlay. Never hide the actual page while it is visible. */
body:not(.page-ready) > header,
body:not(.page-ready) > main { opacity: 1 !important; visibility: visible !important; }
body.page-ready > header,
body.page-ready > main { animation: none !important; }

/* The homepage H1 is the LCP element. It must not wait for IntersectionObserver. */
.hero-copy,
.hero-copy.reveal,
.hero-copy.visible { opacity: 1 !important; transform: none !important; visibility: visible !important; transition: none !important; }
.hero h1 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
/* Keep below-the-fold reveal animation unchanged. */

/* Mobile hero: always use the original hero video. */
@media (max-width: 700px) {
  .hero > video:not(.mobile-hero-video) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .mobile-hero-slider,
  .mobile-hero-video,
  .mobile-hero-dots {
    display: none !important;
  }
}

/* ===== 2026-08-12: 57-acre campus master-plan CTA ===== */
.campus-master-cta {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #0a2e26;
}
.campus-master-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 15%;
    z-index: -3;
    transform: scale(1.015);
}
.campus-master-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
background: linear-gradient(90deg, rgba(5, 31, 24, .88) 0%, rgba(5, 31, 24, 0.87) 37%, rgba(5, 31, 24, 0.61) 68%, rgba(5, 31, 24, .12) 100%), linear-gradient(0deg, rgba(3, 22, 17, .48) 0%, rgba(3, 22, 17, .05) 55%, rgba(3, 22, 17, .18) 100%);
}
.campus-master-inner {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
}
.campus-master-kicker {
    display: inline-block;
    margin-bottom: 22px;
    color: #d7ef6c;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.campus-master-title {
    max-width: 820px;
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
   font-size: clamp(54px, 6.5vw, 66px);
    line-height: .98;
    letter-spacing: -.035em;
    color: #fff;
}
.campus-master-title .word {
    display: inline-block;
    margin-right: .19em;
}
.campus-master-title .word:last-child { margin-right: 0; }
@media (min-width: 901px) {
    .campus-master-title.js-word-reveal .word {
        opacity: 0;
        transform: translateY(26px);
        filter: blur(5px);
        transition: opacity .52s ease, transform .62s cubic-bezier(.2,.8,.2,1), filter .52s ease;
        transition-delay: calc(var(--i) * 105ms);
    }
    .campus-master-title.js-word-reveal.is-visible .word {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}
.campus-master-inner > p {
    max-width: 650px;
    margin: 26px 0 32px;
    color: rgba(255,255,255,.84);
    font-size: 17px;
    line-height: 1.75;
}
.campus-master-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #0b4538;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    transition: transform .25s ease, background .25s ease, color .25s ease;
}
.campus-master-btn span {
    font-size: 20px;
    line-height: 1;
    transition: transform .25s ease;
}
.campus-master-btn:hover {
    transform: translateY(-2px);
    background: #d7ef6c;
    color: #0a352a;
}
.campus-master-btn:hover span { transform: translateX(4px); }

@media (max-width: 900px) {
    .campus-master-cta { min-height: 620px; }
    .campus-master-overlay {
        background: linear-gradient(0deg, rgba(4,31,24,.9) 0%, rgba(4,31,24,.52) 58%, rgba(4,31,24,.22) 100%);
    }
    .campus-master-inner {
        align-self: flex-end;
        padding-top: 180px;
        padding-bottom: 58px;
    }
    .campus-master-title {
        max-width: 680px;
        font-size: clamp(46px, 9vw, 72px);
    }
}
@media (max-width: 600px) {
    .campus-master-cta { min-height: 560px; }
    .campus-master-bg { object-position: center center; }
    .campus-master-inner { padding-top: 150px; padding-bottom: 44px; }
    .campus-master-kicker { margin-bottom: 16px; font-size: 10px; }
    .campus-master-title { font-size: clamp(40px, 12vw, 54px); line-height: 1.02; }
    .campus-master-inner > p { margin: 20px 0 26px; font-size: 15px; line-height: 1.65; }
    .campus-master-btn { min-height: 50px; padding: 0 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .campus-master-title .word { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }
}


/* ===== 2026-08-12: loader hands off only after hero video starts ===== */
.loader { transition: opacity .22s ease, visibility .22s ease !important; }
.loader.hide { opacity:0 !important; visibility:hidden !important; pointer-events:none !important; }
.hero > video { background:#0b3f32; }

/* Enquiry form feedback + anti-spam field */
.website-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.form-status.success { color: #00654f; }
.form-status.error { color: #a12727; }
.submit-btn:disabled { opacity: .72; cursor: wait; }

/* Fixed WhatsApp contact button */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 87px;
  z-index: 9998;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25D366;
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 14px 32px rgba(0,0,0,.26); }
.whatsapp-float svg { width: 30px; height: 30px; fill: #fff; }
@media (max-width: 700px) {
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}


/* Footer social media icons */
.footer-social { display:flex; align-items:center; gap:10px; margin-top:16px; }
.foot .footer-social a { width:38px; height:38px; margin:0; border:1px solid rgba(255,255,255,.28); border-radius:50%; display:inline-flex; align-items:center; justify-content:center; color:#fff; transition:transform .2s ease, background .2s ease, border-color .2s ease; }
.foot .footer-social a:hover { transform:translateY(-2px); background:rgba(255,255,255,.14); border-color:rgba(255,255,255,.65); }
.footer-social svg { width:18px; height:18px; fill:currentColor; display:block; }
