:root {
  --ccr-maroon-950: #2a0102;
  --ccr-maroon-900: #390002;
  --ccr-maroon-800: #5b0b0b;
  --ccr-maroon-700: #7a1311;
  --ccr-gold-600: #d9a441;
  --ccr-gold-300: #f4d28a;
  --ccr-cream-50: #fffaf6;
  --ccr-cream-100: #fff4e8;
  --ccr-rose-100: #fde7e4;
  --ccr-rose-200: #f7d0ca;
  --ccr-ink: #231918;
  --ccr-soft-shadow: 0 22px 70px rgba(91, 11, 11, 0.13);
  --ccr-card-shadow: 0 18px 48px rgba(91, 11, 11, 0.11);
}

html {
  background: var(--ccr-cream-100);
}

body.bg-background,
body.bg-warm-cream {
  background:
    radial-gradient(circle at 12% 8%, rgba(217, 164, 65, 0.22), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(91, 11, 11, 0.14), transparent 24rem),
    linear-gradient(180deg, #fffaf7 0%, #fff0ea 36%, #fde2dd 72%, #fff8f3 100%) !important;
  color: var(--ccr-ink);
}

nav.fixed,
header.fixed {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97), rgba(255, 244, 232, 0.96) 48%, rgba(250, 226, 216, 0.96)) !important;
  border-bottom: 1px solid rgba(217, 164, 65, 0.36) !important;
  box-shadow: 0 10px 34px rgba(91, 11, 11, 0.08) !important;
}

.hero-gradient {
  background:
    radial-gradient(circle at 78% 18%, rgba(217, 164, 65, 0.28), transparent 19rem),
    radial-gradient(circle at 18% 92%, rgba(244, 210, 138, 0.12), transparent 22rem),
    linear-gradient(112deg, var(--ccr-maroon-950) 0%, var(--ccr-maroon-900) 39%, var(--ccr-maroon-800) 71%, var(--ccr-maroon-700) 100%) !important;
}

section.bg-warm-cream,
.bg-warm-cream {
  background:
    radial-gradient(circle at 20% 16%, rgba(217, 164, 65, 0.2), transparent 18rem),
    linear-gradient(135deg, var(--ccr-cream-100) 0%, var(--ccr-rose-100) 58%, #fff8f2 100%) !important;
}

.bg-background {
  background:
    radial-gradient(circle at 90% 4%, rgba(217, 164, 65, 0.18), transparent 18rem),
    linear-gradient(180deg, #fffaf7 0%, #fff2ec 100%) !important;
}

.bg-pure-white {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 246, 0.98) 52%, rgba(255, 239, 232, 0.98) 100%) !important;
}

main > section {
  position: relative;
}

main > section:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(72rem, calc(100% - 3rem));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(217, 164, 65, 0.52), transparent);
  pointer-events: none;
}

.soft-lift,
.shadow-sm,
.shadow-xl,
.shadow-2xl {
  box-shadow: var(--ccr-card-shadow) !important;
}

.soft-lift,
[class*="rounded-[24px]"],
[class*="rounded-card"],
.rounded-2xl,
.rounded-xl {
  border-color: rgba(217, 164, 65, 0.2) !important;
}

.soft-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 70px rgba(91, 11, 11, 0.16) !important;
}

button.bg-accent-gold,
a.bg-accent-gold,
.bg-accent-gold {
  background: linear-gradient(135deg, #f1c764 0%, var(--ccr-gold-600) 58%, #bd8028 100%) !important;
  box-shadow: 0 12px 28px rgba(217, 164, 65, 0.26);
}

button.bg-deep-burgundy,
a.bg-deep-burgundy,
.bg-deep-burgundy {
  background:
    linear-gradient(135deg, var(--ccr-maroon-900), var(--ccr-maroon-800) 58%, var(--ccr-maroon-700)) !important;
}

.text-deep-burgundy,
.text-\[\#5B0B0B\] {
  color: var(--ccr-maroon-800) !important;
}

.border-\[\#D4AF37\] {
  border-color: var(--ccr-gold-600) !important;
}

.border-surface-variant,
.border-stone-100,
.border-stone-200 {
  border-color: rgba(217, 164, 65, 0.22) !important;
}

.aspect-\[4\/3\],
.aspect-video,
.rounded-\[40px\] {
  background:
    linear-gradient(135deg, rgba(91, 11, 11, 0.1), rgba(217, 164, 65, 0.14));
}

footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(217, 164, 65, 0.2), transparent 24rem),
    linear-gradient(135deg, var(--ccr-maroon-950) 0%, var(--ccr-maroon-800) 58%, #420404 100%) !important;
}

