/*
Theme Name: Speak 2 Me
Theme URI: https://speak2me.co.za/
Author: ForgeWorks
Author URI: https://theforgeza.co.za/
Description: A warm, accessible WordPress and WooCommerce theme for Speak 2 Me, supporting AAC, eye-gaze access, equine-assisted therapy, resources and retail.
Version: 1.0.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: speak2me
Tags: accessibility-ready, custom-logo, custom-menu, featured-images, e-commerce, blog
*/

@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&family=Nunito+Sans:wght@700;800;900&display=swap");

:root {
  --navy: #012b53;
  --navy-deep: #001e3d;
  --teal: #019aab;
  --teal-dark: #007d8d;
  --green: #46a13e;
  --mist: #e8f6f7;
  --pale-green: #eaf5e8;
  --warm-white: #f8fbfc;
  --ink: #17324d;
  --muted: #647688;
  --line: #d6e6e9;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(1, 43, 83, 0.12);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.screen-reader-text:focus {
	clip: auto;
	width: auto;
	height: auto;
	top: 8px;
	left: 8px;
	padding: 12px 16px;
	background: #fff;
	color: var(--navy);
	z-index: 9999;
}
.desktop-nav > ul,
.mobile-panel > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 30px;
}
.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 11px;
	background: var(--mist);
	place-content: center;
	gap: 4px;
	cursor: pointer;
}
.menu-toggle > span:not(.screen-reader-text) {
	width: 20px;
	height: 2px;
	background: var(--navy);
	border-radius: 2px;
}
.prose-layout { max-width: 900px; }
.entry-card { margin-bottom: 40px; }
.entry-card > h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.entry-card > h2 { font-size: clamp(2rem, 3vw, 3rem); }
.entry-image { display: block; margin: 28px 0; border-radius: 24px; overflow: hidden; }
.entry-content a { color: var(--teal-dark); text-decoration: underline; }
.entry-content { font-size: 1.05rem; }
.error-page { text-align: center; }
.error-page .hero-actions { justify-content: center; }

