/* ==========================================================================
   Tolo — component styles. Mobile first: base rules are the phone layout,
   @media (min-width) blocks add the tablet (700px) and desktop (900px, as in design v11) layouts
   measured from the supplied design.
   ========================================================================== */

:root {
	--t-bg: #FAF8F7; --t-text: #333537; --t-mid: #4A4D50; --t-muted: #63676B;
	--t-line: #EAE4E2; --t-line-2: #DFD8D6; --t-sand: #F3EFEE;
	--t-red: #C1333F; --t-red-dark: #9C2934; --t-brand: #F7505E; --t-coral: #F0726A;
	--t-amber: #FBAC50; --t-amber-line: #E0921F; --t-cream: #FEF1E0; --t-olive: #A7B241;
	--t-slate: #5B6E7F; --t-navy: #3F4E5A; --t-teal: #42636B; --t-teal-mid: #7297A0;
	--t-mist: #E4EDEF; --t-mist-2: #EFF4F5; --t-sky: #C3D5E6;
	--t-head: Nunito, system-ui, sans-serif;
	--t-body: "Source Sans 3", system-ui, sans-serif;
	--t-gutter: 20px;
	--t-max: 1440px;
}
@media (min-width: 700px) { :root { --t-gutter: 32px; } }
@media (min-width: 900px) { :root { --t-gutter: clamp(24px, 3.4vw, 48px); } }

