@font-face {
font-family: "Handyman";
src: url(//bloomcurriculum.co.uk/wp-content/themes/bloom/assets/fonts/handyman-regular.otf) format("opentype");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Patrick Hand SC";
src: url(//bloomcurriculum.co.uk/wp-content/themes/bloom/assets/fonts/patrick-hand-sc.ttf) format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
} :root { --bloom-forest: #00492c; --bloom-green:  #559b70; --bloom-green-d:#3f7f59; --bloom-sage:   #9dc0a0; --bloom-mist:   #c1d0bd; --bloom-cream:  #eceada; --bloom-paper:  #f3efe4; --bloom-ink:    #1a1a1a;  --bloom-bg:        var(--bloom-paper);
--bloom-card-bg:   #ffffff; --bloom-font-marker: "Handyman", "Permanent Marker", "Comic Sans MS", cursive;
--bloom-font-hand:   "Handyman", "Patrick Hand SC", "Comic Sans MS", cursive;
--bloom-font-body:   "Handyman", "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif; --bloom-content-max: 1180px;
--bloom-header-height: 48px; --bloom-radius: 18px;
--bloom-shadow: 6px 6px 0 rgba(0, 73, 44, 0.16);
} *, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
font-family: var(--bloom-font-body);
color: var(--bloom-forest);
background: var(--bloom-bg);
line-height: 1.55;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0 0 0.4em; line-height: 1.05; }
p { margin: 0 0 1em; }
.bloom-container {
width: min(100% - 48px, var(--bloom-content-max));
margin-inline: auto;
} .bloom-marker { font-family: var(--bloom-font-marker); font-weight: 400; letter-spacing: .5px; }
.bloom-hand   { font-family: var(--bloom-font-hand); } .bloom-sr-only {
position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
} .bloom-page { padding: clamp(28px, 5vw, 64px) 0 clamp(48px, 8vw, 96px); }
.bloom-page__header,
.bloom-page__content {
width: min(100% - 48px, 760px);
margin-inline: auto;
}
.bloom-page__header { margin-bottom: 1.4rem; }
.bloom-page__header h1 {
font-family: var(--bloom-font-marker);
color: var(--bloom-forest);
font-size: clamp(2rem, 5vw, 3rem);
}
.bloom-page__content { color: var(--bloom-forest); }
.bloom-page__content .bloom-page__lead {
font-family: var(--bloom-font-marker);
font-size: 1.3rem;
color: var(--bloom-green-d);
margin-bottom: .15rem;
}
.bloom-page__content .bloom-page__meta { color: var(--bloom-green-d); margin-bottom: 2rem; }
.bloom-page__content h2 {
font-family: var(--bloom-font-marker);
color: var(--bloom-forest);
font-size: clamp(1.25rem, 2.4vw, 1.6rem);
margin: 2.2rem 0 .6rem;
}
.bloom-page__content p  { margin: 0 0 1rem; line-height: 1.6; }
.bloom-page__content ul { margin: 0 0 1.1rem; padding-left: 1.3rem; }
.bloom-page__content li { margin-bottom: .35rem; line-height: 1.55; }
.bloom-page__content a  { color: var(--bloom-green-d); text-decoration: underline; }
.bloom-page__content a:hover { color: var(--bloom-forest); }.bloom-section { position: relative; overflow: hidden; }
.bloom-section__inner {
position: relative;
z-index: 2;
width: min(100% - 48px, var(--bloom-content-max));
margin-inline: auto;
} .bloom-ribbon {
--rib-fill: var(--bloom-cream);
--rib-ink:  var(--bloom-ink);
--rib-text: var(--bloom-ink);
position: relative;
display: inline-block;
padding: 12px 62px;
transform: rotate(-1.4deg);
isolation: isolate;
filter: drop-shadow(3px 4px 0 rgba(0,0,0,.20));
} .bloom-ribbon::before,
.bloom-ribbon::after {
content: "";
position: absolute;
clip-path: polygon(0% 0%, 9% 50%, 0% 100%, 100% 100%, 91% 50%, 100% 0%);
}
.bloom-ribbon::before { inset: -3px; background: var(--rib-ink);  z-index: 0; }
.bloom-ribbon::after  { inset: 0;   background: var(--rib-fill); z-index: 1; }
.bloom-ribbon__text {
position: relative;
z-index: 2;
font-family: var(--bloom-font-marker);
color: var(--rib-text);
font-size: clamp(1.3rem, 2.4vw, 2.1rem);
line-height: 1;
white-space: nowrap;
letter-spacing: .5px;
}
.bloom-ribbon--cream  { --rib-fill: var(--bloom-cream); --rib-text: var(--bloom-ink); }
.bloom-ribbon--white  { --rib-fill: #ffffff; --rib-text: var(--bloom-forest); }
.bloom-ribbon--forest { --rib-fill: #ffffff; --rib-text: var(--bloom-forest); --rib-ink: #0a3a23; }
.bloom-ribbon--green  { --rib-fill: var(--bloom-green); --rib-text: #ffffff; --rib-ink: #0a3a23; } .bloom-banner { display: block; max-width: 100%; height: auto; }
.bloom-banner--center { margin-inline: auto; } .bloom-btn {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: var(--bloom-font-body);
font-weight: 600;
font-size: .92rem;
letter-spacing: .03em;
text-decoration: none;
color: var(--bloom-forest);
background: var(--bloom-cream);
padding: 12px 26px;
border: 2.5px solid var(--bloom-ink);
border-radius: 30px 26px 30px 26px / 26px 30px 26px 30px;
box-shadow: 4px 4px 0 rgba(0,0,0,.22);
cursor: pointer;
transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.bloom-btn:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 rgba(0,0,0,.25); }
.bloom-btn:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 rgba(0,0,0,.22); }
.bloom-btn--green { background: var(--bloom-green); color:#fff; }
.bloom-btn--leaf  { background: var(--bloom-green); color:#fff; border-radius: 16px; } .bloom-speech {
position: relative;
background: #fff;
border: 3px solid var(--bloom-ink);
border-radius: 20px 22px 19px 23px / 22px 19px 23px 20px;
padding: 22px 26px;
box-shadow: 6px 7px 0 rgba(0,0,0,.18), inset 0 0 0 2px #fff, inset 0 0 0 4px rgba(0,0,0,.08);
}
.bloom-speech--quote::before {
content: "\201C";
font-family: var(--bloom-font-marker);
position: absolute;
top: -6px; left: 14px;
font-size: 2.4rem;
color: var(--bloom-green);
} .bloom-doodle { display: inline-block; vertical-align: middle; pointer-events: none; } @media (prefers-reduced-motion: no-preference) {
.bloom-fade-up { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.bloom-fade-up.is-in { opacity: 1; transform: none; }
} .bloom-logo { display: inline-flex; align-items: center; gap: 8px; color: var(--bloom-forest); text-decoration: none; }
.bloom-logo__mark { color: var(--bloom-green); flex: none; }
.bloom-logo__words { display: inline-flex; flex-direction: column; line-height: 1; }
.bloom-logo__name {
font-family: var(--bloom-font-marker);
color: var(--bloom-forest);
letter-spacing: 1px;
line-height: .9;
}
.bloom-logo__sub {
font-family: var(--bloom-font-body);
font-weight: 500;
color: var(--bloom-green-d);
letter-spacing: .42em;
text-transform: uppercase;
margin-top: 2px;
}
.bloom-logo--sm .bloom-logo__mark { width: 30px; height: 30px; }
.bloom-logo--sm .bloom-logo__name { font-size: 1.7rem; }
.bloom-logo--sm .bloom-logo__sub  { font-size: .46rem; }
.bloom-logo--lg .bloom-logo__mark { width: 62px; height: 62px; }
.bloom-logo--lg .bloom-logo__name { font-size: clamp(3rem, 7vw, 5.2rem); }
.bloom-logo--lg .bloom-logo__sub  { font-size: clamp(.7rem, 1.4vw, 1rem); letter-spacing: .5em; } .bloom-eyebrow {
font-family: var(--bloom-font-hand);
font-size: 1.2rem;
color: var(--bloom-forest);
}
.bloom-display {
font-family: var(--bloom-font-marker);
line-height: .98;
color: var(--bloom-forest);
}.bloom-header {
position: sticky;
top: 0;
z-index: 100;
background: var(--bloom-mist);
}
.bloom-header__inner {
width: min(100% - 16px, 1340px);
margin-inline: auto;
min-height: var(--bloom-header-height);
display: flex;
align-items: flex-start;
justify-content: center;
} .bloom-header__logo { display: none; }
.bloom-header .bloom-header__logo-img {
display: block;
height: clamp(32px, 9vw, 42px);
width: auto;
max-width: 100%;
}
.bloom-header__nav { width: 100%; }
.bloom-header__nav .bloom-menu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: stretch;
justify-content: center;
gap: clamp(6px, 1.1vw, 16px);
width: 100%;
}
.bloom-menu li { display: flex; }
.bloom-menu a {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-decoration: none;
color: #fff;
background: var(--bloom-green);
font-family: var(--bloom-font-body);
font-weight: 600;
font-size: clamp(.66rem, .92vw, .84rem);
letter-spacing: .04em;
text-transform: uppercase;
padding: 12px clamp(10px, 1.3vw, 22px);
border-radius: 0 0 14px 14px;
transition: background .18s ease;
}
.bloom-menu a:hover,
.bloom-menu .current-menu-item > a,
.bloom-menu .current_page_item > a { background: var(--bloom-green-d); } .bloom-menu__basket a { gap: 7px; }
.bloom-menu__basket .bloom-cart__count {
min-width: 18px;
height: 18px;
padding: 0 5px;
border-radius: 999px;
background: var(--bloom-cream);
color: var(--bloom-forest);
font-size: .72rem;
font-weight: 700;
line-height: 18px;
text-align: center;
}
.bloom-menu__basket .bloom-cart__count.is-empty { display: none; } .bloom-header__toggle {
display: none;
flex-direction: column;
justify-content: center;
gap: 5px;
width: 42px; height: 42px;
background: transparent;
border: 2px solid var(--bloom-forest);
border-radius: 10px;
cursor: pointer;
}
.bloom-header__toggle span {
display: block;
width: 20px; height: 2px;
margin-inline: auto;
background: var(--bloom-forest);
transition: transform .2s ease, opacity .2s ease;
} .bloom-sitefooter {
background: var(--bloom-forest);
color: rgba(236, 234, 218, 0.7);
padding: 16px 0;
}
.bloom-sitefooter__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px 22px;
flex-wrap: wrap;
}
.bloom-sitefooter__copy { font-size: .8rem; letter-spacing: .02em; }
.bloom-sitefooter__credit { display: inline-block; margin-left: 10px; }
.bloom-sitefooter__credit a {
color: var(--bloom-cream);
text-decoration: none;
transition: color .12s ease;
}
.bloom-sitefooter__credit a:hover { color: #fff; text-decoration: underline; }
.bloom-sitefooter__links {
display: flex;
align-items: center;
gap: 0 12px;
flex-wrap: wrap;
font-size: .8rem;
}
.bloom-sitefooter__links a {
color: var(--bloom-cream);
text-decoration: none;
transition: color .12s ease;
}
.bloom-sitefooter__links a:hover { color: #fff; text-decoration: underline; }
.bloom-sitefooter__sep { color: rgba(236, 234, 218, 0.4); }
@media (max-width: 560px) {
.bloom-sitefooter__inner { flex-direction: column; text-align: center; }
} @media (max-width: 900px) {
.bloom-header__inner { align-items: center; justify-content: space-between; gap: 12px; }
.bloom-header__logo { display: flex; align-items: center; flex: none; text-decoration: none; }
.bloom-header__toggle { display: flex; flex: none; }
.bloom-header__nav {
position: fixed;
inset: var(--bloom-header-height) 0 auto 0;
display: block;
background: var(--bloom-mist);
box-shadow: 0 12px 18px -10px rgba(0, 73, 44, 0.4);
max-height: 0;
overflow-y: auto;
transition: max-height .3s ease;
}
.bloom-header__nav.is-open { max-height: calc(100vh - var(--bloom-header-height)); }
.bloom-header__nav .bloom-menu {
flex-direction: column;
align-items: stretch;
flex-wrap: nowrap;
gap: 0;
padding: 0;
width: 100%;
}
.bloom-menu li {
width: 100%;
border-bottom: 1px solid rgba(0, 73, 44, 0.14);
}
.bloom-menu li:last-child { border-bottom: 0; }
.bloom-menu a {
flex: 1;
justify-content: flex-start;
text-align: left;
background: transparent;
color: var(--bloom-forest);
border-radius: 0;
padding: 15px 24px;
font-size: 1.02rem;
}
.bloom-menu a:hover,
.bloom-menu .current-menu-item > a,
.bloom-menu .current_page_item > a { background: var(--bloom-green); color: #fff; }
.bloom-header.is-open .bloom-header__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bloom-header.is-open .bloom-header__toggle span:nth-child(2) { opacity: 0; }
.bloom-header.is-open .bloom-header__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}.woocommerce ul.products::before,
.woocommerce ul.products::after,
ul.products::before,
ul.products::after { content: none !important; display: none !important; }
.woocommerce ul.products,
ul.products {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
margin: 0 0 2.5rem;
padding: 0;
list-style: none;
}
@media (max-width: 900px) { .woocommerce ul.products, ul.products { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 560px) { .woocommerce ul.products, ul.products { grid-template-columns: 1fr; } } .woocommerce ul.products li.product,
ul.products li.product {
width: auto !important; margin: 0 !important;
float: none !important;
display: flex;
flex-direction: column;
background: var(--bloom-card-bg);
border: 2.5px solid var(--bloom-forest);
border-radius: var(--bloom-radius);
box-shadow: var(--bloom-shadow);
padding: 14px 14px 18px;
text-align: center;
position: relative;
transition: transform .15s ease, box-shadow .15s ease;
}
.woocommerce ul.products li.product:hover {
transform: translate(-2px, -2px);
box-shadow: 9px 9px 0 rgba(0, 73, 44, .18);
} .woocommerce ul.products li.product a img,
ul.products li.product a img {
margin: 0 0 12px;
border-radius: 12px;
border: 1.5px solid var(--bloom-mist);
background: var(--bloom-paper);
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
object-position: top center;
} .woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title {
font-family: var(--bloom-font-marker);
color: var(--bloom-forest);
font-size: 1.02rem;
line-height: 1.15;
padding: 0 2px;
margin: 0 0 6px;
} .woocommerce ul.products li.product .price,
ul.products li.product .price {
margin: auto 0 12px;
color: var(--bloom-green-d);
font-family: var(--bloom-font-hand);
font-weight: 700;
font-size: 1.3rem;
}
.woocommerce ul.products li.product .price del { opacity: .5; font-weight: 400; margin-right: .35em; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .price .woocommerce-Price-amount bdi { white-space: nowrap; } .woocommerce ul.products li.product .button,
ul.products li.product .button {
align-self: center;
font-family: var(--bloom-font-marker);
font-size: .98rem;
letter-spacing: .3px;
color: #fff;
background: var(--bloom-green);
border: 2.5px solid var(--bloom-forest);
border-radius: 999px;
padding: 9px 22px;
box-shadow: 3px 3px 0 rgba(0, 73, 44, .25);
transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.woocommerce ul.products li.product .button:hover {
background: var(--bloom-green-d);
transform: translate(-1px, -1px);
box-shadow: 4px 4px 0 rgba(0, 73, 44, .3);
}
.woocommerce ul.products li.product .added_to_cart {
display: inline-block;
margin-top: 8px;
font-family: var(--bloom-font-hand);
color: var(--bloom-forest);
text-decoration: underline;
} .woocommerce ul.products li.product .button.loading { opacity: .75; } .wc-block-grid .wc-block-grid__products {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 28px;
margin: 0;
padding: 0;
list-style: none;
}
@media (max-width: 900px) { .wc-block-grid .wc-block-grid__products { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 560px) { .wc-block-grid .wc-block-grid__products { grid-template-columns: 1fr; } }
.wc-block-grid .wc-block-grid__products > .wc-block-grid__product { width: auto;
max-width: none;
min-width: 0;
flex: none;
justify-self: stretch;
}
.wc-block-grid .wc-block-grid__product {
display: flex;
flex-direction: column;
text-align: center;
background: var(--bloom-card-bg);
border: 2.5px solid var(--bloom-forest);
border-radius: var(--bloom-radius);
box-shadow: var(--bloom-shadow);
padding: 14px 14px 18px;
margin: 0;
transition: transform .15s ease, box-shadow .15s ease;
}
.wc-block-grid .wc-block-grid__product:hover {
transform: translate(-2px, -2px);
box-shadow: 9px 9px 0 rgba(0, 73, 44, .18);
} @media (max-width: 560px) {
.wc-block-grid .wc-block-grid__products { padding-inline: 16px; box-sizing: border-box; }
.wc-block-grid .wc-block-grid__product { padding: 24px 24px 28px; }
}
.wc-block-grid .wc-block-grid__product-link { text-decoration: none; display: block; }
.wc-block-grid .wc-block-grid__product-image img {
margin: 0 0 12px;
border-radius: 12px;
border: 1.5px solid var(--bloom-mist);
background: var(--bloom-paper);
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
object-position: top center;
}
.wc-block-grid .wc-block-grid__product-title {
font-family: var(--bloom-font-marker);
color: var(--bloom-forest);
font-size: 1.02rem;
line-height: 1.15;
margin: 0 0 6px;
}
.wc-block-grid .wc-block-grid__product-price {
margin: auto 0 12px;
color: var(--bloom-green-d);
font-family: var(--bloom-font-hand);
font-weight: 700;
font-size: 1.3rem;
}
.wc-block-grid .wc-block-grid__product-add-to-cart { margin-top: auto; }
.wc-block-grid .wc-block-grid__product-add-to-cart .wp-block-button__link {
display: inline-block;
font-family: var(--bloom-font-marker);
font-size: .98rem;
letter-spacing: .3px;
color: #fff;
background: var(--bloom-green);
border: 2.5px solid var(--bloom-forest);
border-radius: 999px;
padding: 9px 22px;
box-shadow: 3px 3px 0 rgba(0, 73, 44, .25);
transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.wc-block-grid .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
background: var(--bloom-green-d);
transform: translate(-1px, -1px);
box-shadow: 4px 4px 0 rgba(0, 73, 44, .3);
}