/* ============================================================
   THEME — Jasmin d'Hiver   (Classic)
   Ivoire froid et champagne pâle. Le jasmin de Tunis en hiver — la plus sobre des huit.

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

:root {
  /* ---- page palette ---- */
  --gold:        #C2AE86;
  --gold-light:  #CEBE9E;
  --gold-dark:   #9B8B6B;
  --cream:       #FAF7F0;
  --cream-dark:  #EEEBE4;
  --white:       #FAF7F1;
  --text:        #4A4740;
  --text-light:  #807E79;

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

  /* ---- envelope ---- */
  --env-scene-1: #F4EFE4;
  --env-scene-2: #E3D9C5;
  --env-scene-3: #A39271;
  --env-reveal:  #FEFDFA;

  --env-paper-1: #FDFBF6;
  --env-paper-2: #FDFBF6;
  --env-paper-3: #EBE4D4;

  --env-card-1:  #FDFBF7;
  --env-card-2:  #FDFBF6;
  --env-card-3:  #F0EADD;

  --env-flap-1:  #D6C8AC;
  --env-flap-2:  #C2AE86;
  --env-flap-3:  #938466;

  --env-shadow-rgb: 88,79,64;
  --env-seam-rgb:   148,133,104;
  --env-pocket-rgb: 64,57,46;
  --env-glow-rgb:   194,174,134;
  --env-hint:       #908163;

  --env-card-label: #B3A07C;
  --env-card-date:  #71654E;

  --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='%23AD9B78' stroke-width='0.6' opacity='0.5'> <path d='M20 20 Q30 25 35 35 Q32 40 28 38'/><ellipse cx='25' cy='28' rx='2.5' ry='1.3' transform='rotate(35 25 28)'/> <ellipse cx='32' cy='24' rx='2' ry='1' transform='rotate(-20 32 24)'/><circle cx='28' cy='32' r='1'/> <path d='M85 55 Q95 60 98 70 Q95 75 90 72'/><ellipse cx='90' cy='62' rx='2.5' ry='1.3' transform='rotate(40 90 62)'/> <circle cx='93' cy='67' r='1'/><path d='M45 88 Q55 92 58 100'/> <ellipse cx='50' cy='94' rx='2' ry='1' transform='rotate(30 50 94)'/><circle cx='55' cy='98' r='0.8'/> </g></svg>");
  --env-motif-size: 140px 140px;

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

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

/* ---- wax seal ---- */
.wax-s0 { stop-color: #FEFDFB; }
.wax-s1 { stop-color: #FDFBF7; }
.wax-s2 { stop-color: #E4DBC7; }
.wax-s3 { stop-color: #AF9D79; }

.wax-i0 { stop-color: #FEFCF9; }
.wax-i1 { stop-color: #EEE7D9; }
.wax-i2 { stop-color: #B8A580; }

.wax-rim   { stroke: #B19F7B; stroke-width: 0.8; }
.wax-rim-2 { stroke: #9F8F6E; stroke-width: 1.2; opacity: 0.6; }
.wax-rim-3 { stroke: #FEFDFB; stroke-width: 0.8; opacity: 0.8; }

/* ---- seal motif ---- */
.seal-motif        { stroke: #746850; stroke-width: 0.8; fill: #B3A07C; opacity: 0.72; }
.seal-leaves       { fill: #B3A07C; stroke: #746850; stroke-width: 0.6; opacity: 0.6; }
.seal-petal-light  { fill: #D7CAAF; }
.seal-petal-mid    { fill: #CBB997; }
.seal-petal-deep   { fill: #9B8B6B; }
.seal-monogram     { fill: #938466; stroke: #6D614B; stroke-width: 0.5; }
.seal-monogram-amp { fill: #B5A37E; }
