/*
Theme Name: SANDP1T Block
Theme URI: https://sandp1t.com/
Author: SANDP1T
Description: Block theme for the SANDP1T WordPress migration proof of concept.
Version: 0.1.36
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: sandp1t-block
*/

:root {
  --sandp1t-cream: #faf8f5;
  --sandp1t-cream-dark: #f5f3ef;
  --sandp1t-taupe: #c4bbaa;
  --sandp1t-taupe-light: #d8d0c3;
  --sandp1t-charcoal: #3a3932;
  --sandp1t-charcoal-light: #4a4740;
  --sandp1t-brown: #5c4a33;
  --sandp1t-brown-light: #7a6550;
  --sandp1t-orange: #c65a1e;
  --sandp1t-orange-light: #d97a42;
  --sandp1t-border: rgba(92, 74, 51, 0.15);
  --sandp1t-header-height: 64px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--sandp1t-cream);
  color: var(--sandp1t-brown);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.admin-bar .sand-site-header {
  top: 32px;
}

.wp-site-blocks {
  overflow-x: clip;
}

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

.editor-styles-wrapper .is-root-container > *,
.editor-styles-wrapper .wp-block-post-content > *,
.editor-styles-wrapper .wp-site-blocks > *,
.block-editor-block-list__layout.is-root-container > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.editor-styles-wrapper .is-root-container > .wp-block-group.alignfull,
.editor-styles-wrapper .wp-block-post-content > .wp-block-group.alignfull,
.block-editor-block-list__layout.is-root-container > .wp-block-group.alignfull {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.sand-site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--sandp1t-border);
  background: rgba(250, 248, 245, 0.95);
  backdrop-filter: blur(14px);
}

.sand-site-header .wp-block-group {
  min-height: var(--sandp1t-header-height);
}

.sand-header-logo img {
  display: block;
  height: 32px;
  width: auto;
}

.sand-main-nav {
  font-size: 0.875rem;
}

.sand-main-nav a,
.sand-main-nav button {
  color: var(--sandp1t-brown);
  text-decoration: none;
}

.sand-main-nav a:hover,
.sand-main-nav button:hover {
  color: var(--sandp1t-orange);
}

.sand-main-nav .wp-block-navigation__submenu-container {
  border: 1px solid var(--sandp1t-border);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(58, 57, 50, 0.12);
  min-width: 210px !important;
  padding: 8px 0;
}

.sand-main-nav .wp-block-navigation__submenu-container a {
  padding: 8px 16px;
}

@media (min-width: 1024px) {
  .sand-main-nav .wp-block-navigation__responsive-container-open {
    display: none;
  }

  .sand-main-nav .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    position: relative;
  }
}