.woocommerce .woocommerce-breadcrumb { color: var(--muted); margin-bottom: 24px; }
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 36px 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 24px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 22px;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
}
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.woocommerce ul.products li.product a img { margin: 0 0 20px; aspect-ratio: 1; object-fit: cover; background: var(--mist); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 22px; color: var(--navy); font-size: 1.2rem; }
.woocommerce ul.products li.product .price { padding: 0 22px; color: var(--teal-dark); font-weight: 900; }
.woocommerce ul.products li.product .button { margin: 12px 22px 0; min-height: 44px; background: var(--navy); color: #fff; }
.woocommerce span.onsale { background: var(--green); min-width: 48px; min-height: 48px; line-height: 48px; }
.woocommerce .woocommerce-ordering select,
.woocommerce-product-search .search-field {
	height: 52px;
	padding: 0 15px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #fff;
	font: inherit;
}
.woocommerce-product-search button { height: 52px; border: 0; border-radius: 14px; padding: 0 18px; background: var(--navy); color: #fff; font-weight: 800; }
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product .product_title { font-size: clamp(2.4rem, 4vw, 4rem); }
.woocommerce div.product p.price { color: var(--teal-dark); font-size: 1.6rem; font-weight: 900; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit { background: var(--navy); color: #fff; border-radius: 12px; }
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--teal-dark); color: #fff; }

@media (max-width: 980px) {
	.desktop-nav, .desktop-cta { display: none; }
	.menu-toggle { display: grid; }
	.header-inner { position: relative; }
	.mobile-panel {
		display: none;
		top: calc(100% + 8px);
		right: 0;
	}
	.mobile-panel.is-open { display: grid; }
	.mobile-panel > ul { display: grid; gap: 2px; }
	.mobile-panel > ul a { display: block; padding: 10px; font-weight: 800; }
	.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.woocommerce div.product { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 620px) {
	.brand { width: 190px; }
	.shop-cart span { display: none; }
	.woocommerce ul.products { grid-template-columns: 1fr; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Atkinson Hyperlegible", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

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

img {
  max-width: 100%;
  display: block;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

h1,
h2,
h3,
strong,
.button,
.section-kicker,
.eyebrow {
  font-family: "Nunito Sans", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(214, 230, 233, 0.8);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  width: 250px;
  margin-right: auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.desktop-nav a {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  position: relative;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 100%;
  bottom: -8px;
  background: var(--teal);
  transition: right 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
}

.button {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg,
.text-link svg,
.service-card a svg,
.resource-links svg,
.contact-card > a > svg {
  width: 19px;
  height: 19px;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(1, 43, 83, 0.22);
}

.button-primary:hover {
  background: var(--teal-dark);
  box-shadow: 0 16px 32px rgba(1, 154, 171, 0.23);
}

.button-small {
  min-height: 46px;
  padding-inline: 19px;
  border-radius: 12px;
  font-size: 0.86rem;
}

.button-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.65);
  color: var(--navy);
}

.button-ghost:hover {
  border-color: var(--teal);
  background: var(--white);
}

.button-light {
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(0, 30, 61, 0.18);
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  list-style: none;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: var(--mist);
  display: grid;
  place-content: center;
  gap: 4px;
  cursor: pointer;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  width: 20px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
}

.mobile-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: min(310px, calc(100vw - 32px));
  padding: 18px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  display: none;
  gap: 4px;
}

.mobile-panel[hidden] {
  display: none !important;
}

.mobile-panel > a:not(.button) {
  padding: 11px 10px;
  font-weight: 750;
}

.mobile-panel .button {
  margin-top: 8px;
}

.hero {
  min-height: calc(100vh - 88px);
  background:
    linear-gradient(115deg, rgba(232, 246, 247, 0.98), rgba(248, 251, 252, 0.92) 55%, rgba(234, 245, 232, 0.88));
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 93px;
  height: 1px;
  background: rgba(1, 43, 83, 0.08);
}

.hero-shape {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
}

.hero-shape-one {
  width: 420px;
  height: 420px;
  background: rgba(1, 154, 171, 0.08);
  top: -180px;
  left: -180px;
}

.hero-shape-two {
  width: 390px;
  height: 390px;
  background: rgba(70, 161, 62, 0.08);
  bottom: -180px;
  right: -100px;
}

.hero-grid {
  min-height: calc(100vh - 182px);
  padding-block: 70px 54px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 54px;
}

.eyebrow {
  color: var(--teal-dark);
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(70, 161, 62, 0.12);
}

.hero h1 {
  max-width: 670px;
  font-size: clamp(3.5rem, 5.8vw, 5.65rem);
  margin: 24px 0;
}

.hero-lead {
  max-width: 635px;
  color: #435d73;
  font-size: 1.15rem;
  line-height: 1.72;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-location {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-location svg {
  width: 20px;
  height: 20px;
  color: var(--green);
}

.hero-visual {
  min-height: 530px;
  position: relative;
  display: grid;
  place-items: center;
}

.hero-mark-wrap {
  position: relative;
  width: min(390px, 77%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.67);
  border: 1px solid rgba(255, 255, 255, 0.95);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  z-index: 2;
}

.hero-mark-wrap img {
  width: 76%;
  position: relative;
  z-index: 2;
}

.hero-mark-glow {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: rgba(1, 154, 171, 0.12);
  filter: blur(25px);
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(1, 154, 171, 0.18);
  border-radius: 50%;
}

.orbit-one {
  width: 455px;
  height: 455px;
}

.orbit-two {
  width: 525px;
  height: 525px;
  border-style: dashed;
  border-color: rgba(70, 161, 62, 0.18);
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 260px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(214, 230, 233, 0.9);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(1, 43, 83, 0.11);
}

.floating-card span:last-child {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.floating-card strong {
  display: block;
  margin-bottom: 2px;
  color: var(--navy);
  font-size: 0.83rem;
}

.floating-card-top {
  right: -12px;
  top: 74px;
}

.floating-card-bottom {
  left: -6px;
  bottom: 44px;
}

.floating-card-side {
  right: -10px;
  bottom: 118px;
}

.mini-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}

.mini-icon svg {
  width: 24px;
  height: 24px;
}

.mini-icon.teal {
  background: var(--mist);
  color: var(--teal);
}

.mini-icon.green {
  background: var(--pale-green);
  color: var(--green);
}

.mini-icon.navy {
  background: #e9f0f5;
  color: var(--navy);
}

.trust-strip {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.trust-strip > span {
  font-weight: 900;
}

.trust-strip > div {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--navy);
  font-size: 0.9rem;
  letter-spacing: 0;
}

.trust-strip i {
  width: 5px;
  height: 5px;
  background: var(--teal);
  border-radius: 50%;
}

.section {
  padding-block: 110px;
}

.section-kicker {
  color: var(--green);
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 900;
}

.section-kicker.light {
  color: #7fd1da;
}

.section h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  margin: 18px 0 24px;
}

.section-intro,
.section-heading > p,
.about-copy > p,
.resource-box > div > p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.support-section {
  background: var(--white);
}

.support-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 90px;
  align-items: center;
}

.text-link,
.service-card > a {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-weight: 850;
}

.text-link:hover,
.service-card > a:hover {
  color: var(--teal-dark);
}

.support-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.support-item {
  min-height: 78px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--navy);
  font-weight: 800;
  background: var(--warm-white);
}

.support-item span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--pale-green);
  color: var(--green);
}

.support-item svg {
  width: 19px;
  height: 19px;
}

.services-section {
  background: var(--warm-white);
}

.section-heading.centered {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered > p {
  max-width: 650px;
  margin-inline: auto;
}

.services-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  min-height: 520px;
  padding: 30px;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.service-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
}

.service-icon svg {
  width: 31px;
  height: 31px;
}

.service-card.teal .service-icon {
  color: var(--teal);
  background: var(--mist);
}

.service-card.navy .service-icon {
  color: var(--navy);
  background: #e9f0f5;
}

.service-card.green .service-icon {
  color: var(--green);
  background: var(--pale-green);
}

.service-number {
  color: #b6c7cf;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.service-card h3 {
  margin: 30px 0 17px;
  font-size: 1.72rem;
}

.service-card > p {
  color: var(--muted);
  font-size: 0.93rem;
}

.service-card ul {
  list-style: none;
  margin: 18px 0 26px;
  padding: 0;
  display: grid;
  gap: 11px;
}

.service-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
}

.service-card li svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.service-card > a {
  margin-top: auto;
  font-size: 0.88rem;
}

.process-section {
  background: var(--navy);
  color: #d2e5eb;
}

.process-section h2,
.process-section h3 {
  color: var(--white);
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 90px;
  align-items: end;
}

.split-heading > p {
  color: #b4ccd4;
  margin-bottom: 28px;
}

.process-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: rgba(127, 209, 218, 0.28);
}

.process-step {
  padding-right: 52px;
  position: relative;
  z-index: 1;
}

.process-step > span {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  display: grid;
  place-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  box-shadow: 0 0 0 9px var(--navy);
}

.process-step h3 {
  margin: 29px 0 15px;
  font-size: 1.3rem;
}

.process-step p {
  margin: 0;
  color: #b4ccd4;
  font-size: 0.92rem;
}

.about-section {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 100px;
  align-items: center;
}

.about-visual {
  min-height: 500px;
  border-radius: 40% 56% 42% 58% / 54% 42% 58% 46%;
  background: linear-gradient(145deg, var(--mist), var(--pale-green));
  position: relative;
  display: grid;
  place-items: center;
}

.about-mark {
  width: 66%;
  padding: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 50px rgba(1, 43, 83, 0.1);
}

.about-quote {
  position: absolute;
  right: -52px;
  bottom: 28px;
  width: 245px;
  padding: 20px;
  border-radius: 18px;
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow);
}

