/*
Theme Name: 1001 Paws UAE
Theme URI: https://1001paws.ae/
Author: 1001 Paws Animal Welfare Organisation
Author URI: https://1001paws.com/
Description: Exact one-page website for 1001 Paws Animal Welfare Organisation in the UAE.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: paws-uae
*/

:root {
  --ivory: #fbf7ef;
  --paper: #fffdf9;
  --ink: #2d332f;
  --muted: #667069;
  --line: #e6dfd3;
  --brand: #c1731e;
  --brand-dark: #9a5615;
  --brand-soft: #f6dfbd;
  --sage: #dce8de;
  --sage-dark: #315a4b;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

.wp-site-blocks {
  padding: 0;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(230, 223, 211, 0.8);
  background: rgba(251, 247, 239, 0.92);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.brand-mark {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(193, 115, 30, 0.18);
  border-radius: 18px;
  background: white;
  box-shadow: 0 8px 25px rgba(93, 62, 27, 0.08);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  gap: 3px;
}

.brand-copy strong {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.brand-copy span {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #4e5751;
  font-size: 14px;
  font-weight: 650;
}

.header-nav a:not(.nav-cta):hover {
  color: var(--brand);
}

.nav-cta {
  padding: 13px 19px;
  border-radius: 999px;
  background: var(--brand);
  color: white;
  box-shadow: 0 10px 25px rgba(193, 115, 30, 0.2);
  transition: transform 180ms ease, background 180ms ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  background: var(--brand-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 78px;
}

.hero::after {
  content: "";
  position: absolute;
  right: -150px;
  top: -210px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(246, 223, 189, 0.52);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  align-items: center;
  gap: clamp(52px, 7vw, 108px);
}

.hero-visual {
  position: relative;
  padding: 18px 0 28px 18px;
}

.hero-halo {
  position: absolute;
  inset: 0 36px 8px 0;
  border-radius: 999px 999px 40px 40px;
  background: var(--brand-soft);
  transform: rotate(-3deg);
}

.hero-image-frame {
  position: relative;
  height: clamp(520px, 60vw, 670px);
  overflow: hidden;
  border-radius: 999px 999px 34px 34px;
  box-shadow: 0 30px 70px rgba(75, 63, 46, 0.16);
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-note {
  position: absolute;
  right: -28px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  padding: 16px 18px;
  border: 1px solid rgba(49, 90, 75, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 18px 45px rgba(65, 74, 68, 0.14);
}

.note-pulse {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border: 3px solid #c8dccd;
  border-radius: 50%;
  background: var(--sage-dark);
  box-shadow: 0 0 0 6px rgba(49, 90, 75, 0.08);
}

.hero-note span:last-child {
  display: grid;
  gap: 3px;
}

.hero-note strong {
  color: var(--sage-dark);
  font-size: 13px;
}

.hero-note small {
  color: var(--muted);
  font-size: 11px;
}

.hero-copy {
  padding: 24px 0;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--brand);
  font-family: var(--serif);
  font-size: clamp(52px, 5.6vw, 82px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero-lede {
  max-width: 620px;
  margin: 30px 0 0;
  color: #586159;
  font-family: var(--serif);
  font-size: clamp(19px, 1.65vw, 24px);
  line-height: 1.52;
}

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

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  background: var(--brand);
  color: white;
  box-shadow: 0 14px 30px rgba(193, 115, 30, 0.2);
}

.button-primary:hover {
  background: var(--brand-dark);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 253, 249, 0.76);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: #cbbca5;
  background: white;
}

.hero-parent {
  margin: 22px 0 0;
  color: #7c827e;
  font-size: 12px;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.trust-grid {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.trust-item {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-right: 1px solid var(--line);
  color: #4c5851;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-check {
  width: 24px;
  height: 24px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: var(--sage-dark);
  font-size: 13px;
}

.shift-section {
  padding: 110px 0;
  background: #e8eee9;
}

.shift-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(56px, 8vw, 120px);
}

.section-intro h2 {
  max-width: 600px;
  margin: 0;
  color: #294b3f;
  font-family: var(--serif);
  font-size: clamp(42px, 4.3vw, 64px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.section-intro > p:last-child {
  max-width: 590px;
  margin: 28px 0 0;
  color: #53675e;
  font-size: 17px;
  line-height: 1.75;
}

.comparison-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border: 1px solid rgba(49, 90, 75, 0.12);
  border-radius: 28px;
  background: white;
  box-shadow: 0 28px 70px rgba(49, 90, 75, 0.12);
}

.comparison-side {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 42px 24px;
  text-align: center;
}

.comparison-old {
  background: #f4f1ec;
  color: #74756f;
}

.comparison-new {
  background: #fffdfa;
  color: var(--sage-dark);
}

.comparison-label {
  margin-bottom: 10px;
  color: var(--brand);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.comparison-side strong {
  font-family: var(--serif);
  font-size: 20px;
}

.flow-arrow {
  color: #c6b9a7;
}

.comparison-new .flow-arrow {
  color: #7ca18f;
}

:focus-visible {
  outline: 3px solid rgba(193, 115, 30, 0.45);
  outline-offset: 4px;
}

.solutions-section,
.programme-section,
.outcomes-section,
.sectors-section,
.framework-section,
.about-section,
.faq-section,
.contact-section {
  scroll-margin-top: 84px;
}

.solutions-section {
  padding: 120px 0;
  background: var(--paper);
}

.wide-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 58px;
}

.wide-heading h2,
.programme-heading h2,
.outcomes-copy h2,
.sectors-heading h2,
.framework-heading h2,
.about-copy h2,
.faq-heading h2,
.contact-card h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 4.4vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.wide-heading > p,
.programme-heading > p,
.framework-heading > p,
.sectors-heading > p,
.faq-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fbf7ef;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:nth-child(2),
.service-card:nth-child(3) {
  background: #f2f6f2;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: #d8c4a4;
  box-shadow: 0 22px 55px rgba(74, 62, 44, 0.1);
}

.service-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.service-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: white;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
}

.service-audience {
  padding: 8px 12px;
  border: 1px solid #ded7cb;
  border-radius: 999px;
  color: #737a75;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-card h3 {
  max-width: 460px;
  margin: 38px 0 0;
  font-family: var(--serif);
  font-size: clamp(27px, 2.7vw, 38px);
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.service-card > p {
  max-width: 500px;
  margin: 18px 0 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.service-card > a {
  width: fit-content;
  margin-top: auto;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
}

.programme-section {
  overflow: hidden;
  padding: 120px 0;
  background: #f2dcc0;
}

.programme-shell {
  position: relative;
}

.programme-shell::after {
  content: "";
  position: absolute;
  right: -220px;
  top: -240px;
  width: 480px;
  height: 480px;
  border: 80px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.programme-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.65fr);
  align-items: end;
  gap: 76px;
}

.programme-heading h2 {
  color: #7f4816;
}

.programme-heading > p {
  color: #735d47;
}

.programme-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin: 72px 0 0;
  padding: 0;
  list-style: none;
}

.programme-steps::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 25px;
  height: 2px;
  background: rgba(154, 86, 21, 0.24);
}

.programme-steps li {
  position: relative;
  min-width: 0;
}

.step-node {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 7px solid #f2dcc0;
  border-radius: 50%;
  background: var(--brand);
  color: white;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(154, 86, 21, 0.18);
}

.programme-steps h3 {
  margin: 0;
  color: #643b19;
  font-family: var(--serif);
  font-size: 22px;
}

.programme-steps p {
  margin: 10px 0 0;
  color: #735d47;
  font-size: 12.5px;
  line-height: 1.55;
}

.method-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.25fr;
  align-items: center;
  gap: 18px;
  margin-top: 66px;
  padding: 26px 30px;
  border: 1px solid rgba(154, 86, 21, 0.13);
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.64);
  backdrop-filter: blur(5px);
}

.method-strip > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.method-code {
  color: var(--brand-dark);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
}

.method-strip p {
  margin: 0;
  color: #6c5b49;
  font-size: 12px;
  line-height: 1.4;
}

.method-plus {
  color: rgba(154, 86, 21, 0.42);
  font-family: var(--serif);
  font-size: 28px;
}

.outcomes-section {
  padding: 120px 0;
  background: #f8f4ec;
}

.outcomes-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(58px, 8vw, 118px);
}

.outcomes-visual {
  text-align: center;
}

.outcomes-visual .eyebrow {
  text-align: left;
}

.benchmark-gauge {
  width: min(100%, 320px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 34px auto 0;
  border-radius: 50%;
  background: conic-gradient(var(--brand) 0 85%, var(--brand-soft) 85% 100%);
  box-shadow: 0 28px 65px rgba(193, 115, 30, 0.13);
}

.gauge-core {
  width: 74%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(193, 115, 30, 0.08);
}

.gauge-core strong {
  color: var(--brand);
  font-family: var(--serif);
  font-size: clamp(54px, 6vw, 76px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.gauge-core span {
  max-width: 120px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.benchmark-note {
  max-width: 330px;
  margin: 24px auto 0;
  color: #7a7f7a;
  font-size: 11px;
  line-height: 1.6;
}

.outcomes-copy h2 {
  max-width: 740px;
  color: #354b42;
}

.section-lede {
  max-width: 740px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-top: 46px;
}

.outcome-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.outcome-card > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: var(--sage-dark);
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 700;
}

.outcome-card h3 {
  margin: 0;
  color: #3f5148;
  font-family: var(--serif);
  font-size: 18px;
}

.outcome-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.sectors-section {
  padding: 120px 0;
  background: var(--paper);
}

.sectors-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(54px, 9vw, 130px);
}

.sectors-heading h2 {
  color: var(--brand);
}

.sectors-heading > p:last-child {
  margin-top: 26px;
}

.sector-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sector-cloud > span {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbf7ef;
  color: #4e5a53;
  font-size: 13px;
  font-weight: 750;
}

.sector-cloud i {
  color: var(--brand);
  font-family: var(--serif);
  font-size: 11px;
  font-style: normal;
}

.sector-cloud .sector-wide {
  background: var(--brand);
  color: white;
}

.sector-cloud .sector-wide i {
  color: #f8dfba;
}

.framework-section {
  padding: 120px 0;
  background: #dfe9e1;
}

.framework-heading {
  max-width: 820px;
}

.framework-heading h2 {
  color: #294b3f;
}

.framework-heading > p:last-child {
  max-width: 700px;
  margin-top: 26px;
  color: #53675e;
}

.framework-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 62px;
}

.framework-grid article {
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(49, 90, 75, 0.12);
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.65);
}

.framework-index {
  color: var(--brand);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
}

.framework-rule {
  width: 100%;
  height: 4px;
  margin: 28px 0 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand) 0 28%, rgba(193, 115, 30, 0.13) 28% 100%);
}

