@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --cream: #fbf6ee;
    --cream-2: #f3ecdd;
    --ink: #2c2a25;
    --ink-soft: #5b5648;
    --green: #3c5a48;
    --green-deep: #243a2d;
    --sage: #8aa38c;
    --sage-soft: #c9d6c6;
    --leaf: #6fa368;
    --leaf-lt: #9cc093;
    --terra: #c9763d;
    --terra-soft: #e7c2a2;
    --blush: #e3a0a8;
    --gold: #e3a93c;
    --coral: #e07856;
    --teal: #4f9e8c;
    --plum: #9b7bb0;
    --line: #e3d9c8;
    --note: #c5455f;
    --note-bg: #fdedf0;
    --radius: 18px;
    --radius-lg: 28px;
    --shadow: 0 18px 40px -22px rgba(36, 58, 45, 0.45);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: "Mulish", sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}


.wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 2;
}
.subPage div.section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 2;
    padding-top: 28px;
}
.gallery_container .section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 2;
}

p.heading span,
.eyebrow {
    display: block;
    font-family: "Mulish", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--terra);
    margin-bottom: 16px;
}

section {
    position: relative;
}

.deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}
.deco-leaf {
    width: 160px;
    height: 160px;
}


.phone {
    font-weight: 700;
    color: var(--green);
    font-size: 0.92rem;
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    margin-right: 15px;
}
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
    padding: 12px 22px;
    border-radius: 999px;
    cursor: pointer;
    border: none;
    transition: 0.2s;
    letter-spacing: 0.01em;
    white-space: nowrap;
}
.btn-primary {
    background: var(--terra);
    color: #fff;
    box-shadow: 0 10px 22px -10px rgba(201, 118, 61, 0.8);
}
.btn-primary:hover {
    transform: translateY(-1px);
    background: #b9692f;
}
.btn-ghost {
    background: transparent;
    color: var(--green-deep);
    border: 1.5px solid var(--green);
}
.btn-ghost:hover {
    background: var(--green);
    color: #fff;
}
.btn-fb {
    background: #1877f2;
    color: #fff;
}
.btn-fb:hover {
    background: #1461c9;
    transform: translateY(-1px);
}
.btn-ig {
    background: linear-gradient(
        45deg,
        #f58529 0%,
        #dd2a7b 45%,
        #8134af 75%,
        #515bd4 100%
    );
    color: #fff;
}
.btn-ig:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}
.photo {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    background: radial-gradient(
            120% 120% at 20% 10%,
            var(--sage-soft) 0%,
            transparent 55%
        ),
        linear-gradient(
            135deg,
            var(--blush),
            var(--terra-soft) 55%,
            var(--sage) 130%
        );
    display: grid;
    place-items: center;
    color: rgba(44, 42, 37, 0.6);
}
.photo img.real {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}
.photo .ph-label {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 14px;
    text-transform: uppercase;
}
.galleryWrapper img {
   border-radius: var(--radius)!important;
}

.hero {
    padding: 46px 0 30px;
    overflow: hidden;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 44px;
    align-items: center;
}

.hero-grid .photo {
    width: 100%;
    height: 100%;
}
.hero .eyebrow-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.hero .eyebrow-row .eyebrow {
    margin: 0;
}
.cb-mini {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.cb-mini img {
    height: 30px;
    width: auto;
    display: block;
}
.cb-mini .arr {
    color: var(--leaf);
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1;
}
.hero .title {
    font-family: "Fraunces", serif;
    font-size: clamp(2.6rem, 4.6vw, 4rem);
    color: var(--green-deep);
    margin-top: 14px;
    font-weight: 500;
	line-height: 1.1;
	letter-spacing: -.01em;
}
.hero .title em {
    font-style: italic;
    color: var(--terra);
}
.hero p.lead {
    font-size: 1.12rem;
    color: var(--ink-soft);
    margin: 20px 0 28px;
    max-width: 31em;
}
.hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.trust {
    display: flex;
    gap: 22px;
    margin-top: 30px;
    flex-wrap: wrap;
    align-items: center;
}
.trust .chip {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--green-deep);
}
.trust .chip span.r {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: "Fraunces";
    font-size: 0.95rem;
}
section.band {
    padding: 64px 0;
}
.sec-head {
    max-width: 42em;
    margin-bottom: 36px;
}
.sec-head .heading {
    font-size: clamp(1.9rem, 3.2vw, 2.7rem);
    color: var(--green-deep);
    margin-top: 10px;
}
.sec-head p {
    color: var(--ink-soft);
    margin-top: 14px;
    font-size: 1.04rem;
}
.welcome {
    background: var(--cream-2);
    overflow: hidden;
}
.welcome .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.welcome .photo {
    aspect-ratio: 5/4;
}

