:root {
    --ink: #102f55;
    --paper: #ffffff;
    --peach: #75b9ed;
    --coral: #0d6efd;
    --sky: #d8edff;
    --yellow: #b8ddff;
    --sage: #e9f5ff;
    --cream: #f4faff
}

/* Apple logo colour accents used throughout the site */
:root{--apple-blue:#168bd0;--apple-pink:#d31d83;--apple-green:#82b52d;--apple-orange:#ed8b23;--apple-purple:#8b2b88;--apple-pale-pink:#fde6f1;--apple-pale-green:#edf7d9;--apple-pale-orange:#fff0df}.eyebrow i{background:var(--apple-orange)!important}em{color:var(--apple-pink)!important}.ticker{background:var(--apple-purple)!important}.ticker i{color:#f6c445!important}.program-card.coral{background:var(--apple-pale-pink)!important}.program-card.sky{background:#dff2ff!important}.program-card.butter{background:var(--apple-pale-green)!important}.about{background:var(--apple-pale-green)!important}.about-art{background:#f3a2c9!important}.arch-one{background:#f8d35e!important}.arch-two{background:#82b52d!important}.about-sticker{background:var(--apple-purple)!important;color:#f8d35e!important}.visit{background:var(--apple-purple)!important}.visit h2 em{color:#f8d35e!important}.footer,.site-footer,footer{background:#233d79!important}.daycare-shape,.contact-doodle,.gallery-bubbles{background:var(--apple-pink)!important}.daycare-callout,.school-note,.why-quote,.partner-values,.contact-form-wrap{background:var(--apple-purple)!important}.daycare-intro,.levels,.gallery-notes{background:var(--apple-pale-green)!important}.care-options,.ipt{background:var(--apple-pale-pink)!important}.school-house{background:var(--apple-orange)!important}.school-house:before{background:var(--apple-green)!important}.school-sun{color:#f8d35e!important}.note-mark{background:var(--apple-green)!important;box-shadow:15px 15px 0 #f4b6d5!important}.why-hero figure:before{border-color:var(--apple-pink)!important}.partner-orbit{border-color:var(--apple-orange)!important;color:var(--apple-purple)!important}.partner-orbit:before{background:#f8d35e!important}.gallery-bubbles:before{background:var(--apple-green)!important}.gallery-bubbles:after{background:var(--apple-orange)!important}.gallery-arrow:hover,.social-strip a{background:var(--apple-pink)!important}.details-cards a:first-child{background:var(--apple-pale-orange)!important}.details-cards a:nth-child(2){background:var(--apple-pale-pink)!important}.details-cards a:nth-child(3){background:var(--apple-pale-green)!important}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "DM Sans", sans-serif
}

a {
    color: inherit;
    text-decoration: none
}

.site-header {
    height: 86px;
    padding: 0 clamp(22px, 5vw, 76px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5
}

.brand {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: -1.5px;
    display: flex;
    align-items: center;
    gap: 8px
}

.brand-mark {
    width: 31px;
    height: 31px;
    border-radius: 50% 50% 50% 9px;
    background: var(--coral);
    color: white;
    display: grid;
    place-items: center;
    font-family: Fraunces;
    font-size: 25px;
    transform: rotate(-25deg)
}

.brand-dot {
    color: var(--coral)
}

nav {
    display: flex;
    gap: 31px;
    font-size: 14px;
    font-weight: 600
}

nav a:hover,
.text-link:hover {
    text-decoration: underline
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: var(--coral);
    color: white;
    border: 0;
    border-radius: 999px;
    padding: 16px 23px;
    font: 600 14px "DM Sans";
    cursor: pointer
}

.button span {
    font-size: 20px;
    line-height: 11px
}

.button-small {
    padding: 12px 18px
}

.menu-toggle {
    display: none
}

.hero {
    min-height: 615px;
    padding: 44px clamp(22px, 8.5vw, 135px) 72px;
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    gap: 48px;
    align-items: center;
    background: linear-gradient(112deg, #f9fcff 0%, #f9fcff 53%, #b9ddff 53%, #b9ddff 100%);
    overflow: hidden
}

.eyebrow {
    margin: 0 0 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #35658f
}

.eyebrow i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--coral);
    border-radius: 50%;
    margin-right: 8px
}

.hero h1,
.section h2,
.visit h2 {
    font: 700 clamp(45px, 5.4vw, 82px)/.98 Fraunces, serif;
    letter-spacing: -4px;
    margin: 0;
    color: var(--ink)
}

em {
    font-style: italic;
    color: var(--coral)
}

.hero-intro {
    max-width: 450px;
    line-height: 1.7;
    font-size: 17px;
    margin: 28px 0
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 25px
}

.text-link {
    font-weight: 700;
    font-size: 14px
}

.text-link span {
    margin-left: 9px;
    font-size: 19px
}