.framework-grid h3 {
  margin: 0;
  color: #315a4b;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.08;
}

.framework-grid p {
  margin: 16px 0 0;
  color: #5e7168;
  font-size: 13px;
  line-height: 1.65;
}

.about-section {
  padding: 120px 0;
  background: var(--ivory);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1.4fr);
  align-items: center;
  gap: clamp(64px, 10vw, 150px);
}

.about-mark {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(193, 115, 30, 0.15);
  border-radius: 50% 50% 24px 50%;
  background: white;
  box-shadow: 0 30px 80px rgba(92, 70, 45, 0.12);
}

.about-mark img {
  width: 82%;
  height: 82%;
  object-fit: cover;
}

.about-copy h2 {
  color: var(--brand);
}

.about-lede {
  max-width: 720px;
  margin: 26px 0 0;
  color: #47554e;
  font-family: var(--serif);
  font-size: clamp(22px, 2.3vw, 31px);
  line-height: 1.45;
}

.about-copy > p:not(.eyebrow):not(.about-lede) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 28px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 850;
}

.faq-section {
  padding: 120px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1.36fr);
  align-items: start;
  gap: clamp(58px, 9vw, 130px);
}

.faq-heading {
  position: sticky;
  top: 130px;
}

.faq-heading h2 {
  color: #344c42;
}