@media (max-width: 1023px) {
  .sand-site-header {
    background: rgba(250, 248, 245, 0.98) !important;
  }

  .sand-site-header .wp-block-group {
    min-height: var(--sandp1t-header-height);
  }

  .sand-main-nav .wp-block-navigation__responsive-container-open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--sandp1t-brown) !important;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-open:hover {
    color: var(--sandp1t-brown) !important;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-open svg {
    width: 26px;
    height: 26px;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-open svg path {
    height: 2px;
    fill: currentColor;
  }

  .sand-main-nav:has(.wp-block-navigation__responsive-container.is-menu-open) .wp-block-navigation__responsive-container-open {
    visibility: hidden;
  }

  .sand-main-nav:has(.wp-block-navigation__responsive-container.is-menu-open)::after {
    content: "\00d7";
    position: fixed;
    z-index: 100;
    top: 12px;
    right: 30px;
    width: 32px;
    height: 40px;
    color: var(--sandp1t-brown);
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
  }

  .sand-main-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none;
  }

  .sand-main-nav .wp-block-navigation__responsive-container.is-menu-open {
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: stretch;
    position: fixed;
    z-index: 70;
    inset: var(--sandp1t-header-height) 0 auto 0;
    display: block;
    height: calc(100vh - var(--sandp1t-header-height));
    overflow-y: auto;
    border-top: 1px solid var(--sandp1t-border);
    background: rgba(250, 248, 245, 0.98);
    backdrop-filter: blur(14px);
    padding: 20px 17px 28px;
  }

  body.admin-bar .sand-main-nav .wp-block-navigation__responsive-container.is-menu-open {
    inset-block-start: calc(var(--sandp1t-header-height) + 32px);
    height: calc(100vh - var(--sandp1t-header-height) - 32px);
  }

  .sand-main-nav .wp-block-navigation__responsive-dialog,
  .sand-main-nav .wp-block-navigation__responsive-close,
  .sand-main-nav .wp-block-navigation__responsive-container-content {
    position: static;
    display: block !important;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    text-align: left;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-close {
    position: fixed !important;
    z-index: 90;
    top: calc(-1 * var(--sandp1t-header-height) + 12px) !important;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--sandp1t-brown);
  }

  body.admin-bar .sand-main-nav .wp-block-navigation__responsive-container-close {
    top: calc(-1 * var(--sandp1t-header-height) + 12px) !important;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-close svg {
    display: none;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-close::before {
    content: "\00d7";
    display: block;
    color: var(--sandp1t-brown);
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
    --navigation-layout-justification-setting: flex-start !important;
    --navigation-layout-justify: flex-start !important;
    --navigation-layout-align: stretch !important;
    display: block !important;
    width: 100%;
    gap: 0;
    align-items: stretch !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
  .sand-main-nav .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu {
    display: block !important;
    width: 100%;
    margin: 0;
    text-align: left;
    align-self: stretch !important;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item {
    margin: 0 0 18px;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-link {
    margin: 0;
    padding: 12px 16px;
    border-top: 1px solid var(--sandp1t-border);
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-link:first-of-type {
    margin-top: 12px;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-link a {
    padding: 0;
    color: var(--sandp1t-brown);
    font-size: 1rem;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .has-child > a {
    display: block;
    padding: 8px 16px 10px;
    color: var(--sandp1t-brown-light);
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
    pointer-events: none;
    text-transform: uppercase;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    justify-content: flex-start;
    text-align: left;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    position: static;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    min-width: 0 !important;
    height: auto;
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container li {
    display: block;
    width: 100%;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container a {
    display: block;
    width: 100%;
    border-radius: 9px;
    padding: 9px 24px;
    color: var(--sandp1t-brown);
    font-size: 0.925rem;
    line-height: 1.35;
  }

  .sand-main-nav .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container a:hover,
  .sand-main-nav .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container a[aria-current="page"],
  .sand-main-nav .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container .current-menu-item > a,
  .sand-main-nav .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container .current-menu-ancestor > a,
  body.page-id-8 .sand-main-nav .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container a[href="/way-of-working/spfw/"] {
    background: var(--sandp1t-cream-dark);
    color: var(--sandp1t-orange);
  }
}

.sand-page-main {
  min-height: calc(100vh - var(--sandp1t-header-height));
}

.sand-page-main,
.sand-page-main .entry-content {
  margin-block-start: 0;
  margin-block-end: 0;
}

.sand-page-main > *,
.sand-page-main .entry-content > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.sand-section {
  padding: 80px 24px;
}

.sand-section-medium {
  padding: 64px 24px;
}

.sand-container {
  max-width: 1152px;
  margin-inline: auto;
}

.sand-container-narrow {
  max-width: 896px;
  margin-inline: auto;
}

.sand-hero {
  position: relative;
  overflow: hidden;
  padding: 128px 24px 80px;
  background: linear-gradient(135deg, #fff7ed 0%, var(--sandp1t-cream) 52%, var(--sandp1t-taupe-light) 100%);
}

.sand-hero::before,
.sand-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(24px);
  animation: sand-float 8s ease-in-out infinite;
}

.sand-hero::before {
  top: 80px;
  left: 10%;
  width: 128px;
  height: 128px;
  background: rgba(198, 90, 30, 0.15);
}

.sand-hero::after {
  right: 12%;
  bottom: 80px;
  width: 160px;
  height: 160px;
  background: rgba(196, 187, 170, 0.35);
  filter: blur(34px);
  animation-duration: 10s;
  animation-delay: 1s;
}

.sand-hero .sand-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1024px;
  margin-inline: auto;
  text-align: center;
}

.sand-hero-logo img {
  height: 80px;
  width: auto;
}

.sand-hero h1 {
  margin-top: 32px;
  margin-bottom: 24px;
  color: var(--sandp1t-charcoal);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

.sand-accent {
  color: var(--sandp1t-orange);
}

.sand-hero p {
  max-width: 768px;
  margin-inline: auto;
  color: var(--sandp1t-brown);
  font-size: 1.25rem;
  line-height: 1.65;
}

.sand-float {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.8;
  animation: sand-float 8s ease-in-out infinite;
}

.sand-float-one {
  top: 80px;
  left: 10%;
  width: 128px;
  height: 128px;
  background: rgba(198, 90, 30, 0.15);
}

.sand-float-two {
  top: 160px;
  right: 14%;
  width: 96px;
  height: 96px;
  background: rgba(198, 90, 30, 0.2);
  animation-duration: 6s;
  animation-delay: 1s;
}

.sand-float-three {
  bottom: 80px;
  left: 25%;
  width: 160px;
  height: 160px;
  background: rgba(196, 187, 170, 0.35);
  filter: blur(32px);
  animation-duration: 10s;
  animation-delay: 2s;
}

.sand-geo {
  position: absolute;
  pointer-events: none;
  border: 2px solid rgba(198, 90, 30, 0.24);
  opacity: 0.85;
  animation: sand-spin 12s ease-in-out infinite;
}

.sand-geo-one {
  top: 25%;
  right: 25%;
  width: 64px;
  height: 64px;
  border-radius: 10px;
}

.sand-geo-two {
  bottom: 32%;
  left: 33%;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  animation: sand-pulse 5s ease-in-out infinite;
}

@keyframes sand-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(18px, 26px, 0) scale(1.12);
  }
}

@keyframes sand-spin {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(90deg) scale(1.1);
  }
}

@keyframes sand-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.65;
  }
}

.sand-bg-white {
  background: #fff;
}

.sand-bg-cream {
  background: var(--sandp1t-cream);
}

.sand-bg-cream-dark {
  background: var(--sandp1t-cream-dark);
}

.sand-bg-charcoal {
  background: var(--sandp1t-charcoal);
  color: var(--sandp1t-cream);
}

.sand-bg-charcoal h2,
.sand-bg-charcoal .wp-block-heading {
  color: var(--sandp1t-cream) !important;
}

.sand-gradient-soft {
  background: linear-gradient(180deg, var(--sandp1t-cream-dark) 0%, var(--sandp1t-cream) 100%);
}

.sand-gradient-hero-light {
  position: relative;
  overflow: hidden;
  padding: 128px 24px 80px;
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
}

.sand-gradient-hero-light::before,
.sand-gradient-hero-light::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(30px);
  animation: sand-float 8s ease-in-out infinite;
}

.sand-gradient-hero-light::before {
  top: 96px;
  right: 25%;
  width: 144px;
  height: 144px;
  background: rgba(198, 90, 30, 0.15);
}

.sand-gradient-hero-light::after {
  bottom: 80px;
  left: 25%;
  width: 128px;
  height: 128px;
  background: rgba(253, 186, 116, 0.25);
  animation-delay: 1s;
}

.sand-clients-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--sandp1t-border);
  background: linear-gradient(135deg, var(--sandp1t-taupe) 0%, var(--sandp1t-taupe-light) 48%, var(--sandp1t-cream) 100%);
  padding: 128px 24px 80px;
}

.sand-clients-hero::before,
.sand-clients-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sand-clients-hero::before {
  top: 80px;
  left: 25%;
  width: 144px;
  height: 144px;
  border-radius: 999px;
  background: rgba(198, 90, 30, 0.24);
  filter: blur(28px);
  animation: sand-float 8s ease-in-out infinite;
}

.sand-clients-hero::after {
  top: 33%;
  right: 10%;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(92, 74, 51, 0.3);
  border-radius: 14px;
  transform: rotate(18deg);
  animation: sand-spin 10s ease-in-out infinite;
}

.sand-clients-hero .sand-hero-copy h1 {
  font-size: clamp(2.75rem, 4.4vw, 3.25rem);
  line-height: 1.15;
}

.sand-venture-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--sandp1t-border);
  background: linear-gradient(135deg, var(--sandp1t-cream) 0%, #fff7ed 48%, var(--sandp1t-taupe-light) 100%);
  padding: 128px 24px 80px;
}

.sand-venture-hero::before,
.sand-venture-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(28px);
  animation: sand-float 10s ease-in-out infinite;
}

