/* Final hero image placement: keep this after the main theme. */
.hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: center !important;
}

.hero-copy {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.hero-panel {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

.hero::after {
  display: none !important;
}

.hero-visual {
  display: block !important;
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  min-height: clamp(430px, 44vw, 620px) !important;
  border: 0 !important;
  border-radius: 46px !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 215, 91, 0.46), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(255, 246, 207, 0.88), transparent 34%),
    radial-gradient(circle at 68% 76%, rgba(139, 195, 164, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255, 253, 243, 0.78), rgba(255, 240, 178, 0.52)) !important;
  box-shadow: inset 0 0 0 1px rgba(214, 171, 58, 0.16), 0 24px 60px rgba(111, 83, 28, 0.1) !important;
}

.hero-visual img {
  display: none !important;
}

.hero-graphic::before {
  content: "" !important;
  position: absolute !important;
  inset: 7% !important;
  border-radius: 44% 56% 58% 42% / 45% 42% 58% 55% !important;
  background:
    repeating-radial-gradient(circle at 48% 48%, rgba(214, 171, 58, 0.12) 0 2px, transparent 2px 18px) !important;
  mask-image: radial-gradient(circle, #000 0 62%, transparent 73%) !important;
  animation: patternDrift 11s ease-in-out infinite alternate !important;
}

.hero-graphic::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: min(68%, 430px) !important;
  height: min(68%, 430px) !important;
  border-radius: 999px !important;
  background:
    conic-gradient(from 130deg, rgba(255, 205, 75, 0), rgba(255, 205, 75, 0.42), rgba(139, 195, 164, 0.16), rgba(255, 205, 75, 0)) !important;
  filter: blur(12px) !important;
  transform: translate(-50%, -50%) !important;
  animation: slowSpin 18s linear infinite !important;
}

.soft-pattern,
.soft-dot,
.soft-line,
.motif,
.motif i {
  position: absolute !important;
  display: block !important;
}

.soft-pattern {
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.48) !important;
  border: 1px solid rgba(214, 171, 58, 0.2) !important;
  box-shadow: 0 22px 54px rgba(111, 83, 28, 0.08) !important;
  animation: softFloat 7s ease-in-out infinite alternate !important;
}

.pattern-one {
  width: 46% !important;
  aspect-ratio: 1 !important;
  left: 6% !important;
  top: 13% !important;
}

.pattern-two {
  width: 34% !important;
  aspect-ratio: 1 !important;
  right: 9% !important;
  top: 8% !important;
  background: rgba(255, 205, 75, 0.2) !important;
  animation-delay: -1.8s !important;
}

.pattern-three {
  width: 52% !important;
  aspect-ratio: 1 !important;
  right: 2% !important;
  bottom: 9% !important;
  background: rgba(255, 255, 255, 0.36) !important;
  animation-delay: -3.2s !important;
}

.pattern-four {
  width: 30% !important;
  aspect-ratio: 1 !important;
  left: 19% !important;
  bottom: 7% !important;
  background: rgba(139, 195, 164, 0.16) !important;
  animation-delay: -4.4s !important;
}

.soft-dot {
  width: 12px !important;
  height: 12px !important;
  border-radius: 999px !important;
  background: #f7c744 !important;
  box-shadow: 0 0 0 10px rgba(247, 199, 68, 0.16) !important;
  animation: dotFloat 5s ease-in-out infinite alternate !important;
}

.dot-one {
  left: 16% !important;
  top: 58% !important;
}

.dot-two {
  right: 18% !important;
  top: 38% !important;
  animation-delay: -1.6s !important;
}

.dot-three {
  right: 31% !important;
  bottom: 18% !important;
  animation-delay: -2.8s !important;
}

.soft-line {
  width: 58% !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(214, 171, 58, 0.42), transparent) !important;
  transform-origin: center !important;
  animation: lineFloat 9s ease-in-out infinite alternate !important;
}

.line-one {
  left: 18% !important;
  top: 33% !important;
  transform: rotate(-12deg) !important;
}

