/*
 * Greenwood: birch bark bound in a living vine edge with leaf clusters at
 * the corners and an oak leaf behind the text; the title in moss-green
 * italics over a rule of moss and a rule of oak.
 */

[data-card-style="greenwood"] {
    --card-surface: #eef1e2;
    --card-surface-image:
        repeating-linear-gradient(112deg, transparent 0 3.4mm, rgba(90, 120, 70, 0.1) 3.4mm 3.55mm),
        radial-gradient(ellipse at 50% 100%, rgba(120, 150, 90, 0.32), transparent 60%),
        var(--fibres);
    --card-surface-blend: multiply, multiply, multiply;
    --card-ink: #1f2c1b;
    --card-ink-soft: #46583f;
    --card-ink-faint: #6f8065;
    --card-accent: #3a6a2c;
    --card-accent-second: #8a5312;
    --card-accent-soft: rgba(58, 106, 44, 0.12);
    --card-rule: rgba(58, 106, 44, 0.4);
    --card-edge-width: 2.6mm;
    --card-edge-colour: #3a6a2c;
    --card-edge-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cg id='e'%3E%3Cpath d='M10 5Q15 0.5 20 5T30 5' fill='none' stroke='%23dfe8c6' stroke-width='2'/%3E%3Cellipse cx='14.5' cy='2.6' rx='4.6' ry='2.6' fill='%23dfe8c6' transform='rotate(-35 14.5 2.6)'/%3E%3Cellipse cx='25.5' cy='7.4' rx='4.6' ry='2.6' fill='%23dfe8c6' transform='rotate(35 25.5 7.4)'/%3E%3Ccircle cx='20' cy='5' r='2' fill='%23e0a23a'/%3E%3C/g%3E%3C/defs%3E%3Crect width='40' height='40' fill='%233a6a2c'/%3E%3Crect x='0.5' y='0.5' width='39' height='39' fill='none' stroke='%238a5312' stroke-width='1'/%3E%3Cuse href='%2523e'/%3E%3Cuse href='%2523e' transform='rotate(90 20 20)'/%3E%3Cuse href='%2523e' transform='rotate(180 20 20)'/%3E%3Cuse href='%2523e' transform='rotate(270 20 20)'/%3E%3Cg fill='%23dfe8c6'%3E%3Cellipse cx='5' cy='5' rx='5' ry='2.6' transform='rotate(45 5 5)'/%3E%3Cellipse cx='35' cy='5' rx='5' ry='2.6' transform='rotate(-45 35 5)'/%3E%3Cellipse cx='5' cy='35' rx='5' ry='2.6' transform='rotate(-45 5 35)'/%3E%3Cellipse cx='35' cy='35' rx='5' ry='2.6' transform='rotate(45 35 35)'/%3E%3C/g%3E%3Cg fill='%23e0a23a'%3E%3Ccircle cx='2.4' cy='7.6' r='1.6'/%3E%3Ccircle cx='37.6' cy='7.6' r='1.6'/%3E%3Ccircle cx='2.4' cy='32.4' r='1.6'/%3E%3Ccircle cx='37.6' cy='32.4' r='1.6'/%3E%3C/g%3E%3C/svg%3E");
    --card-edge-slice: 10;
    --card-edge-repeat: round;
    --card-inner-shadow: inset 0 0 5mm rgba(90, 120, 70, 0.24);
    --card-frame-inset: 2.2mm;
    --card-frame-width: 0.25mm;
    --card-frame-colour: rgba(138, 83, 18, 0.5);
    --card-frame-radius: 1.5mm;
    --card-title-font: "IM Fell English", Georgia, serif;
    --card-title-weight: 400;
    --card-title-style: italic;
    --card-title-spacing: 0.01em;
    --card-subtitle-font: "EB Garamond", Georgia, serif;
    --card-label-spacing: 0.12em;
    --card-decoration: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M40 4C34 12 22 14 20 26c6-2 10-2 14 2-8 2-14 8-14 18 6-4 12-4 16 0-8 6-12 14-10 26 6-8 10-12 14-10 4-2 8 2 14 10 2-12-2-20-10-26 4-4 10-4 16 0 0-10-6-16-14-18 4-4 8-4 14-2C58 14 46 12 40 4Z' fill='%233a6a2c'/%3E%3Cpath d='M40 8V72' stroke='%23e3e9d3' stroke-width='1.6'/%3E%3C/svg%3E");
    --card-decoration-position: calc(100% - 1mm) calc(100% - 1mm);
    --card-decoration-size: 24mm 24mm;
}

[data-card-style="greenwood"] .print-card::after,
.codex-sheet[data-card-style="greenwood"]::after {
    opacity: 0.13;
}

[data-card-style="greenwood"] .print-card-header,
[data-card-style="greenwood"] .sheet-title-block {
    padding-bottom: 1.1mm;
    border-bottom: 0.3mm solid var(--card-accent);
    box-shadow: 0 0.75mm 0 -0.25mm var(--card-accent-second);
}