.heading {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    margin: 10px 0 18px;
}

.welcome p {
    color: var(--ink-soft);
}
.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    font-weight: 800;
    color: var(--terra);
}
.journey {
    background: var(--cream);
    text-align: center;
    padding: 48px 0;
}
.journey .steps {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
}
.journey .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 96px;
}
.journey .step svg,
.journey .step img {
    width: 46px;
    height: 46px;
}
.journey .step span {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green);
}
.journey .arrow {
    color: var(--leaf);
    font-size: 1.2rem;
}
.journey .cap {
    font-family: "Fraunces";
    font-style: italic;
    font-size: 1.25rem;
    color: var(--green-deep);
    margin-top: 22px;
}
.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.22s;
}
.card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}
.card .photo {
    aspect-ratio: 4/3;
    border-radius: 0;
}
.card .body {
    padding: 20px 20px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.card .age {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--terra);
}
.card h3 {
    font-size: 1.4rem;
    margin: 6px 0 9px;
    color: var(--green-deep);
}
.card p {
    color: var(--ink-soft);
    font-size: 0.92rem;
    flex: 1;
}
.why {
    background: var(--green-deep);
    color: #f4ecde;
    overflow: hidden;
}
.why .sec-head .heading {
    color: #fff;
}
.why .sec-head p {
    color: rgba(244, 236, 222, 0.8);
}
.why .eyebrow {
    color: var(--terra-soft);
}
.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}
.feature .ic {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border: 1.5px solid var(--acc, #eadbcb);
}
.feature .ic svg {
    stroke: var(--acc, #eadbcb);
}
.feature h4 {
    font-size: 1.18rem;
    color: #fff;
    margin-bottom: 8px;
}
.feature p {
    color: rgba(244, 236, 222, 0.78);
    font-size: 0.9rem;
}
.f1 {
    --acc: var(--gold);
}
.f2 {
    --acc: var(--teal);
}
.f3 {
    --acc: var(--coral);
}
.f4 {
    --acc: var(--plum);
}
.curric .inner {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 48px;
    align-items: center;
}
.curric .photo {
    aspect-ratio: 5/4;
}
.gallery {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: repeat(2, 180px);
    gap: 16px;
}
.gallery .photo:nth-child(1) {
    grid-row: span 2;
}
.gallery .photo {
    border-radius: 16px;
    overflow: hidden;
}

.gallery .photo img {
    transition: transform 1.3s;
}

.gallery .photo:hover img {
    transform: scale(1.07);
}

.testi {
    background: var(--cream-2);
    overflow: hidden;
}
.testi-row {
    display: flex;
    padding: 6px 0 18px;
    --gap: 11px;
    margin: 0 calc(var(--gap) * -1);
    flex-wrap: wrap;
}

.quote {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 30px 28px;
    margin: 0 var(--gap);
    display: flex;
    flex-direction: column;
    width: calc(33.33333333333333% - calc(var(--gap) * 2));
    border-top: 4px solid var(--acc, var(--terra));
}
.quote:nth-child(1) {
    --acc: var(--gold);
}
.quote:nth-child(2) {
    --acc: var(--teal);
}
.quote:nth-child(3) {
    --acc: var(--coral);
}
.quote:nth-child(4) {
    --acc: var(--plum);
}
.quote .marked {
    font-family: "Fraunces";
    font-size: 3rem;
    line-height: 0.6;
    color: var(--terra-soft);
}
.quote p {
    color: var(--ink);
    font-size: 1.02rem;
    margin: 6px 0 20px;
    flex: 1;
}
.quote .who {
    font-weight: 800;
    color: var(--green-deep);
    font-size: 0.92rem;
}
.dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 8px 0 24px;
}
.dots i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--sage-soft);
    display: block;
}
.dots i.on {
    background: var(--terra);
    width: 26px;
    border-radius: 9px;
}
.follow {
    background: var(--green);
    color: #f4ecde;
    overflow: hidden;
}
.follow .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.follow .heading span,
.band.why .heading span {
    color: var(--terra-soft);
}
.follow .heading {
    color: #fff;
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    margin: 10px 0 16px;
}
.follow p {
    color: rgba(244, 236, 222, 0.82);
    max-width: 32em;
}
.follow .actions {
    margin-top: 24px;
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}
.fb-embed {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 10px;
    max-width: 500px;
    width: 100%;
    box-shadow: var(--shadow);
    min-height: 340px;
    display: flex;
    margin-left: auto;
}
.fb-embed iframe {
    width: 100%;
    border: none;
    border-radius: 16px;
}
.findus {
    overflow: hidden;
}
.findus .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
}
.findus .info {
    padding: 46px 44px;
}
.findus .heading {
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    color: var(--green-deep);
    margin: 10px 0 22px;
}
.findus .row {
    display: flex;
    gap: 13px;
    margin-bottom: 16px;
    align-items: flex-start;
    color: var(--ink-soft);
    font-size: 0.97rem;
}
.findus .row svg,
.findus .row img {
    flex: none;
    margin-top: 3px;
    padding-right: 0;
}
.findus .row * {
    width: auto;
}