.trust-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 52px;
    font-size: 13px;
    font-weight: 600
}

.avatar-stack {
    display: flex
}

.avatar-stack b {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--sky);
    border: 2px solid var(--paper);
    font-size: 8px;
    color: white;
    margin-right: -7px
}

.avatar-stack b:nth-child(2) {
    background: #6bace2
}

.avatar-stack b:nth-child(3) {
    background: var(--coral)
}

.hero-visual {
    height: 456px;
    position: relative
}

.hero-visual img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 150px 150px 30px 30px;
    position: relative;
    z-index: 1
}

.sun {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e9f6ff;
    right: -44px;
    top: -34px
}

.scribble {
    position: absolute;
    top: 26px;
    left: -24px;
    font-size: 48px;
    color: var(--coral);
    z-index: 2
}

.hero-note {
    position: absolute;
    bottom: 18px;
    left: -27px;
    z-index: 2;
    background: white;
    padding: 13px 17px;
    border-radius: 13px;
    box-shadow: 0 9px 20px #0f3f6d24;
    font-size: 12px
}

.hero-note strong,
.hero-note span {
    display: block
}

.hero-note span {
    font-size: 10px;
    color: #55728d;
    margin-top: 3px
}

.ticker {
    background: var(--ink);
    color: #e4f3ff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 18px 5vw;
    font: 700 17px comic Sans-serif;
    letter-spacing: 1.5px
}

.ticker i {
    color: #89c6ff;
    font-style: normal
}

.section {
    padding: 112px clamp(22px, 8.5vw, 135px)
}

.programs {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr .6fr;
    gap: 28px
}

.section h2 {
    font-size: clamp(40px, 4.2vw, 61px)
}

.section-lead {
    align-self: end;
    margin: 0 0 10px;
    line-height: 1.7;
    max-width: 320px
}

.program-grid {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 30px
}

.program-card {
    min-height: 330px;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column
}

.coral {
    background: #dcefff
}

.sky {
    background: #bcdfff
}

.butter {
    background: #eff8ff
}

.program-icon {
    font: 38px Fraunces;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #ffffffbd;
    display: grid;
    place-items: center
}

.program-card p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 34px 0 9px
}

.program-card h3 {
    font: 700 33px Fraunces;
    margin: 0 0 11px
}

.program-card>span {
    line-height: 1.55;
    font-size: 14px;
    max-width: 240px
}

.program-card a {
    margin-top: auto;
    font-weight: 700;
    font-size: 14px
}

.program-card a b {
    font-size: 20px;
    margin-left: 8px
}

.about {
    background: #eef8ff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 8vw, 125px);
    align-items: center
}

.about-art {
    height: 485px;
    position: relative;
    background: #69ace7;
    border-radius: 48% 48% 45px 45px;
    overflow: hidden
}

.arch {
    position: absolute;
    border-radius: 50% 50% 0 0;
    bottom: 0
}

.arch-one {
    width: 67%;
    height: 78%;
    background: #d6efff;
    left: 0
}

.arch-two {
    width: 60%;
    height: 57%;
    background: #156ccb;
    left: 20%
}

.about-word {
    position: absolute;
    z-index: 2;
    top: 44px;
    left: 30px;
    color: white;
    font: italic 52px Fraunces;
    transform: rotate(-9deg)
}

.about-sticker {
    position: absolute;
    z-index: 3;
    right: 24px;
    bottom: 46px;
    width: 102px;
    height: 102px;
    background: var(--ink);
    border-radius: 50%;
    color: #bde1ff;
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 19px;
    line-height: .7;
    transform: rotate(13deg)
}

.about-sticker small {
    color: #fff;
    font: 700 10px "DM Sans";
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 1px
}

.about-copy>p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.75;
    margin: 25px 0
}

.principles {
    border-top: 1px solid #b6d6ee;
    margin: 31px 0 26px
}

.principles div {
    padding: 13px 0;
    border-bottom: 1px solid #b6d6ee;
    display: flex;
    gap: 20px;
    font-size: 14px;
    font-weight: 600
}

.principles b {
    color: var(--coral)
}

.moments {
    background: #f8fcff
}

.moments-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 45px
}

.moments-heading .eyebrow {
    position: absolute;
    margin-top: -32px
}

.button-dark {
    background: var(--ink)
}

.moment-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr .85fr;
    gap: 16px;
    height: 340px
}

.moment {
    border-radius: 18px;
    padding: 24px;
    color: white;
    display: flex;
    align-items: end;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.moment:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #0b3764b8, transparent 60%)
}

.moment span {
    position: relative;
    font: 600 25px/1.05 Fraunces
}