@media (max-width: 768px) {
  body.bg-background,
  body.bg-warm-cream {
    background:
      radial-gradient(circle at 18% 4%, rgba(217, 164, 65, 0.18), transparent 16rem),
      linear-gradient(180deg, #fffaf7 0%, #fff0ea 48%, #fde7e4 100%) !important;
  }

  main > section:not(:first-child)::before {
    width: calc(100% - 2rem);
  }
}

/* Stronger brand gradient pass */
body.bg-background,
body.bg-warm-cream {
  background:
    radial-gradient(circle at 6% 8%, rgba(217, 164, 65, 0.42), transparent 26rem),
    radial-gradient(circle at 94% 7%, rgba(91, 11, 11, 0.36), transparent 30rem),
    radial-gradient(circle at 74% 66%, rgba(122, 19, 17, 0.2), transparent 28rem),
    linear-gradient(180deg, #fff7ef 0%, #ffe3d8 28%, #f6c7bd 58%, #fff1e6 100%) !important;
}

nav.fixed,
header.fixed {
  background:
    linear-gradient(90deg, #fffdf9 0%, #fff0df 34%, #f8d1c7 70%, #fff6ec 100%) !important;
  border-bottom: 2px solid rgba(217, 164, 65, 0.52) !important;
}

.hero-gradient,
section.bg-dark-maroon,
.bg-dark-maroon {
  background:
    radial-gradient(circle at 75% 25%, rgba(244, 210, 138, 0.42), transparent 17rem),
    radial-gradient(circle at 14% 88%, rgba(217, 164, 65, 0.2), transparent 22rem),
    linear-gradient(115deg, #250001 0%, #420203 32%, #6d0908 68%, #8b1712 100%) !important;
}

main > section:nth-of-type(2) {
  background:
    radial-gradient(circle at 10% 10%, rgba(217, 164, 65, 0.36), transparent 20rem),
    radial-gradient(circle at 88% 18%, rgba(91, 11, 11, 0.2), transparent 22rem),
    linear-gradient(135deg, #fff8ef 0%, #ffe0d2 42%, #f6c1b8 100%) !important;
}

main > section:nth-of-type(3) {
  background:
    radial-gradient(circle at 82% 10%, rgba(217, 164, 65, 0.32), transparent 22rem),
    linear-gradient(135deg, #fff2df 0%, #ffd8ca 48%, #f5b8af 100%) !important;
}

main > section:nth-of-type(4),
main > section:nth-of-type(5) {
  background:
    radial-gradient(circle at 18% 18%, rgba(91, 11, 11, 0.18), transparent 20rem),
    linear-gradient(135deg, #fff8f0 0%, #ffe6d7 38%, #f4c0b6 100%) !important;
}

.bg-warm-cream,
section.bg-warm-cream {
  background:
    radial-gradient(circle at 18% 8%, rgba(217, 164, 65, 0.38), transparent 20rem),
    radial-gradient(circle at 88% 82%, rgba(91, 11, 11, 0.22), transparent 24rem),
    linear-gradient(135deg, #fff4df 0%, #ffd5c4 52%, #f2aea6 100%) !important;
}

.bg-pure-white {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 242, 229, 0.98) 45%, rgba(248, 210, 197, 0.98) 100%) !important;
  border: 1px solid rgba(217, 164, 65, 0.36) !important;
}

.soft-lift,
.shadow-sm,
.shadow-xl,
.shadow-2xl {
  box-shadow:
    0 22px 55px rgba(91, 11, 11, 0.18),
    0 4px 0 rgba(217, 164, 65, 0.12) !important;
}

main > section:not(:first-child)::before {
  height: 3px;
  width: min(80rem, calc(100% - 2rem));
  background: linear-gradient(90deg, transparent 0%, rgba(91, 11, 11, 0.46) 24%, rgba(217, 164, 65, 0.86) 50%, rgba(91, 11, 11, 0.46) 76%, transparent 100%);
}

button.bg-accent-gold,
a.bg-accent-gold,
.bg-accent-gold {
  background: linear-gradient(135deg, #ffe08a 0%, #d9a441 44%, #a8661e 100%) !important;
}

footer {
  background:
    radial-gradient(circle at 16% 0%, rgba(244, 210, 138, 0.32), transparent 24rem),
    radial-gradient(circle at 88% 20%, rgba(217, 164, 65, 0.16), transparent 18rem),
    linear-gradient(135deg, #240001 0%, #4b0304 45%, #760d0b 100%) !important;
}

/* Full brand direction based on the approved building banner */
.hero-gradient {
  min-height: min(54vw, 760px);
  aspect-ratio: 1792 / 1024;
  background-image: url("/stitch/assets/brand-building-banner.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-bottom: 6px solid rgba(217, 164, 65, 0.8);
}

.hero-gradient > .max-w-7xl,
.hero-gradient > .absolute {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

main > section:first-child:not(.hero-gradient) {
  background:
    linear-gradient(90deg, rgba(42, 1, 2, 0.92) 0%, rgba(91, 11, 11, 0.8) 34%, rgba(255, 235, 205, 0.58) 100%),
    url("/stitch/assets/brand-building-banner.png") !important;
  background-size: cover !important;
  background-position: center right !important;
  border-bottom: 6px solid rgba(217, 164, 65, 0.72);
}

main > section:first-child:not(.hero-gradient)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: clamp(24px, 5vw, 78px);
  background:
    radial-gradient(120% 140% at 50% -40%, transparent 58%, rgba(217, 164, 65, 0.82) 59%, rgba(255, 244, 230, 0.96) 65%);
  pointer-events: none;
}

main > section:first-child:not(.hero-gradient) img {
  filter: sepia(0.34) saturate(0.8) contrast(0.96);
}

body.bg-background,
body.bg-warm-cream {
  background:
    linear-gradient(90deg, rgba(91, 11, 11, 0.1), transparent 18%, rgba(217, 164, 65, 0.08)),
    radial-gradient(circle at 6% 0%, rgba(91, 11, 11, 0.34), transparent 30rem),
    radial-gradient(circle at 88% 9%, rgba(217, 164, 65, 0.42), transparent 28rem),
    linear-gradient(180deg, #fff4e6 0%, #f8d0bd 38%, #fff3e5 100%) !important;
}

main > section:nth-of-type(n + 2) {
  background:
    linear-gradient(112deg, rgba(255, 248, 240, 0.96) 0%, rgba(255, 225, 203, 0.94) 46%, rgba(236, 176, 154, 0.92) 100%) !important;
}

main > section:nth-of-type(2n + 3) {
  background:
    linear-gradient(112deg, rgba(250, 211, 188, 0.96) 0%, rgba(255, 241, 225, 0.95) 48%, rgba(255, 249, 239, 0.98) 100%) !important;
}

.bg-pure-white {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 238, 220, 0.96) 48%, rgba(245, 198, 176, 0.96) 100%) !important;
}

.soft-lift,
[class*="rounded-[24px]"],
[class*="rounded-card"],
.rounded-2xl,
.rounded-xl {
  border: 1px solid rgba(217, 164, 65, 0.46) !important;
}

nav.fixed,
header.fixed {
  background:
    linear-gradient(90deg, #ffffff 0%, #fff3e3 28%, #f0c4aa 58%, #fff2dc 100%) !important;
}

@media (max-width: 768px) {
  .hero-gradient {
    min-height: 62svh;
    aspect-ratio: auto;
    background-size: cover !important;
    background-position: 33% center !important;
  }

  main > section:first-child:not(.hero-gradient) {
    background-position: 40% center !important;
  }
}

/* Responsive pass */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
canvas {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .text-h1 {
    font-size: clamp(2.35rem, 9vw, 4rem) !important;
    line-height: 1.08 !important;
  }

  .text-h2 {
    font-size: clamp(1.9rem, 6vw, 3rem) !important;
    line-height: 1.18 !important;
  }

  .text-h3 {
    font-size: clamp(1.25rem, 4.5vw, 1.8rem) !important;
  }

  .hero-gradient {
    min-height: min(62vw, 620px);
  }

  main > section:first-child:not(.hero-gradient) {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  main {
    padding-top: 112px !important;
  }

  nav.fixed > div,
  header.fixed > nav,
  header.fixed > div {
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    padding: 0.75rem 1rem !important;
  }

  nav.fixed .text-xl,
  header.fixed .text-xl,
  nav.fixed [class*="tracking-widest"],
  header.fixed [class*="tracking-widest"] {
    max-width: calc(100vw - 6.5rem);
    overflow: hidden;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  nav.fixed .hidden.md\:flex,
  header.fixed .hidden.md\:flex {
    order: 3;
    display: flex !important;
    width: 100%;
    gap: 0.75rem !important;
    overflow-x: auto;
    padding: 0.45rem 0 0.2rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  nav.fixed .hidden.md\:flex::-webkit-scrollbar,
  header.fixed .hidden.md\:flex::-webkit-scrollbar {
    display: none;
  }

  nav.fixed .hidden.md\:flex a,
  header.fixed .hidden.md\:flex a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  nav.fixed button.md\:hidden,
  nav.fixed button,
  header.fixed button {
    min-width: 2.5rem;
  }

  .hero-gradient {
    min-height: clamp(300px, 58vw, 440px);
    aspect-ratio: auto;
    background-color: #3b0203 !important;
    background-position: center center !important;
    background-size: contain !important;
  }

  main > section:first-child:not(.hero-gradient) {
    min-height: 360px;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    background-position: 45% center !important;
  }

  main > section:first-child:not(.hero-gradient) > .relative,
  main > section:first-child:not(.hero-gradient) > div:not(.absolute) {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  main > section:not(:first-child),
  section.max-w-7xl,
  section.py-20,
  section.py-24,
  section.py-section-gap,
  .bg-warm-cream.py-20 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .px-6,
  .px-8,
  .px-gutter {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .gap-16,
  .gap-12,
  .gap-8,
  .gap-gutter {
    gap: 1.5rem !important;
  }

  .grid {
    max-width: 100%;
  }

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

  .lg\:grid-cols-3,
  .md\:grid-cols-2,
  .md\:grid-cols-3,
  .md\:grid-cols-4,
  .lg\:grid-cols-2,
  .lg\:grid-cols-12,
  .md\:grid-cols-4 {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .flex.flex-col.md\:flex-row,
  .flex.flex-col.md\:flex-row.md\:items-center {
    align-items: stretch !important;
  }

  .flex.flex-wrap.gap-3,
  .flex.flex-wrap.gap-4 {
    gap: 0.55rem !important;
  }

  .flex.flex-wrap.gap-3 button,
  .flex.flex-wrap.gap-4 button {
    flex: 1 1 auto;
    min-width: max-content;
    padding: 0.6rem 0.95rem !important;
    font-size: 0.8rem !important;
  }

  .rounded-\[24px\],
  .rounded-\[32px\],
  .rounded-\[40px\],
  .rounded-\[48px\],
  .rounded-card,
  .rounded-2xl,
  .rounded-xl {
    border-radius: 1rem !important;
  }

  .aspect-\[4\/3\] {
    aspect-ratio: 16 / 11 !important;
  }

  .aspect-\[3\/4\] {
    aspect-ratio: 4 / 5 !important;
  }

  .p-10,
  .p-8,
  .lg\:p-12 {
    padding: 1.35rem !important;
  }

  .font-body-md,
  .font-body-lg,
  p,
  input,
  textarea,
  button {
    font-size: 0.95rem !important;
  }

  input,
  textarea {
    min-width: 0;
  }

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

  footer {
    text-align: left;
  }
}

@media (max-width: 430px) {
  main {
    padding-top: 124px !important;
  }

  .hero-gradient {
    min-height: 330px;
    background-size: cover !important;
    background-position: 28% center !important;
  }

  main > section:first-child:not(.hero-gradient) {
    min-height: 330px;
  }

  .text-h1 {
    font-size: clamp(2rem, 11vw, 2.8rem) !important;
  }

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

/* Mobile brand image clarity */
@media (max-width: 767px) {
  .hero-gradient {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1792 / 1024 !important;
    background-color: #3b0203 !important;
    background-image: url("/stitch/assets/brand-building-banner.png") !important;
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    border-bottom-width: 4px;
  }
}

@media (max-width: 430px) {
  .hero-gradient {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1792 / 1024 !important;
    background-size: contain !important;
    background-position: center top !important;
  }
}

/* Floating chat widget */
.ccr-chat-widget {
  position: fixed;
  right: clamp(1rem, 3vw, 1.5rem);
  bottom: clamp(1rem, 3vw, 1.5rem);
  z-index: 80;
  display: grid;
  justify-items: end;
  gap: 0.75rem;
  font-family: "Work Sans", "Noto Sans Thai", system-ui, sans-serif;
}

.ccr-chat-toggle,
.ccr-chat-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.ccr-chat-toggle {
  min-height: 3.25rem;
  padding: 0.9rem 1.25rem;
  color: #fff8ed;
  background:
    radial-gradient(circle at 20% 10%, rgba(244, 210, 138, 0.45), transparent 1.8rem),
    linear-gradient(135deg, #390002, #7a1311 58%, #d9a441 140%);
  box-shadow: 0 18px 46px rgba(57, 0, 2, 0.28);
  cursor: pointer;
}

.ccr-chat-toggle .material-symbols-outlined {
  color: #f7d076;
}

.ccr-chat-panel {
  width: min(20rem, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid rgba(217, 164, 65, 0.5);
  border-radius: 1.25rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 236, 216, 0.98));
  box-shadow: 0 22px 70px rgba(57, 0, 2, 0.22);
}

.ccr-chat-panel[hidden] {
  display: none;
}

.ccr-chat-title {
  margin: 0 0 0.75rem;
  color: #5b0b0b;
  font-weight: 900;
}

.ccr-chat-action {
  width: 100%;
  min-height: 2.9rem;
  margin-top: 0.55rem;
  padding: 0.75rem 0.95rem;
  color: #390002;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(217, 164, 65, 0.36);
}

.ccr-chat-action:hover {
  background: #fff5e8;
}

.ccr-chat-action.is-disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.ccr-product-card .ccr-kapi-image img {
  object-position: center center;
}

.ccr-product-card img[src*="/stitch/assets/kapi-fish/"] {
  object-fit: contain !important;
  padding: clamp(1rem, 2.4vw, 1.6rem);
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 244, 230, 0.92), rgba(246, 196, 168, 0.66) 58%, rgba(217, 164, 65, 0.2));
}

.ccr-product-card img[src*="/stitch/assets/processed/"] {
  object-fit: contain !important;
  padding: clamp(1rem, 2.4vw, 1.6rem);
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 244, 230, 0.92), rgba(246, 196, 168, 0.66) 58%, rgba(217, 164, 65, 0.2));
}

.ccr-product-card h3 {
  word-break: keep-all;
}

/* About page: tuned to the red and gold kapi campaign artwork */
body.ccr-about-theme {
  background:
    linear-gradient(180deg, #fff4e6 0%, #ffe2cf 34%, #f8c1a9 66%, #fff0df 100%) !important;
  color: #2b0907;
  font-family: "Noto Sans Thai", system-ui, sans-serif;
  word-break: normal;
  overflow-wrap: break-word;
}

body.ccr-about-theme p,
body.ccr-about-theme h1,
body.ccr-about-theme h2,
body.ccr-about-theme h3,
body.ccr-about-theme a,
body.ccr-about-theme span {
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

body.ccr-about-theme .font-h1,
body.ccr-about-theme .font-h2,
body.ccr-about-theme .font-h3,
body.ccr-about-theme .font-serif {
  font-family: "Noto Serif Thai", "Noto Sans Thai", serif !important;
}

body.ccr-about-theme .font-body-md,
body.ccr-about-theme .font-body-lg,
body.ccr-about-theme p {
  font-family: "Noto Sans Thai", system-ui, sans-serif !important;
}

body.ccr-about-theme nav.fixed {
  background:
    linear-gradient(90deg, rgba(255, 247, 232, 0.98) 0%, rgba(255, 225, 196, 0.98) 54%, rgba(128, 17, 13, 0.14) 100%) !important;
  border-bottom: 2px solid rgba(217, 164, 65, 0.68) !important;
}

body.ccr-about-theme header.relative {
  border-bottom: 6px solid #d9a441;
  background: #3a0505;
}

body.ccr-about-theme header.relative .bg-gradient-to-r {
  background:
    linear-gradient(90deg, rgba(45, 1, 2, 0.94) 0%, rgba(91, 11, 11, 0.72) 44%, rgba(217, 164, 65, 0.16) 100%) !important;
}

body.ccr-about-theme main > section:nth-of-type(1) {
  background:
    linear-gradient(135deg, #fff8ec 0%, #ffe0c4 48%, #8b1610 48%, #5b0b0b 100%) !important;
}

body.ccr-about-theme main > section:nth-of-type(1) > div {
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(217, 164, 65, 0.28);
  border-radius: 1.25rem;
  background: rgba(255, 248, 236, 0.78);
  box-shadow: 0 26px 70px rgba(91, 11, 11, 0.18);
}

body.ccr-about-theme main > section:nth-of-type(1) img[src*="img-002"] {
  border: 3px solid rgba(217, 164, 65, 0.74) !important;
  background: #6e0908 !important;
  box-shadow:
    0 28px 70px rgba(91, 11, 11, 0.32),
    0 0 0 10px rgba(255, 224, 138, 0.16) !important;
}

body.ccr-about-theme main > section:nth-of-type(1) h2,
body.ccr-about-theme main > section:nth-of-type(2) h2,
body.ccr-about-theme main > section:nth-of-type(3) h2 {
  color: #6f0907 !important;
}

body.ccr-about-theme main > section:nth-of-type(1) p {
  color: #4d2921 !important;
}

body.ccr-about-theme section.bg-warm-cream {
  background:
    linear-gradient(135deg, #5b0b0b 0%, #7a1311 42%, #d9a441 42%, #f8d58a 100%) !important;
}

body.ccr-about-theme section.bg-warm-cream .text-center span,
body.ccr-about-theme section.bg-warm-cream .text-center h2 {
  color: #fff4e6 !important;
}

body.ccr-about-theme section.bg-warm-cream .text-center .bg-accent-gold {
  background: #fff4e6 !important;
}

body.ccr-about-theme section.bg-warm-cream .bg-pure-white {
  background:
    linear-gradient(145deg, #fff9ef 0%, #ffe1c2 100%) !important;
  border: 1px solid rgba(255, 244, 230, 0.72) !important;
  box-shadow: 0 24px 52px rgba(57, 0, 2, 0.2) !important;
}

body.ccr-about-theme section.bg-warm-cream .bg-deep-burgundy {
  background:
    linear-gradient(145deg, #3a0505 0%, #7a1311 72%, #9f281e 100%) !important;
  border: 1px solid rgba(244, 210, 138, 0.68) !important;
}

body.ccr-about-theme main > section:nth-of-type(3),
body.ccr-about-theme main > section:nth-of-type(4) {
  background:
    linear-gradient(135deg, #fff5e5 0%, #ffd6bc 52%, #fff0df 100%) !important;
}

body.ccr-about-theme main > section:nth-of-type(4) .bg-warm-cream {
  background:
    linear-gradient(145deg, #fff7e9 0%, #ffe0bd 100%) !important;
  border: 1px solid rgba(122, 19, 17, 0.2) !important;
  box-shadow: 0 18px 44px rgba(91, 11, 11, 0.12);
}

body.ccr-about-theme .text-accent-gold {
  color: #c98a22 !important;
}

body.ccr-about-theme footer {
  border-top: 6px solid rgba(217, 164, 65, 0.82);
}

@media (max-width: 767px) {
  body.ccr-about-theme nav.fixed > div {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden;
  }

  body.ccr-about-theme nav.fixed .text-xl {
    min-width: 0;
  }

  body.ccr-about-theme nav.fixed .hidden.md\:flex {
    display: grid !important;
    grid-column: 1 / -1;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: auto !important;
    max-width: 100% !important;
    gap: 0.2rem !important;
    overflow: visible;
    padding-top: 0.35rem;
  }

  body.ccr-about-theme nav.fixed .hidden.md\:flex a {
    min-width: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    padding: 0.25rem 0.1rem;
    text-align: center;
    white-space: normal;
    font-size: 0.86rem !important;
    line-height: 1.25 !important;
  }

  body.ccr-about-theme header.relative > .relative {
    min-width: 0;
    max-width: 100%;
  }

  body.ccr-about-theme header.relative p,
  body.ccr-about-theme header.relative h1 {
    max-width: min(100%, 34rem) !important;
  }

  body.ccr-about-theme section.bg-warm-cream {
    background:
      linear-gradient(90deg, #8a130f 0, #8a130f 0.65rem, #d9a441 0.65rem, #d9a441 100%) !important;
  }

  body.ccr-about-theme section.bg-warm-cream > div {
    padding-right: 0.85rem !important;
    padding-left: 0.85rem !important;
  }

  body.ccr-about-theme section.bg-warm-cream .grid {
    gap: 1.35rem !important;
  }

  body.ccr-about-theme section.bg-warm-cream .bg-pure-white,
  body.ccr-about-theme section.bg-warm-cream .bg-deep-burgundy {
    padding: 1.35rem 1.1rem !important;
    border-radius: 1rem !important;
  }

  body.ccr-about-theme section.bg-warm-cream .bg-pure-white p,
  body.ccr-about-theme section.bg-warm-cream .bg-deep-burgundy p,
  body.ccr-about-theme main > section:nth-of-type(1) p {
    font-size: 0.92rem !important;
    line-height: 1.9 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  body.ccr-about-theme section.bg-warm-cream .bg-pure-white h3,
  body.ccr-about-theme section.bg-warm-cream .bg-deep-burgundy h3 {
    font-size: 1.28rem !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 430px) {
  body.ccr-about-theme main {
    padding-top: 132px !important;
  }

  body.ccr-about-theme nav.fixed .hidden.md\:flex a {
    font-size: 0.8rem !important;
  }

  body.ccr-about-theme section.bg-warm-cream > div,
  body.ccr-about-theme main > section:nth-of-type(1) {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }

  body.ccr-about-theme section.bg-warm-cream .bg-pure-white,
  body.ccr-about-theme section.bg-warm-cream .bg-deep-burgundy {
    padding: 1.15rem 0.95rem !important;
  }

  body.ccr-about-theme section.bg-warm-cream .bg-pure-white p,
  body.ccr-about-theme section.bg-warm-cream .bg-deep-burgundy p,
  body.ccr-about-theme main > section:nth-of-type(1) p {
    font-size: 0.88rem !important;
    line-height: 1.86 !important;
  }
}

@media (max-width: 767px) {
  .ccr-chat-widget {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .ccr-chat-toggle {
    min-height: 3rem;
    padding: 0.75rem 1rem;
  }
}
