/*
Theme Name: Relocate
Theme URI: https://ntdigital.co.nz
Author: NT Digital
Description: A booking-driven theme for a home relocation business. Built for the Relocate plugin. Mobile first, one date drives everything.
Version: 1.12.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: relocate-theme
Tags: business, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/*
 * Design tokens live here. Everything else is in assets/theme.css.
 *
 * The palette is the inside of a moving crate: cool paper, deep green-black,
 * and one working green. Signal orange appears exactly twice on the whole site
 * — on a deadline and on a bond warning — and nowhere else. It only means
 * "this one has a clock on it."
 *
 * Dates and numbers are always mono. Moving is logistics; logistics runs on
 * consignment notes. If it's data, it's monospaced.
 */

:root {
	/* Colour */
	--rt-ink:          #14201b;
	--rt-ink-2:        #4a5a52;
	--rt-ink-3:        #7d8a83;
	--rt-paper:        #f6f7f5;
	--rt-white:        #ffffff;
	--rt-crate:        #1f6f5c;
	--rt-crate-deep:   #15503f;
	--rt-crate-soft:   #e7f0ec;
	--rt-signal:       #e2612b;
	--rt-signal-soft:  #fdeee6;
	--rt-line:         #dde2de;
	--rt-line-soft:    #eceeeb;

	/* Type */
	--rt-display: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--rt-body:    "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--rt-mono:    "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

	/* Scale */
	--rt-step--1: clamp(0.83rem, 0.8rem + 0.15vw, 0.9rem);
	--rt-step-0:  clamp(1rem, 0.96rem + 0.2vw, 1.09rem);
	--rt-step-1:  clamp(1.2rem, 1.12rem + 0.4vw, 1.45rem);
	--rt-step-2:  clamp(1.5rem, 1.35rem + 0.75vw, 2rem);
	--rt-step-3:  clamp(1.9rem, 1.6rem + 1.5vw, 2.9rem);
	--rt-step-4:  clamp(2.3rem, 1.75rem + 2.7vw, 4rem);

	/* Space */
	--rt-gap:    1rem;
	--rt-gap-2:  1.5rem;
	--rt-gap-3:  2.5rem;
	--rt-gap-4:  4rem;
	--rt-gap-5:  6rem;

	/* Layout */
	--rt-max:    68rem;
	--rt-narrow: 42rem;
	--rt-radius: 10px;

	/* The sticky book bar reserves space at the bottom on mobile. */
	--rt-bar-h: 68px;
}