.faq-heading > p:last-child {
  margin-top: 24px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 4px;
  cursor: pointer;
  list-style: none;
  color: #3c4942;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary i {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-family: var(--sans);
  font-size: 19px;
  font-style: normal;
  transition: transform 180ms ease;
}

.faq-item[open] summary i {
  transform: rotate(45deg);
}

.faq-item > p {
  max-width: 720px;
  margin: -4px 0 28px;
  padding-right: 58px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.contact-section {
  padding: 34px 0 110px;
  background: var(--paper);
}

.contact-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: 70px;
  padding: clamp(42px, 6vw, 76px);
  border-radius: 34px;
  background: var(--brand);
  color: white;
  box-shadow: 0 34px 80px rgba(193, 115, 30, 0.22);
}

.contact-card::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 390px;
  height: 390px;
  border: 70px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.contact-card > * {
  position: relative;
  z-index: 1;
}

.contact-card .eyebrow {
  color: #ffe7c5;
}

.contact-card h2 {
  max-width: 720px;
}

.contact-actions > p {
  margin: 0 0 24px;
  color: #fff1de;
  font-size: 14px;
  line-height: 1.7;
}

.contact-button {
  width: 100%;
  min-height: 60px;
  padding-inline: 26px;
  background: white;
  color: var(--brand-dark);
}