.line-two {
  right: 10% !important;
  bottom: 31% !important;
  transform: rotate(18deg) !important;
  animation-delay: -2s !important;
}

.motif {
  z-index: 3 !important;
  width: 104px !important;
  height: 104px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(154, 116, 26, 0.34) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 20px 48px rgba(111, 83, 28, 0.14) !important;
  backdrop-filter: blur(8px) !important;
  opacity: 1 !important;
  animation: motifFloat 7.5s ease-in-out infinite alternate !important;
}

.motif::before,
.motif::after,
.motif i::before,
.motif i::after {
  content: "" !important;
  position: absolute !important;
  box-sizing: border-box !important;
  border-color: rgba(71, 62, 41, 0.84) !important;
}

.motif-wheelchair {
  left: 8% !important;
  top: 37% !important;
}

.motif-wheelchair::before {
  left: 23px !important;
  bottom: 17px !important;
  width: 38px !important;
  height: 38px !important;
  border: 4px solid rgba(71, 62, 41, 0.84) !important;
  border-radius: 999px !important;
}

.motif-wheelchair::after {
  left: 43px !important;
  top: 25px !important;
  width: 24px !important;
  height: 31px !important;
  border-left: 4px solid rgba(71, 62, 41, 0.84) !important;
  border-bottom: 4px solid rgba(71, 62, 41, 0.84) !important;
}

.motif-wheelchair i::before {
  right: 20px !important;
  bottom: 27px !important;
  width: 29px !important;
  height: 4px !important;
  background: rgba(71, 62, 41, 0.84) !important;
  transform: rotate(32deg) !important;
}

.motif-wheelchair i::after {
  left: 38px !important;
  top: 17px !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 999px !important;
  background: rgba(71, 62, 41, 0.84) !important;
}

.motif-stethoscope {
  right: 11% !important;
  top: 12% !important;
  animation-delay: -1.4s !important;
}

.motif-stethoscope::before {
  left: 24px !important;
  top: 21px !important;
  width: 42px !important;
  height: 44px !important;
  border: 4px solid rgba(71, 62, 41, 0.84) !important;
  border-top: 0 !important;
  border-radius: 0 0 24px 24px !important;
}

.motif-stethoscope::after {
  right: 20px !important;
  bottom: 21px !important;
  width: 22px !important;
  height: 22px !important;
  border: 4px solid rgba(71, 62, 41, 0.84) !important;
  border-radius: 999px !important;
}

.motif-stethoscope i::before {
  left: 58px !important;
  top: 53px !important;
  width: 27px !important;
  height: 27px !important;
  border-right: 4px solid rgba(71, 62, 41, 0.84) !important;
  border-bottom: 4px solid rgba(71, 62, 41, 0.84) !important;
  border-radius: 0 0 14px 0 !important;
}

.motif-truck {
  right: 7% !important;
  bottom: 15% !important;
  animation-delay: -2.2s !important;
}

.motif-truck::before {
  left: 16px !important;
  top: 36px !important;
  width: 52px !important;
  height: 31px !important;
  border: 4px solid rgba(71, 62, 41, 0.84) !important;
  border-radius: 4px !important;
}

.motif-truck::after {
  right: 14px !important;
  top: 44px !important;
  width: 25px !important;
  height: 23px !important;
  border: 4px solid rgba(71, 62, 41, 0.84) !important;
  border-left: 0 !important;
  border-radius: 0 5px 5px 0 !important;
}

.motif-truck i::before,
.motif-truck i::after {
  bottom: 21px !important;
  width: 14px !important;
  height: 14px !important;
  border: 4px solid rgba(71, 62, 41, 0.84) !important;
  border-radius: 999px !important;
}

.motif-truck i::before {
  left: 27px !important;
}

.motif-truck i::after {
  right: 22px !important;
}

.motif-sandwich {
  left: 25% !important;
  bottom: 9% !important;
  animation-delay: -3.1s !important;
}

