/* ============================================================
   THEME — Nuit d'Ambre   (Premium)
   Presque noir, ambre chaud, rayons Art déco. Une réception qui commence à la nuit tombée.

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

:root {
  /* ---- page palette ---- */
  --gold:        #D9A441;
  --gold-light:  #E1B667;
  --gold-dark:   #AE8334;
  --cream:       #1A130E;
  --cream-dark:  #211A15;
  --white:       #2A241F;
  --text:        #F0E5D2;
  --text-light:  #A8A093;

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

  /* ---- envelope ---- */
  --env-scene-1: #44382F;
  --env-scene-2: #2A1D13;
  --env-scene-3: #19110B;
  --env-reveal:  #20160E;

  --env-paper-1: #3F342B;
  --env-paper-2: #2A1D13;
  --env-paper-3: #21170F;

  --env-card-1:  #483D34;
  --env-card-2:  #372B21;
  --env-card-3:  #2A1D13;

  --env-flap-1:  #E2BB72;
  --env-flap-2:  #D9A441;
  --env-flap-3:  #A57D31;

  --env-shadow-rgb: 29,21,14;
  --env-seam-rgb:   117,88,39;
  --env-pocket-rgb: 21,15,10;
  --env-glow-rgb:   217,164,65;
  --env-hint:       #E1B86B;

  --env-card-label: #DDAD54;
  --env-card-date:  #E4BF7A;

  --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='%23DBA94A' stroke-width='0.7' opacity='0.4'> <g transform='translate(60 60)'> <circle r='10'/><circle r='20'/><circle r='30'/> <path d='M0 -34 L0 -44'/><path d='M24 -24 L31 -31'/><path d='M34 0 L44 0'/><path d='M24 24 L31 31'/> <path d='M0 34 L0 44'/><path d='M-24 24 L-31 31'/><path d='M-34 0 L-44 0'/><path d='M-24 -24 L-31 -31'/> </g></g></svg>");
  --env-motif-size: 150px 150px;

  /* ---- form + chip surfaces ---- */
  --field-border:  #413931;
  --chip-bg:       rgba(58,52,48,0.92);
  --chip-bg-solid: #2A241F;
  --chip-menu-bg:  rgba(53,47,43,0.97);
}

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

/* ---- wax seal ---- */
.wax-s0 { stop-color: #F5E9D1; }
.wax-s1 { stop-color: #EACF99; }
.wax-s2 { stop-color: #E1B96C; }
.wax-s3 { stop-color: #C3943A; }

.wax-i0 { stop-color: #EED8AE; }
.wax-i1 { stop-color: #E3BF78; }
.wax-i2 { stop-color: #C3933B; }

.wax-rim   { stroke: #B58838; stroke-width: 0.8; }
.wax-rim-2 { stroke: #B28635; stroke-width: 1.2; opacity: 0.6; }
.wax-rim-3 { stroke: #F4E6CB; stroke-width: 0.8; opacity: 0.8; }

/* ---- seal motif ---- */
.seal-motif        { stroke: #826227; stroke-width: 0.8; fill: #B88B39; opacity: 0.72; }
.seal-leaves       { fill: #B88B39; stroke: #826227; stroke-width: 0.6; opacity: 0.6; }
.seal-petal-light  { fill: #E6C382; }
.seal-petal-mid    { fill: #DEB15C; }
.seal-petal-deep   { fill: #AE8334; }
.seal-monogram     { fill: #A57D31; stroke: #7A5C24; stroke-width: 0.5; }
.seal-monogram-amp { fill: #BE8F3A; }
