/* ============================================================
   THEME — Nouba   (Premium)
   La fête : carmin, or et arabesques en mouvement. Pour ceux qui veulent que ça danse.

   Generated by brand/make-themes.py — edit the palette there,
   not here, or the next run will overwrite your changes.
   ============================================================ */

:root {
  /* ---- page palette ---- */
  --gold:        #C9A84C;
  --gold-light:  #D4B970;
  --gold-dark:   #A1863D;
  --cream:       #FBF1EC;
  --cream-dark:  #EEE5E0;
  --white:       #FBF2ED;
  --text:        #4A2C2A;
  --text-light:  #806B6A;

  /* ---- typography ---- */
  --font-display: 'Playfair Display', serif;
  --font-body:    'Cormorant Garamond', serif;
  --font-sans:    'Josefin Sans', sans-serif;

  /* ---- envelope ---- */
  --env-scene-1: #F3E4D0;
  --env-scene-2: #E5D0A4;
  --env-scene-3: #A98D40;
  --env-reveal:  #FDF7F4;

  --env-paper-1: #FBF0EA;
  --env-paper-2: #FBEFE9;
  --env-paper-3: #ECDABA;

  --env-card-1:  #FBF0EB;
  --env-card-2:  #FBEFE9;
  --env-card-3:  #F0DFC6;

  --env-flap-1:  #DAC081;
  --env-flap-2:  #C9A84C;
  --env-flap-3:  #99803A;

  --env-shadow-rgb: 114,34,41;
  --env-seam-rgb:   169,99,62;
  --env-pocket-rgb: 82,25,30;
  --env-glow-rgb:   201,168,76;
  --env-hint:       #957C38;

  --env-card-label: #BE9248;
  --env-card-date:  #75612C;

  --env-texture-opacity: 0.42;
  --env-motif: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'> <g fill='none' stroke='%23BA8946' stroke-width='0.7' opacity='0.45'> <path d='M0 60 Q20 30 40 60 T80 60 T120 60'/> <path d='M0 60 Q20 90 40 60 T80 60 T120 60'/> <circle cx='40' cy='60' r='2'/><circle cx='80' cy='60' r='2'/> <path d='M60 0 Q30 20 60 40 Q90 20 60 0'/> <path d='M60 120 Q30 100 60 80 Q90 100 60 120'/> </g></svg>");
  --env-motif-size: 150px 150px;

  /* ---- form + chip surfaces ---- */
  --field-border:  #DBCEC9;
  --chip-bg:       rgba(255,255,255,0.9);
  --chip-bg-solid: #FBF2ED;
  --chip-menu-bg:  rgba(255,255,255,0.96);
}

/* ---- envelope embossing ---- */
.emboss-g {
  fill: #E4CFA2;
  stroke: #C09548;
  stroke-width: 0.6;
  opacity: 0.85;
}
.emboss-g.emboss-faint { opacity: 0.7; }

/* ---- wax seal ---- */
.wax-s0 { stop-color: #FDF9F6; }
.wax-s1 { stop-color: #FBF1EC; }
.wax-s2 { stop-color: #E6D1A7; }
.wax-s3 { stop-color: #B59744; }

.wax-i0 { stop-color: #FCF4F0; }
.wax-i1 { stop-color: #EEDDC0; }
.wax-i2 { stop-color: #C29949; }

.wax-rim   { stroke: #BD8F47; stroke-width: 0.8; }
.wax-rim-2 { stroke: #A58A3E; stroke-width: 1.2; opacity: 0.6; }
.wax-rim-3 { stroke: #FDF8F5; stroke-width: 0.8; opacity: 0.8; }

/* ---- seal motif ---- */
.seal-motif        { stroke: #79652E; stroke-width: 0.8; fill: #BE9248; opacity: 0.72; }
.seal-leaves       { fill: #BE9248; stroke: #79652E; stroke-width: 0.6; opacity: 0.6; }
.seal-petal-light  { fill: #DBC689; }
.seal-petal-mid    { fill: #D1B465; }
.seal-petal-deep   { fill: #A1863D; }
.seal-monogram     { fill: #99803A; stroke: #715E2B; stroke-width: 0.5; }
.seal-monogram-amp { fill: #C09548; }
