@font-face {
font-family: 'Eskool';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//chromaproductions.co.uk/wp-content/themes/chroma/assets/fonts/Eskool-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Thunder';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(//chromaproductions.co.uk/wp-content/themes/chroma/assets/fonts/Thunder-ExtraBoldLC.ttf) format('truetype');
}
@font-face {
font-family: 'Thunder';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(//chromaproductions.co.uk/wp-content/themes/chroma/assets/fonts/Thunder-BoldLC.ttf) format('truetype');
}
@font-face {
font-family: 'Thunder';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//chromaproductions.co.uk/wp-content/themes/chroma/assets/fonts/Thunder-SemiBoldLC.ttf) format('truetype');
}:root { --chroma-red:       #bc201b; --chroma-red-dark:  #9a0f0a; --chroma-cream:     #e5e3c6; --chroma-ink:       #241612; --chroma-body-text: #2d3748; --chroma-white:     #ffffff;  --chroma-bg:        var(--chroma-white);
--chroma-text:      var(--chroma-ink); --chroma-font-head: 'Thunder', 'Arial Narrow', sans-serif; --chroma-font-body: 'Eskool', 'Courier New', ui-monospace, monospace;  --chroma-content-max: 1290px;
--chroma-wide-max:    1520px;
--chroma-header-h:    96px;
--chroma-gutter:      1.5rem;
} *, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
margin: 0;
background: var(--chroma-bg);
color: var(--chroma-text);
font-family: var(--chroma-font-body);
font-size: 18px;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 {
font-family: var(--chroma-font-head);
font-weight: 900;
line-height: 1.02;
margin: 0 0 .4em;
letter-spacing: 1px;
text-transform: none;
}
h1 { font-size: clamp(56px, 9vw, 100px); }
h2 { font-size: clamp(40px, 5vw, 64px); font-weight: 800; }
h3 { font-size: clamp(30px, 3.4vw, 44px); font-weight: 800; }
h4 { font-size: 32px; font-weight: 700; }
h5 { font-size: 24px; font-weight: 700; }
h6 { font-size: 20px; font-weight: 700; }
p { margin: 0 0 1em; } .chroma-container { max-width: var(--chroma-content-max); margin: 0 auto; padding: 0 var(--chroma-gutter); }
.chroma-btn {
display: inline-flex;
align-items: center;
gap: 10px;
font-family: var(--chroma-font-body);
font-weight: 400;
font-size: 15px;
letter-spacing: .3px;
color: var(--chroma-white);
background: var(--chroma-red);
border: 0;
padding: 13px 22px;
cursor: pointer;
transition: background .2s ease, gap .2s ease;
}
.chroma-btn svg, .chroma-btn .chroma-btn__arrow { width: 1em; height: 1em; }
.chroma-btn:hover { background: var(--chroma-red-dark); gap: 14px; color: var(--chroma-white); } @media (prefers-reduced-motion: reduce) {
* { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}.chroma-skip { position: absolute; left: -9999px; top: 0; background: var(--chroma-red); color: #fff; padding: 10px 16px; z-index: 1000; }
.chroma-skip:focus { left: 8px; top: 8px; } .chroma-topbar { height: 24px; background: var(--chroma-red); }
.chroma-header {
position: sticky;
top: 0;
z-index: 100;
background: var(--chroma-cream);
border-bottom: 1px solid rgba(36, 22, 18, .08);
}
.chroma-header__inner {
display: flex;
align-items: center;
gap: 24px;
min-height: var(--chroma-header-h);
padding-top: 10px;
padding-bottom: 10px;
}
.chroma-header__logo { flex: 0 0 auto; }
.chroma-header__logo img { height: 64px; width: auto; }
.chroma-nav { margin-left: auto; }
.chroma-nav__menu {
display: flex;
align-items: center;
gap: 6px;
list-style: none;
margin: 0;
padding: 0;
}
.chroma-nav__menu a {
display: block;
padding: .6em .9em;
font-family: var(--chroma-font-body);
font-weight: 400;
font-size: 17px;
letter-spacing: .3px;
color: var(--chroma-ink);
transition: color .15s ease;
}
.chroma-nav__menu a:hover,
.chroma-nav__menu .current-menu-item > a { color: var(--chroma-red); }
.chroma-header__actions { display: flex; align-items: center; gap: 10px; }
.chroma-header__icon { position: relative; display: inline-flex; color: var(--chroma-ink); }
.chroma-header__icon svg { width: 26px; height: 26px; }
.chroma-header__icon:hover { color: var(--chroma-red); }
.chroma-cart-count {
position: absolute; top: -8px; right: -10px;
min-width: 18px; height: 18px; padding: 0 4px;
display: inline-flex; align-items: center; justify-content: center;
background: var(--chroma-red); color: #fff; border-radius: 999px;
font-family: var(--chroma-font-body); font-size: 11px; line-height: 1;
}
.chroma-cart-count[data-count="0"] { display: none; }
.chroma-burger {
display: none;
flex-direction: column;
justify-content: center;
gap: 5px;
width: 40px; height: 40px;
padding: 8px;
background: transparent; border: 0; cursor: pointer;
}
.chroma-burger span { display: block; height: 3px; width: 100%; background: var(--chroma-ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.chroma-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.chroma-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.chroma-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } .chroma-drawer { background: var(--chroma-cream); border-top: 1px solid rgba(36,22,18,.08); }
.chroma-drawer[hidden] { display: none; }
.chroma-drawer__menu { list-style: none; margin: 0; padding: 8px 0; }
.chroma-drawer__menu a {
display: block; padding: 14px var(--chroma-gutter);
font-family: var(--chroma-font-body); font-weight: 400; font-size: 19px;
color: var(--chroma-ink); text-align: right;
}
.chroma-drawer__menu a:hover { color: var(--chroma-red); }
@media (max-width: 992px) {
.chroma-nav { display: none; }
.chroma-burger { display: flex; }
.chroma-header__logo img { height: 52px; }
}.chroma-footer {
background: var(--chroma-cream);
color: var(--chroma-ink);
padding: 64px 0 28px;
margin-top: 0;
}
.chroma-footer__inner {
display: grid;
grid-template-columns: 1.2fr 1fr 1fr;
gap: 40px;
align-items: start;
}
.chroma-footer__brand { display: flex; justify-content: center; }
.chroma-footer__brand img { width: 160px; height: auto; }
@media (max-width: 768px) { .chroma-footer__brand { justify-content: flex-start; } }
.chroma-footer__heading {
font-family: var(--chroma-font-head);
font-weight: 800;
font-size: 28px;
color: var(--chroma-red);
margin: 0 0 16px;
letter-spacing: 1px;
}
.chroma-footer__menu { list-style: none; margin: 0; padding: 0; }
.chroma-footer__menu li { margin-bottom: 8px; }
.chroma-footer__menu a {
font-family: var(--chroma-font-body);
font-size: 17px;
color: var(--chroma-ink);
transition: color .15s ease;
}
.chroma-footer__menu a:hover { color: var(--chroma-red); }
.chroma-footer__bottom {
margin-top: 48px;
padding-top: 20px;
border-top: 1px solid rgba(36, 22, 18, .15);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
gap: 16px;
}
.chroma-footer__socials { display: flex; gap: 12px; }
.chroma-footer__socials a { color: var(--chroma-ink); }
.chroma-footer__socials svg { width: 22px; height: 22px; }
.chroma-footer__socials a:hover { color: var(--chroma-red); }
.chroma-footer__copy { margin: 0; font-size: 15px; color: var(--chroma-red); }
.chroma-footer__copy a { color: var(--chroma-red); }
.chroma-footer__copy a:hover { text-decoration: underline; }
@media (max-width: 768px) {
.chroma-footer__inner { grid-template-columns: 1fr; gap: 32px; text-align: left; }
.chroma-footer__bottom { flex-direction: column; align-items: flex-start; }
}.chroma-main { display: block; }
.chroma-main--flush { padding: 0; }
.chroma-page, .chroma-single, .chroma-archive__header { padding: 56px 0; }
.chroma-archive__header { padding-bottom: 24px; }
.chroma-page__title, .chroma-single__title, .chroma-archive__title {
font-family: var(--chroma-font-head);
font-weight: 900;
letter-spacing: 1px;
margin: 0 0 24px;
}
.chroma-archive__title { text-align: center; } .chroma-richtext { font-family: var(--chroma-font-body); font-size: 18px; line-height: 1.7; max-width: 820px; }
.chroma-richtext h2 { font-size: clamp(30px, 4vw, 44px); margin-top: 1.4em; }
.chroma-richtext h3 { font-size: clamp(24px, 3vw, 32px); margin-top: 1.2em; }
.chroma-richtext a { color: var(--chroma-red); text-decoration: underline; }
.chroma-richtext ul, .chroma-richtext ol { padding-left: 1.3em; margin: 0 0 1em; }
.chroma-richtext li { margin-bottom: .4em; }
.chroma-richtext img { border-radius: 4px; margin: 1.2em 0; } .chroma-single { max-width: 860px; }
.chroma-single__meta { color: var(--chroma-red); font-family: var(--chroma-font-head); font-weight: 700; letter-spacing: 1px; margin: 0 0 24px; }
.chroma-single__media { margin: 0 0 32px; }
.chroma-single__media img { width: 100%; height: auto; border-radius: 6px; } .chroma-posts {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
padding-bottom: 64px;
}
.chroma-card { background: var(--chroma-white); border: 1px solid rgba(36,22,18,.08); border-radius: 8px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.chroma-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(36,22,18,.12); }
.chroma-card__media { aspect-ratio: 1/1; overflow: hidden; }
.chroma-card__media img { width: 100%; height: 100%; object-fit: cover; }
.chroma-card__body { padding: 22px; }
.chroma-card__title { font-size: 26px; font-weight: 800; margin: 0 0 8px; }
.chroma-card__meta { color: var(--chroma-red); font-family: var(--chroma-font-head); font-weight: 700; font-size: 14px; letter-spacing: 1px; margin: 0 0 10px; }
.chroma-card__excerpt { font-size: 16px; margin: 0 0 14px; }
.chroma-card__more { display: inline-flex; align-items: center; gap: 8px; color: var(--chroma-red); font-family: var(--chroma-font-head); font-weight: 800; }
.chroma-card__more svg { width: 1em; height: 1em; }
@media (max-width: 900px) { .chroma-posts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .chroma-posts { grid-template-columns: 1fr; } } .pagination, .navigation.pagination { padding: 0 0 64px; text-align: center; }
.pagination .page-numbers { display: inline-flex; min-width: 40px; height: 40px; align-items: center; justify-content: center; padding: 0 8px; margin: 0 3px; border: 1px solid rgba(36,22,18,.2); border-radius: 4px; font-family: var(--chroma-font-head); font-weight: 700; }
.pagination .page-numbers.current { background: var(--chroma-red); color: #fff; border-color: var(--chroma-red); }.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 !important;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
margin: 0 0 40px;
padding: 0;
list-style: none;
}
.woocommerce ul.products li.product, ul.products li.product {
width: auto !important; margin: 0 !important; float: none !important;
display: flex; flex-direction: column;
background: #fff; border: 1px solid rgba(36,22,18,.08); border-radius: 8px; overflow: hidden;
text-align: left;
}
.woocommerce ul.products li.product a img { margin: 0; border-radius: 0; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-family: var(--chroma-font-head); font-weight: 800; font-size: 22px;
color: var(--chroma-ink); padding: 16px 16px 0;
}
.woocommerce ul.products li.product .price {
font-family: var(--chroma-font-body); color: var(--chroma-red); font-weight: 700;
padding: 8px 16px 0; margin-bottom: 14px; }
.woocommerce ul.products li.product .button {
margin: auto 16px 16px; align-self: flex-start;
font-family: var(--chroma-font-body); font-size: 15px;
background: var(--chroma-red); color: #fff; border: 0; padding: 11px 18px; border-radius: 3px;
}
.woocommerce ul.products li.product .button:hover { background: var(--chroma-red-dark); }
@media (max-width: 900px) { .woocommerce ul.products, ul.products { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .woocommerce ul.products, ul.products { grid-template-columns: 1fr; } }