.motif-sandwich::before {
  left: 22px !important;
  top: 29px !important;
  width: 58px !important;
  height: 45px !important;
  border-left: 4px solid rgba(71, 62, 41, 0.84) !important;
  border-bottom: 4px solid rgba(71, 62, 41, 0.84) !important;
  transform: rotate(-45deg) !important;
  border-radius: 4px !important;
}

.motif-sandwich::after {
  left: 29px !important;
  top: 53px !important;
  width: 48px !important;
  height: 4px !important;
  background: rgba(71, 62, 41, 0.84) !important;
  transform: rotate(-8deg) !important;
}

.motif-sandwich i::before,
.motif-sandwich i::after {
  top: 43px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: rgba(71, 62, 41, 0.84) !important;
}

.motif-sandwich i::before {
  left: 40px !important;
}

.motif-sandwich i::after {
  right: 39px !important;
}

.motif-computer {
  left: 38% !important;
  top: 13% !important;
  animation-delay: -4s !important;
}

.motif-computer::before {
  left: 22px !important;
  top: 25px !important;
  width: 59px !important;
  height: 39px !important;
  border: 4px solid rgba(71, 62, 41, 0.84) !important;
  border-radius: 5px !important;
}

.motif-computer::after {
  left: 35px !important;
  bottom: 23px !important;
  width: 34px !important;
  height: 4px !important;
  background: rgba(71, 62, 41, 0.84) !important;
}

.motif-computer i::before {
  left: 48px !important;
  bottom: 26px !important;
  width: 8px !important;
  height: 15px !important;
  background: rgba(71, 62, 41, 0.84) !important;
}

@keyframes softFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(18px, -22px, 0) scale(1.04);
  }
}

@keyframes motifFloat {
  from {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  to {
    transform: translate3d(10px, -16px, 0) rotate(2deg);
  }
}

@keyframes dotFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(0, -18px, 0) scale(1.08);
  }
}

@keyframes lineFloat {
  from {
    opacity: 0.45;
  }

  to {
    opacity: 0.9;
  }
}

@keyframes patternDrift {
  from {
    transform: rotate(-4deg) scale(1);
  }

  to {
    transform: rotate(5deg) scale(1.03);
  }
}

@keyframes slowSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr !important;
  }

  .hero-copy,
  .hero-panel,
  .hero-visual {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .hero-visual {
    min-height: 420px !important;
  }
}

@media (max-width: 560px) {
  .hero-visual {
    min-height: 360px !important;
    border-radius: 22px !important;
  }

  .soft-line {
    width: 72% !important;
  }

  .motif {
    width: 68px !important;
    height: 68px !important;
    transform: scale(0.86) !important;
  }
}

.web-growth-block {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr) !important;
  gap: clamp(24px, 4vw, 46px) !important;
  align-items: stretch !important;
  margin-top: clamp(34px, 6vw, 72px) !important;
  padding: clamp(26px, 5vw, 56px) !important;
  border: 1px solid rgba(214, 171, 58, 0.34) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 205, 75, 0.28), transparent 30%),
    linear-gradient(135deg, #fffef8 0%, #fff7dc 100%) !important;
  box-shadow: 0 24px 64px rgba(111, 83, 28, 0.12) !important;
}