html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--t-bg); color: var(--t-text); font-family: var(--t-body); -webkit-font-smoothing: antialiased; overflow-x: clip; }
::selection { background: #FEDDB2; }
img { max-width: 100%; height: auto; }
.tolo-main { display: block; }
.tolo-main > .wp-block-post-content { display: block; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
:focus-visible { outline: 2px solid var(--t-red); outline-offset: 2px; }
h1, h2, h3, p, ul, ol, figure, blockquote { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.tolo-accent { color: var(--t-slate); }
.tolo-accent-light { color: var(--t-sky); }
.tolo-muted { font-weight: 400; color: var(--t-muted); }

.tolo-wrap { max-width: var(--t-max); margin-inline: auto; padding-inline: var(--t-gutter); box-sizing: border-box; }

/* Generic pages staff create themselves still read well. */
.wp-block-post-content > :where(p, h2, h3, h4, ul, ol, figure, .wp-block-buttons, .wp-block-columns):not([class*="tolo-"]) { max-width: 760px; margin: 0 auto 1.1em; padding-inline: var(--t-gutter); }
.wp-block-buttons { gap: 12px 14px; }

/* ---------- type ---------- */
.tolo-display { font-size: clamp(42px, 9.5vw, 76px); line-height: 1.02; letter-spacing: -0.02em; }
.tolo-display--md { font-size: clamp(38px, 8vw, 60px); line-height: 1.05; }
.tolo-display--sm { font-size: clamp(30px, 6vw, 46px); line-height: 1.08; }
.tolo-lead { font-size: clamp(18px, 2.4vw, 21px); line-height: 1.55; color: var(--t-muted); max-width: 32em; }
.tolo-sub { font-size: 18px; color: var(--t-muted); max-width: 44em; margin-top: 12px; }
.tolo-eyebrow, .tolo-kicker { font-family: var(--t-head); font-weight: 700; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--t-muted); }
.tolo-kicker { font-weight: 800; font-size: 14px; letter-spacing: 0.08em; margin-bottom: 12px; }
.tolo-eyebrow.is-amber, .tolo-kicker--amber { color: var(--t-amber); letter-spacing: 0.12em; }
.tolo-eyebrow.is-teal { color: var(--t-teal); font-size: 14px; letter-spacing: 0.08em; }
.tolo-eyebrow.is-strong { font-weight: 800; }
.tolo-more, .tolo-more a { font-family: var(--t-head); font-weight: 700; font-size: 16px; }
.tolo-section h2 { font-size: clamp(30px, 5vw, 40px); letter-spacing: -0.01em; }
.tolo-section h2.tolo-h2-sm { font-size: clamp(28px, 4.4vw, 36px); }

/* ---------- buttons ---------- */
.wp-block-button__link { display: inline-block; text-align: center; transition: background-color .15s, border-color .15s, color .15s; border: 1.5px solid transparent; padding: 14.5px 26.5px; }
.is-style-tolo-red .wp-block-button__link { background: var(--t-red); color: #fff; }
.is-style-tolo-red .wp-block-button__link:hover { background: var(--t-red-dark); }
.is-style-tolo-amber .wp-block-button__link { background: var(--t-amber); color: var(--t-text); }
.is-style-tolo-amber .wp-block-button__link:hover { background: #FDC784; color: var(--t-text); }
.is-style-tolo-slate .wp-block-button__link { background: var(--t-slate); color: #fff; }
.is-style-tolo-slate .wp-block-button__link:hover { background: var(--t-navy); }
.is-style-tolo-olive .wp-block-button__link { background: #DFE5BE; border-color: var(--t-olive); color: #4E5619; }
.is-style-tolo-olive .wp-block-button__link:hover { background: var(--t-olive); color: #2C3007; }
.is-style-tolo-outline .wp-block-button__link { background: transparent; border-color: var(--t-text); color: var(--t-text); }
.is-style-tolo-outline .wp-block-button__link:hover { background: var(--t-slate); border-color: var(--t-slate); color: #fff; }
.is-style-tolo-ghost-light .wp-block-button__link { background: transparent; border-color: var(--t-muted); color: #F0EBEA; }
.is-style-tolo-ghost-light .wp-block-button__link:hover { border-color: #E6EAEE; background: transparent; color: #fff; }

.tolo-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--t-head); font-weight: 700; font-size: 17px; line-height: 1.2; padding: 14.5px 26.5px; border-radius: 999px; border: 1.5px solid transparent; text-decoration: none; }
.tolo-btn--red { background: var(--t-red); color: #fff; }
.tolo-btn--red:hover { background: var(--t-red-dark); color: #fff; }
.tolo-btn--outline { border-color: var(--t-text); color: var(--t-text); }
.tolo-btn--outline:hover { background: var(--t-navy); border-color: var(--t-navy); color: #fff; }
.tolo-btn--text { color: var(--t-muted); padding-inline: 8px; }
.tolo-btn--text:hover { color: var(--t-red); }

/* ---------- top strip + header ---------- */
.tolo-topbar { background: var(--t-navy); color: var(--t-bg); font-size: 13px; letter-spacing: 0.02em; }
.tolo-topbar__list { list-style: none; margin: 0; padding: 9px var(--t-gutter); display: flex; justify-content: center; flex-wrap: wrap; gap: 2px 18px; text-align: center; }
.tolo-topbar__list li + li::before { content: "·"; opacity: .5; margin-right: 18px; }
.tolo-topbar__list li:nth-child(n+2) { display: none; }
@media (min-width: 700px) { .tolo-topbar { font-size: 14px; } .tolo-topbar__list { gap: 4px 32px; padding-block: 10px; } .tolo-topbar__list li:nth-child(n+2) { display: block; } .tolo-topbar__list li + li::before { margin-right: 32px; } }

header.tolo-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--t-line-2); will-change: transform; transition: transform 260ms cubic-bezier(0.4, 0, 0.2, 1); }
header.tolo-header.is-hidden { transform: translateY(-105%); }
@media (prefers-reduced-motion: reduce) { header.tolo-header { transition: none; } }
/* The frosted background sits on a pseudo-element so it never becomes the containing block for anything inside the header. */
header.tolo-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(250, 248, 247, 0.94); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.admin-bar header.tolo-header { top: 46px; }
@media (min-width: 783px) { .admin-bar header.tolo-header { top: 32px; } }
.tolo-header__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 12px var(--t-gutter); max-width: var(--t-max); margin-inline: auto; box-sizing: border-box; }
.tolo-header__inner > .tolo-logo { flex: none; margin: 0; }
.tolo-header__inner > .tolo-search { order: 2; flex: 1 1 130px; min-width: 110px; }
.tolo-header__inner > .tolo-lang { display: none; }
.tolo-logo img { display: block; height: 34px; width: auto; }
@media (min-width: 900px) {
	.tolo-header__inner { flex-wrap: nowrap; gap: 14px 16px; padding-block: 16px; }
	.tolo-logo img { height: 44px; }
	.tolo-header__inner > .tolo-search { order: 0; flex: 0 1 210px; min-width: 150px; }
	.tolo-header__inner > .tolo-lang { display: block; margin-left: auto; flex: none; }
}

/* search */
.tolo-search { position: relative; margin: 0; }
.tolo-search input[type="search"] { width: 100%; box-sizing: border-box; font-family: var(--t-head); font-size: 16px; font-weight: 600; padding: 11px 16px 11px 40px; border-radius: 999px; border: 1.5px solid var(--t-line-2); background: #fff; color: var(--t-text); -webkit-appearance: none; appearance: none; }
@media (min-width: 900px) { .tolo-search input[type="search"] { font-size: 15px; } }
.tolo-search input[type="search"]:focus { outline: none; border-color: var(--t-red); }
.tolo-search::before { content: ""; position: absolute; left: 15px; top: 50%; width: 11px; height: 11px; margin-top: -8px; border: 2px solid var(--t-muted); border-radius: 50%; pointer-events: none; z-index: 1; }
.tolo-search::after { content: ""; position: absolute; left: 27px; top: 50%; margin-top: 4px; width: 7px; height: 2px; background: var(--t-muted); transform: rotate(45deg); transform-origin: left center; pointer-events: none; z-index: 1; }
.tolo-search__results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; max-height: min(400px, 60vh); overflow-y: auto; background: #fff; border: 1px solid var(--t-line-2); border-radius: 18px; box-shadow: 0 18px 44px rgba(51, 53, 55, 0.16); padding: 8px; z-index: 60; }
@media (min-width: 900px) { .tolo-search__results { left: auto; right: auto; width: 380px; } }
.tolo-sr { display: grid; grid-template-columns: 52px 1fr; gap: 12px; align-items: center; padding: 8px 10px; border-radius: 12px; color: inherit; text-decoration: none; }
.tolo-sr:hover, .tolo-sr:focus { background: var(--t-sand); color: inherit; }
.tolo-sr__img { width: 52px; height: 52px; border-radius: 10px; background: #fff; display: grid; place-items: center; }
.tolo-sr__img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.tolo-sr__text { min-width: 0; display: block; }
.tolo-sr__name { display: block; font-family: var(--t-head); font-weight: 700; font-size: 15px; }
.tolo-sr__meta { display: block; font-size: 13px; color: var(--t-muted); }
.tolo-search__none { padding: 14px 12px; font-size: 15px; line-height: 1.5; color: var(--t-muted); margin: 0; }

/* language */
.tolo-lang select { font-family: var(--t-head); font-weight: 700; font-size: 14px; padding: 9px 12px; border-radius: 999px; border: 1px solid var(--t-line-2); background: #fff; color: var(--t-mid); cursor: pointer; }

/* ---------- home: hero ---------- */
.tolo-hero { max-width: var(--t-max); margin-inline: auto; box-sizing: border-box; padding: 28px var(--t-gutter) 28px; display: grid; gap: 28px; align-items: center; }
.tolo-hero__text > .tolo-lead { margin-top: 18px; }
.tolo-hero__text > .wp-block-buttons { margin-top: 26px; }
.tolo-hero__img { aspect-ratio: 1166 / 1015; border-radius: 22px; overflow: hidden; background: var(--t-cream); }
.tolo-hero__img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tolo-stats { display: flex; gap: 18px 24px; margin-top: 28px; flex-wrap: wrap; }
.tolo-stat { border-top: 3px solid var(--t-brand); padding-top: 10px; }
.tolo-stat.is-amber { border-color: var(--t-amber); } .tolo-stat.is-olive { border-color: var(--t-olive); }
.tolo-stat__num { font-family: var(--t-head); font-weight: 800; font-size: clamp(24px, 4vw, 32px); line-height: 1.25; color: var(--t-text); }
.tolo-stat__label { font-size: 15px; color: var(--t-muted); line-height: 1.4; }
@media (min-width: 900px) {
	.tolo-hero { grid-template-columns: 1.05fr 1fr; gap: 56px; padding-block: 56px 44px; }
	.tolo-hero__text > .tolo-lead { margin-top: 22px; max-width: 30em; }
	.tolo-hero__text > .wp-block-buttons { margin-top: 34px; }
	.tolo-hero__img { border-radius: 28px; }
	.tolo-stats { gap: 36px; margin-top: 32px; } .tolo-stat { padding-top: 12px; }
}

/* ---------- shared layouts ---------- */
.tolo-section { padding-block: 40px; }
.tolo-section--flush { padding-top: 0; }
.tolo-section--last { padding-bottom: 56px; }
.tolo-section--ranges { padding-block: 12px 8px; }
.tolo-duo, .tolo-trio, .tolo-grid-3, .tolo-grid-4 { display: grid; gap: 16px; }
.tolo-duo.tolo-wrap, .tolo-trio.tolo-wrap { padding-bottom: 24px; }
.tolo-grid-3, .tolo-grid-4 { margin-top: 24px; }
.tolo-grid-4 { grid-template-columns: 1fr 1fr; margin-top: 0; }
.tolo-split { display: grid; gap: 32px; }
@media (min-width: 700px) {
	.tolo-duo { grid-template-columns: 1fr 1fr; gap: 24px; }
	.tolo-grid-3 { grid-template-columns: repeat(2, 1fr); gap: 24px; }
	.tolo-grid-4 { gap: 24px; }
}
@media (min-width: 900px) {
	.tolo-section { padding-block: 56px; } .tolo-section--flush { padding-top: 0; } .tolo-section--last { padding-bottom: 72px; }
	.tolo-section--ranges { padding-block: 12px 8px; }
	.tolo-duo.tolo-wrap, .tolo-trio.tolo-wrap { padding-bottom: 32px; }
	.tolo-trio { grid-template-columns: repeat(3, 1fr); gap: 24px; }
	.tolo-grid-3 { grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
	.tolo-grid-4 { grid-template-columns: repeat(4, 1fr); }
	.tolo-split { grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
	.tolo-split--about { grid-template-columns: 0.9fr 1.1fr; align-items: start; }
	.tolo-split--awards { grid-template-columns: 0.9fr 1.1fr; }
	.tolo-split--video { grid-template-columns: 0.8fr 1.2fr; gap: 48px; align-items: start; }
	.tolo-split--head { grid-template-columns: 1.15fr 0.85fr; align-items: start; }
}
.tolo-section__head { display: grid; gap: 12px; }
.tolo-section__head p { font-size: 17px; color: var(--t-muted); max-width: 34em; }
@media (min-width: 900px) { .tolo-section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; } }
.tolo-section--ranges > .tolo-duo { margin-top: 24px; }

/* cards */
.tolo-card { background: #fff; border: 1px solid var(--t-line); border-radius: 22px; padding: 24px; box-sizing: border-box; }
.tolo-card h3 { font-size: 22px; margin-bottom: 12px; }
.tolo-card p { font-size: 16px; line-height: 1.6; color: var(--t-muted); }
.tolo-card--icon h3 { font-size: 24px; margin: 0 0 10px; }
.tolo-card--icon p { font-size: 17px; }
.tolo-card--icon::before { content: ""; display: block; width: 46px; height: 46px; margin-bottom: 20px; border-radius: 14px; background: var(--t-slate); }
.tolo-card--icon.is-olive::before { background: var(--t-olive); } .tolo-card--icon.is-coral::before { background: var(--t-coral); }
.tolo-card--icon.is-mist::before { background: #B6CFD4; } .tolo-card--icon.is-peach::before { background: #FEDDB2; }
.tolo-card--lg { border-radius: 26px; padding: 28px; }
.tolo-card--lg h3 { font-size: clamp(24px, 3.4vw, 28px); margin-bottom: 10px; }
.tolo-card--lg p { font-size: 17px; margin-bottom: 22px; }
@media (min-width: 900px) { .tolo-card { padding: 30px; } .tolo-card--icon { padding: 32px; } .tolo-card--lg { padding: 40px; } }

.tolo-linkcard { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: 18px; align-items: start; border: 1px solid var(--t-line); border-radius: 24px; padding: 22px; background: #fff; transition: border-color .15s; }
.tolo-linkcard:hover, .tolo-linkcard:focus-within { border-color: var(--t-red); }
.tolo-linkcard::before { content: ""; grid-row: 1 / span 3; align-self: center; width: 48px; height: 48px; border-radius: 16px; background: var(--t-amber); }
.tolo-linkcard.is-coral::before { background: var(--t-coral); } .tolo-linkcard.is-slate::before { background: var(--t-slate); }
.tolo-linkcard > * { grid-column: 2; }
.tolo-linkcard h3 { font-size: clamp(21px, 3vw, 26px); margin: 6px 0; line-height: 1.15; }
.tolo-linkcard p:not(.tolo-eyebrow) { font-size: 16px; line-height: 1.55; color: var(--t-muted); }
.tolo-linkcard a { font-weight: 700; color: var(--t-red); white-space: nowrap; }
.tolo-linkcard a::after { content: ""; position: absolute; inset: 0; border-radius: 24px; }
@media (min-width: 900px) { .tolo-linkcard { padding: 30px 34px; column-gap: 22px; } .tolo-linkcard::before { width: 56px; height: 56px; border-radius: 18px; } }

.tolo-rangecard { position: relative; border-radius: 26px; overflow: hidden; background: #FBD99A; border: 1px solid var(--t-amber); transition: border-color .15s; }
.tolo-rangecard.is-ff { background: #CFD7DE; border-color: var(--t-slate); }
.tolo-rangecard:hover { border-color: #5C651C; } .tolo-rangecard.is-ff:hover { border-color: var(--t-navy); }
.tolo-rangecard__img { aspect-ratio: 16 / 11; overflow: hidden; }
.tolo-rangecard__img img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }
.tolo-rangecard.is-ff .tolo-rangecard__img img { object-position: 50% 88%; }
.tolo-rangecard__body { padding: 22px 22px 26px; }
.tolo-rangecard .tolo-eyebrow { color: #6B4A0C; } .tolo-rangecard.is-ff .tolo-eyebrow { color: #35525A; }
.tolo-rangecard h3 { font-size: clamp(26px, 3.6vw, 30px); margin: 8px 0 10px; }
.tolo-rangecard__body p:not(.tolo-eyebrow):not(.tolo-rangecard__more) { font-size: 17px; line-height: 1.55; color: var(--t-mid); max-width: 32em; }
.tolo-rangecard__more { margin-top: 18px; font-family: var(--t-head); font-weight: 700; }
.tolo-rangecard__more a { color: #A62A34; }
.tolo-rangecard__more a::after { content: ""; position: absolute; inset: 0; }
@media (min-width: 900px) { .tolo-rangecard__body { padding: 26px 28px 30px; } }

/* pills + ticks */
.tolo-pills { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.tolo-pills li { font-family: var(--t-head); font-weight: 600; font-size: 15px; padding: 9px 16px; border-radius: 999px; background: var(--t-cream); }
.tolo-pills.is-ff li { background: var(--t-mist); }
.tolo-pills.is-amber { margin-top: 28px; } .tolo-pills.is-amber li { background: var(--t-amber); border: 1px solid var(--t-amber-line); color: #3A2705; }
.tolo-ticks { list-style: none; padding: 0; display: grid; gap: 14px; margin-top: 30px; }
.tolo-ticks li { position: relative; padding-left: 24px; font-size: 17px; line-height: 1.55; color: #E6EAEE; }
.tolo-ticks li::before { content: ""; position: absolute; left: 0; top: 9px; width: 10px; height: 10px; border-radius: 3px; background: var(--t-amber); }

/* product rows */
.tolo-rows { padding-block: 28px 32px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; }
.tolo-prow { min-width: 0; }
.tolo-prow__head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px 20px; flex-wrap: wrap; margin-bottom: 16px; }
.tolo-prow__title { display: flex; align-items: baseline; gap: 6px 14px; flex-wrap: wrap; }
.tolo-prow__title h3 { font-size: clamp(22px, 3.2vw, 26px); letter-spacing: -0.01em; }
.tolo-prow__title span { font-size: 16px; color: var(--t-muted); }
.tolo-prow__track { display: flex; gap: 12px; overflow-x: auto; padding: 4px 4px 14px; margin-inline: calc(var(--t-gutter) * -1); padding-inline: var(--t-gutter); scroll-padding-inline: var(--t-gutter); scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
@media (min-width: 900px) { .tolo-rows { padding-block: 36px 40px; } .tolo-prow__track { gap: 16px; margin-inline: 0; padding-inline: 4px; scroll-padding-inline: 4px; } }

/* product cards */
.tolo-pcard { display: flex; flex-direction: column; border: 1px solid var(--t-amber); border-radius: 18px; background: #fff; overflow: hidden; color: inherit; text-decoration: none; transition: border-color .15s; }
.tolo-pcard.is-ff { border-color: var(--t-teal-mid); }
.tolo-pcard:hover, .tolo-pcard:focus-visible { border-color: var(--t-red); color: inherit; }
.tolo-pcard__img { display: flex; align-items: center; justify-content: center; background: #fff; }
.tolo-pcard__img img { display: block; width: 100%; height: 100%; object-fit: contain; }
.tolo-pcard__body { display: flex; flex-direction: column; flex: 1; }
.tolo-pcard__meta { font-family: var(--t-head); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.tolo-pcard__name { font-family: var(--t-head); display: block; }
.tolo-pending { font-size: 13px; color: var(--t-muted); text-align: center; line-height: 1.4; }
.tolo-tag { font-family: var(--t-head); font-weight: 600; font-size: 12px; padding: 5px 10px; border-radius: 999px; background: var(--t-mist); color: var(--t-teal); max-width: 100%; text-decoration: none; }
.tolo-tag--lg { font-size: 15px; padding: 9px 16px; white-space: nowrap; }
a.tolo-tag:hover { background: var(--t-mist); color: var(--t-teal); }

.tolo-pcard--row { flex: 0 0 calc(50% - 11px); box-sizing: border-box; min-width: 0; width: auto; scroll-snap-align: start; }
.tolo-pcard--row .tolo-pcard__img { height: 116px; padding: 14px; }
.tolo-pcard--row .tolo-pcard__body { padding: 12px 13px 14px; }
.tolo-pcard--row .tolo-pcard__meta { font-size: 11px; color: var(--t-mid); }
.tolo-pcard--row .tolo-pcard__name { font-weight: 700; font-size: 15px; line-height: 1.25; margin-top: 4px; }
@media (min-width: 700px) { .tolo-pcard--row { width: 178px; } .tolo-pcard--row .tolo-pcard__img { height: 132px; padding: 16px; } .tolo-pcard--row .tolo-pcard__body { padding: 14px 15px 16px; } }

.tolo-pcard--grid, .tolo-pcard--related { border-radius: 22px; }
.tolo-pcard--grid .tolo-pcard__img { height: 140px; padding: 14px; }
.tolo-pcard--grid .tolo-pcard__body { padding: 14px 14px 16px; gap: 6px; }
.tolo-pcard--grid .tolo-pcard__meta { font-size: 11px; color: var(--t-muted); }
.tolo-pcard--grid .tolo-pcard__name { font-weight: 800; font-size: 16px; line-height: 1.22; }
.tolo-pcard__teaser { display: block; margin-top: 2px; font-family: var(--t-body); font-weight: 400; font-size: 15px; line-height: 1.5; color: var(--t-muted); text-wrap: pretty; }
.tolo-pcard__skills { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; padding-top: 8px; }
.tolo-pcard--grid .tolo-pcard__body { display: flex; flex-direction: column; }
.tolo-pcard--grid .tolo-tag { font-size: 11px; padding: 4px 8px; }
@media (min-width: 700px) {
	.tolo-pcard--grid .tolo-pcard__img { height: 190px; padding: 22px; }
	.tolo-pcard--grid .tolo-pcard__body { padding: 20px 22px 22px; gap: 8px; }
	.tolo-pcard--grid .tolo-pcard__meta { font-size: 12px; } .tolo-pcard--grid .tolo-pcard__name { font-size: 20px; }
	.tolo-pcard--grid .tolo-tag { font-size: 12px; padding: 5px 10px; } .tolo-pcard__skills { gap: 6px; }
}
.tolo-pcard--related .tolo-pcard__img { height: 130px; padding: 16px; }
.tolo-pcard--related .tolo-pcard__body { padding: 14px 16px 18px; }
.tolo-pcard--related .tolo-pcard__meta { font-size: 12px; color: var(--t-muted); }
.tolo-pcard--related .tolo-pcard__name { font-weight: 800; font-size: 16px; line-height: 1.25; margin-top: 7px; }
@media (min-width: 900px) { .tolo-pcard--related .tolo-pcard__img { height: 170px; padding: 20px; } .tolo-pcard--related .tolo-pcard__body { padding: 18px 20px 22px; } .tolo-pcard--related .tolo-pcard__name { font-size: 18px; } }

/* dark band */
.tolo-band { background: var(--t-navy); color: var(--t-bg); padding: 48px var(--t-gutter); }
.tolo-band__inner { max-width: calc(var(--t-max) - 96px); margin-inline: auto; }
.tolo-band h1, .tolo-band h2 { color: #fff; }
.tolo-band h2 { font-size: clamp(30px, 5.4vw, 46px); line-height: 1.08; margin: 16px 0 18px; }
.tolo-band .tolo-lead { color: var(--t-sky); font-size: clamp(17px, 2.2vw, 19px); line-height: 1.6; max-width: 34em; }
.tolo-band .wp-block-buttons { margin-top: 32px; }
.tolo-band__img { aspect-ratio: 4 / 3.6; border-radius: 26px; overflow: hidden; background: var(--t-mid); }
.tolo-band__img img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.tolo-band--hero h1 { margin: 18px 0; }
.tolo-band--hero .tolo-lead { font-size: clamp(18px, 2.3vw, 20px); }
.tolo-band__img--hero { aspect-ratio: 4 / 3.2; }
.tolo-band__img--hero img { transform: scale(1.28); transform-origin: 46% 80%; }
.tolo-band--cta h2 { font-size: clamp(26px, 4.4vw, 36px); margin: 0 0 10px; }
.tolo-band--cta p { font-size: 18px; color: var(--t-sky); max-width: 40em; }
.tolo-band__row { display: grid; gap: 24px; }
.tolo-band__row .wp-block-buttons { margin-top: 0; }
@media (min-width: 900px) {
	.tolo-band { padding-block: 64px; } .tolo-band--hero { padding-block: 80px; } .tolo-band--cta { padding-block: 72px; }
	.tolo-band__inner.tolo-split { gap: 64px; } .tolo-band--hero .tolo-band__inner.tolo-split { grid-template-columns: 1.05fr 0.95fr; gap: 56px; }
	.tolo-band__row { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
}

/* about + quotes */
.tolo-about h2 { font-size: clamp(30px, 5vw, 42px); margin: 14px 0 16px; }
.tolo-about p:not(.tolo-eyebrow) { font-size: clamp(17px, 2.2vw, 19px); line-height: 1.65; color: var(--t-muted); max-width: 32em; }
.tolo-about p + p:not(.tolo-eyebrow) { margin-top: 18px; }
.tolo-about .tolo-signoff { font-family: var(--t-head); font-weight: 700; font-size: 20px !important; line-height: 1.5; color: var(--t-navy) !important; margin-top: 24px; }
.tolo-quotes { display: grid; gap: 20px; }
.tolo-quotes .wp-block-quote { border: 1px solid var(--t-line); border-left: 3px solid var(--t-coral); border-radius: 18px; padding: 22px; background: #fff; }
.tolo-quotes .wp-block-quote.is-amber { border-left-color: var(--t-amber); } .tolo-quotes .wp-block-quote.is-teal { border-left-color: var(--t-teal-mid); }
.tolo-quotes .wp-block-quote p { font-size: clamp(16px, 2.1vw, 18px); line-height: 1.55; color: var(--t-text); font-style: normal; }
.tolo-quotes .wp-block-quote cite { display: block; margin-top: 16px; font-family: var(--t-head); font-weight: 700; font-style: normal; font-size: 15px; line-height: 1.5; }
@media (min-width: 900px) { .tolo-section--about { padding-block: 64px 8px; } .tolo-quotes .wp-block-quote { padding: 24px 26px; } }

/* awards */
.tolo-awards-intro h2 { font-size: clamp(30px, 5vw, 42px); margin-bottom: 16px; }
.tolo-awards-intro p:not(.tolo-more) { font-size: 18px; line-height: 1.6; color: var(--t-muted); margin-bottom: 24px; max-width: 32em; }
.tolo-more a { font-size: 17px; }
.tolo-awardstrip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.tolo-awardstrip__item, .tolo-awardstrip__all { aspect-ratio: 1; border-radius: 50%; box-sizing: border-box; }
.tolo-awardstrip__item { border: 1px solid var(--t-line); background: #fff; padding: 12%; display: grid; place-items: center; overflow: hidden; }
.tolo-awardstrip__item img { width: 100%; height: 100%; object-fit: contain; }
.tolo-awardstrip__all { background: var(--t-red); color: #fff; display: grid; place-items: center; font-family: var(--t-head); font-weight: 800; font-size: clamp(12px, 2.6vw, 16px); text-align: center; line-height: 1.15; text-decoration: none; }
.tolo-awardstrip__all:hover { background: var(--t-red-dark); color: #fff; }
@media (min-width: 700px) { .tolo-awardstrip { gap: 16px; } }

.tolo-pagehead { padding-block: 24px 12px; }
.tolo-crumbs { font-size: 15px; color: var(--t-muted); }
.tolo-crumbs a { color: var(--t-muted); } .tolo-crumbs a:hover { color: var(--t-red); }
.tolo-pagehead__text, .tolo-split--head, .tolo-rangehero { margin-top: 20px; }
.tolo-pagehead__text h1 { margin-bottom: 18px; }
.tolo-pagehead__text p + p { margin-top: 16px; font-size: 17px; color: var(--t-muted); max-width: 34em; }
.tolo-pagehead__text .tolo-lead { max-width: 34em; }
.tolo-numstack { display: grid; gap: 14px; }
.tolo-numcard { border-radius: 22px; padding: 22px 24px; }
.tolo-numcard .tolo-stat__num { font-size: clamp(32px, 5vw, 40px); letter-spacing: -0.02em; line-height: 1.1; }
.tolo-numstack .tolo-stat__num { font-size: clamp(36px, 5vw, 44px); line-height: 1; }
.tolo-card .tolo-stat__num { color: var(--t-text); }
.tolo-numcard .tolo-stat__label { font-size: 16px; margin-top: 6px; color: var(--t-muted); }
.tolo-numstack .tolo-numcard { border-radius: 20px; }
@media (min-width: 900px) { .tolo-pagehead { padding-block: 36px 12px; } .tolo-split--head { gap: 56px; } .tolo-numcard { padding: 28px; } .tolo-numstack .tolo-numcard { padding: 24px 26px; } }

.tolo-awards-wrap { padding-block: 32px 0; }
.tolo-awards__tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; margin-inline: calc(var(--t-gutter) * -1); padding-inline: var(--t-gutter); }
.tolo-tab { flex: none; font-family: var(--t-head); font-weight: 600; font-size: 15px; padding: 10px 18px; border-radius: 999px; cursor: pointer; border: 1px solid var(--t-line-2); background: #fff; color: var(--t-mid); }
.tolo-tab[aria-pressed="true"] { font-weight: 700; border-color: var(--t-red); background: var(--t-red); color: #fff; }
.tolo-awards__group { margin-top: 32px; }
.tolo-awards__group[hidden] { display: none; }
.tolo-awards__head { display: flex; align-items: baseline; gap: 14px; border-bottom: 1px solid var(--t-line-2); padding-bottom: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.tolo-awards__head h2 { font-size: clamp(22px, 3.2vw, 26px); letter-spacing: -0.01em; }
.tolo-awards__head span { font-size: 16px; color: var(--t-muted); }
.tolo-awards__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.tolo-award { border: 1px solid var(--t-line); border-radius: 18px; background: #fff; padding: 14px; display: flex; flex-direction: column; gap: 12px; transition: border-color .15s; }
.tolo-award:hover { border-color: var(--t-red); }
.tolo-award__logo { height: 92px; display: grid; place-items: center; }
.tolo-award__logo img { max-width: 100%; max-height: 92px; object-fit: contain; }
.tolo-award__name { font-size: 14px; line-height: 1.45; color: var(--t-mid); }
@media (min-width: 700px) { .tolo-awards__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } .tolo-award { padding: 18px; } .tolo-awards__tabs { flex-wrap: wrap; overflow: visible; margin-inline: 0; padding-inline: 0; } }
@media (min-width: 900px) { .tolo-awards__grid { grid-template-columns: repeat(5, 1fr); } .tolo-awards-wrap { padding-top: 48px; } .tolo-awards__group { margin-top: 44px; } }
.tolo-awards-wrap + .tolo-band { margin-top: 56px; }

/* video */
.tolo-watch h2 { margin-bottom: 14px; }
.tolo-watch p { font-size: 18px; line-height: 1.6; color: var(--t-muted); max-width: 30em; margin-bottom: 18px; }
.tolo-video { position: relative; aspect-ratio: 16 / 9; border-radius: 22px; overflow: hidden; background: var(--t-sand); border: 1px solid var(--t-line-2); }
.tolo-video__play { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: pointer; display: block; }
.tolo-video__play img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tolo-video__icon { position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; margin: -36px 0 0 -36px; border-radius: 50%; background: var(--t-red); box-shadow: 0 10px 30px rgba(0, 0, 0, .25); transition: transform .15s, background-color .15s; }
.tolo-video__icon::after { content: ""; position: absolute; left: 29px; top: 23px; border-style: solid; border-width: 13px 0 13px 21px; border-color: transparent transparent transparent #fff; }
.tolo-video__play:hover .tolo-video__icon { transform: scale(1.06); background: var(--t-red-dark); }
.tolo-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* catalogue */
.tolo-catalogue { background: var(--t-mist); border-radius: 26px; padding: 28px 22px; display: grid; gap: 28px; align-items: center; }
.tolo-catalogue h2 { color: var(--t-navy); margin-bottom: 14px; }
.tolo-catalogue p { font-size: 18px; line-height: 1.6; color: var(--t-navy); margin-bottom: 26px; max-width: 30em; }
.tolo-catalogue__img { aspect-ratio: 1500 / 1000; border-radius: 14px; overflow: hidden; box-shadow: 0 22px 50px rgba(59, 92, 126, 0.22); }
.tolo-catalogue__img img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 900px) { .tolo-catalogue { border-radius: 30px; padding: 44px; grid-template-columns: 1.1fr 0.9fr; gap: 48px; } }

/* enquiry */
.tolo-enquire { border: 1px solid var(--t-line); border-radius: 26px; background: #fff; padding: 26px 20px; display: grid; gap: 28px; }
.tolo-enquire--mist { background: var(--t-mist); border-color: transparent; }
.tolo-enquire h2 { font-size: clamp(28px, 4.2vw, 34px); margin-bottom: 12px; }
.tolo-enquire--mist h2 { color: var(--t-navy); }
.tolo-enquire__text p { font-size: 17px; line-height: 1.6; color: var(--t-muted); max-width: 28em; }
.tolo-enquire--mist .tolo-enquire__text p { color: var(--t-navy); }
.tolo-enquire__text .tolo-enquire__topics { font-size: 16px; line-height: 1.8; margin-top: 18px; }
.tolo-enquire--mist .tolo-enquire__text .tolo-enquire__topics { color: var(--t-teal); }
@media (min-width: 900px) { .tolo-enquire { border-radius: 30px; padding: 48px; grid-template-columns: 0.85fr 1.15fr; gap: 56px; } }

.tolo-form { display: grid; gap: 16px; }
@media (min-width: 600px) { .tolo-form { grid-template-columns: 1fr 1fr; } .tolo-form__field--wide, .tolo-form__foot, .tolo-form > noscript { grid-column: 1 / -1; } }
.tolo-form__field { display: grid; gap: 7px; }
.tolo-form label { font-family: var(--t-head); font-weight: 700; font-size: 14px; color: var(--t-mid); }
.tolo-enquire--mist .tolo-form label { color: var(--t-navy); }
.tolo-form input, .tolo-form select, .tolo-form textarea { font-family: var(--t-body); font-size: 16px; padding: 13px 15px; border-radius: 12px; border: 1px solid var(--t-line-2); background: var(--t-bg); color: var(--t-text); width: 100%; box-sizing: border-box; min-height: 48px; }
.tolo-enquire--mist .tolo-form input, .tolo-enquire--mist .tolo-form textarea { border-color: #B6CFD4; background: #fff; }
.tolo-form textarea { resize: vertical; }
.tolo-form input:focus, .tolo-form select:focus, .tolo-form textarea:focus { outline: none; border-color: var(--t-red); }
.tolo-form [aria-invalid="true"] { border-color: var(--t-red); box-shadow: 0 0 0 2px rgba(193, 51, 63, .15); }
.tolo-form__hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.tolo-form__foot { display: flex; align-items: center; gap: 12px 18px; flex-wrap: wrap; }
.tolo-form__submit { font-family: var(--t-head); font-weight: 700; font-size: 17px; padding: 15px 28px; border-radius: 999px; border: none; background: var(--t-red); color: #fff; cursor: pointer; }
.tolo-form__submit:hover { background: var(--t-red-dark); }
.tolo-form--education .tolo-form__submit { background: var(--t-navy); } .tolo-form--education .tolo-form__submit:hover { background: #1F2123; }
.tolo-form__submit[disabled] { opacity: .7; cursor: default; }
.tolo-form__note { font-size: 15px; color: var(--t-muted); }
.tolo-enquire--mist .tolo-form__note { color: var(--t-teal); }
.tolo-form__note.is-error { color: var(--t-red); font-weight: 600; }

/* ---------- range pages ---------- */
.tolo-rangehero { display: grid; gap: 24px; align-items: center; }
.tolo-rangehero h1 { margin-bottom: 16px; }
.tolo-rangehero .tolo-lead { font-size: clamp(18px, 2.3vw, 20px); max-width: 34em; }
.tolo-rangehero__img { aspect-ratio: 16 / 10; border-radius: 26px; overflow: hidden; background: var(--t-cream); }
.is-ff .tolo-rangehero__img { background: #CDDEE1; }
.tolo-rangehero__img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.is-classic .tolo-rangehero__img img { transform: scale(1.5); transform-origin: 44% 72%; }
.is-ff .tolo-rangehero__img img { object-position: 50% 96%; }
@media (min-width: 900px) { .tolo-rangehero { grid-template-columns: 1.1fr 0.9fr; gap: 48px; } }

.tolo-browse-wrap { padding-block: 24px 56px; }
.tolo-browse { display: grid; gap: 20px; align-items: start; }
.tolo-filters { border: 1px solid var(--t-line); border-radius: 22px; background: #fff; }
.tolo-filters__badge { font-size: 12px; font-weight: 700; background: var(--t-red); color: #fff; border-radius: 999px; padding: 2px 9px; }
.tolo-filters__body { display: grid; gap: 22px; padding: 4px 20px 20px; }
.tolo-filters__group { border: 0; padding: 0; margin: 0; min-width: 0; }
.tolo-filters__group legend { font-family: var(--t-head); font-weight: 800; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--t-mid); margin-bottom: 12px; padding: 0; }
.tolo-filters__hint { font-size: 14px; line-height: 1.45; color: var(--t-muted); margin: -8px 0 12px; }
.tolo-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.tolo-chip { font-family: var(--t-head); font-weight: 600; font-size: 14px; padding: 9px 14px; min-height: 40px; border-radius: 999px; border: 1px solid var(--t-line-2); background: var(--t-bg); color: var(--t-mid); cursor: pointer; white-space: nowrap; }
.tolo-chip[aria-pressed="true"] { font-weight: 700; border-color: var(--t-red); background: var(--t-red); color: #fff; }
.tolo-filters__clear { font-family: var(--t-head); font-weight: 700; font-size: 15px; padding: 12px; border-radius: 999px; border: 1.5px solid var(--t-line-2); background: transparent; color: var(--t-muted); cursor: pointer; }
.tolo-filters__clear:hover { border-color: var(--t-text); color: var(--t-text); }
.tolo-browse__status { display: flex; align-items: baseline; justify-content: space-between; gap: 6px 24px; margin-bottom: 18px; flex-wrap: wrap; }
.tolo-browse__count { font-family: var(--t-head); font-weight: 700; font-size: 18px; }
.tolo-browse__active { font-size: 16px; color: var(--t-muted); }
.tolo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.tolo-grid > [hidden] { display: none; }
.tolo-browse__empty { font-size: 17px; color: var(--t-muted); padding: 24px 0; }
.tolo-browse__more { display: flex; justify-content: center; margin-top: 32px; }
.tolo-btn-more { font-family: var(--t-head); font-weight: 700; font-size: 17px; padding: 15px 30px; border-radius: 999px; border: 1.5px solid var(--t-text); background: transparent; color: var(--t-text); cursor: pointer; }
.tolo-btn-more[disabled] { border-color: var(--t-line-2); color: var(--t-muted); cursor: default; }
@media (min-width: 700px) { .tolo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } }
@media (min-width: 900px) {
	.tolo-browse-wrap { padding-block: 40px 96px; }
	.tolo-browse { grid-template-columns: 268px 1fr; gap: 40px; }
	.tolo-filters { position: sticky; top: 96px; max-height: calc(100vh - 120px); overflow-y: auto; }
		.tolo-filters__body { padding: 26px; gap: 26px; }
	.tolo-chip { font-size: 13.5px; padding: 8px 13px; min-height: 0; }
	.tolo-grid { gap: 24px; } .tolo-browse__status { margin-bottom: 22px; } .tolo-browse__more { margin-top: 40px; }
}
.tolo-grid--search { margin-top: 28px; padding-bottom: 72px; }
@media (min-width: 900px) { .tolo-grid--search { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* ---------- education ---------- */
.tolo-roomcard { border: 1px solid var(--t-line); border-radius: 22px; overflow: hidden; background: #fff; }
.tolo-roomcard__img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--t-cream); }
.tolo-roomcard.is-ff .tolo-roomcard__img { background: #CDDEE1; }
.tolo-roomcard__img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tolo-roomcard__body { padding: 22px; }
.tolo-roomcard h3 { font-size: clamp(21px, 2.6vw, 24px); margin-bottom: 8px; }
.tolo-roomcard__body p:not(.tolo-more) { font-size: 16px; line-height: 1.55; color: var(--t-muted); margin-bottom: 14px; }
@media (min-width: 900px) { .tolo-roomcard__body { padding: 26px; } }
.tolo-section > .tolo-sub + .tolo-grid-3 { margin-top: 36px; }
.tolo-skillsmap h2 { margin-bottom: 14px; }
.tolo-skillsmap p { font-size: 17px; line-height: 1.6; color: var(--t-muted); max-width: 30em; }
.tolo-table { border: 1px solid var(--t-line); border-radius: 22px; background: #fff; overflow: hidden; }
.tolo-table table { width: 100%; border-collapse: collapse; table-layout: auto; }
.tolo-table th, .tolo-table td { border: 0 !important; text-align: left; padding: 14px 14px; font-size: 15px; vertical-align: top; }
.tolo-table thead { border: 0; }
.tolo-table th { font-family: var(--t-head); font-weight: 800; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--t-muted); background: var(--t-sand); }
.tolo-table td { border-top: 1px solid var(--t-line) !important; color: var(--t-muted); }
.tolo-table td:first-child { font-weight: 600; color: var(--t-text); }
.tolo-table th:nth-child(1) { width: 38%; } .tolo-table th:nth-child(2) { width: 19%; }
@media (min-width: 700px) { .tolo-table th, .tolo-table td { padding: 18px 24px; font-size: 16px; } .tolo-table th { padding-block: 16px; } }

/* ---------- product page ---------- */
.tolo-product-crumbs { padding-top: 20px; }

/* ---------- product page (design v13) ---------- */
.tolo-p { display: grid; gap: 28px; padding-top: 18px; align-items: start; }
.tolo-p__frame { position: relative; aspect-ratio: 4 / 3; border-radius: 26px; overflow: hidden; background: #fff; border: 1px solid var(--t-amber); padding: 20px; box-sizing: border-box; }
.is-ff .tolo-p__frame { border-color: var(--t-teal-mid); }
.tolo-p__frame img { display: block; width: 100%; height: 100%; object-fit: contain; }
.tolo-p__frame img.is-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tolo-p__thumbs { display: flex; gap: 10px; margin-top: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 4px; }
.tolo-p__thumb { flex: 0 0 calc(25% - 7.5px); box-sizing: border-box; min-width: 0; scroll-snap-align: start; aspect-ratio: 4 / 3; border-radius: 14px; cursor: pointer; padding: 5px; background: #fff; border: 1px solid var(--t-line-2); overflow: hidden; }
.tolo-p__thumb[aria-pressed="true"] { border: 2px solid var(--t-brand); padding: 4px; }
.tolo-p__thumb img { width: 100%; height: 100%; object-fit: contain; display: block; border-radius: 8px; }
.tolo-p__thumb.is-cover img { object-fit: cover; }
.tolo-p__film { margin-top: 20px; }
.tolo-p__film .tolo-video { border-radius: 22px; border: 0; aspect-ratio: 16 / 9; }
.tolo-p__film .tolo-video img { width: 100%; height: 100%; object-fit: cover; }
.tolo-p__filmcap { margin-top: 10px; display: grid; gap: 3px; }
.tolo-p__filmcap strong { font-family: var(--t-head); font-weight: 800; font-size: 19px; }
.tolo-p__filmcap span { font-size: 15px; color: var(--t-muted); }
.tolo-p__chips { display: flex; gap: 10px; flex-wrap: wrap; }
.tolo-p__chip { font-family: var(--t-head); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; }
.tolo-p__chip--range { background: #FEF1DC; color: #8A5A12; }
.tolo-p__chip--range:hover { background: var(--t-amber); color: #3A2705; }
.tolo-p__chip--age { background: var(--t-mist); color: var(--t-teal); }
.tolo-p__title { font-size: clamp(32px, 6vw, 56px); line-height: 1.05; letter-spacing: -0.02em; margin: 18px 0 16px; text-wrap: pretty; }
.tolo-p__lead { margin: 0; font-size: 19px; line-height: 1.55; color: var(--t-mid); max-width: 40em; text-wrap: pretty; }
.tolo-p__meta { margin-top: 18px; font-size: 15px; color: var(--t-muted); }
.tolo-p__actions { display: flex; gap: 12px 14px; margin-top: 26px; flex-wrap: wrap; }
.tolo-p__dual { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; margin-top: 36px; }
.tolo-p__coltitle { font-family: var(--t-head); font-weight: 800; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--t-red); padding-bottom: 12px; border-bottom: 1px solid var(--t-line); }
.is-learning .tolo-p__coltitle { color: var(--t-slate); }
.tolo-p__points { display: grid; gap: 20px; margin-top: 20px; }
.tolo-p__point { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; }
.tolo-p__icon { width: 44px; height: 44px; border-radius: 14px; background: #FEF1DC; color: var(--t-brand); display: grid; place-items: center; }
.is-learning .tolo-p__icon { background: var(--t-mist); color: var(--t-slate); }
.tolo-p__pointtitle { font-family: var(--t-head); font-weight: 800; font-size: 20px; line-height: 1.2; }
.tolo-p__pointtext { font-size: 17px; line-height: 1.5; color: var(--t-muted); margin-top: 5px; }
@media (min-width: 900px) { .tolo-p { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 48px; padding-top: 24px; } .tolo-p__frame { padding: 26px; } .tolo-product-crumbs { padding-top: 32px; } }
@media (min-width: 1180px) { .tolo-p__dual { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; } }

/* playguide */
.tolo-playguide { padding-top: 40px; }
.tolo-playguide__box { background: var(--t-navy); color: var(--t-bg); border-radius: 26px; padding: 28px 22px; display: grid; gap: 28px; }
.tolo-playguide h2 { font-size: clamp(28px, 4.2vw, 36px); color: #fff; margin: 14px 0; }
.tolo-playguide p { font-size: 17px; line-height: 1.6; color: var(--t-sky); }
.tolo-steps { display: grid; gap: 18px; align-content: start; }
.tolo-steps__age { font-family: var(--t-head); font-weight: 800; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--t-amber); margin-bottom: 14px; }
.tolo-steps__row { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; }
.tolo-steps__n { width: 28px; height: 28px; border-radius: 8px; background: var(--t-amber); color: #3A2705; font-family: var(--t-head); font-weight: 800; font-size: 14px; display: grid; place-items: center; }
.tolo-steps__text { font-size: 17px; line-height: 1.5; color: #fff; }
@media (min-width: 900px) { .tolo-playguide { padding-top: 56px; } .tolo-playguide__box { border-radius: 22px; padding: 48px; grid-template-columns: 0.8fr 1.2fr; gap: 52px; } .tolo-playguide__box.is-long { grid-template-columns: 0.62fr 1.38fr; } .tolo-steps__text { font-size: 18px; } }
@media (min-width: 1180px) { .tolo-playguide__box.is-long .tolo-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; } }

/* specification, information and product-sheet cards */
.tolo-product-cards { padding-top: 32px; }
.tolo-product-cards .tolo-grid-3 { margin-top: 0; align-items: stretch; }
.tolo-spec dl { margin: 0; display: grid; gap: 11px; font-size: 16px; color: var(--t-muted); }
.tolo-spec dl > div { display: flex; justify-content: space-between; gap: 18px; }
.tolo-spec dd { margin: 0; font-weight: 600; color: var(--t-text); text-align: right; }
.tolo-spec__trade { margin-top: 18px; }
.tolo-spec__trade summary { font-family: var(--t-head); font-weight: 700; font-size: 14px; color: var(--t-slate); cursor: pointer; }
.tolo-spec__trade p { margin: 10px 0 0; font-size: 14px; line-height: 1.55; color: var(--t-muted); }
.tolo-sheet__row { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; }
.tolo-sheet__thumb img { display: block; width: 104px; height: auto; border: 1px solid var(--t-line); box-shadow: 0 14px 30px rgba(51,53,55,0.18); transform: rotate(-3deg); }
.tolo-sheet p { margin: 0 0 18px; font-size: 16px; line-height: 1.55; color: var(--t-muted); }

/* the windows: product sheet, where to buy, set sheets and teacher packs */
.tolo-dialog { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: clamp(14px, 3vw, 40px); }
.tolo-dialog[hidden] { display: none; }
.tolo-dialog__scrim { position: absolute; inset: 0; background: rgba(31,34,36,0.82); }
.tolo-dialog__card { position: relative; width: min(760px, 100%); max-height: 100%; min-height: 0; display: grid; grid-template-rows: auto minmax(0, 1fr); background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.4); }
.tolo-dialog--tall .tolo-dialog__card { height: 100%; }
.tolo-dialog__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--t-line); }
.tolo-dialog__head.is-amber { background: #FEF1DC; padding: 20px 22px; }
.tolo-dialog__titles { min-width: 0; display: grid; gap: 4px; }
.tolo-dialog__title { font-family: var(--t-head); font-weight: 800; font-size: 17px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tolo-dialog__head.is-amber .tolo-dialog__title { font-size: 19px; white-space: normal; }
.tolo-dialog__sub { font-size: 15px; color: var(--t-muted); }
.tolo-dialog__tools { display: flex; align-items: center; gap: 10px; flex: none; flex-wrap: wrap; justify-content: flex-end; }
.tolo-dialog__close { width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--t-line-2); background: #fff; color: var(--t-text); font-size: 20px; cursor: pointer; }
.tolo-dialog__body { background: var(--t-sand); min-height: 0; overflow: auto; padding: 18px; display: grid; gap: 12px; place-items: center; }
.tolo-dialog__body:has(.tolo-form) { background: #fff; padding: 22px; place-items: stretch; }
.tolo-dialog__intro { margin: 0; font-size: 16px; line-height: 1.55; color: var(--t-mid); }
.tolo-dialog__page img { display: block; max-width: 100%; height: auto; background: #fff; border: 1px solid #d2c6c3; box-shadow: 0 18px 44px rgba(51,53,55,0.28); }
.tolo-dialog__caption { font-family: var(--t-head); font-weight: 700; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--t-slate); margin-bottom: 6px; }
.tolo-dialog__pages { display: grid; gap: 18px; width: 100%; }
.tolo-dialog .tolo-form { margin: 0; }
body.tolo-dialog-open { overflow: hidden; }

.tolo-related__note { margin: 0 0 20px; font-size: 16px; line-height: 1.6; color: var(--t-muted); max-width: 60em; }
.tolo-related__note a { font-weight: 600; }
.tolo-related { padding-block: 48px 64px; }
.tolo-related__head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px 24px; margin-bottom: 22px; flex-wrap: wrap; }
.tolo-related__head h2 { font-size: clamp(28px, 4.2vw, 34px); }
.tolo-related__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (min-width: 900px) { .tolo-product-cards { padding-top: 56px; } .tolo-related { padding-block: 64px 96px; } .tolo-related__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; } }

.tolo-notfound { padding-block: 56px 96px; } .tolo-notfound .tolo-lead { margin: 18px 0 28px; }

/* ---------- footers ---------- */
footer.tolo-footer { padding: 0 var(--t-gutter) 32px; max-width: var(--t-max); margin-inline: auto; box-sizing: border-box; }
.tolo-footer__box { border: 1px solid var(--t-line); border-radius: 26px; background: #fff; padding: 28px 22px 22px; }
.tolo-footer__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 24px; }
.tolo-footer__brand { grid-column: 1 / -1; }
.tolo-footer__brand .tolo-logo img { height: 40px; }
.tolo-footer__brand p { margin-top: 18px; font-size: 16px; line-height: 1.6; color: var(--t-muted); max-width: 26em; }
.tolo-footer__title { font-family: var(--t-head); font-weight: 800; font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase; color: #3E4143; margin-bottom: 10px; }
.tolo-footer__links { list-style: none; padding: 0; display: grid; gap: 10px; }
.tolo-footer__links a { font-size: 16px; color: var(--t-muted); display: inline-block; padding-block: 2px; } .tolo-footer__links a:hover { color: var(--t-red); }
.tolo-footer__base { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--t-line); display: flex; justify-content: space-between; gap: 8px 24px; font-size: 15px; color: var(--t-muted); flex-wrap: wrap; }
@media (min-width: 900px) { footer.tolo-footer { padding-bottom: 40px; } .tolo-footer__box { border-radius: 30px; padding: 44px 48px 28px; } .tolo-footer__cols { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; } .tolo-footer__brand { grid-column: auto; } .tolo-footer__base { margin-top: 40px; } }

footer.tolo-footer-mini { background: var(--t-sand); border-top: 1px solid var(--t-line); padding: 32px var(--t-gutter); }
.tolo-footer-mini__inner { max-width: calc(var(--t-max) - 96px); margin-inline: auto; display: flex; justify-content: space-between; align-items: center; gap: 20px 24px; flex-wrap: wrap; }
.tolo-footer-mini .tolo-logo img { height: 36px; }
.tolo-footer__copy { font-size: 15px; color: var(--t-muted); }
@media (min-width: 900px) { footer.tolo-footer-mini { padding-block: 40px; } }

/* cookie notice (only when Analytics is configured) */
.tolo-consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 80; max-width: 520px; margin-inline: auto; background: #fff; border: 1px solid var(--t-line-2); border-radius: 18px; box-shadow: 0 18px 44px rgba(51, 53, 55, .18); padding: 18px 20px; font-size: 15px; line-height: 1.5; }
.tolo-consent[hidden] { display: none; }
.tolo-consent div { display: flex; gap: 10px; margin-top: 12px; }
.tolo-consent button { font-family: var(--t-head); font-weight: 700; font-size: 15px; padding: 10px 20px; border-radius: 999px; border: 1.5px solid var(--t-text); background: #fff; color: var(--t-text); cursor: pointer; }
.tolo-consent button[data-consent="yes"] { background: var(--t-teal); border-color: var(--t-teal); color: #fff; }

/* ==========================================================================
   Design v11 — navigation, phone patterns, toy finder, Education page
   ========================================================================== */

.tolo-short { display: none; }
@media (max-width: 899.98px) {
	.tolo-hide-phone { display: none !important; }
	.tolo-has-short .tolo-long, .wp-block-button .tolo-long { display: none; }
	.wp-block-button .tolo-short { display: inline; }
}
.tolo-eyebrow.is-red { color: var(--t-red); letter-spacing: 0.1em; }
.is-style-tolo-navy .wp-block-button__link { background: var(--t-navy); color: #fff; }
.is-style-tolo-navy .wp-block-button__link:hover { background: #1F2123; color: #fff; }

/* ---------- homepage: hero on phones (headline, photo, text) ---------- */
@media (max-width: 899.98px) {
	.tolo-hero { gap: 18px; padding-top: 22px; }
	.tolo-hero__text { display: contents; }
	.tolo-hero__text > h1 { order: 1; }
	.tolo-hero > .tolo-hero__img { order: 2; aspect-ratio: 16 / 14; border-radius: 20px; }
	.tolo-hero__text > .tolo-lead { order: 3; margin-top: 0; font-size: 17px; }
	.tolo-hero__text > .wp-block-buttons { order: 4; margin-top: 0; flex-wrap: nowrap; gap: 10px; }
	.tolo-hero__ctas .wp-block-button { flex: 1 1 0; min-width: 0; }
	.tolo-hero__ctas .wp-block-button__link { width: 100%; box-sizing: border-box; padding: 13px 12px; font-size: 15px; }
	.tolo-hero__text > .tolo-stats { order: 5; margin-top: 6px; gap: 36px; }
	.tolo-entry { display: none; }
	.tolo-section--ranges .tolo-section__head { display: block; }
	.tolo-band__img { order: -1; aspect-ratio: 16 / 11; border-radius: 20px; }
	.tolo-band__inner.tolo-split { gap: 22px; }
	.tolo-band__ctas { flex-direction: column; align-items: stretch; }
	.tolo-band__ctas .wp-block-button__link { width: 100%; box-sizing: border-box; }
}

/* ---------- toy finder ---------- */
.tolo-finder-wrap { padding-bottom: 28px; }
.tolo-finder__card { border: 1px solid var(--t-line); border-radius: 22px; background: #fff; padding: 6px 18px 12px; }
.tolo-finder__head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: none; border: 0; padding: 14px 0; text-align: left; font-family: var(--t-head); font-weight: 800; font-size: 20px; color: var(--t-text); cursor: pointer; }
.tolo-finder__head::after { content: ""; flex: none; width: 9px; height: 9px; border-right: 2px solid var(--t-slate); border-bottom: 2px solid var(--t-slate); transform: rotate(45deg); margin: -4px 4px 0 auto; transition: transform .15s; }
.tolo-finder__head[aria-expanded="true"]::after { transform: rotate(-135deg); margin-top: 4px; }
.tolo-finder__head .tolo-accent { margin-left: -6px; }
.tolo-finder:not(.is-open) .tolo-finder__body { display: none; }
.tolo-finder__row { display: grid; }
.tolo-finder__group { border-top: 1px solid var(--t-line); }
.tolo-finder__ghead { width: 100%; display: flex; align-items: center; gap: 8px; background: none; border: 0; padding: 15px 0; cursor: pointer; text-align: left; font-family: var(--t-head); font-weight: 800; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--t-mid); }
.tolo-finder__ghead::after { content: ""; width: 7px; height: 7px; border-right: 2px solid var(--t-muted); border-bottom: 2px solid var(--t-muted); transform: rotate(45deg); margin: -3px 4px 0 auto; }
.tolo-finder__ghead[aria-expanded="true"]::after { transform: rotate(-135deg); margin-top: 3px; }
.tolo-finder__panel { padding-bottom: 14px; }
.tolo-finder__panel[hidden] { display: none !important; }
.tolo-finder__clear { justify-self: start; margin-top: 8px; font-family: var(--t-head); font-weight: 700; font-size: 15px; min-height: 42px; padding: 0 18px; border-radius: 999px; border: 1.5px solid var(--t-line-2); background: transparent; color: var(--t-muted); cursor: pointer; }
.tolo-finder__count { margin: 12px 0 4px; font-family: var(--t-head); font-weight: 700; font-size: 16px; color: var(--t-teal); }
.tolo-finder__count:empty { display: none; }
.tolo-filters__n { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: var(--t-red); color: #fff; font-size: 12px; letter-spacing: 0; }
.tolo-filters__n[hidden] { display: none; }
.tolo-finder .tolo-chip { font-size: 15px; min-height: 42px; padding: 0 16px; font-weight: 600; }
.tolo-finder .tolo-chip[aria-pressed="true"] { border-color: var(--t-teal); background: var(--t-teal); }
@media (min-width: 900px) {
	.tolo-finder:not(.is-open) { display: none; }
	.tolo-finder-wrap { padding-bottom: 32px; }
	.tolo-finder__card { padding: 16px 22px; }
	.tolo-finder__head { width: auto; padding: 0 0 12px; font-size: 19px; cursor: default; pointer-events: none; }
	.tolo-finder__head::after, .tolo-finder__head .tolo-accent { display: none; }
	.tolo-finder__row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
	.tolo-finder__group { position: relative; border: 0; }
	.tolo-finder__ghead { width: auto; min-height: 42px; padding: 0 15px; border-radius: 999px; background: var(--t-amber); color: #3A2705; font-size: 15px; letter-spacing: 0; text-transform: none; font-weight: 700; }
	.tolo-finder__ghead::after { border-color: #3A2705; margin-left: 2px; }
	.tolo-finder__panel { position: absolute; top: calc(100% + 8px); left: 0; z-index: 30; width: max-content; max-width: 400px; background: #fff; border: 1px solid var(--t-line-2); border-radius: 18px; box-shadow: 0 18px 44px rgba(51, 53, 55, 0.16); padding: 14px; }
	.tolo-finder__clear { margin: 0 0 0 auto; }
	.tolo-linkcard.is-finder.is-active { border-color: var(--t-red); }
}
.tolo-prow__none { font-size: 16px; color: var(--t-muted); padding: 8px 0 16px; }
.tolo-prow.is-empty .tolo-prow__track { display: none; }

/* ---------- fold-outs on phones (testimonials, about, form, footer, filters) ---------- */
.tolo-fold__head { all: unset; box-sizing: border-box; cursor: default; }
@media (max-width: 899.98px) {
	.tolo-quotes .wp-block-quote.is-folded > p { display: none; }
	.tolo-quotes .wp-block-quote { position: relative; padding: 18px 44px 18px 20px; }
	.tolo-quotes .wp-block-quote cite { margin-top: 0; }
	.tolo-quotes .wp-block-quote:not(.is-folded) cite { margin-top: 14px; }
	.tolo-quotes .wp-block-quote { display: flex; flex-direction: column-reverse; }
	.tolo-quotes .wp-block-quote:not(.is-folded) > p { margin-top: 12px; }
	.tolo-quote__toggle { position: absolute; inset: 0; width: 100%; background: none; border: 0; cursor: pointer; border-radius: 18px; }
	.tolo-quote__toggle::after { content: ""; position: absolute; right: 22px; top: 28px; width: 7px; height: 7px; border-right: 2px solid var(--t-muted); border-bottom: 2px solid var(--t-muted); transform: rotate(45deg); }
	.tolo-quotes .wp-block-quote:not(.is-folded) .tolo-quote__toggle::after { transform: rotate(-135deg); top: 32px; }
	.tolo-about.is-folded > p:nth-of-type(n+3):not(.tolo-signoff) { display: none; }
	.tolo-readmore { margin-top: 16px; min-height: 46px; display: inline-flex; align-items: center; gap: 8px; font-family: var(--t-head); font-weight: 700; font-size: 16px; padding: 0 20px; border-radius: 999px; border: 1.5px solid var(--t-line-2); background: #fff; color: var(--t-text); cursor: pointer; }
	.tolo-enquire.is-folded .tolo-form { display: none; }
	.tolo-formopen { margin-top: 20px; width: 100%; min-height: 50px; font-family: var(--t-head); font-weight: 700; font-size: 17px; border-radius: 999px; border: 0; background: var(--t-red); color: #fff; cursor: pointer; }
	.tolo-enquire:not(.is-folded) .tolo-formopen { display: none; }
	.tolo-footer__col { border-bottom: 1px solid var(--t-line); }
	.tolo-footer__col .tolo-footer__title { margin: 0; }
	.tolo-footer__col .tolo-footer__title button { all: unset; box-sizing: border-box; display: flex; width: 100%; justify-content: space-between; align-items: center; padding: 18px 0; cursor: pointer; }
	.tolo-footer__col .tolo-footer__title button::after { content: ""; width: 7px; height: 7px; border-right: 2px solid var(--t-muted); border-bottom: 2px solid var(--t-muted); transform: rotate(45deg); margin: -3px 4px 0 0; }
	.tolo-footer__col.is-folded .tolo-footer__links { display: none; }
	.tolo-footer__col:not(.is-folded) .tolo-footer__links { padding-bottom: 16px; }
	.tolo-footer__cols { grid-template-columns: 1fr; gap: 0; }
	.tolo-footer__brand { padding-bottom: 12px; }
	.tolo-pills.is-folded li:nth-child(n+5) { display: none; }
	.tolo-pills__more { font-family: var(--t-head); font-weight: 700; font-size: 15px; min-height: 42px; padding: 0 16px; border-radius: 999px; border: 1.5px dashed var(--t-line-2); background: transparent; color: var(--t-navy); cursor: pointer; }
	/* range filters: each group folds */
	.tolo-filters { padding: 6px 18px 16px; }
	.tolo-filters__body { padding: 0; gap: 0; }
	.tolo-filters__group { border-bottom: 1px solid var(--t-line); }
	.tolo-filters__group legend { width: 100%; margin: 0; float: left; }
	.tolo-filters__group legend + * { clear: both; }
	.tolo-fold__head { display: flex; align-items: center; gap: 8px; width: 100%; padding: 16px 0; cursor: pointer; font-family: var(--t-head); font-weight: 800; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--t-mid); }
	.tolo-fold__head::after { content: ""; width: 7px; height: 7px; border-right: 2px solid var(--t-muted); border-bottom: 2px solid var(--t-muted); transform: rotate(45deg); margin: -3px 4px 0 auto; }
	.tolo-fold__head[aria-expanded="true"]::after { transform: rotate(-135deg); margin-top: 3px; }
	.tolo-fold__head[aria-expanded="false"] ~ * , [data-tolo-fold].is-folded .tolo-fold__body { display: none; }
	.tolo-fold__body { padding-bottom: 14px; }
	.tolo-filters__hint { margin: 0 0 10px; }
	.tolo-filters__clear { margin-top: 16px; }
	.tolo-grid { grid-template-columns: minmax(0, 1fr); }
	.tolo-pcard--grid .tolo-pcard__img { height: 190px; padding: 22px; }
	.tolo-pcard--grid .tolo-pcard__body { padding: 20px 22px 22px; gap: 8px; }
	.tolo-pcard--grid .tolo-pcard__name { font-size: 20px; }
	.tolo-pcard--grid .tolo-pcard__meta { font-size: 12px; }
	.tolo-pcard--grid .tolo-tag { font-size: 12px; padding: 5px 10px; }
	.tolo-rangehero { gap: 18px; }
	.tolo-rangehero__text { display: contents; }
	.tolo-rangehero__text > h1 { order: 1; margin: 0; font-size: 38px; }
	.tolo-rangehero__img { order: 2; aspect-ratio: 4 / 3; border-radius: 20px; }
	.tolo-rangehero__text > .tolo-lead { order: 3; font-size: 17px; }
}
@media (min-width: 900px) { .tolo-quote__toggle, .tolo-readmore, .tolo-formopen, .tolo-pills__more { display: none; } .tolo-footer__title button { all: unset; } }

/* ---------- Education: range doors ---------- */
.tolo-doors { padding-top: 18px; }
.tolo-door { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; border: 1px solid var(--t-amber); border-radius: 24px; padding: 20px 18px; background: var(--t-cream); position: relative; transition: border-color .15s; }
.tolo-door.is-first-friends { background: var(--t-mist); border-color: var(--t-teal-mid); }
.tolo-door:hover { border-color: var(--t-red); }
.tolo-door .tolo-eyebrow { color: #8A5A12; font-size: 12px; }
.tolo-door.is-first-friends .tolo-eyebrow { color: var(--t-teal); }
.tolo-door h3 { font-size: clamp(20px, 2.2vw, 24px); margin: 8px 0; line-height: 1.2; }
.tolo-door h3 a { color: var(--t-text); }
.tolo-door h3 a::after { content: ""; position: absolute; inset: 0; border-radius: 24px; }
.tolo-door p:not(.tolo-eyebrow) { font-size: 16px; line-height: 1.5; color: var(--t-muted); }
.tolo-cutouts { display: flex; gap: 8px; align-items: center; }
.tolo-cutouts img { width: 62px; height: 62px; object-fit: contain; flex: none; }
.tolo-door .tolo-cutouts { display: none; }
@media (min-width: 900px) { .tolo-doors { padding-top: 28px; } .tolo-door { padding: 26px 28px; } .tolo-door .tolo-cutouts { display: flex; } }

/* ---------- Education: what comes with every set ---------- */
.tolo-layer__intro { display: grid; gap: 24px; align-items: center; }
.tolo-layer__text h2 { margin: 10px 0 14px; }
.tolo-layer__text p:not(.tolo-eyebrow) { font-size: 17px; line-height: 1.6; color: var(--t-muted); }
.tolo-pullquote { border-left: 3px solid var(--t-amber); padding: 4px 0 4px 20px; font-family: var(--t-head); font-weight: 700; font-size: clamp(18px, 2vw, 21px); line-height: 1.45; color: var(--t-text); }
.tolo-tiles { display: grid; gap: 14px; margin-top: 28px; }
.tolo-tile { padding: 22px; }
.tolo-tile .tolo-eyebrow { font-size: 12px; }
.tolo-tile h3 { font-size: 20px; margin: 8px 0 10px; line-height: 1.25; }
.tolo-tile p:not(.tolo-eyebrow) { font-size: 15px; line-height: 1.55; }
.tolo-tilequote { margin: 0; background: var(--t-cream); border: 1px solid var(--t-amber); border-radius: 20px; padding: 24px 20px; display: flex; flex-direction: column; justify-content: center; }
.tolo-tilequote p { font-family: var(--t-head); font-weight: 700; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.5; color: var(--t-text); font-style: normal; }
.tolo-tilequote cite { display: block; margin-top: 14px; font-style: normal; font-size: 15px; color: var(--t-mid); line-height: 1.5; }
.tolo-pack { background: var(--t-mist); border-radius: 26px; padding: 24px 20px; margin-top: 26px; display: grid; gap: 26px; align-items: center; }
.tolo-pack h2 { font-size: clamp(27px, 3.6vw, 44px) !important; line-height: 1.1; margin: 10px 0 14px; color: var(--t-navy); }
.tolo-pack p:not(.tolo-eyebrow) { font-size: 17px; line-height: 1.6; color: var(--t-mid); }
.tolo-ticks--dark { margin-top: 20px; } .tolo-ticks--dark li { color: var(--t-mid); font-size: 16px; }
.tolo-pack .wp-block-buttons { margin-top: 26px; }
.tolo-pack__img img { display: block; width: 100%; height: auto; }
@media (min-width: 700px) { .tolo-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 900px) {
	.tolo-layer__intro { grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); gap: 48px; }
	.tolo-tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 36px; }
	.tolo-tilequote { grid-column: span 2; padding: 30px 34px; }
	.tolo-pack { border-radius: 30px; padding: clamp(30px, 3.6vw, 56px); grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(28px, 3.6vw, 56px); margin-top: 36px; }
}

/* ---------- Education: range panels ---------- */
.tolo-rpanel { background: var(--t-cream); border-radius: 26px; padding: 22px 18px; }
.tolo-rpanel.is-first-friends { background: var(--t-mist); }
.tolo-rpanel__head { display: grid; gap: 22px; align-items: start; }
.tolo-rpanel__intro h2 { margin: 10px 0 14px; }
.tolo-rpanel__intro p:not(.tolo-eyebrow) { font-size: 17px; line-height: 1.6; color: var(--t-muted); }
.tolo-facts { display: grid; gap: 10px; }
.tolo-fact { background: #fff; border-radius: 14px; padding: 14px 16px; }
.tolo-fact__label { font-family: var(--t-head); font-weight: 800; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--t-mid); margin-bottom: 4px !important; }
.tolo-fact p:not(.tolo-fact__label) { font-size: 15px; line-height: 1.45; color: var(--t-muted); }
.tolo-rowtitle { font-family: var(--t-head); font-weight: 800; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--t-mid); margin: 26px 0 14px !important; }
.tolo-jobs { display: grid; gap: 12px; }
.tolo-job { padding: 20px; border-radius: 18px; }
.tolo-job .tolo-cutouts img { width: 62px; height: 62px; border-radius: 16px; background: var(--t-cream); }
.is-first-friends .tolo-job .tolo-cutouts img { background: var(--t-mist); }
.tolo-job h4 { font-family: var(--t-head); font-weight: 800; font-size: 17px; margin: 14px 0 8px; line-height: 1.25; }
.tolo-job p { font-size: 14px !important; line-height: 1.5; }
.tolo-job .tolo-job__src { margin-top: 10px; font-family: var(--t-head); font-weight: 700; font-size: 13px !important; color: #8A5A12; }
.is-first-friends .tolo-job .tolo-job__src { color: var(--t-teal); }
.tolo-rail { display: grid; gap: 14px; position: relative; padding-top: 18px; }
.tolo-rail::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--t-brand), var(--t-amber), var(--t-olive), var(--t-teal-mid)); }
.tolo-rail__age { font-family: var(--t-head); font-weight: 800; font-size: 15px; color: var(--t-text); margin-bottom: 2px !important; }
.tolo-rail__step p:not(.tolo-rail__age) { font-size: 14px; line-height: 1.5; color: var(--t-muted); }
.tolo-sets { display: grid; gap: 16px; }
.tolo-set { display: flex; flex-direction: column; background: #fff; border-radius: 18px; overflow: hidden; }
.tolo-set__media { min-height: 128px; border-bottom: 1px solid var(--t-line); display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; padding: 16px; }
.tolo-set__media img { width: 54px; height: 54px; object-fit: contain; }
.tolo-set__media.is-photo { padding: 0; min-height: 0; height: 176px; }
.tolo-set__media.is-photo img { width: 100%; height: 100%; object-fit: cover; }
.tolo-set__shoot { font-family: var(--t-head); font-weight: 700; font-size: 12px; color: var(--t-muted); border: 1.5px dashed var(--t-line-2); border-radius: 999px; padding: 5px 12px; background: #fff; }
.tolo-set.is-classic .tolo-set__shoot { color: #8A5A12; border-color: var(--t-amber); }
.tolo-set__body { display: flex; flex-direction: column; flex: 1; padding: 18px 18px 16px; }
.tolo-set__meta { font-family: var(--t-head); font-weight: 700; font-size: 12px; letter-spacing: 0.06em; color: var(--t-muted); }
.tolo-set__age { color: var(--t-red); margin-right: 6px; }
.tolo-set__name { font-family: var(--t-head); font-weight: 800; font-size: 21px; margin: 6px 0 6px; line-height: 1.2; }
.tolo-set__job { font-family: var(--t-head); font-weight: 700; font-size: 16px; line-height: 1.35; color: var(--t-navy); margin-bottom: 12px !important; }
.tolo-set__contents { list-style: none; margin: 0 0 12px; padding: 0; display: grid; gap: 4px; font-size: 14px; line-height: 1.45; color: var(--t-muted); }
.tolo-set__chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.tolo-set.is-classic .tolo-set__chips .tolo-tag { background: var(--t-cream); color: #8A5A12; }
.tolo-set__topics { font-size: 13px; line-height: 1.5; color: var(--t-muted); margin-bottom: 14px !important; }
.tolo-set__topics strong { font-family: var(--t-head); font-weight: 800; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--t-mid); margin-right: 4px; }
.tolo-set__foot { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--t-line); display: grid; gap: 10px; justify-items: start; }
.tolo-set__docs { display: flex; gap: 8px; flex-wrap: wrap; }
.tolo-set__doc { font-family: var(--t-head); font-weight: 700; font-size: 13px; padding: 7px 12px; border-radius: 999px; border: 1px solid var(--t-brand); background: transparent; color: var(--t-red); cursor: pointer; white-space: nowrap; }
.tolo-set__doc:hover { background: var(--t-brand); color: #fff; }
.tolo-set__doc.is-pack { border-color: var(--t-slate); color: var(--t-navy); }
.tolo-set__doc.is-pack:hover { background: var(--t-slate); color: #fff; }
.tolo-pack__previews { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 3vw, 34px); padding: 10px 0; }
.tolo-pack__preview { flex: 0 1 46%; padding: 0; border: 0; background: transparent; cursor: pointer; }
.tolo-pack__preview:first-child { transform: rotate(-4deg); }
.tolo-pack__preview:last-child { transform: rotate(3deg); }
.tolo-pack__preview img { display: block; width: 100%; height: auto; border: 1px solid #d2c6c3; box-shadow: 0 18px 44px rgba(51,53,55,0.24); }
.tolo-set__add { font-family: var(--t-head); font-weight: 700; font-size: 14px; white-space: nowrap; }
.tolo-rpanel__note { margin-top: 20px; font-size: 15px; line-height: 1.6; color: var(--t-mid); }
.tolo-prep { margin-top: 20px; border: 1.5px dashed var(--t-teal-mid); border-radius: 16px; padding: 14px 16px; display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; font-size: 14px; color: var(--t-muted); }
.tolo-prep strong { font-family: var(--t-head); font-weight: 800; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--t-mid); margin-right: 8px; }
.tolo-prep__link { margin-left: auto; font-family: var(--t-head); font-weight: 700; }
@media (min-width: 700px) { .tolo-facts { grid-template-columns: 1fr 1fr; } .tolo-jobs, .tolo-sets { grid-template-columns: repeat(2, minmax(0, 1fr)); } .tolo-rail { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) {
	.tolo-rpanel { border-radius: 30px; padding: clamp(26px, 3vw, 44px); }
	.tolo-rpanel__head { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 48px; }
	.tolo-rowtitle { margin: 34px 0 16px !important; }
	.tolo-jobs { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.tolo-rail { grid-template-columns: repeat(4, 1fr); gap: 24px; }
	.tolo-sets.is-classic { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
	.tolo-sets.is-first-friends { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
	.tolo-set__media img { width: 48px; height: 48px; }
}
@media (min-width: 1200px) { .tolo-sets.is-classic, .tolo-sets.is-first-friends { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* ---------- Education: sets built for your setting ---------- */
.tolo-custom { background: var(--t-navy); color: var(--t-bg); border-radius: 26px; padding: 26px 20px; display: grid; gap: 26px; align-items: center; }
.tolo-custom h2 { color: #fff; font-size: clamp(26px, 3.2vw, 38px) !important; margin: 10px 0 14px; line-height: 1.15; }
.tolo-custom .tolo-lead { color: var(--t-sky); font-size: 16px; max-width: none; }
.tolo-steps3 { display: grid; gap: 12px; margin: 24px 0 28px; }
.tolo-step3 { background: rgba(255, 255, 255, 0.08); border-radius: 16px; padding: 16px 18px; }
.tolo-step3 .tolo-eyebrow { font-size: 11px; }
.tolo-step3 h4 { font-family: var(--t-head); font-weight: 800; font-size: 17px; color: #fff; margin: 6px 0; line-height: 1.25; }
.tolo-step3 p:not(.tolo-eyebrow) { font-size: 14px; line-height: 1.5; color: var(--t-sky); }
.tolo-custom__img { border-radius: 20px; overflow: hidden; aspect-ratio: 16 / 11; }
.tolo-custom__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; display: block; }
.tolo-audience { margin-top: 16px; }
.tolo-audience .tolo-card h3 { margin: 8px 0 8px; font-size: clamp(21px, 2.2vw, 24px); }
.tolo-audience .tolo-card p:not(.tolo-eyebrow) { margin-bottom: 12px; font-size: 16px; }
.tolo-plainlist { list-style: none; padding: 0; display: grid; gap: 8px; font-size: 15px; color: var(--t-muted); }
@media (min-width: 700px) { .tolo-steps3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 900px) {
	.tolo-custom { border-radius: 30px; padding: clamp(30px, 3.4vw, 50px); grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); gap: 40px; }
	.tolo-custom__img { aspect-ratio: 4 / 4.2; border-radius: 24px; }
}
@media (max-width: 899.98px) { .tolo-custom__img { order: -1; } .tolo-band--edu .tolo-band__img { order: -1; } .tolo-pack__img { order: 2; } }

/* ---------- proposal form ---------- */
.tolo-form__checks { grid-column: 1 / -1; border: 0; margin: 0; padding: 14px 16px; background: var(--t-sand); border-radius: 14px; display: flex; flex-wrap: wrap; gap: 10px 20px; }
.tolo-form__checks legend { float: left; width: 100%; margin-bottom: 8px; font-family: var(--t-head); font-weight: 700; font-size: 14px; color: var(--t-mid); padding: 0; }
.tolo-form__checks label { display: inline-flex; align-items: center; gap: 8px; font-family: var(--t-body); font-weight: 400; font-size: 15px; color: var(--t-text); }
.tolo-form__checks input { width: 18px; height: 18px; min-height: 0; accent-color: var(--t-red); margin: 0; }
.tolo-form--proposal .tolo-form__submit { background: var(--t-navy); padding-inline: 34px; }
.tolo-form--proposal .tolo-form__submit:hover { background: #1F2123; }



/* ==========================================================================
   Header menu (Tolo menu block) — measurements from design v11
   ========================================================================== */
.tolo-menu { display: contents; }
.tolo-menu__toggle { order: 3; flex: none; width: 46px; height: 46px; border-radius: 14px; border: 1.5px solid var(--t-line-2); background: #fff; display: grid; align-content: center; justify-items: center; gap: 5px; cursor: pointer; padding: 0; }
.tolo-menu__toggle > span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--t-text); transition: transform .15s, opacity .15s; }
.tolo-menu__list { list-style: none; margin: 0; padding: 0; }
.tolo-menu__drop { list-style: none; margin: 0; padding: 0; }
.tolo-menu__drop a { color: var(--t-text); text-decoration: none; }
.tolo-menu__label { color: var(--t-text); text-decoration: none; }
.tolo-menu__caret { display: inline-block; line-height: 1; transition: transform .15s; }

@media (max-width: 899.98px) {
	.tolo-menu__panel { display: none; order: 5; width: 100%; border-top: 1px solid var(--t-line-2); margin: 4px -4px 0; padding-top: 8px; max-height: 72vh; overflow-y: auto; }
	.tolo-menu.is-open .tolo-menu__panel { display: block; }
	.tolo-menu__group { border-bottom: 1px solid var(--t-line); }
	.tolo-menu__label { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 4px; box-sizing: border-box; font-family: var(--t-head); font-weight: 800; font-size: 18px; color: var(--t-text); }
	.tolo-menu__caret { font-size: 14px; color: var(--t-muted); }
	.tolo-menu__group.is-open .tolo-menu__caret { transform: rotate(180deg); }
	.tolo-menu__drop { display: none; padding: 2px 4px 12px; gap: 2px; }
	.tolo-menu__group.is-open .tolo-menu__drop { display: grid; }
	.tolo-menu__drop a { display: flex; align-items: center; min-height: 46px; padding: 4px 12px; border-radius: 12px; font-family: var(--t-head); font-weight: 700; font-size: 16px; color: var(--t-navy); }
	.tolo-menu__drop a:hover { background: var(--t-sand); color: var(--t-navy); }
	.tolo-menu__note { display: none; }
	.tolo-menu__lang { display: flex; align-items: center; gap: 12px; padding: 14px 4px 6px; }
	.tolo-menu__lang > span { font-family: var(--t-head); font-weight: 700; font-size: 14px; color: var(--t-muted); }
	.tolo-menu__lang .tolo-lang { display: block; }
	.tolo-menu__lang select { font-size: 15px; min-height: 44px; padding: 0 12px; }
}
@media (min-width: 900px) {
	.tolo-menu { display: block; flex: none; }
	.tolo-menu__toggle, .tolo-menu__lang { display: none; }
	.tolo-menu__list { display: flex; align-items: center; gap: 4px; font-family: var(--t-head); font-weight: 600; font-size: 16px; }
	.tolo-menu__group { position: relative; }
	.tolo-menu__label { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; padding: 0 9px; border-radius: 999px; color: var(--t-text); }
	.tolo-menu__caret { font-size: 11px; opacity: 0.65; }
	.tolo-menu__group.is-current > .tolo-menu__label { color: var(--t-red); }
	.tolo-menu__group.has-drop:hover > .tolo-menu__label, .tolo-menu__group.has-drop:focus-within > .tolo-menu__label, .tolo-menu__group.is-open > .tolo-menu__label { color: var(--t-red); background: var(--t-sand); }
	.tolo-menu__group.has-drop:hover .tolo-menu__caret, .tolo-menu__group.has-drop:focus-within .tolo-menu__caret, .tolo-menu__group.is-open .tolo-menu__caret { transform: rotate(180deg); }
	.tolo-menu__drop { display: none; position: absolute; top: calc(100% - 2px); left: 0; min-width: 258px; background: #fff; border: 1px solid var(--t-line-2); border-radius: 18px; box-shadow: 0 18px 44px rgba(51, 53, 55, 0.16); padding: 8px; z-index: 40; }
	/* a small invisible bridge so the dropdown does not close while the pointer moves down to it */
	.tolo-menu__drop::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 10px; }
	.tolo-menu__group.has-drop:hover > .tolo-menu__drop, .tolo-menu__group.has-drop:focus-within > .tolo-menu__drop, .tolo-menu__group.is-open > .tolo-menu__drop { display: block; }
	.tolo-menu__drop a { display: block; padding: 11px 14px; border-radius: 12px; font-size: 15px; font-weight: 700; color: var(--t-text); }
	.tolo-menu__drop a:hover, .tolo-menu__drop a:focus-visible { background: var(--t-sand); color: var(--t-red); }
	.tolo-menu__note { display: block; margin-top: 2px; font-family: var(--t-body); font-weight: 400; font-size: 13px; color: var(--t-muted); }
}

/* ==========================================================================
   Phone view — matched to "Tolo Mobile Preview" (390 × 844), design v11
   ========================================================================== */
/* The design's arrow everywhere: ▾ */
.tolo-finder__head::after, .tolo-finder__ghead::after, .tolo-fold__head::after, .tolo-quote__toggle::after, .tolo-footer__col .tolo-footer__title button::after {
	content: "▾"; width: auto; height: auto; border: 0; transform: none; margin: 0 0 0 auto; font-size: 14px; line-height: 1; color: var(--t-muted); transition: transform .15s;
}
.tolo-finder__head::after { color: var(--t-slate); font-size: 15px; }
.tolo-finder__head[aria-expanded="true"]::after, .tolo-finder__ghead[aria-expanded="true"]::after, .tolo-fold__head[aria-expanded="true"]::after,
.tolo-footer__col:not(.is-folded) .tolo-footer__title button::after { transform: rotate(180deg); margin-top: 0; }
.tolo-readmore::after { content: "▾"; font-size: 12px; transition: transform .15s; }
.tolo-readmore[aria-expanded="true"]::after { transform: rotate(180deg); }

@media (max-width: 899.98px) {
	/* header */
	.tolo-header__inner { gap: 12px 12px; padding: 16px 18px; }
	.tolo-logo img { height: 36px; }
	/* hero */
	.tolo-hero { padding: 22px 18px 28px; gap: 16px; }
	.tolo-hero .tolo-display { font-size: clamp(40px, 8.5vw, 76px); }
	.tolo-hero > .tolo-hero__img { aspect-ratio: 1166 / 1015; border-radius: 28px; }
	.tolo-hero__text > .tolo-lead { margin-top: 4px; font-size: 18px; line-height: 1.55; }
	.tolo-hero__ctas .wp-block-button:first-child .wp-block-button__link { padding: 14px 16px; }
	.tolo-hero__ctas .wp-block-button:last-child .wp-block-button__link { padding: 13px 15px; }
	.tolo-stat__num { font-size: 32px; }
	.tolo-finder-wrap { padding: 0 18px 28px; }
	.tolo-finder__card { padding: 8px 18px 16px; }
	.tolo-finder__head { padding: 12px 0 2px; min-height: 44px; }
	/* "What makes a toy a Tolo" is desktop-only in the design */
	#explore { display: none; }
	/* product rows: title | count | link on one line, cards 178px as on desktop */
	.tolo-prow__head { flex-wrap: nowrap; align-items: baseline; gap: 16px; }
	.tolo-prow__title { flex-wrap: nowrap; gap: 14px; }
	.tolo-prow__title h3 { font-size: 26px; line-height: 1.2; }
	.tolo-prow__title span { font-size: 15px; }
	.tolo-prow__head .tolo-more { font-size: 16px; }
	.tolo-pcard--row .tolo-pcard__img { height: 132px; padding: 16px; }
	.tolo-pcard--row .tolo-pcard__body { padding: 14px 15px 16px; }
	/* education band */
	.tolo-band { padding: 34px 18px; }
	.tolo-band h2 { font-size: 30px; line-height: 1.08; margin: 10px 0 12px; }
	.tolo-band .tolo-lead { font-size: 17px; line-height: 1.5; }
	.tolo-band .tolo-ticks { gap: 9px; margin-top: 18px; }
	.tolo-band .tolo-ticks li { font-size: 16px; }
	.tolo-band__img { aspect-ratio: 16 / 10; border-radius: 18px; margin-bottom: 4px; }
	.tolo-band .wp-block-buttons { margin-top: 22px; }
	/* testimonials */
	.tolo-quotes .wp-block-quote { padding: 4px 20px 6px; }
	.tolo-quotes .wp-block-quote cite { padding: 14px 24px 14px 0; margin-top: 0 !important; }
	.tolo-quotes .wp-block-quote > p { font-size: 18px !important; line-height: 1.55; padding-bottom: 16px; margin-top: 0 !important; }
	.tolo-quote__toggle::after { position: absolute; right: 20px; top: 30px; }
	/* cards and buttons */
	.tolo-card--lg .wp-block-button__link { font-size: 17px; padding: 14px 24px; }
	/* footer */
	.tolo-footer__cols { gap: 40px 0; }
	.tolo-footer__col .tolo-footer__title button { padding: 15px 0; font-size: 15px; letter-spacing: 0.06em; }
	.tolo-footer__links { gap: 2px; }
	.tolo-footer__col:not(.is-folded) .tolo-footer__links { padding-bottom: 12px; }
}
@media (max-width: 899.98px) {
	.tolo-band__ctas .wp-block-button__link { font-size: 16px; min-height: 50px; display: flex; align-items: center; justify-content: center; }
	.tolo-quote__toggle::after { top: 26px; }
	.tolo-about p:not(.tolo-eyebrow):not(.tolo-signoff) { font-size: 18px; line-height: 1.6; }
}
@media (max-width: 899.98px) {
	/* product page */
	.tolo-product__title { font-size: 46px; }
	/* awards page */
	.tolo-split--head .tolo-display--md { font-size: 60px; line-height: 1.04; }
	.tolo-split--head .tolo-lead { font-size: 20px; line-height: 1.6; }
	.tolo-split--head .tolo-pagehead__text p + p { font-size: 17px; }
	.tolo-awards__tabs { flex-wrap: wrap; overflow: visible; margin-inline: 0; padding-inline: 0; }
	/* For Educators */
	.tolo-band--edu { padding: 26px 18px 30px; }
	.tolo-band--edu h1 { font-size: 30px; line-height: 1.12; margin: 12px 0; }
	.tolo-band--edu .tolo-lead { font-size: 17px; }
	.tolo-band--edu .wp-block-button__link { font-size: 17px; padding: 16px 26px; }
	.tolo-band--edu .tolo-band__img { aspect-ratio: 16 / 11; border-radius: 20px; }
	.tolo-tile p:not(.tolo-eyebrow) { font-size: 16px; }
	.tolo-rail__age { font-size: 17px; }
	.tolo-rail__step p:not(.tolo-rail__age) { font-size: 16px; }
	.tolo-set__media img { width: 54px; height: 54px; }
	.tolo-sets.is-first-friends .tolo-set__media img { width: 58px; height: 58px; }
	.tolo-job p { font-size: 15px !important; }
}

/* top strip: one compact line, as in the design */
@media (min-width: 700px) {
	.tolo-topbar__list { gap: 4px 0; padding-block: 9px; }
	.tolo-topbar__list li + li::before { content: "·"; opacity: 1; margin: 0 6px; }
}
@media (min-width: 900px) {
	.tolo-menu__caret { font-size: 14px; opacity: 0.65; }
}

/* The design's small flat "▾" arrow, drawn in CSS so it looks the same on every device */
.tolo-menu__caret { font-size: 0 !important; width: 0; height: 0; border-left: 3.5px solid transparent; border-right: 3.5px solid transparent; border-top: 4px solid currentColor; opacity: 0.5; }
.tolo-finder__head::after, .tolo-finder__ghead::after, .tolo-fold__head::after, .tolo-quote__toggle::after, .tolo-footer__col .tolo-footer__title button::after, .tolo-readmore::after {
	content: "" !important; width: 0 !important; height: 0 !important; border: 0 !important;
	border-left: 5px solid transparent !important; border-right: 5px solid transparent !important; border-top: 6px solid var(--t-muted) !important;
}
.tolo-finder__head::after { border-top-color: var(--t-slate) !important; }
.tolo-readmore::after { border-top-color: currentColor !important; border-left-width: 4px !important; border-right-width: 4px !important; border-top-width: 5px !important; }
@media (max-width: 899.98px) { .tolo-menu__caret { border-left-width: 5.5px; border-right-width: 5.5px; border-top-width: 6px; color: var(--t-muted); opacity: 1; } }
@media (min-width: 900px) { .tolo-finder__ghead::after { border-top-color: #3A2705 !important; } }
@media (max-width: 699.98px) { .tolo-topbar { font-size: 12px; } .tolo-topbar__list { padding-block: 8px; line-height: 1.5; } }
.tolo-product__note { position: absolute; bottom: 16px; left: 16px; right: 16px; z-index: 1; font-size: 13px; color: var(--t-muted); background: rgba(255, 255, 255, 0.9); border-radius: 10px; padding: 8px 12px; text-align: center; }
@media (max-width: 899.98px) {
	.tolo-finder__head { padding: 22px 0 18px; }
	.tolo-rangecard__body p:not(.tolo-eyebrow):not(.tolo-rangecard__more) { font-size: 17px; }
	.tolo-rangecard__more { font-size: 17px; }
}
/* sizes flagged by the design comparison */
.tolo-rangecard__more { font-size: 16px; }
.tolo-band__ctas .wp-block-button__link { font-size: 16px; }
.tolo-band h2 { color: var(--t-bg); }
@media (min-width: 900px) { .tolo-rangehero h1 { font-size: 58px; } }
.tolo-kicker--amber { font-size: 13px; font-weight: 700; }
.tolo-playguide h2 { color: var(--t-bg); }

/* For Educators — exact type values from the design (desktop) */
.tolo-set__meta { text-transform: uppercase; }
.tolo-set__chips .tolo-tag { font-weight: 700; }
.tolo-set__topics strong { font-weight: 700; color: var(--t-text); }
.tolo-set__topics span { font-size: 14px; }
.tolo-fact__label { font-weight: 700 !important; color: var(--t-text) !important; }
.tolo-tilequote cite, .tolo-quotes cite { font-weight: 400; }
.tolo-rpanel__note { font-size: 16px; color: var(--t-muted); }
.tolo-rpanel__note strong { font-family: var(--t-head); color: var(--t-text); }
@media (min-width: 900px) {
	.tolo-band--edu h1 { font-size: 56px; line-height: 1.05; }
	.tolo-layer__text p:not(.tolo-eyebrow) { font-size: 18px; }
	.tolo-tile p:not(.tolo-eyebrow) { font-size: 16px; }
	.tolo-pack p:not(.tolo-eyebrow) { font-size: 18px; }
	.tolo-ticks--dark li { font-size: 17px; color: var(--t-text); }
	.tolo-rpanel__intro p:not(.tolo-eyebrow) { font-size: 18px; }
	.tolo-job h4 { font-size: 18px; }
	.tolo-job p { font-size: 15px !important; }
	.tolo-rail__age { font-size: 16px; }
	.tolo-rail__step p:not(.tolo-rail__age) { font-size: 15px; }
}
.tolo-prep strong { font-weight: 700; color: var(--t-text); }
.tolo-prep__link { font-size: 15px; }
.tolo-audience .tolo-eyebrow { font-size: 12px; }
.tolo-plainlist { font-size: 16px; }
.tolo-form__checks label { font-size: 16px; }
.tolo-enquire--proposal .tolo-enquire__topics, .tolo-form--proposal .tolo-form__note { color: var(--t-teal); }
@media (min-width: 900px) {
	.tolo-custom h2 { font-size: 40px !important; }
	.tolo-custom .tolo-lead { font-size: 18px; line-height: 1.6; }
	.tolo-step3 h4 { font-size: 18px; }
	.tolo-step3 p:not(.tolo-eyebrow) { font-size: 15px; }
	.tolo-audience .tolo-card h3 { font-size: 23px; }
	#proposal .tolo-enquire h2 { font-size: 40px; }
	#proposal .tolo-enquire__text p:not(.tolo-enquire__topics) { font-size: 18px; }
	#proposal .tolo-enquire__topics { font-size: 15px; }
}
@media (min-width: 900px) {
	.tolo-split--head .tolo-lead { font-size: 20px; }
	.tolo-band--cta h2 { font-size: 34px; }
}
/* Buttons keep the design's 17px on every screen (WordPress "fluid" sizing would shrink them on phones) */
.wp-block-button__link { font-size: 17px; }
@media (max-width: 899.98px) {
	.tolo-section h2, .tolo-catalogue h2 { font-size: 28px; }
	.tolo-about h2, .tolo-awards-intro h2 { font-size: 29px; }
	.tolo-about p:not(.tolo-eyebrow):not(.tolo-signoff) { font-size: 19px; }
	.tolo-readmore { color: var(--t-navy); }
	.tolo-rangecard h3 { font-size: 30px; }
	.tolo-card--lg h3 { font-size: 23px; }
	.tolo-enquire h2 { font-size: 25px; }
	.tolo-awardstrip__all { font-size: 16px; line-height: 1.15; }
	.tolo-band--cta h2 { font-size: 26px; }
}
.tolo-about .tolo-signoff { line-height: 1.5 !important; }
/* For Educators + product — the design keeps these sizes on phones too */
.tolo-layer__text p:not(.tolo-eyebrow), .tolo-pack p:not(.tolo-eyebrow), .tolo-rpanel__intro p:not(.tolo-eyebrow), .tolo-custom .tolo-lead, #proposal .tolo-enquire__text p:not(.tolo-enquire__topics) { font-size: 18px; }
.tolo-custom .tolo-lead { line-height: 1.6; }
.tolo-ticks--dark li { font-size: 17px; color: var(--t-text); }
.tolo-job h4, .tolo-step3 h4 { font-size: 18px; }
.tolo-job p, .tolo-step3 p:not(.tolo-eyebrow) { font-size: 15px !important; }
.tolo-rail__age { font-size: 16px !important; }
.tolo-rail__step p:not(.tolo-rail__age) { font-size: 15px !important; }
.tolo-audience .tolo-card h3 { font-size: 23px; }
#proposal .tolo-enquire__topics { font-size: 15px; }
.tolo-pcard--related .tolo-pcard__name { font-size: 18px; line-height: 1.25; }
@media (max-width: 899.98px) {
	.tolo-layer__text h2, .tolo-enquire--proposal h2, .tolo-rpanel__intro h2 { font-size: 26px !important; }
	.tolo-playguide h2, .tolo-related__head h2 { font-size: 25px; line-height: 1.12; }
}
@media (max-width: 899.98px) {
	.tolo-numstack .tolo-stat__num { font-size: 30px; line-height: 1; }
	.tolo-awards-wrap + .tolo-band--cta h2, .tolo-band--cta h2 { font-size: 25px; }
}
/* the closing band is 36px on the range pages, 34px on Awards (as in the design) */
.tolo-browse-wrap + .tolo-band--cta h2 { font-size: 36px; }
@media (max-width: 899.98px) { .tolo-browse-wrap + .tolo-band--cta h2 { font-size: 26px; } }

/* ==========================================================================
   Classic theme markup: footer menus, social links, skip link
   ========================================================================== */
.tolo-skip:focus { position: fixed !important; left: 12px; top: 12px; width: auto; height: auto; clip-path: none; z-index: 1000; background: #fff; padding: 10px 16px; border-radius: 10px; }
.tolo-social { list-style: none; margin: 22px 0 0; padding: 0; display: flex; gap: 10px; }
.tolo-social a { width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--t-line-2); background: #fff; color: var(--t-teal); display: flex; align-items: center; justify-content: center; transition: background-color .15s, color .15s; }
.tolo-social a:hover { background: var(--t-teal); border-color: var(--t-teal); color: #fff; }
.tolo-footer-mini__links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 24px; font-family: var(--t-head); font-weight: 600; font-size: 16px; }
.tolo-footer-mini__links a { color: var(--t-muted); }
.tolo-footer-mini__links a:hover { color: var(--t-red); }
.tolo-footer__brand .tolo-logo { display: inline-block; }
.tolo-menu__empty { font-family: var(--t-head); font-weight: 700; font-size: 14px; }
