/*
|--------------------------------------------------------------------------
| Dynaweb Framework — Sicily Destination Theme
|--------------------------------------------------------------------------
|
| Visual identity for vaiinsicilia.com.
|
| The framework and feature layers must not define Sicily-specific colour
| values. They consume semantic tokens exposed here instead.
|
| A different destination can provide its own theme while continuing to use
| the same Core, Places, layout and component architecture.
|
*/

:root {
  /*
   * ------------------------------------------------------------------------
   * Core destination palette
   * ------------------------------------------------------------------------
   */

  --dw-color-paper: #f4efe7;
  --dw-color-surface: #fffaf4;

  --dw-color-ink: #26221e;
  --dw-color-text: #423b35;

  --dw-color-muted: #7d746c;
  --dw-color-subtle: #9b9188;

  --dw-color-border: #ded4c8;

  --dw-color-accent: #a65332;

  /*
   * ------------------------------------------------------------------------
   * Sicily extended palette
   * ------------------------------------------------------------------------
   */

  --dw-theme-surface-deep: #eee4d7;

  --dw-theme-accent: #a65332;
  --dw-theme-accent-deep: #834128;

  --dw-theme-secondary: #6f7255;

  /*
 * ------------------------------------------------------------------------
 * Editorial treatments
 * ------------------------------------------------------------------------
 */

  --dw-theme-on-image: #fffaf4;

  --dw-theme-on-image-soft: rgba(255, 248, 239, 0.92);

  --dw-theme-on-image-rule: rgba(255, 248, 239, 0.72);

  --dw-theme-hero-overlay-side: linear-gradient(
    to right,
    rgba(39, 26, 18, 0.18) 0%,
    rgba(39, 26, 18, 0) 58%
  );

  --dw-theme-hero-overlay-bottom: linear-gradient(
    to top,
    rgba(29, 21, 16, 0.82) 0%,
    rgba(29, 21, 16, 0.48) 32%,
    rgba(29, 21, 16, 0.13) 66%,
    rgba(29, 21, 16, 0) 100%
  );

  --dw-theme-accent-wash: linear-gradient(
    90deg,
    rgba(166, 83, 50, 0.08),
    rgba(166, 83, 50, 0)
  );

  --dw-theme-surface-wash: rgba(255, 250, 244, 0.5);

  --dw-theme-surface-deep-wash: rgba(238, 228, 215, 0.32);

  --dw-theme-section-wash: linear-gradient(
    180deg,
    rgba(238, 228, 215, 0.32),
    rgba(244, 239, 231, 0)
  );

  --dw-theme-section-wash-soft: linear-gradient(
    180deg,
    rgba(238, 228, 215, 0.28),
    rgba(244, 239, 231, 0.08)
  );

  --dw-theme-media-hairline: rgba(91, 67, 49, 0.08);

  --dw-theme-pagination-border: rgba(91, 67, 49, 0.2);

  --dw-theme-card-shadow: 0 18px 45px rgba(72, 50, 34, 0.06);
  /*
 * ------------------------------------------------------------------------
 * Editorial personality
 * ------------------------------------------------------------------------
 */

  --dw-theme-heading-weight: 400;
  --dw-theme-heading-tracking: -0.025em;

  --dw-theme-eyebrow-weight: 600;
  --dw-theme-eyebrow-tracking: 0.16em;

  --dw-theme-hero-image-filter: saturate(0.92) contrast(1.03) brightness(0.96);

  --dw-theme-card-image-filter: saturate(0.95) contrast(1.015);

  --dw-theme-card-image-filter-hover: saturate(1.02) contrast(1.03);

  --dw-theme-card-image-scale: 1;
  --dw-theme-card-image-scale-hover: 1.035;

  --dw-theme-related-stagger: var(--dw-space-md);
  --dw-theme-editorial-radius: 2px;
  --dw-theme-archive-image-scale-hover: 1.025;
}