.site-footer {
  padding: 62px 0 26px;
  background: #294b3f;
  color: #f6f5ef;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  object-fit: cover;
}

.footer-brand > div {
  display: grid;
  gap: 3px;
}

.footer-brand strong {
  font-family: var(--serif);
  font-size: 20px;
}

.footer-brand span {
  color: #c9d7cf;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 26px;
  color: #d7e1dc;
  font-size: 12px;
  font-weight: 700;
}

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

.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #9fb4a9;
  font-size: 9px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .shell {
    width: min(100% - 34px, 720px);
  }

  .header-nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-grid,
  .shift-grid,
  .wide-heading,
  .programme-heading,
  .outcomes-layout,
  .sectors-layout,
  .about-layout,
  .faq-layout,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    order: -1;
    padding-bottom: 0;
  }

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

  .hero-image-frame {
    height: min(690px, 115vw);
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 12px 0;
  }

  .trust-item {
    min-height: 54px;
    border-right: 0;
  }

  .shift-section {
    padding: 84px 0;
  }

  .solutions-section,
  .programme-section,
  .outcomes-section,
  .sectors-section,
  .framework-section,
  .about-section,
  .faq-section {
    padding: 88px 0;
  }

  .wide-heading,
  .programme-heading,
  .contact-card {
    gap: 30px;
  }

  .programme-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  .programme-steps::before {
    display: none;
  }

  .programme-steps li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
  }

  .step-node {
    margin-bottom: 0;
  }

  .outcomes-visual .eyebrow {
    text-align: center;
  }

  .benchmark-gauge {
    width: 280px;
  }

  .framework-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .faq-heading {
    position: static;
  }

  .contact-section {
    padding-bottom: 82px;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(100% - 28px, 520px);
  }

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

  .brand-mark {
    width: 45px;
    height: 45px;
    border-radius: 15px;
  }

  .brand-copy span {
    display: none;
  }

  .nav-cta {
    padding: 11px 14px;
    font-size: 12px;
  }

  .hero h1 {
    font-size: clamp(45px, 13.5vw, 64px);
  }

  .hero-lede {
    font-size: 18px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    padding-left: 8px;
  }

  .hero-halo {
    right: 18px;
  }

  .hero-note {
    right: 0;
    min-width: 198px;
  }

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

  .trust-item {
    justify-content: flex-start;
    padding-left: 12px;
  }

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

  .comparison-side {
    min-height: 330px;
  }

  .services-grid,
  .programme-steps,
  .outcomes-grid,
  .framework-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 330px;
    padding: 26px;
  }

  .service-audience {
    max-width: 160px;
    text-align: right;
  }

  .programme-steps li {
    grid-template-columns: 48px 1fr;
  }

  .step-node {
    width: 48px;
    height: 48px;
  }

  .method-strip {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .method-plus {
    display: none;
  }

  .method-strip > div {
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(154, 86, 21, 0.13);
  }

  .method-strip > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .sector-cloud > span {
    width: 100%;
  }

  .faq-item summary {
    font-size: 17px;
  }

  .faq-item > p {
    padding-right: 0;
  }

  .contact-card {
    padding: 34px 24px;
    border-radius: 25px;
  }

  .footer-grid,
  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
    gap: 18px;
  }

  .footer-legal {
    gap: 8px;
  }
}

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

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

/* WordPress toolbar compatibility; public visitors see the original positioning. */
.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