.sand-venture-hero::before {
  top: 72px;
  left: 33%;
  width: 160px;
  height: 160px;
  background: rgba(198, 90, 30, 0.18);
}

.sand-venture-hero::after {
  right: 31%;
  bottom: 72px;
  width: 128px;
  height: 128px;
  background: rgba(253, 186, 116, 0.25);
  animation-delay: 1.5s;
}

.sand-venture-hero .sand-hero-copy h1 {
  font-size: clamp(2.75rem, 4.4vw, 3.25rem);
  line-height: 1.15;
}

.sand-venture-hero .sand-hero-copy::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -112px;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(198, 90, 30, 0.25);
  border-radius: 14px;
  transform: rotate(16deg);
  animation: sand-spin 13s ease-in-out infinite;
}

.sand-p1tstop-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--sandp1t-border);
  background: linear-gradient(135deg, #fff 0%, var(--sandp1t-cream) 48%, #fff7ed 100%);
  padding: 128px 24px 80px;
}

.sand-p1tstop-hero::before,
.sand-p1tstop-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(30px);
  animation: sand-float 10s ease-in-out infinite;
}

.sand-p1tstop-hero::before {
  top: 80px;
  left: 18%;
  width: 160px;
  height: 160px;
  background: rgba(198, 90, 30, 0.14);
}

.sand-p1tstop-hero::after {
  right: 12%;
  bottom: 72px;
  width: 144px;
  height: 144px;
  background: rgba(216, 208, 195, 0.35);
  animation-delay: 1.5s;
}

.sand-p1tstop-hero .sand-hero-copy h1 {
  font-size: clamp(3rem, 5vw, 4rem);
  line-height: 1.08;
}

.sand-p1tstop-hero .sand-hero-copy::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -112px;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(198, 90, 30, 0.22);
  border-radius: 14px;
  transform: rotate(16deg);
  animation: sand-spin 13s ease-in-out infinite;
}

.sand-segments-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--sandp1t-border);
  background: linear-gradient(180deg, var(--sandp1t-cream-dark) 0%, var(--sandp1t-cream) 100%);
  padding: 128px 24px 80px;
}

.sand-segments-hero::before,
.sand-segments-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(28px);
  animation: sand-float 9s ease-in-out infinite;
}

.sand-segments-hero::before {
  top: 64px;
  left: 24%;
  width: 160px;
  height: 160px;
  background: rgba(198, 90, 30, 0.12);
}

.sand-segments-hero::after {
  right: 22%;
  bottom: 72px;
  width: 144px;
  height: 144px;
  background: rgba(196, 187, 170, 0.28);
  animation-delay: 1s;
}

.sand-segments-hero .sand-hero-copy h1 {
  font-size: clamp(3rem, 5vw, 4rem);
  line-height: 1.08;
}

.sand-segments-hero .sand-hero-copy::after {
  content: "";
  position: absolute;
  top: 24px;
  right: -112px;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(198, 90, 30, 0.22);
  border-radius: 14px;
  transform: rotate(16deg);
  animation: sand-spin 12s ease-in-out infinite;
}

.sand-join-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--sandp1t-border);
  background: linear-gradient(135deg, var(--sandp1t-cream-dark) 0%, var(--sandp1t-cream) 50%, #fff7ed 100%);
  padding: 128px 24px 80px;
}

.sand-join-hero::before,
.sand-join-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(30px);
  animation: sand-float 10s ease-in-out infinite;
}

.sand-join-hero::before {
  top: 80px;
  right: 33%;
  width: 160px;
  height: 160px;
  background: rgba(198, 90, 30, 0.12);
}

.sand-join-hero::after {
  bottom: 64px;
  left: 25%;
  width: 128px;
  height: 128px;
  background: rgba(253, 186, 116, 0.25);
  animation-delay: 1.5s;
}

.sand-join-hero .sand-hero-copy h1 {
  font-size: clamp(2.75rem, 4.5vw, 3.5rem);
  line-height: 1.16;
}

.sand-join-hero .sand-hero-copy::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(198, 90, 30, 0.22);
  border-radius: 14px;
  transform: rotate(16deg);
  animation: sand-spin 14s ease-in-out infinite;
}

.sand-about-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(250, 248, 245, 0.12);
  background: linear-gradient(135deg, var(--sandp1t-brown) 0%, var(--sandp1t-charcoal-light) 48%, var(--sandp1t-charcoal) 100%);
  color: var(--sandp1t-cream);
  padding: 128px 24px 80px;
}

.sand-about-hero::before,
.sand-about-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(30px);
  animation: sand-float 9s ease-in-out infinite;
}

.sand-about-hero::before {
  top: 48px;
  right: 24%;
  width: 160px;
  height: 160px;
  background: rgba(198, 90, 30, 0.22);
}

.sand-about-hero::after {
  bottom: 80px;
  left: 10%;
  width: 128px;
  height: 128px;
  background: rgba(217, 122, 66, 0.16);
  animation-delay: 1s;
}