.first {
    background: linear-gradient(130deg, #1976d2, #88c8fa)
}

.second {
    background: linear-gradient(130deg, #4c9cda, #bfe6ff)
}

.third {
    background: linear-gradient(130deg, #0d4f95, #79bdf0)
}

.visit {
    background: var(--coral);
    color: white;
    padding: 96px clamp(22px, 8.5vw, 135px);
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: clamp(55px, 12vw, 170px)
}

.visit .eyebrow {
    color: #dceeff
}

.visit h2 {
    color: white;
    font-size: clamp(40px, 4.2vw, 61px)
}

.visit h2 em {
    color: #d7efff
}

.visit>div>p:last-child {
    max-width: 440px;
    line-height: 1.7;
    margin-top: 25px
}

form {
    display: grid;
    gap: 14px
}

label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px
}

input,
select {
    display: block;
    width: 100%;
    margin-top: 7px;
    border: 0;
    border-radius: 8px;
    padding: 14px;
    background: #ffffffee;
    color: var(--ink);
    font: 14px "DM Sans"
}

form .button {
    background: var(--ink);
    margin-top: 8px;
    width: max-content
}

footer {
    background: var(--ink);
    padding: 48px clamp(22px, 8.5vw, 135px);
    color: white;
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1fr;
    gap: 30px;
    align-items: start
}

footer .brand-mark {
    background: #bce3ff;
    color: var(--ink)
}

footer p {
    margin: 6px 0;
    font-size: 14px;
    color: #d5e9fa
}

footer div {
    display: grid;
    gap: 9px;
    font-size: 13px;
    color: #d5e9fa
}

footer small {
    grid-column: 1/-1;
    border-top: 1px solid #ffffff2e;
    padding-top: 20px;
    color: #a8c7df;
    font-size: 11px;
    margin-top: 10px
}

@media(max-width:760px) {
    .site-header {
        height: 72px
    }

    .header-cta,
    nav {
        display: none
    }

    .menu-toggle {
        display: block;
        background: none;
        border: 0;
        font-size: 24px;
        color: var(--ink)
    }

    .site-header nav.open {
        display: flex;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--paper);
        padding: 22px;
        flex-direction: column;
        gap: 16px;
        box-shadow: 0 10px 20px #0002
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 38px;
        gap: 40px
    }

    .hero h1 {
        font-size: 54px;
        letter-spacing: -3px
    }

    .hero-visual {
        height: 355px
    }

    .programs {
        display: block
    }

    .section-lead {
        margin-top: 18px
    }

    .program-grid,
    .about,
    .visit {
        grid-template-columns: 1fr
    }

    .program-card {
        min-height: 270px
    }

    .about-art {
        height: 350px
    }

    .moments-heading {
        display: block
    }

    .moments-heading .button {
        margin-top: 24px
    }

    .moment-grid {
        height: auto;
        grid-template-columns: 1fr
    }

    .moment {
        height: 190px
    }

    .ticker {
        font-size: 12px
    }

    .ticker i:nth-of-type(3),
    .ticker span:last-child {
        display: none
    }

    footer {
        grid-template-columns: 1fr
    }

    .visit {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.ticker-motto {
    justify-content: center;
    gap: clamp(20px, 4vw, 54px)
}

@media(max-width:760px) {
    .ticker-motto span:last-child {
        display: inline
    }
}

.brand {
    display: flex;
    align-items: center
}

.brand img {
    display: block;
    width: 168px;
    height: 80px;
    object-fit: contain;
    mix-blend-mode: multiply
}

.site-header nav a{padding:7px 10px;border-radius:999px;transition:transform .2s,background .2s}.site-header nav a:nth-child(1){color:#168bd0}.site-header nav a:nth-child(2){color:#d31d83}.site-header nav a:nth-child(3){color:#82b52d}.site-header nav a:nth-child(4){color:#ed8b23}.site-header nav a:nth-child(5){color:#8b2b88}.site-header nav a:nth-child(6){color:#168bd0}.site-header nav a:nth-child(7){color:#d31d83}.site-header nav a:hover{background:#eef8ff;text-decoration:none;transform:translateY(-2px)}

@media(max-width:760px) {
    .brand img {
        width: 128px;
        height: 64px
    }
}

.daycare-hero {
    min-height: 550px;
    background: #e7f4ff;
    padding: 56px clamp(22px, 8.5vw, 135px) 72px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    overflow: hidden
}

.crumb {
    font-size: 12px;
    color: #52799e;
    margin: -5px 0 30px
}

.crumb a {
    text-decoration: underline
}

.daycare-hero h1 {
    font: 700 clamp(48px, 5.5vw, 79px)/.98 Fraunces, serif;
    letter-spacing: -4px;
    margin: 0
}

.daycare-hero>div:first-child>p:not(.eyebrow):not(.crumb) {
    max-width: 480px;
    line-height: 1.7;
    font-size: 16px;
    margin: 26px 0
}

.daycare-shape {
    height: 410px;
    background: #91c8f6;
    border-radius: 48% 48% 28px 28px;
    position: relative
}

.daycare-image {
    position: absolute;
    bottom: 0;
    right: 8%;
    width: 76%;
    height: 85%;
    overflow: hidden;
    border-radius: 120px 120px 20px 20px
}

.daycare-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cloud {
    position: absolute;
    background: white;
    border-radius: 999px;
    z-index: 2
}

.cloud:before,
.cloud:after {
    content: "";
    position: absolute;
    background: white;
    border-radius: 50%
}

.cloud-a {
    width: 66px;
    height: 23px;
    left: 8%;
    top: 24%
}

.cloud-a:before {
    width: 28px;
    height: 28px;
    left: 11px;
    bottom: 8px
}

.cloud-a:after {
    width: 20px;
    height: 20px;
    left: 31px;
    bottom: 6px
}

.cloud-b {
    width: 46px;
    height: 17px;
    right: 9%;
    top: 15%
}

.cloud-b:before {
    width: 21px;
    height: 21px;
    left: 8px;
    bottom: 6px
}

.cloud-b:after {
    width: 16px;
    height: 16px;
    left: 23px;
    bottom: 5px
}

.daycare-shape>b {
    position: absolute;
    bottom: 38px;
    left: 9%;
    color: #0d6efd;
    font-size: 34px;
    z-index: 3
}

.daycare-intro {
    display: grid;
    grid-template-columns: .55fr 1fr;
    gap: 80px;
    background: white
}

.daycare-intro h2,
.care-options h2,
.curriculum h2,
.daycare-callout h2 {
    font: 700 clamp(38px, 4.3vw, 62px)/1 Fraunces, serif;
    letter-spacing: -3px;
    margin: 0
}

.daycare-intro div>p {
    max-width: 620px;
    line-height: 1.8;
    font-size: 16px;
    margin: 28px 0 0
}

.care-options {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    background: #f6fbff
}

.option-list {
    border-top: 1px solid #b9d9ef
}

.option-list article {
    display: grid;
    grid-template-columns: 52px 1fr 32px;
    gap: 18px;
    padding: 27px 0;
    border-bottom: 1px solid #b9d9ef
}

.option-number {
    font: 700 16px Fraunces;
    color: #0d6efd
}

.option-list p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 700;
    color: #4c7498;
    margin: 0 0 8px
}

.option-list h3 {
    font: 700 28px Fraunces;
    margin: 0 0 10px
}

.option-list div>p:nth-of-type(2) {
    text-transform: none;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 400;
    color: var(--ink);
    max-width: 440px
}

.age {
    display: inline-block;
    background: #dcefff;
    color: #164b79;
    border-radius: 99px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 700
}

.arrow {
    font-size: 25px;
    color: #0d6efd
}

.curriculum {
    background: var(--ink);
    color: white;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px
}

.curriculum .eyebrow {
    color: #abd8ff
}

.curriculum h2 {
    color: white
}

.curriculum h2 em {
    color: #9bd1ff
}

.curriculum>div>p:last-child {
    line-height: 1.7;
    color: #d0e5f6;
    max-width: 320px;
    margin-top: 25px
}

.curriculum-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid #ffffff37
}

.curriculum-grid div {
    padding: 18px 5px;
    border-bottom: 1px solid #ffffff37;
    font: 600 16px Fraunces
}

.curriculum-grid span {
    color: #90caff;
    font-size: 24px;
    display: inline-block;
    width: 35px
}

.daycare-callout {
    padding: 100px clamp(22px, 8.5vw, 135px);
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: clamp(50px, 12vw, 180px);
    align-items: center;
    background: #c7e6ff
}

.callout-circle {
    width: min(325px, 75vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: white;
    display: grid;
    place-items: center;
    text-align: center;
    color: #0d6efd;
    font: italic 45px/1 Fraunces;
    transform: rotate(-9deg);
    box-shadow: 15px 15px 0 #80bded
}

.daycare-callout>div:last-child>p:not(.eyebrow) {
    line-height: 1.75;
    max-width: 460px;
    margin: 25px 0
}

.daycare-callout .button {
    margin-top: 7px
}

@media(max-width:760px) {

    .daycare-hero,
    .daycare-intro,
    .care-options,
    .curriculum,
    .daycare-callout {
        grid-template-columns: 1fr;
        gap: 38px
    }

    .daycare-hero {
        padding-top: 35px
    }

    .daycare-shape {
        height: 320px
    }

    .daycare-hero h1 {
        font-size: 54px
    }

    .daycare-intro,
    .care-options,
    .curriculum,
    .daycare-callout {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .curriculum-grid {
        grid-template-columns: 1fr
    }

    .daycare-callout {
        justify-items: center
    }

    .daycare-callout>div:last-child {
        justify-self: start
    }
}