.web-growth-copy h3,
.web-faq h3 {
  margin: 0 0 18px !important;
  color: var(--ink, #27302b) !important;
  font-size: clamp(26px, 3.2vw, 42px) !important;
  line-height: 1.45 !important;
}

.web-growth-copy p {
  color: var(--muted, #6f6a5f) !important;
  font-size: clamp(16px, 1.45vw, 18px) !important;
  line-height: 2 !important;
}

.web-growth-copy .button {
  margin-top: 16px !important;
}

.web-growth-points {
  display: grid !important;
  gap: 14px !important;
}

.web-growth-points article {
  padding: 20px !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(214, 171, 58, 0.26) !important;
  box-shadow: 0 12px 28px rgba(111, 83, 28, 0.08) !important;
}

.web-growth-points span {
  display: inline-flex !important;
  width: 40px !important;
  height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 10px !important;
  border-radius: 999px !important;
  background: #f7c744 !important;
  color: #292315 !important;
  font-weight: 800 !important;
}

.web-growth-points h4 {
  margin: 0 0 8px !important;
  color: var(--ink, #27302b) !important;
  font-size: 20px !important;
}

.web-growth-points p {
  margin: 0 !important;
  color: var(--muted, #6f6a5f) !important;
  line-height: 1.8 !important;
}

.web-faq {
  margin-top: clamp(28px, 5vw, 54px) !important;
  padding: clamp(24px, 4vw, 42px) !important;
  border-radius: 28px !important;
  background: #fff !important;
  border: 1px solid rgba(214, 171, 58, 0.28) !important;
  box-shadow: 0 18px 48px rgba(111, 83, 28, 0.1) !important;
}

.web-faq details {
  border-top: 1px solid rgba(214, 171, 58, 0.24) !important;
  padding: 18px 0 !important;
}

.web-faq details:last-child {
  padding-bottom: 0 !important;
}

.web-faq summary {
  cursor: pointer !important;
  color: var(--ink, #27302b) !important;
  font-weight: 800 !important;
  font-size: 18px !important;
}

.web-faq p {
  margin: 12px 0 0 !important;
  color: var(--muted, #6f6a5f) !important;
  line-height: 1.9 !important;
}

@media (max-width: 860px) {
  .web-growth-block {
    grid-template-columns: 1fr !important;
  }
}

/* Rebuilt hero artwork: clearer symbolic illustration without photos. */
.hero-graphic {
  min-height: clamp(460px, 44vw, 650px) !important;
  padding: clamp(22px, 3vw, 34px) !important;
  border-radius: 42px !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 211, 89, 0.42), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.92), transparent 34%),
    radial-gradient(circle at 64% 84%, rgba(119, 183, 154, 0.18), transparent 32%),
    linear-gradient(135deg, #fffdf3 0%, #fff3c7 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(214, 171, 58, 0.18),
    0 30px 80px rgba(111, 83, 28, 0.12) !important;
}

.hero-graphic::before {
  inset: 8% !important;
  border-radius: 40px !important;
  background:
    linear-gradient(90deg, rgba(214, 171, 58, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(214, 171, 58, 0.1) 1px, transparent 1px) !important;
  background-size: 42px 42px !important;
  mask-image: radial-gradient(circle at center, #000 0 68%, transparent 78%) !important;
  animation: patternDrift 16s ease-in-out infinite alternate !important;
}

.hero-graphic::after {
  width: min(78%, 520px) !important;
  height: min(78%, 520px) !important;
  background:
    conic-gradient(from 90deg, rgba(255, 203, 64, 0.08), rgba(255, 203, 64, 0.42), rgba(129, 190, 157, 0.2), rgba(255, 203, 64, 0.08)) !important;
  filter: blur(18px) !important;
  opacity: 0.86 !important;
}

.art-blob {
  position: absolute !important;
  display: block !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.48) !important;
  border: 1px solid rgba(214, 171, 58, 0.22) !important;
  animation: softFloat 9s ease-in-out infinite alternate !important;
}

.blob-one {
  width: 42% !important;
  aspect-ratio: 1 !important;
  left: 5% !important;
  top: 10% !important;
}

.blob-two {
  width: 34% !important;
  aspect-ratio: 1 !important;
  right: 7% !important;
  top: 18% !important;
  animation-delay: -2s !important;
}

.blob-three {
  width: 48% !important;
  aspect-ratio: 1 !important;
  right: 10% !important;
  bottom: 5% !important;
  background: rgba(255, 223, 111, 0.22) !important;
  animation-delay: -4s !important;
}

.hero-symbol {
  position: absolute !important;
  z-index: 4 !important;
  display: grid !important;
  place-items: center !important;
  gap: 8px !important;
  width: clamp(108px, 9vw, 140px) !important;
  height: clamp(108px, 9vw, 140px) !important;
  padding: 16px !important;
  border-radius: 28px !important;
  color: #32342a !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(214, 171, 58, 0.34) !important;
  box-shadow: 0 24px 58px rgba(111, 83, 28, 0.16) !important;
  backdrop-filter: blur(12px) !important;
  animation: symbolFloat 7s ease-in-out infinite alternate !important;
}

.hero-symbol svg {
  width: 62px !important;
  height: 62px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 5 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.hero-symbol span {
  color: #9a741a !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.symbol-care {
  left: 8% !important;
  top: 34% !important;
}

.symbol-nurse {
  right: 10% !important;
  top: 10% !important;
  animation-delay: -1.2s !important;
}

.symbol-food {
  right: 7% !important;
  bottom: 13% !important;
  animation-delay: -2.4s !important;
}

.symbol-sandwich {
  left: 25% !important;
  bottom: 8% !important;
  animation-delay: -3.2s !important;
}

.symbol-web {
  left: 39% !important;
  top: 13% !important;
  animation-delay: -4s !important;
}

@keyframes symbolFloat {
  from {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }

  to {
    transform: translate3d(8px, -16px, 0) rotate(1deg);
  }
}

@media (max-width: 560px) {
  .hero-symbol {
    width: 92px !important;
    height: 92px !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }

  .hero-symbol svg {
    width: 48px !important;
    height: 48px !important;
    stroke-width: 5 !important;
  }

  .hero-symbol span {
    font-size: 10px !important;
  }
}

/* Minimal abstract hero art: remove literal icons and keep a refined mood. */
.hero-graphic {
  min-height: clamp(460px, 44vw, 650px) !important;
  padding: 0 !important;
  border-radius: 48px !important;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 207, 67, 0.48), transparent 26%),
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.88), transparent 28%),
    radial-gradient(circle at 70% 78%, rgba(123, 184, 151, 0.2), transparent 28%),
    linear-gradient(135deg, #fffef6 0%, #fff2bd 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(214, 171, 58, 0.16),
    0 32px 86px rgba(111, 83, 28, 0.12) !important;
}

.hero-graphic::before {
  inset: 9% !important;
  border-radius: 44px !important;
  background:
    linear-gradient(115deg, transparent 0 22%, rgba(255, 255, 255, 0.54) 22% 24%, transparent 24% 100%),
    linear-gradient(90deg, rgba(154, 116, 26, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(154, 116, 26, 0.07) 1px, transparent 1px) !important;
  background-size: 100% 100%, 46px 46px, 46px 46px !important;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 65%, transparent 78%) !important;
  animation: patternDrift 18s ease-in-out infinite alternate !important;
}

.hero-graphic::after {
  width: min(78%, 540px) !important;
  height: min(78%, 540px) !important;
  background:
    conic-gradient(from 120deg, rgba(255, 199, 56, 0), rgba(255, 199, 56, 0.46), rgba(115, 180, 149, 0.18), rgba(255, 255, 255, 0.58), rgba(255, 199, 56, 0)) !important;
  filter: blur(20px) !important;
  opacity: 0.9 !important;
}

.hero-symbol,
.motif {
  display: none !important;
}

.art-blob,
.art-line,
.art-ring,
.art-dot {
  position: absolute !important;
  display: block !important;
  z-index: 3 !important;
}

.art-blob {
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.44) !important;
  border: 1px solid rgba(214, 171, 58, 0.18) !important;
  box-shadow: 0 24px 70px rgba(111, 83, 28, 0.08) !important;
  animation: softFloat 10s ease-in-out infinite alternate !important;
}

.blob-one {
  width: 44% !important;
  aspect-ratio: 1 !important;
  left: 7% !important;
  top: 11% !important;
}

.blob-two {
  width: 31% !important;
  aspect-ratio: 1 !important;
  right: 10% !important;
  top: 15% !important;
  background: rgba(255, 218, 93, 0.22) !important;
  animation-delay: -2s !important;
}

.blob-three {
  width: 52% !important;
  aspect-ratio: 1 !important;
  right: 5% !important;
  bottom: 4% !important;
  background: rgba(255, 255, 255, 0.32) !important;
  animation-delay: -4s !important;
}

.art-line {
  width: 62% !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(154, 116, 26, 0.42), transparent) !important;
  transform-origin: center !important;
  animation: lineFloat 9s ease-in-out infinite alternate !important;
}

.art-line-one {
  left: 16% !important;
  top: 35% !important;
  transform: rotate(-14deg) !important;
}

.art-line-two {
  right: 10% !important;
  bottom: 29% !important;
  transform: rotate(18deg) !important;
  animation-delay: -2s !important;
}

.art-ring {
  border-radius: 999px !important;
  border: 1px solid rgba(154, 116, 26, 0.24) !important;
  animation: softFloat 11s ease-in-out infinite alternate !important;
}

.art-ring-one {
  width: 42% !important;
  aspect-ratio: 1 !important;
  left: 24% !important;
  top: 22% !important;
}

.art-ring-two {
  width: 24% !important;
  aspect-ratio: 1 !important;
  right: 15% !important;
  bottom: 18% !important;
  animation-delay: -3s !important;
}

.art-dot {
  width: 11px !important;
  height: 11px !important;
  border-radius: 999px !important;
  background: #dba72c !important;
  box-shadow: 0 0 0 11px rgba(219, 167, 44, 0.14) !important;
  animation: dotFloat 6s ease-in-out infinite alternate !important;
}

.art-dot-one {
  left: 18% !important;
  bottom: 31% !important;
}

.art-dot-two {
  right: 22% !important;
  top: 38% !important;
  animation-delay: -1.6s !important;
}

.art-dot-three {
  right: 35% !important;
  bottom: 16% !important;
  animation-delay: -3s !important;
}

/* Make the abstract art visibly present in the hero area. */
.hero-graphic {
  isolation: isolate !important;
  background:
    radial-gradient(circle at 26% 26%, rgba(255, 200, 52, 0.5), transparent 24%),
    radial-gradient(circle at 72% 34%, rgba(255, 255, 255, 0.9), transparent 26%),
    radial-gradient(circle at 58% 72%, rgba(122, 181, 151, 0.24), transparent 30%),
    linear-gradient(135deg, #fffdf3 0%, #ffe999 100%) !important;
}

.hero-graphic::before {
  z-index: 1 !important;
  opacity: 0.9 !important;
  mask-image: none !important;
  background:
    radial-gradient(circle at 38% 45%, rgba(255, 255, 255, 0.68), transparent 34%),
    repeating-radial-gradient(circle at 50% 50%, rgba(154, 116, 26, 0.14) 0 2px, transparent 2px 22px) !important;
}

.hero-graphic::after {
  z-index: 2 !important;
  opacity: 1 !important;
  filter: blur(12px) !important;
}

.art-blob,
.art-ring,
.art-line,
.art-dot {
  z-index: 5 !important;
}

.art-blob {
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(154, 116, 26, 0.28) !important;
  box-shadow: 0 24px 64px rgba(111, 83, 28, 0.14) !important;
}

.blob-one {
  width: 48% !important;
  left: 8% !important;
  top: 16% !important;
}

.blob-two {
  width: 36% !important;
  right: 10% !important;
  top: 14% !important;
  background: rgba(255, 207, 68, 0.32) !important;
}

.blob-three {
  width: 46% !important;
  right: 13% !important;
  bottom: 12% !important;
  background: rgba(255, 255, 255, 0.58) !important;
}

.art-ring {
  border-width: 2px !important;
  border-color: rgba(154, 116, 26, 0.38) !important;
}

.art-ring-one {
  width: 44% !important;
  left: 30% !important;
  top: 25% !important;
}

.art-ring-two {
  width: 28% !important;
  right: 18% !important;
  bottom: 19% !important;
}

.art-line {
  height: 2px !important;
  background: linear-gradient(90deg, transparent, rgba(154, 116, 26, 0.7), transparent) !important;
}

.art-dot {
  width: 14px !important;
  height: 14px !important;
  background: #c88f12 !important;
  box-shadow: 0 0 0 13px rgba(200, 143, 18, 0.18) !important;
}

.sateto-section {
  background:
    radial-gradient(circle at 90% 12%, rgba(119, 183, 154, 0.18), transparent 30%),
    linear-gradient(135deg, #fffef7 0%, #fff7dc 100%) !important;
}

.sateto-lead {
  max-width: 880px !important;
  margin: 0 auto clamp(28px, 5vw, 54px) !important;
  text-align: center !important;
}

.sateto-lead h3 {
  margin: 0 0 14px !important;
  color: var(--ink, #27302b) !important;
  font-size: clamp(26px, 3.2vw, 42px) !important;
  line-height: 1.45 !important;
}

.sateto-lead p,
.sateto-grid p,
.sateto-message p {
  color: var(--muted, #6f6a5f) !important;
  line-height: 1.95 !important;
}

.sateto-lead p {
  font-size: clamp(17px, 1.6vw, 20px) !important;
}

.sateto-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 3vw, 28px) !important;
  margin-bottom: clamp(24px, 4vw, 42px) !important;
}

.sateto-grid article,
.sateto-message {
  border: 1px solid rgba(214, 171, 58, 0.24) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 18px 48px rgba(111, 83, 28, 0.09) !important;
}

.sateto-grid article {
  padding: clamp(24px, 4vw, 38px) !important;
}

.sateto-grid span {
  display: inline-flex !important;
  margin-bottom: 18px !important;
  color: #9a741a !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.sateto-grid h3,
.sateto-message h3 {
  margin: 0 0 14px !important;
  color: var(--ink, #27302b) !important;
  font-size: clamp(22px, 2.3vw, 30px) !important;
  line-height: 1.45 !important;
}

.sateto-grid .text-link {
  display: inline-flex !important;
  margin-top: 14px !important;
  color: #7f5b0d !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border-bottom: 2px solid rgba(214, 171, 58, 0.55) !important;
}

.sateto-message {
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: clamp(26px, 4vw, 44px) !important;
  text-align: center !important;
}

.sateto-message .button {
  margin-top: 14px !important;
}

@media (max-width: 860px) {
  .sateto-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Stabilize Sateto section layout after the global theme overrides. */
.sateto-section {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  overflow: hidden !important;
}

.sateto-section .section-heading {
  display: block !important;
  max-width: 980px !important;
  margin: 0 auto clamp(24px, 4vw, 44px) !important;
  text-align: center !important;
}

.sateto-section .section-heading h2 {
  max-width: 920px !important;
  margin-inline: auto !important;
  color: var(--ink, #27302b) !important;
  font-size: clamp(28px, 3.3vw, 42px) !important;
  line-height: 1.42 !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

.sateto-lead h3 {
  font-size: clamp(23px, 2.8vw, 34px) !important;
  line-height: 1.55 !important;
}

.sateto-lead,
.sateto-grid,
.sateto-message {
  box-sizing: border-box !important;
}

.sateto-grid {
  max-width: 1120px !important;
  margin-inline: auto !important;
}

.sateto-grid article {
  min-width: 0 !important;
  height: auto !important;
}

.sateto-grid p,
.sateto-message p {
  margin-top: 0 !important;
  overflow-wrap: anywhere !important;
}

.sateto-message {
  width: min(100%, 980px) !important;
}

@media (max-width: 640px) {
  .sateto-section .section-heading h2 {
    font-size: 26px !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  .sateto-section .section-heading,
  .sateto-lead {
    text-align: left !important;
  }

  .sateto-grid article,
  .sateto-message {
    border-radius: 22px !important;
  }
}

.works-reason-block {
  margin-top: clamp(36px, 6vw, 76px) !important;
  padding: clamp(26px, 5vw, 56px) !important;
  border-radius: 32px !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 207, 68, 0.24), transparent 28%),
    linear-gradient(135deg, #fff 0%, #fff9e6 100%) !important;
  border: 1px solid rgba(214, 171, 58, 0.28) !important;
  box-shadow: 0 24px 70px rgba(111, 83, 28, 0.1) !important;
}

.compact-heading {
  max-width: 760px !important;
  margin-bottom: clamp(22px, 4vw, 38px) !important;
}

.compact-heading h3 {
  margin: 0 0 14px !important;
  color: var(--ink, #27302b) !important;
  font-size: clamp(28px, 3.6vw, 46px) !important;
  line-height: 1.35 !important;
}

.compact-heading p:not(.eyebrow) {
  color: var(--muted, #6f6a5f) !important;
  font-size: clamp(16px, 1.5vw, 18px) !important;
  line-height: 1.95 !important;
}

.works-grid,
.reason-grid {
  display: grid !important;
  gap: 16px !important;
}

.works-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-bottom: clamp(22px, 4vw, 36px) !important;
}

.works-subtitle {
  margin: clamp(24px, 4vw, 42px) 0 16px !important;
  color: var(--ink, #27302b) !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  line-height: 1.35 !important;
}

.works-accordion {
  margin-top: 16px !important;
  border: 1px solid rgba(214, 171, 58, 0.28) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 14px 36px rgba(111, 83, 28, 0.08) !important;
  overflow: hidden !important;
}

.works-accordion summary {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 22px 24px !important;
  color: var(--ink, #27302b) !important;
  cursor: pointer !important;
  font-size: clamp(20px, 2.2vw, 28px) !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  list-style: none !important;
}

.works-accordion summary::-webkit-details-marker {
  display: none !important;
}

.works-accordion summary::after {
  content: "+" !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: 38px !important;
  height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #f7c744 !important;
  color: #292315 !important;
  font-size: 26px !important;
  font-weight: 800 !important;
}

.works-accordion[open] summary::after {
  content: "-" !important;
}

.works-accordion[open] summary {
  border-bottom: 1px solid rgba(214, 171, 58, 0.24) !important;
}

.works-accordion .works-grid,
.works-accordion .reason-grid {
  padding: 22px !important;
}

.works-grid article,
.reason-grid article {
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(214, 171, 58, 0.24) !important;
  border-radius: 24px !important;
  box-shadow: 0 14px 36px rgba(111, 83, 28, 0.08) !important;
}

.works-grid article {
  min-height: 190px !important;
  padding: 24px !important;
}

.works-grid span {
  display: inline-flex !important;
  margin-bottom: 28px !important;
  color: #9a741a !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.works-grid h4,
.reason-grid h4 {
  margin: 0 0 10px !important;
  color: var(--ink, #27302b) !important;
  font-size: 21px !important;
  line-height: 1.45 !important;
}

.works-grid p,
.reason-grid p {
  margin: 0 !important;
  color: var(--muted, #6f6a5f) !important;
  line-height: 1.85 !important;
}

.work-link {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 18px !important;
  color: #7f5b0d !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border-bottom: 2px solid rgba(214, 171, 58, 0.55) !important;
}

.work-link:hover {
  color: #292315 !important;
  border-bottom-color: #f7c744 !important;
}

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

.reason-grid article {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  column-gap: 16px !important;
  row-gap: 6px !important;
  padding: 22px !important;
}

.reason-grid strong {
  grid-row: 1 / span 2 !important;
  display: inline-flex !important;
  width: 46px !important;
  height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #f7c744 !important;
  color: #292315 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.works-cta {
  display: flex !important;
  gap: 18px !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: clamp(22px, 4vw, 38px) !important;
  padding: 20px 22px !important;
  border-radius: 22px !important;
  background: rgba(255, 244, 205, 0.72) !important;
  border: 1px solid rgba(214, 171, 58, 0.25) !important;
}

.works-cta p {
  margin: 0 !important;
  color: var(--ink, #27302b) !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
}

@media (max-width: 900px) {
  .works-grid,
  .reason-grid {
    grid-template-columns: 1fr !important;
  }

  .works-cta {
    display: grid !important;
  }
}