.sand-about-hero .sand-hero-copy h1 {
  color: var(--sandp1t-cream);
  font-size: clamp(2.75rem, 4.4vw, 3.5rem);
  line-height: 1.16;
}

.sand-about-hero .sand-hero-copy p {
  color: var(--sandp1t-taupe-light);
}

.sand-about-hero .sand-hero-copy::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -112px;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(216, 208, 195, 0.32);
  border-radius: 14px;
  transform: rotate(16deg);
  animation: sand-spin 15s ease-in-out infinite;
}

.sand-contact-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--sandp1t-border);
  background: linear-gradient(135deg, #fff 0%, var(--sandp1t-cream-dark) 48%, var(--sandp1t-cream) 100%);
  padding: 128px 24px 80px;
}

.sand-contact-hero::before,
.sand-contact-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(30px);
  animation: sand-float 9s ease-in-out infinite;
}

.sand-contact-hero::before {
  top: 96px;
  left: 33%;
  width: 144px;
  height: 144px;
  background: rgba(198, 90, 30, 0.12);
}

.sand-contact-hero::after {
  right: 25%;
  bottom: 80px;
  width: 128px;
  height: 128px;
  background: rgba(253, 186, 116, 0.25);
  animation-delay: 1s;
}

.sand-contact-hero .sand-hero-copy h1 {
  font-size: clamp(2.75rem, 4.5vw, 3.5rem);
  line-height: 1.16;
}

.sand-hero-copy {
  position: relative;
  z-index: 2;
}

.sand-hero-copy h1 {
  margin-bottom: 24px;
  color: var(--sandp1t-charcoal);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

.sand-hero-kicker {
  color: var(--sandp1t-orange);
  font-size: 1.5rem;
  line-height: 1.4;
}

.sand-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--sandp1t-cream-dark);
  color: var(--sandp1t-orange);
  padding: 4px 12px;
  font-size: 0.875rem;
}

.sand-intro-heading {
  max-width: 1024px;
  margin-inline: auto;
  font-size: clamp(2.5rem, 4.3vw, 3rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.22;
}

.sand-section h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
}

.sand-section h3 {
  font-size: clamp(1.5rem, 2.4vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
}

.sand-lede {
  color: var(--sandp1t-brown-light);
  font-size: 1.125rem;
  line-height: 1.75;
}

.sand-image-frame {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  background: var(--sandp1t-taupe);
}

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

.sand-venture-image {
  aspect-ratio: auto;
  height: 300px;
}

.sand-venture-copy-stack {
  display: grid;
  gap: 32px;
}

.sand-venture-copy-stack p {
  margin: 0;
}

.sand-button .wp-block-button__link,
.wp-block-button.sand-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, gap 180ms ease;
}

.sand-button .wp-block-button__link::after,
.wp-block-button.sand-button .wp-block-button__link::after {
  content: "";
  width: 14px;
  height: 14px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M5%2012h14M13%205l7%207-7%207%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M5%2012h14M13%205l7%207-7%207%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.sand-button-primary .wp-block-button__link {
  background: var(--sandp1t-orange);
  color: #fff;
}

.sand-button-primary .wp-block-button__link:hover {
  background: var(--sandp1t-brown);
  gap: 12px;
}

.sand-button-outline .wp-block-button__link {
  border: 2px solid var(--sandp1t-orange);
  background: transparent;
  color: var(--sandp1t-orange);
}

.sand-button-outline .wp-block-button__link:hover {
  background: var(--sandp1t-cream-dark);
  gap: 12px;
}

.sand-button-small .wp-block-button__link {
  padding: 9px 16px;
  font-size: 0.875rem;
}

.sand-work-card {
  height: 100%;
  border: 2px solid rgba(122, 101, 80, 0.2);
  border-radius: 16px;
  background: var(--sandp1t-charcoal-light);
  padding: 32px;
  text-align: center;
}

.sand-logo-box {
  display: inline-block;
  margin-inline: auto;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.sand-logo-box img {
  display: block;
  max-height: 64px;
  width: auto;
}

.sand-impact-card {
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--sandp1t-cream-dark) 0%, var(--sandp1t-cream) 100%);
  padding: 32px;
  text-align: center;
}

.sand-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: rgba(198, 90, 30, 0.12);
  color: var(--sandp1t-orange);
  font-weight: 700;
}

.sand-card-icon svg {
  display: block;
  width: 34px;
  height: 34px;
  stroke: currentColor;
}

.sand-card-icon-image {
  display: flex;
  justify-content: center;
  margin: 0 auto 16px;
}

.sand-card-icon-image img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.sand-impact-card > .sand-card-icon {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  border-radius: 0;
  background: transparent;
}

.sand-impact-card > .sand-card-icon svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.9;
}

.sand-impact-card > .sand-card-icon-image {
  margin-bottom: 20px;
}

.sand-impact-card > .sand-card-icon-image img {
  width: 42px;
  height: 42px;
}

.sand-community-icon {
  display: flex;
  width: 44px;
  height: 44px;
  margin: 0 auto 20px;
  border-radius: 0;
  background: transparent;
}

.sand-community-icon svg {
  width: 44px;
  height: 44px;
  stroke-width: 1.8;
}

.sand-community-icon-image {
  margin: 0 auto 20px;
}

.sand-community-icon-image img {
  width: 44px;
  height: 44px;
}

.sand-impact-card h3 {
  color: var(--sandp1t-brown);
  font-size: 1.25rem;
  line-height: 1.25;
}

.sand-impact-card p {
  color: var(--sandp1t-brown-light);
  font-size: 0.875rem;
  line-height: 1.45;
}

.sand-module-card {
  height: 100%;
  border: 1px solid var(--sandp1t-border);
  border-radius: 16px;
  background: #fff;
  padding: 32px;
}

.sand-module-card h3 {
  font-size: 1.25rem;
}

.sand-module-card p {
  color: var(--sandp1t-brown-light);
}