.findus .row div {
    padding: 0;
}

.findus .row strong {
    color: var(--ink);
    font-weight: 700;
    display: block;
}
.findus .map {
    min-height: 340px;
}

.findus .map iframe {
    width: 100%;
    height: 100%;

}
.findus .cta-final {
    margin-top: 26px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
footer.site {
    background: var(--green-deep);
    color: rgba(244, 236, 222, 0.85);
    padding: 60px 0 30px;
    overflow: hidden;
}
.foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
}
.foot-social {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.foot-social img {
    display: block;
    width: 20px;
}
.soc {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.2s;
}
.soc:hover {
    transform: translateY(-2px);
}
.soc-fb {
    background: #1877f2;
}
.soc-ig {
    background: linear-gradient(
        45deg,
        #f58529 0%,
        #dd2a7b 45%,
        #8134af 75%,
        #515bd4 100%
    );
}
footer .logo img {
    height: 60px;
    filter: brightness(0) invert(1);
}
footer h5 {
    font-family: "Fraunces";
    font-weight: 600;
    color: #fff;
    font-size: 1.05rem;
    margin: 0 0 16px;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.92rem;
    line-height: 2.1;
}
footer a:hover {
    color: #fff;
}
.ack {
    border-top: 1px solid rgba(244, 236, 222, 0.16);
    margin-top: 40px;
    padding-top: 24px;
    font-size: 0.82rem;
    color: rgba(244, 236, 222, 0.62);
    max-width: 60em;
}
.copy {
    margin-top: 18px;
    font-size: 0.78rem;
    color: rgba(244, 236, 222, 0.45);
}
.sticky-cta {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 50;
}
.sticky-cta .btn {
    box-shadow: 0 16px 30px -10px rgba(201, 118, 61, 0.9);
}


/* Underlined */

.underlined {
	display: inline-block;
	position: relative;
}

.underlined svg {
	position: absolute;
	left: 0;
	bottom: -33px;
	pointer-events: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
}

.underlined path {
	-webkit-transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s;
	-o-transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s;
	transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s; 
}
  
.underlined path:last-child {
	opacity: 0.2; 
}

.underlined.start> svg {
	opacity: 1; 
}

.underlined.start> svg path {
	stroke-dashoffset: 0; 
}

/* Miscelleneous */

h1,
h2,
h3,
h4,
h5,
h6,
p.heading {
    font-family: "Fraunces", serif;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--green-deep);
}
a {
    color: inherit;
    text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.embed-responsive {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px; /* Adjust as needed */
    overflow: hidden;
}

.embed-responsive iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}