/* Shared visual system for Stitch pages. */
.cirpaetic-stitch-page {
  --stitch-green: #077454;
  --stitch-green-dark: #055d44;
  --stitch-orange: #fc8301;
  --stitch-ink: #077454;
  --stitch-paper: #f6f8f3;
  --stitch-line: #DDE4D8;
  color: var(--stitch-ink);
  background: var(--stitch-paper);
  overflow: hidden;
}
.cirpaetic-stitch-page h1,
.cirpaetic-stitch-page h2,
.cirpaetic-stitch-page h3,
.cirpaetic-stitch-page h4 { letter-spacing: 0; overflow-wrap: anywhere; }
.cirpaetic-stitch-page a[class*="bg-secondary"],
.cirpaetic-stitch-page button[class*="bg-secondary"] { background-color: var(--stitch-orange) !important; color: #fff !important; }
.cirpaetic-stitch-page a[class*="bg-secondary"]:hover,
.cirpaetic-stitch-page button[class*="bg-secondary"]:hover { background-color: #d86d00 !important; }
.cirpaetic-stitch-page [class*="bg-primary-container"],
.cirpaetic-stitch-page [class*="bg-primary"] { background-color: var(--stitch-green) !important; }
.cirpaetic-stitch-page [class*="text-secondary"],
.cirpaetic-stitch-page [class*="text-secondary-fixed"] { color: var(--stitch-green) !important; }
.cirpaetic-stitch-page [class*="text-primary"] { color: var(--stitch-ink) !important; }
.cirpaetic-stitch-page img { max-width: 100%; height: auto; }
.cirpaetic-stitch-page img[src*="terrasse-cirpaetic.jpg"] { object-fit: cover; object-position: center; }
.cirpaetic-stitch-page input,
.cirpaetic-stitch-page select,
.cirpaetic-stitch-page textarea { min-width: 0; max-width: 100%; }
.cirpaetic-stitch-page [class*="rounded-2xl"],
.cirpaetic-stitch-page [class*="rounded-xl"] { border-radius: 10px; }
.cirpaetic-stitch-page [class*="shadow-xl"],
.cirpaetic-stitch-page [class*="shadow-2xl"] { box-shadow: 0 18px 42px rgba(7, 116, 84, .12) !important; }

@media (max-width: 900px) {
  .cirpaetic-stitch-page [class*="lg:grid-cols-"],
  .cirpaetic-stitch-page [class*="md:grid-cols-"] { grid-template-columns: 1fr !important; }
  .cirpaetic-stitch-page [class*="lg:col-span-"],
  .cirpaetic-stitch-page [class*="md:col-span-"] { grid-column: auto !important; }
  .cirpaetic-stitch-page [class*="lg:px-"] { padding-left: 20px !important; padding-right: 20px !important; }
}
@media (max-width: 640px) {
  .cirpaetic-stitch-page { font-size: 15px; }
  .cirpaetic-stitch-page section { padding-top: 44px !important; padding-bottom: 44px !important; }
  .cirpaetic-stitch-page h1 { font-size: clamp(30px, 9vw, 48px) !important; line-height: 1.08 !important; }
  .cirpaetic-stitch-page h2 { font-size: clamp(25px, 7vw, 36px) !important; line-height: 1.12 !important; }
  .cirpaetic-stitch-page [class*="grid-cols-2"],
  .cirpaetic-stitch-page [class*="grid-cols-3"],
  .cirpaetic-stitch-page [class*="grid-cols-4"] { grid-template-columns: 1fr !important; }
  .cirpaetic-stitch-page [class*="px-gutter-mobile"],
  .cirpaetic-stitch-page [class*="px-space-xl"],
  .cirpaetic-stitch-page [class*="px-space-2xl"] { padding-left: 18px !important; padding-right: 18px !important; }
  .cirpaetic-stitch-page a[class*="h-12"],
  .cirpaetic-stitch-page button[class*="h-12"] { width: 100%; min-height: 48px; }
  .cirpaetic-stitch-page img { max-height: 420px; }
}
@media (prefers-reduced-motion: reduce) {
  .cirpaetic-stitch-page *, .cirpaetic-stitch-page *::before, .cirpaetic-stitch-page *::after {
    scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important;
  }
}
/* V23 palette lock */
.cirpaetic-stitch-page { --stitch-green:#077454; --stitch-orange:#FC8301; --stitch-paper:#F6F8F3; --stitch-ink:#077454; --stitch-line:#DDE4D8; }