.sand-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(198, 90, 30, 0.12);
  color: var(--sandp1t-orange);
  font-weight: 700;
}

.sand-logo-grid img {
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

.sand-logo-grid .wp-block-image {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: center;
}

.sand-editor-note {
  border-left: 3px solid var(--sandp1t-orange);
  color: var(--sandp1t-brown-light);
  font-size: 0.875rem;
  padding-left: 16px;
}

.sand-metric-card {
  border-radius: 16px;
  background: #fff;
  padding: 32px 24px;
  text-align: center;
}

.sand-metric-value {
  color: var(--sandp1t-orange);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
}

.sand-quote-card {
  border: 1px solid var(--sandp1t-border);
  border-radius: 16px;
  background: #fff;
  padding: 40px;
}

.sand-quote-card blockquote {
  margin: 0;
}

.sand-quote-card cite {
  color: var(--sandp1t-brown-light);
  font-style: normal;
}

.sand-check-list {
  padding-left: 1.2em;
}

.sand-check-list li {
  margin-bottom: 12px;
}

.sand-faq-stack details {
  border: 1px solid var(--sandp1t-border);
  border-radius: 12px;
  background: #fff;
  padding: 20px 24px;
}

.sand-faq-stack details + details {
  margin-top: 16px;
}

.sand-faq-stack summary {
  color: var(--sandp1t-brown);
  cursor: pointer;
  font-weight: 700;
}

.sand-framework-image {
  margin: 0;
}

.sand-framework-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sand-framework-square {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sand-framework-panel {
  border-radius: 16px;
  background: #fff;
  padding: 32px;
  box-shadow: 0 1px 2px rgba(58, 57, 50, 0.08);
}

.sand-ingredient-card {
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fafafa;
  padding: 24px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.sand-ingredient-card:hover {
  border-color: rgba(198, 90, 30, 0.45);
  transform: translateY(-2px);
}

.sand-card-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 4px;
}

.sand-small-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #ffedd5;
  color: var(--sandp1t-orange);
}

.sand-small-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
}

.sand-small-icon img {
  display: block;
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
}

.sand-ingredient-card h3 {
  padding-top: 4px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.sand-ingredient-card p {
  margin-left: 52px;
  color: #525252;
  font-size: 0.875rem;
}

.sand-quote-band {
  background: linear-gradient(135deg, var(--sandp1t-brown) 0%, var(--sandp1t-charcoal) 100%);
  color: var(--sandp1t-cream);
}

.sand-quote-band p {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  line-height: 1.45;
}

.sand-benefit-card {
  position: relative;
  height: 100%;
  border: 2px solid rgba(92, 74, 51, 0.16);
  border-radius: 16px;
  background: #fff;
  padding: 48px 32px 32px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.sand-benefit-card:hover {
  border-color: rgba(198, 90, 30, 0.38);
  transform: translateY(-2px);
}

.sand-benefit-icon {
  position: absolute;
  top: -18px;
  left: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--sandp1t-brown) 0%, var(--sandp1t-charcoal) 100%);
  color: #fff;
  box-shadow: 0 12px 20px rgba(58, 57, 50, 0.18);
}

.sand-benefit-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
}

.sand-benefit-icon img {
  display: block;
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
}

.sand-benefit-teal {
  border-color: #ccfbf1;
}

.sand-benefit-teal .sand-benefit-icon,
.sand-benefit-teal .sand-benefit-rule {
  background: linear-gradient(135deg, #0f766e 0%, #134e4a 100%);
}

.sand-benefit-sky {
  border-color: #bae6fd;
}

.sand-benefit-sky .sand-benefit-icon,
.sand-benefit-sky .sand-benefit-rule {
  background: linear-gradient(135deg, #0284c7 0%, #075985 100%);
}

.sand-benefit-rule {
  width: 64px;
  height: 4px;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sandp1t-brown) 0%, var(--sandp1t-charcoal) 100%);
}

.sand-venture-intro-heading {
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1.2;
}

.sand-venture-process {
  border-top: 1px solid rgba(92, 74, 51, 0.06);
}

