/* ============================================================
   THEME — Les Oliviers   (Classic)
   Vert olive et lin. Un mariage en plein air, sous les arbres.

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

:root {
  /* ---- page palette ---- */
  --gold:        #8E9A6B;
  --gold-light:  #A5AE89;
  --gold-dark:   #727B56;
  --cream:       #F4F2E7;
  --cream-dark:  #E8E6DB;
  --white:       #F5F3E8;
  --text:        #46493C;
  --text-light:  #7E8076;

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

  /* ---- envelope ---- */
  --env-scene-1: #E7E7D8;
  --env-scene-2: #C9CEB4;
  --env-scene-3: #77815A;
  --env-reveal:  #FCFAF6;

  --env-paper-1: #F8F6EE;
  --env-paper-2: #F8F6ED;
  --env-paper-3: #D8DAC6;

  --env-card-1:  #F8F7EE;
  --env-card-2:  #F8F6ED;
  --env-card-3:  #E1E2D0;

  --env-flap-1:  #B2B997;
  --env-flap-2:  #8E9A6B;
  --env-flap-3:  #6C7551;

  --env-shadow-rgb: 59,66,51;
  --env-seam-rgb:   105,115,83;
  --env-pocket-rgb: 43,48,37;
  --env-glow-rgb:   142,154,107;
  --env-hint:       #69724F;

  --env-card-label: #828D63;
  --env-card-date:  #52593E;

  --env-texture-opacity: 0.42;
  --env-motif: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'> <g fill='none' stroke='%237D8860' stroke-width='0.7' opacity='0.5'> <path d='M10 40 Q40 30 70 42 Q100 54 130 44'/> <ellipse cx='28' cy='34' rx='6' ry='2.4' transform='rotate(-22 28 34)'/><ellipse cx='46' cy='34' rx='6' ry='2.4' transform='rotate(-14 46 34)'/> <ellipse cx='64' cy='38' rx='6' ry='2.4' transform='rotate(10 64 38)'/><ellipse cx='84' cy='46' rx='6' ry='2.4' transform='rotate(16 84 46)'/> <ellipse cx='104' cy='50' rx='6' ry='2.4' transform='rotate(6 104 50)'/> <path d='M10 110 Q40 100 70 112 Q100 124 130 114'/> <ellipse cx='34' cy='104' rx='6' ry='2.4' transform='rotate(-20 34 104)'/><ellipse cx='56' cy='106' rx='6' ry='2.4' transform='rotate(-6 56 106)'/> <ellipse cx='78' cy='114' rx='6' ry='2.4' transform='rotate(14 78 114)'/><ellipse cx='100' cy='120' rx='6' ry='2.4' transform='rotate(8 100 120)'/> </g></svg>");
  --env-motif-size: 170px 170px;

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

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

/* ---- wax seal ---- */
.wax-s0 { stop-color: #FCFBF8; }
.wax-s1 { stop-color: #F9F7EF; }
.wax-s2 { stop-color: #CBCFB6; }
.wax-s3 { stop-color: #808B60; }

.wax-i0 { stop-color: #FAF9F2; }
.wax-i1 { stop-color: #DCDECB; }
.wax-i2 { stop-color: #869166; }

.wax-rim   { stroke: #808C62; stroke-width: 0.8; }
.wax-rim-2 { stroke: #747E58; stroke-width: 1.2; opacity: 0.6; }
.wax-rim-3 { stroke: #FCFBF7; stroke-width: 0.8; opacity: 0.8; }

/* ---- seal motif ---- */
.seal-motif        { stroke: #555C40; stroke-width: 0.8; fill: #828D63; opacity: 0.72; }
.seal-leaves       { fill: #828D63; stroke: #555C40; stroke-width: 0.6; opacity: 0.6; }
.seal-petal-light  { fill: #B4BC9D; }
.seal-petal-mid    { fill: #9EA880; }
.seal-petal-deep   { fill: #727B56; }
.seal-monogram     { fill: #6C7551; stroke: #50563C; stroke-width: 0.5; }
.seal-monogram-amp { fill: #848F65; }