.about-quote svg {
  width: 25px;
  height: 25px;
  color: #7fd1da;
}

.about-quote p {
  margin: 12px 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.45;
}

.about-copy > p {
  max-width: 650px;
}

.about-values {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-values span {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--mist);
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.resource-section {
  padding-top: 0;
}

.shop-promo-section {
  padding-top: 0;
}

.shop-promo {
  min-height: 430px;
  padding: 64px;
  border-radius: 34px;
  background: var(--navy);
  color: #cfe2e8;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 60px;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.shop-promo h2 {
  color: var(--white);
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
}

.shop-promo-copy p {
  max-width: 580px;
  margin-bottom: 28px;
}

.shop-promo-cards {
  min-height: 300px;
  position: relative;
}

.promo-product {
  position: absolute;
  width: 230px;
  height: 270px;
  padding: 24px;
  border-radius: 22px;
  color: var(--navy);
  box-shadow: 0 24px 50px rgba(0, 18, 38, .3);
}

.promo-product > span {
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.promo-product > strong {
  display: block;
  margin-top: 9px;
  line-height: 1.2;
}

.promo-product-one {
  left: 4%;
  bottom: 0;
  transform: rotate(-7deg);
  background: #dff4f5;
}

.promo-product-two {
  right: 2%;
  top: 0;
  transform: rotate(6deg);
  background: #edf6e9;
}

.promo-switch, .hero-switch {
  width: 112px;
  height: 112px;
  margin: 30px auto 0;
  border-radius: 50%;
  background: var(--teal);
  border: 12px solid var(--white);
  box-shadow: 0 8px 0 #006e7a, 0 16px 30px rgba(1,43,83,.18);
  display: grid;
  place-items: center;
}

.promo-switch i, .hero-switch i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
}

.promo-books {
  height: 125px;
  margin-top: 25px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.promo-books i {
  width: 37px;
  height: 105px;
  border-radius: 4px 4px 2px 2px;
  background: var(--navy);
  border-left: 5px solid var(--teal);
}

.promo-books i:nth-child(2) { height: 124px; background: var(--teal); border-color: var(--green); }
.promo-books i:nth-child(3) { height: 92px; background: var(--green); border-color: var(--navy); }

/* Shop */
.shop-notice {
  background: var(--navy);
  color: #d5e8ed;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
}

.shop-notice .container {
  min-height: 34px;
  display: flex;
  justify-content: center;
  gap: 42px;
  align-items: center;
}

.shop-notice span + span::before {
  content: "•";
  margin-right: 42px;
  color: #7fd1da;
}

.desktop-nav .active::after { right: 0; }

.shop-cart {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  background: var(--mist);
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .84rem;
  font-weight: 850;
}

.shop-cart svg { width: 20px; height: 20px; }
.shop-cart i {
  width: 20px; height: 20px; border-radius: 50%; background: var(--teal);
  color: white; display: grid; place-items: center; font-style: normal; font-size: .67rem;
}

.shop-hero {
  background: linear-gradient(115deg, var(--mist), var(--warm-white) 58%, var(--pale-green));
  overflow: hidden;
}

.shop-hero-grid {
  min-height: 670px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}

.shop-hero h1 {
  max-width: 690px;
  margin: 22px 0;
  font-size: clamp(3.6rem, 6vw, 6rem);
}

.shop-hero p {
  max-width: 650px;
  color: #435d73;
  font-size: 1.12rem;
}

.shop-hero-art { min-height: 530px; position: relative; }
.shop-orbit {
  position: absolute; width: 430px; height: 430px; border-radius: 50%;
  top: 50px; left: 50px; background: rgba(255,255,255,.65); box-shadow: var(--shadow);
}

.hero-book {
  position: absolute; border-radius: 10px 17px 17px 10px;
  box-shadow: 0 25px 50px rgba(1,43,83,.22);
}
.hero-book-back { width: 210px; height: 310px; background: var(--green); top: 86px; left: 106px; transform: rotate(-10deg); }
.hero-book-back span { writing-mode: vertical-rl; color: white; font-weight: 900; letter-spacing: .12em; padding: 20px; }
.hero-book-front { width: 230px; height: 340px; background: var(--navy); top: 82px; left: 205px; transform: rotate(8deg); color: white; padding: 28px; }
.hero-book-front img { width: 92px; filter: brightness(0) invert(1); opacity: .95; }
.hero-book-front strong { display: block; color: white; font-size: 1.45rem; line-height: 1.05; margin-top: 38px; }
.hero-book-front > span { display: block; margin-top: 12px; color: #8fd8df; font-size: .73rem; }
.hero-switch { position: absolute; width: 138px; height: 138px; right: 7px; bottom: 47px; margin: 0; transform: rotate(4deg); }
.hero-tag { position: absolute; top: 68px; right: -12px; background: white; color: var(--navy); border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; font-size: .73rem; font-weight: 900; }

.shop-categories { border-block: 1px solid var(--line); background: white; }
.category-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.category-row > a { min-height: 145px; padding: 22px; display: grid; grid-template-columns: 58px 1fr; grid-template-rows: auto auto; column-gap: 15px; align-content: center; border-right: 1px solid var(--line); }
.category-row > a:first-child { border-left: 1px solid var(--line); }
.category-row strong { align-self: end; color: var(--navy); line-height: 1.2; }
.category-row small { color: var(--muted); font-size: .7rem; }
.category-icon { grid-row: 1 / 3; width: 58px; height: 58px; border-radius: 16px; background: var(--mist); position: relative; display: grid; place-items: center; }
.switch-art i { width: 32px; height: 32px; border-radius: 50%; background: var(--teal); border: 5px solid white; box-shadow: 0 3px 0 var(--teal-dark); }
.mount-art i { width: 29px; height: 20px; border: 3px solid var(--navy); border-radius: 3px; transform: rotate(-10deg); }
.mount-art b { position: absolute; width: 4px; height: 22px; background: var(--navy); bottom: 5px; }
.board-art { grid-template-columns: repeat(2, 12px); gap: 4px; }
.board-art i { width: 12px; height: 12px; background: var(--green); border-radius: 2px; }
.book-art i { width: 28px; height: 38px; background: var(--navy); border-left: 5px solid var(--teal); border-radius: 2px 4px 4px 2px; }

.product-section { background: var(--warm-white); }
.shop-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.shop-heading h2 { margin-bottom: 15px; }
.shop-heading p { color: var(--muted); }
.shop-search { width: 280px; height: 52px; border: 1px solid var(--line); border-radius: 14px; display: flex; align-items: center; gap: 10px; padding: 0 15px; background: white; }
.shop-search svg { width: 20px; color: var(--teal); }
.shop-search input { min-width: 0; border: 0; outline: 0; font: inherit; color: var(--ink); }
.product-filters { margin: 32px 0; display: flex; gap: 9px; flex-wrap: wrap; }
.product-filters button { border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px; background: white; color: var(--ink); font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; }
.product-filters button.selected { background: var(--navy); color: white; border-color: var(--navy); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.product-card { background: white; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 340px; transition: transform .18s ease, box-shadow .18s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-art { position: relative; display: grid; place-items: center; overflow: hidden; }
.product-art.teal { background: var(--mist); }
.product-art.navy { background: #e7eef4; }
.product-art.green { background: var(--pale-green); }
.product-badge { position: absolute; top: 18px; left: 18px; font-size: .58rem; font-weight: 900; letter-spacing: .08em; color: var(--teal-dark); }
.product-object { width: 135px; height: 135px; position: relative; display: grid; place-items: center; }
.product-object.switch i:first-child { width: 112px; height: 112px; border-radius: 50%; background: var(--teal); border: 12px solid white; box-shadow: 0 8px 0 #006e7a, 0 14px 24px rgba(1,43,83,.15); }
.product-object.mount i:first-child { width: 100px; height: 70px; border-radius: 8px; background: var(--navy); border: 8px solid white; transform: rotate(-8deg); }
.product-object.mount i:nth-child(2) { position: absolute; width: 8px; height: 80px; background: var(--teal); bottom: -15px; transform: rotate(18deg); }
.product-object.board { grid-template-columns: repeat(2, 46px); gap: 8px; padding: 14px; border-radius: 9px; background: white; box-shadow: 0 10px 25px rgba(1,43,83,.13); }
.product-object.board i { width: 46px; height: 46px; border-radius: 5px; background: var(--green); }
.product-object.board i:nth-child(2), .product-object.board i:nth-child(3) { background: var(--teal); }
.product-object.eye { border: 7px solid var(--navy); border-radius: 50% 12%; transform: rotate(45deg); width: 95px; height: 95px; }
.product-object.eye i:first-child { width: 38px; height: 38px; border-radius: 50%; background: var(--teal); border: 9px solid white; }
.product-info { padding: 30px 27px; display: flex; flex-direction: column; }
.product-info > small { color: var(--teal-dark); font-weight: 900; letter-spacing: .1em; font-size: .62rem; }
.product-info h3 { font-size: 1.35rem; margin: 12px 0; }
.product-info p { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.product-action { margin-top: auto; border-top: 1px solid var(--line); padding-top: 15px; }
.product-action > span { display: block; color: var(--muted); font-size: .66rem; margin-bottom: 5px; }
.product-action a { color: var(--navy); font-weight: 900; font-size: .78rem; display: inline-flex; align-items: center; gap: 7px; }
.product-action svg { width: 17px; }
.mockup-note { color: var(--muted); font-size: .7rem; text-align: center; margin: 26px 0 0; }

.books-section { background: var(--navy); color: #cfe2e8; }
.books-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.books-section h2 { color: white; }
.books-section p { color: #b9d0d7; font-size: 1.03rem; }
.books-art { min-height: 450px; position: relative; }
.book-stack { position: absolute; width: 245px; height: 340px; border-radius: 8px 16px 16px 8px; box-shadow: 0 25px 50px rgba(0,17,35,.35); }
.book-stack-one { z-index: 3; background: white; color: var(--navy); top: 35px; left: 125px; transform: rotate(5deg); padding: 28px; }
.book-stack-one img { width: 100px; }
.book-stack-one strong { display: block; font-size: 1.75rem; line-height: 1.08; margin-top: 55px; }
.book-stack-two { z-index: 2; background: var(--teal); top: 45px; left: 55px; transform: rotate(-8deg); }
.book-stack-two span { writing-mode: vertical-rl; padding: 20px; color: white; font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.book-stack-three { z-index: 1; background: var(--green); top: 55px; left: 5px; transform: rotate(-14deg); }
.book-benefits { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 13px; }
.book-benefits li { display: flex; gap: 10px; align-items: center; color: white; font-weight: 750; }
.book-benefits svg { width: 20px; color: #7fd1da; }

.shop-fulfilment { padding-block: 65px; background: #eef7f8; }
.fulfilment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.fulfilment-grid > div { padding-right: 35px; border-right: 1px solid var(--line); }
.fulfilment-grid > div:last-child { border: 0; }
.fulfilment-grid span { color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.fulfilment-grid strong { display: block; color: var(--navy); font-size: 1.15rem; margin: 7px 0; }
.fulfilment-grid p { color: var(--muted); font-size: .82rem; margin: 0; }

.resource-box {
  padding: 56px;
  border-radius: 30px;
  background: var(--warm-white);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 72px;
  align-items: center;
}

.resource-box h2 {
  font-size: clamp(2.1rem, 3vw, 3.1rem);
}

.resource-links {
  display: grid;
  gap: 11px;
}

.resource-links a {
  min-height: 64px;
  padding: 0 19px;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  font-weight: 850;
  transition: border-color 180ms ease, transform 180ms ease;
}

.resource-links a:hover {
  border-color: var(--teal);
  transform: translateX(4px);
}

.contact-section {
  padding-block: 110px;
  background:
    radial-gradient(circle at 8% 20%, rgba(1, 154, 171, 0.15), transparent 27%),
    var(--navy);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 85px;
  align-items: center;
}

.contact-section h2 {
  color: var(--white);
  font-size: clamp(2.6rem, 4vw, 4.1rem);
  margin: 18px 0 23px;
}

.contact-section .contact-grid > div:first-child > p {
  max-width: 580px;
  color: #b4ccd4;
  font-size: 1.06rem;
}

.contact-card {
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 10px;
}

.contact-card > a,
.contact-place {
  min-height: 80px;
  padding: 12px 15px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--white);
}

.contact-card > a:hover {
  background: var(--mist);
}

.contact-card > a > span,
.contact-place > span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--mist);
  color: var(--teal);
}

.contact-card span svg {
  width: 23px;
  height: 23px;
}

.contact-card > a > svg {
  margin-left: auto;
  color: var(--teal);
}

.contact-card small {
  display: block;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.contact-card strong {
  display: block;
  color: var(--navy);
  font-size: 1rem;
}

footer {
  background: var(--navy-deep);
  color: #adcad3;
}

.footer-main {
  padding-block: 76px 54px;
  display: grid;
  grid-template-columns: 1.5fr 0.65fr 0.85fr;
  gap: 70px;
}

.footer-brand img {
  width: 245px;
  padding: 12px;
  border-radius: 10px;
  background: var(--white);
}

.footer-brand p {
  max-width: 430px;
  margin: 22px 0 0;
  font-size: 0.9rem;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 10px;
  font-size: 0.87rem;
}

.footer-links strong {
  margin-bottom: 8px;
  color: var(--white);
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  min-height: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 0.76rem;
}

@media (max-width: 1080px) {
  .shop-promo {
    padding: 50px;
  }

  .shop-promo-cards {
    transform: scale(.88);
  }

  .shop-hero-grid {
    gap: 25px;
  }

  .shop-hero-art {
    transform: scale(.88);
    transform-origin: center;
  }

  .category-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-row > a {
    border-bottom: 1px solid var(--line);
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-art {
    min-height: 230px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .desktop-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 25px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 6.2vw, 4.5rem);
  }

  .floating-card {
    width: 230px;
  }

  .floating-card-top {
    right: -4px;
  }

  .floating-card-side {
    display: none;
  }

  .support-grid,
  .about-grid {
    gap: 55px;
  }
}

@media (max-width: 860px) {
  .shop-notice span:nth-child(2) {
    display: none;
  }

  .shop-notice span:nth-child(3)::before {
    content: "•";
  }

  .shop-cart {
    margin-left: auto;
  }

  .shop-cart span {
    display: none;
  }

  .shop-promo,
  .shop-hero-grid,
  .books-grid {
    grid-template-columns: 1fr;
  }

  .shop-promo-cards {
    min-height: 330px;
    width: min(520px, 100%);
    margin-inline: auto;
  }

  .shop-hero-grid {
    padding-block: 78px 30px;
  }

  .shop-hero-art {
    width: min(540px, 100%);
    margin-inline: auto;
  }

  .shop-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-columns: .8fr 1.2fr;
  }

  .books-art {
    width: min(480px, 100%);
    margin-inline: auto;
  }

  .fulfilment-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .fulfilment-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 25px;
  }

  .desktop-nav,
  .desktop-cta {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    padding-block: 70px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow,
  .hero-actions,
  .hero-location {
    justify-content: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-visual {
    min-height: 500px;
  }

  .floating-card-top {
    right: 6%;
  }

  .floating-card-bottom {
    left: 6%;
  }

  .trust-strip {
    padding-block: 24px;
    flex-direction: column;
    justify-content: center;
  }

  .support-grid,
  .about-grid,
  .contact-grid,
  .resource-box,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .support-grid,
  .about-grid,
  .contact-grid,
  .resource-box,
  .split-heading {
    gap: 45px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .process-grid::before {
    top: 4%;
    bottom: 4%;
    left: 25px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .process-step {
    padding: 0 0 0 80px;
  }

  .process-step > span {
    position: absolute;
    left: 0;
    top: 0;
  }

  .process-step h3 {
    margin-top: 0;
  }

  .about-visual {
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .about-quote {
    right: 20px;
  }

  .resource-box {
    padding: 42px;
  }

  .footer-main {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

@media (max-width: 600px) {
  .shop-notice .container {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }

  .shop-notice span:nth-child(3) {
    display: none;
  }

  .shop-cart {
    display: none;
  }

  .shop-promo {
    padding: 38px 24px;
  }

  .shop-promo-cards {
    min-height: 260px;
    transform: none;
  }

  .promo-product {
    width: 175px;
    height: 225px;
    padding: 18px;
  }

  .promo-product-one { left: -8px; }
  .promo-product-two { right: -8px; }
  .promo-switch { width: 85px; height: 85px; margin-top: 20px; }
  .promo-books { transform: scale(.75); transform-origin: center bottom; margin-top: 0; }

  .shop-hero h1 {
    font-size: clamp(2.85rem, 14vw, 4rem);
  }

  .shop-hero-art {
    min-height: 420px;
    transform: scale(.7);
    transform-origin: top left;
    width: 140%;
    margin-bottom: -110px;
  }

  .category-row {
    grid-template-columns: 1fr;
  }

  .category-row > a {
    min-height: 110px;
    border-left: 1px solid var(--line);
  }

  .shop-search {
    width: 100%;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-art {
    min-height: 250px;
  }

  .books-art {
    min-height: 360px;
    transform: scale(.78);
    transform-origin: top left;
    width: 128%;
    margin-bottom: -60px;
  }

  .container {
    width: min(100% - 32px, 1180px);
  }

  .header-inner {
    min-height: 74px;
  }

  .brand {
    width: 205px;
  }

  .hero-grid {
    padding-block: 55px 35px;
  }

  .hero h1 {
    margin-block: 18px;
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 390px;
  }

  .hero-mark-wrap {
    width: 72%;
  }

  .orbit-one {
    width: 315px;
    height: 315px;
  }

  .orbit-two {
    width: 360px;
    height: 360px;
  }

  .floating-card {
    width: 208px;
    padding: 10px;
  }

  .floating-card-top {
    top: 18px;
    right: 0;
  }

  .floating-card-bottom {
    bottom: 8px;
    left: 0;
  }

  .mini-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .trust-strip > div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
  }

  .trust-strip i {
    display: none;
  }

  .section,
  .contact-section {
    padding-block: 78px;
  }

  .section h2,
  .contact-section h2 {
    font-size: 2.45rem;
  }

  .support-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 25px;
  }

  .about-visual {
    min-height: 380px;
  }

  .about-mark {
    padding: 28px;
  }

  .about-quote {
    right: 10px;
    left: 10px;
    bottom: -28px;
    width: auto;
  }

  .about-copy {
    padding-top: 30px;
  }

  .resource-box {
    padding: 28px 22px;
  }

  .contact-card strong {
    font-size: 0.86rem;
  }

  .contact-card > a,
  .contact-place {
    padding-inline: 10px;
  }

  .contact-card > a > span,
  .contact-place > span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-bottom {
    padding-block: 18px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/*
 * Navigation breakpoint rules live at the end of the stylesheet so later base
 * component declarations cannot override them through source order.
 */
@media (max-width: 980px) {
  .header-inner {
    position: relative;
  }

  .desktop-nav,
  .desktop-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
    flex: 0 0 44px;
  }

  .mobile-panel.is-open:not([hidden]) {
    display: grid;
  }

  .mobile-panel > ul {
    display: grid;
    align-items: stretch;
    gap: 2px;
  }

  .mobile-panel > ul a {
    display: block;
    padding: 10px;
    font-weight: 800;
  }
}

@media (min-width: 981px) {
  .menu-toggle,
  .mobile-panel {
    display: none !important;
  }
}

@media (max-width: 620px) {
  .brand {
    width: 190px;
  }

  .shop-cart span {
    display: none;
  }
}