.sand-venture-step-card {
  height: 100%;
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  padding: 32px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.sand-venture-step-card:hover {
  border-color: rgba(198, 90, 30, 0.35);
  transform: translateY(-2px);
}

.sand-venture-step-card > * {
  max-width: none !important;
}

.sand-venture-step-number {
  margin: 0 0 24px;
  color: rgba(92, 74, 51, 0.28);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.sand-venture-step-card h3 {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.25;
}

.sand-venture-step-card p:not(.sand-venture-step-number) {
  color: var(--sandp1t-brown-light);
  font-size: 0.875rem;
  line-height: 1.6;
}

.sand-p1tstop-image {
  aspect-ratio: auto;
  height: 360px;
  box-shadow: 0 20px 40px rgba(58, 57, 50, 0.12);
}

.sand-p1tstop-feature-card,
.sand-p1tstop-result-card {
  height: 100%;
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  padding: 32px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.sand-p1tstop-result-card {
  background: linear-gradient(135deg, #fff 0%, var(--sandp1t-cream) 100%);
}

.sand-p1tstop-feature-card:hover,
.sand-p1tstop-result-card:hover {
  border-color: rgba(198, 90, 30, 0.35);
  transform: translateY(-2px);
}

.sand-p1tstop-feature-card > *,
.sand-p1tstop-result-card > * {
  max-width: none !important;
}

.sand-p1tstop-feature-card h3,
.sand-p1tstop-result-card h3 {
  margin-top: 0;
  color: var(--sandp1t-brown);
  font-size: 1.5rem;
  line-height: 1.25;
}

.sand-p1tstop-feature-card p,
.sand-p1tstop-result-card p {
  color: var(--sandp1t-brown-light);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.sand-p1tstop-quote p {
  max-width: 896px;
  margin-inline: auto;
  color: var(--sandp1t-cream);
}

.sand-segment-card,
.sand-segment-zone-card {
  height: 100%;
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  padding: 32px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.sand-segment-card:hover,
.sand-segment-zone-card:hover {
  border-color: rgba(198, 90, 30, 0.35);
  transform: translateY(-2px);
}

.sand-segment-card > *,
.sand-segment-zone-card > * {
  max-width: none !important;
}

.sand-segment-card h3,
.sand-segment-zone-card h3 {
  margin-top: 0;
  color: var(--sandp1t-brown);
  font-size: 1.5rem;
  line-height: 1.25;
}

.sand-segment-card p,
.sand-segment-zone-card p,
.sand-zen-zone p {
  color: var(--sandp1t-brown-light);
  line-height: 1.7;
}

.sand-segment-zone-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  border-width: 2px;
}

.sand-segment-zone-card .wp-block-buttons {
  margin-top: auto;
}

.sand-zone-community h3 {
  color: #4579ab;
}

.sand-zone-network h3 {
  color: #b5734a;
}

.sand-zone-collective h3 {
  color: #288528;
}

.sand-segment-list {
  color: var(--sandp1t-brown-light);
  line-height: 1.7;
  padding-left: 1.25rem;
}

.sand-segment-list li {
  margin-bottom: 0.35rem;
}

.sand-small-copy {
  color: var(--sandp1t-brown-light);
  font-size: 0.875rem;
  line-height: 1.6;
}

.sand-community-structure-image {
  max-width: 720px !important;
  margin-inline: auto;
}

.sand-community-structure-image img {
  display: block;
  width: 100%;
  height: auto;
}

.sand-zen-subheading {
  color: var(--sandp1t-orange);
  font-size: clamp(1.5rem, 2.4vw, 2rem) !important;
}

.sand-zen-image {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.sand-zen-image img {
  display: block;
  width: 100%;
  height: auto;
}

.sand-join-image-column {
  display: flex;
  justify-content: center;
}

.sand-join-intro-image {
  width: 256px;
  height: 256px;
  overflow: hidden;
  border: 8px solid var(--sandp1t-charcoal);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(58, 57, 50, 0.18);
}

.sand-join-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sand-join-bold {
  color: var(--sandp1t-brown);
  font-weight: 700;
  line-height: 1.7;
}

.sand-join-italic {
  color: var(--sandp1t-brown-light);
  font-style: italic;
  line-height: 1.7;
}

.sand-join-person {
  text-align: center;
}

.sand-join-person > * {
  max-width: none !important;
}

.sand-join-person p {
  color: var(--sandp1t-brown-light);
  line-height: 1.7;
}

.sand-join-person-image {
  width: 192px;
  height: 192px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 12px;
  background: var(--sandp1t-cream-dark);
}

.sand-join-person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sand-join-action-card {
  display: flex;
  height: 100%;
  min-height: 300px;
  flex-direction: column;
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  padding: 32px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.sand-join-action-card:hover {
  border-color: rgba(198, 90, 30, 0.55);
  transform: translateY(-2px);
}

.sand-join-action-card > * {
  max-width: none !important;
}

.sand-join-action-card h3 {
  margin-top: 0;
  color: var(--sandp1t-brown);
  font-size: 1.5rem;
  line-height: 1.25;
}

.sand-join-action-card p {
  color: var(--sandp1t-brown-light);
  line-height: 1.7;
}

.sand-join-action-card .wp-block-buttons {
  margin-top: auto;
}

.sand-about-story-intro {
  max-width: 768px;
  margin-inline: auto;
}

.sand-about-team-image {
  min-height: 300px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--sandp1t-cream-dark);
}

.sand-about-team-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.sand-about-mantra {
  margin-block: 32px;
}

.sand-about-mantra p {
  margin-block: 0.35rem;
  color: var(--sandp1t-brown);
  font-weight: 500;
}

.sand-about-belief-card,
.sand-about-focus-card {
  height: 100%;
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  padding: 28px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.sand-about-belief-card:hover,
.sand-about-focus-card:hover {
  border-color: rgba(198, 90, 30, 0.35);
  transform: translateY(-2px);
}

.sand-about-belief-card > *,
.sand-about-focus-card > * {
  max-width: none !important;
}

.sand-about-belief-card h3 {
  margin-top: 0;
  color: var(--sandp1t-brown);
  font-size: 1.125rem;
  line-height: 1.25;
}

.sand-about-belief-card p,
.sand-about-focus-card p {
  color: var(--sandp1t-brown-light);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.sand-about-focus-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.sand-about-focus-card h3 {
  margin-top: 0;
  color: var(--sandp1t-brown);
  font-size: 1.375rem;
  line-height: 1.25;
}

.sand-about-focus-card .wp-block-buttons {
  margin-top: auto;
  padding-top: 24px;
}

.sand-about-focus-image {
  height: 192px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--sandp1t-cream-dark);
}

.sand-about-focus-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sand-about-why-panel {
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 16px;
  background: var(--sandp1t-cream-dark);
  padding: 32px;
}

.sand-about-why-panel > * {
  max-width: none !important;
}

.sand-about-why-callout {
  margin-top: 24px;
  border-left: 4px solid var(--sandp1t-orange);
  border-radius: 12px;
  background: #fff;
  padding: 24px;
}

.sand-about-why-callout p {
  margin: 0;
  color: var(--sandp1t-brown);
  font-weight: 500;
  line-height: 1.7;
}

.sand-about-quote p {
  max-width: 896px;
  margin-inline: auto;
  color: var(--sandp1t-cream);
}

.sand-contact-image {
  max-width: 448px !important;
  height: 300px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--sandp1t-cream-dark);
  box-shadow: 0 20px 40px rgba(58, 57, 50, 0.12);
}

.sand-contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sand-contact-invitation {
  margin-top: 32px;
  color: var(--sandp1t-brown);
  font-size: clamp(1.75rem, 3vw, 2rem) !important;
  line-height: 1.25;
}

.sand-contact-info {
  margin-top: 32px;
}

.sand-contact-info h3 {
  font-size: 1.25rem;
}

.sand-contact-info a {
  color: var(--sandp1t-orange);
  font-weight: 500;
  text-decoration: none;
}

.sand-contact-info a:hover {
  text-decoration: underline;
}

.sand-linkedin-line {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--sandp1t-brown-light);
}

.sand-linkedin-line img {
  display: inline-block;
  height: 24px;
  width: auto;
  vertical-align: middle;
}

.sand-contact-form-panel {
  border-radius: 16px;
  background: #fff;
}

.sand-contact-form-panel > * {
  max-width: none !important;
}

.sand-contact-form-panel .frm-fluent-form {
  color: var(--sandp1t-brown);
}

.sand-contact-form-panel .ff-el-group {
  margin-bottom: 20px;
}

.sand-contact-form-panel .ff-el-input--label label,
.sand-contact-form-panel label {
  color: var(--sandp1t-brown);
  font-weight: 500;
}

.sand-contact-form-panel input[type="text"],
.sand-contact-form-panel input[type="email"],
.sand-contact-form-panel textarea {
  width: 100%;
  border: 2px solid rgba(92, 74, 51, 0.22) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--sandp1t-brown) !important;
  padding: 14px 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.sand-contact-form-panel input:focus,
.sand-contact-form-panel textarea:focus {
  border-color: var(--sandp1t-orange) !important;
  box-shadow: 0 0 0 3px rgba(198, 90, 30, 0.12) !important;
  outline: none !important;
}

.sand-contact-form-panel .ff-btn-submit,
.sand-contact-form-panel button[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--sandp1t-orange) !important;
  color: #fff !important;
  padding: 12px 28px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.sand-contact-form-panel .ff-btn-submit:hover,
.sand-contact-form-panel button[type="submit"]:hover {
  background: var(--sandp1t-brown) !important;
}

.sand-contact-consent {
  margin-top: 24px;
  border: 1px solid rgba(92, 74, 51, 0.12);
  border-radius: 12px;
  background: var(--sandp1t-cream-dark);
  padding: 24px;
}

.sand-contact-consent p,
.sand-contact-consent li {
  color: var(--sandp1t-brown-light);
  font-size: 0.875rem;
  line-height: 1.65;
}

.sand-final-heading {
  font-size: clamp(2.5rem, 4.5vw, 3rem);
  line-height: 1.12;
}

.sand-case-card {
  max-width: 896px !important;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  border: 2px solid rgba(92, 74, 51, 0.15);
  border-radius: 24px;
  background: #fff;
  padding: 40px;
}

.sand-case-card > * {
  max-width: none !important;
}

.sand-case-card:last-child {
  margin-bottom: 0;
}

.sand-case-header {
  gap: 24px;
  margin-bottom: 28px;
}

.sand-case-card > .wp-block-columns {
  align-items: flex-start;
}

.sand-case-card > .wp-block-columns > .wp-block-column:first-child {
  flex-basis: 62% !important;
}

.sand-case-card > .wp-block-columns > .wp-block-column:last-child {
  flex-basis: 28% !important;
}

.sand-case-logo,
.sand-case-logo img {
  width: auto;
  max-width: min(280px, 100%);
  object-fit: contain;
}

.sand-case-copy {
  display: grid;
  gap: 10px;
}

.sand-case-copy > * {
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left;
}

.sand-case-copy h4,
.sand-case-copy p {
  margin-top: 0;
  margin-bottom: 0;
}

.sand-case-copy h4:not(:first-child) {
  margin-top: 10px;
}

.sand-case-copy h4,
.sand-standard-panel h3,
.sand-measure-card h4 {
  color: var(--sandp1t-orange);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

.sand-case-copy p,
.sand-standard-panel p,
.sand-measure-card p,
.sand-testimonial-card p {
  color: var(--sandp1t-brown-light);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.sand-awards-title {
  color: #7b7b7b;
  font-size: 0.875rem;
  font-weight: 700;
}

.sand-awards-stack {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.sand-award-logo {
  margin: 0;
  transition: transform 180ms ease;
}

.sand-award-logo:hover {
  transform: scale(1.04);
}

.sand-award-logo img {
  width: auto;
  height: auto !important;
  max-width: 100%;
  max-height: 112px;
  object-fit: contain;
}

.sand-client-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 42px 32px;
  margin-top: 48px;
}

.sand-client-logo-grid figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 76px;
  margin: 0;
}

.sand-client-logo-grid img {
  max-width: min(150px, 100%);
  max-height: 46px;
  object-fit: contain;
  opacity: 0.72;
  transition: opacity 180ms ease, transform 180ms ease;
}

.sand-client-logo-grid img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.sand-standard-panel {
  border: 2px solid #e5e5e5;
  border-radius: 24px;
  padding: clamp(32px, 4vw, 48px);
}

.sand-standard-panel > h3 {
  margin-top: 32px;
  color: var(--sandp1t-charcoal);
}

.sand-measure-card {
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  background: #fafafa;
  padding: 24px;
}

.sand-measure-card h4 {
  color: var(--sandp1t-charcoal);
}

.sand-testimonial-carousel {
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 40px;
}

.sand-testimonial-carousel .swiper {
  overflow: hidden;
}

.sand-testimonial-carousel .cb-wrapper {
  align-items: stretch;
}

.sand-testimonial-carousel .cb-slide {
  height: auto;
}

.sand-testimonial-track {
  display: flex !important;
  gap: 24px;
  max-width: none !important;
  margin: 0 !important;
  transition: transform 420ms ease;
  will-change: transform;
}

.sand-testimonial-card {
  display: flex;
  flex: 0 0 calc((100% - 48px) / 3);
  min-height: 360px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  padding: 24px;
}

.sand-testimonial-carousel .sand-testimonial-card {
  flex: none;
  width: 100%;
}

.sand-testimonial-card > * {
  max-width: none !important;
}

.sand-testimonial-meta {
  align-self: stretch;
  width: 100%;
  margin-top: 24px;
  color: #737373 !important;
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
  text-align: left;
}

.sand-testimonial-meta strong {
  color: var(--sandp1t-charcoal);
}

.sand-carousel-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(92, 74, 51, 0.65);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.sand-carousel-nav:hover {
  background: #fff;
  color: var(--sandp1t-brown);
}

.sand-carousel-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.sand-carousel-prev {
  left: 0;
}

.sand-carousel-next {
  right: 0;
}

.sand-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 28px;
}

.sand-carousel-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #c9c9c9;
  cursor: pointer;
  padding: 0;
}

.sand-carousel-dot.is-active {
  background: var(--sandp1t-charcoal);
}

.sand-testimonial-carousel .swiper-button-prev,
.sand-testimonial-carousel .swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(92, 74, 51, 0.68);
}

.sand-testimonial-carousel .swiper-button-prev::after,
.sand-testimonial-carousel .swiper-button-next::after {
  font-size: 18px;
}

.sand-testimonial-carousel .swiper-pagination {
  position: static;
  margin-top: 28px;
}

.sand-testimonial-carousel .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-inline: 11px !important;
  background: #c9c9c9;
  opacity: 1;
}

.sand-testimonial-carousel .swiper-pagination-bullet-active {
  background: var(--sandp1t-charcoal);
}

.sand-footer {
  margin-block-start: 0 !important;
  background: var(--sandp1t-charcoal);
  color: var(--sandp1t-cream);
}

.sand-footer h3 {
  margin: 0 0 16px;
  color: var(--sandp1t-cream);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sand-footer ul.wp-block-list,
.sand-footer .wp-block-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sand-footer li {
  margin: 0 0 8px;
  padding: 0;
}

.sand-footer a {
  color: var(--sandp1t-taupe-light);
  text-decoration: none;
}

.sand-footer a:hover {
  color: var(--sandp1t-orange);
}

.sand-footer-logo img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}

.sand-footer-muted {
  color: var(--sandp1t-taupe-light);
}

.sand-footer-rule {
  border-top: 1px solid var(--sandp1t-charcoal-light);
}

.sand-placeholder {
  padding: 144px 24px 96px;
  background: linear-gradient(135deg, #fff 0%, var(--sandp1t-cream-dark) 55%, var(--sandp1t-cream) 100%);
}

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

@media (max-width: 720px) {
  .sand-section,
  .sand-section-medium {
    padding: 56px 20px;
  }

  .sand-hero {
    padding: 112px 20px 64px;
  }

  .sand-hero-logo img {
    height: 64px;
  }

  .sand-hero h1 {
    font-size: 3rem;
  }

  .sand-hero p {
    font-size: 1.0625rem;
  }

  .sand-intro-heading {
    font-size: 2rem;
    line-height: 1.25;
  }

  .sand-clients-hero {
    padding: 112px 20px 64px;
  }

  .sand-venture-hero {
    padding: 112px 20px 64px;
  }

  .sand-p1tstop-hero {
    padding: 112px 20px 64px;
  }

  .sand-segments-hero {
    padding: 112px 20px 64px;
  }

  .sand-join-hero {
    padding: 112px 20px 64px;
  }

  .sand-about-hero {
    padding: 112px 20px 64px;
  }

  .sand-contact-hero {
    padding: 112px 20px 64px;
  }

  .sand-venture-hero .sand-hero-copy h1 {
    font-size: 2.5rem;
  }

  .sand-p1tstop-hero .sand-hero-copy h1 {
    font-size: 2.6rem;
  }

  .sand-segments-hero .sand-hero-copy h1 {
    font-size: 2.7rem;
  }

  .sand-join-hero .sand-hero-copy h1 {
    font-size: 2.5rem;
  }

  .sand-about-hero .sand-hero-copy h1 {
    font-size: 2.5rem;
  }

  .sand-contact-hero .sand-hero-copy h1 {
    font-size: 2.5rem;
  }

  .sand-venture-hero .sand-hero-copy::after,
  .sand-p1tstop-hero .sand-hero-copy::after,
  .sand-segments-hero .sand-hero-copy::after,
  .sand-join-hero .sand-hero-copy::after,
  .sand-about-hero .sand-hero-copy::after {
    display: none;
  }

  .sand-venture-image,
  .sand-p1tstop-image {
    height: 240px;
  }

  .sand-venture-copy-stack {
    gap: 24px;
  }

  .sand-venture-step-card {
    padding: 28px 20px;
  }

  .sand-p1tstop-feature-card,
  .sand-p1tstop-result-card {
    padding: 28px 20px;
  }

  .sand-segment-card,
  .sand-segment-zone-card {
    min-height: 0;
    padding: 28px 20px;
  }

  .sand-community-structure-image {
    max-width: 100% !important;
  }

  .sand-join-intro-image {
    width: 220px;
    height: 220px;
  }

  .sand-join-person-image {
    width: 180px;
    height: 180px;
  }

  .sand-join-action-card {
    min-height: 0;
    padding: 28px 20px;
  }

  .sand-about-team-image img {
    min-height: 240px;
  }

  .sand-about-belief-card,
  .sand-about-focus-card,
  .sand-about-why-panel {
    padding: 28px 20px;
  }

  .sand-about-focus-image {
    height: 180px;
  }

  .sand-contact-image {
    height: 240px;
    max-width: 100% !important;
  }

  .sand-contact-consent {
    padding: 20px;
  }

  .sand-case-card {
    padding: 28px 20px;
  }

  .sand-case-header {
    align-items: flex-start !important;
  }

  .sand-client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }

  .sand-standard-panel {
    padding: 28px 20px;
  }

  .sand-testimonial-carousel {
    padding-inline: 0;
  }

  .sand-testimonial-track {
    gap: 16px;
  }

  .sand-testimonial-card {
    flex-basis: 100%;
    min-height: 360px;
  }

  .sand-carousel-nav {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
