@font-face {
  font-family: "Sofia Sans";
  src: url("fonts/sofia-sans-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("fonts/sofia-sans-latinext.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("fonts/sofia-sans-italic-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Sofia Sans";
  src: url("fonts/sofia-sans-italic-latinext.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("fonts/sofia-condensed-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("fonts/sofia-condensed-latinext.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --felt: #1f3328;
  --felt-2: #16241c;
  --canary: #f2e04a;
  --paper: #fff6c8;
  --ink: #142018;
  --cachet: #c8102e;
  --cachet-deep: #9a0c23;
  --brass: #d4a017;
  --mute: #3a4a3e;
  --mute-on-felt: #c5d2c4;
  --rule: rgba(20, 32, 24, 0.16);
  --tap: 48px;
  --bar: 64px;
  --wrap: 1120px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --s-1: 0.25rem;
  --s-2: 0.5rem;
  --s-3: 0.75rem;
  --s-4: 1rem;
  --s-5: 1.5rem;
  --s-6: 2rem;
  --s-7: 3rem;
  --s-8: 4.5rem;
  --display: "Sofia Sans Condensed", "Arial Narrow", "Helvetica Neue", sans-serif;
  --body: "Sofia Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  --felt-fiber:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.018) 0 1px,
      transparent 1px 3px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.06) 0 1px,
      transparent 1px 4px
    );
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  hanging-punctuation: first last;
}
html:focus-within { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  font-family: var(--body);
  font-weight: 500;
  font-size: clamp(1.0625rem, 0.98rem + 0.35vw, 1.125rem);
  line-height: 1.55;
  color: var(--ink);
  background: var(--felt);
  padding-bottom: 5.25rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
iframe { border: 0; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }

::selection {
  background: var(--cachet);
  color: var(--canary);
}
:focus-visible {
  outline: 2px solid var(--canary);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 100;
  background: var(--canary);
  color: var(--ink);
  padding: 0.6rem 1rem;
  font-weight: 700;
}
.skip:focus { left: 0.5rem; top: 0.5rem; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.felt {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--felt-fiber), var(--felt);
  pointer-events: none;
}

.wrap {
  width: min(100%, var(--wrap));
  margin-inline: auto;
}

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 0.92;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(3rem, 1.4rem + 8vw, 6rem); }
h2 { font-size: clamp(2rem, 1.3rem + 2.6vw, 3.4rem); margin-bottom: var(--s-5); }
h3 { font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.15rem); }

p { margin: 0; }
p + p { margin-top: 0.85em; }

/* Stamp cachet — red ink, not a pill */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--tap);
  padding: 0 1.2rem;
  border: 2.5px solid transparent;
  border-radius: 2px;
  text-decoration: none;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.16s var(--ease), background 0.16s var(--ease), color 0.16s var(--ease), box-shadow 0.16s var(--ease);
}
.btn:active { transform: scale(0.98); }
.btn--stamp {
  background: var(--cachet);
  color: var(--canary);
  border-color: var(--cachet-deep);
  box-shadow:
    inset 0 0 0 2px rgba(242, 224, 74, 0.28),
    0 3px 0 var(--cachet-deep);
}
.btn--stamp:hover { background: #d41234; }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--ghost:hover {
  background: var(--ink);
  color: var(--canary);
}
.btn--nav { min-width: 6.5rem; }
.btn--stick { width: 100%; box-shadow: none; }

/* Felt fascia */
.bar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--felt-2);
  color: var(--canary);
  border-bottom: 3px solid var(--cachet);
}
.bar__inner {
  display: flex;
  align-items: center;
  gap: var(--s-4);
  min-height: var(--bar);
  width: min(100% - 1.5rem, var(--wrap));
  margin-inline: auto;
}
.mark {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 0.95;
  min-width: 0;
}
.mark__name {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mark__place {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute-on-felt);
}
.bar__tools {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: auto;
}
.lang { display: inline-flex; border: 1px solid rgba(242, 224, 74, 0.28); }
.lang__btn {
  min-height: 40px;
  min-width: 40px;
  padding: 0 0.55rem;
  border: 0;
  background: transparent;
  color: var(--mute-on-felt);
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.lang__btn.is-active {
  background: var(--canary);
  color: var(--ink);
}

.menu {
  width: 44px;
  height: 44px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid rgba(242, 224, 74, 0.35);
  background: transparent;
}
.menu span {
  display: block;
  height: 2px;
  background: var(--canary);
}
.btn--nav { display: none; }

.nav {
  display: none;
  position: absolute;
  top: var(--bar);
  left: 0;
  right: 0;
  background: var(--felt);
  flex-direction: column;
  padding: 0.5rem 1.25rem 1.25rem;
  border-bottom: 6px solid var(--cachet);
}
body.nav-open .nav { display: flex; }
.nav a {
  min-height: var(--tap);
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(242, 224, 74, 0.12);
  color: var(--canary);
}
body.nav-open .menu span:first-child { transform: translateY(4.5px) rotate(40deg); }
body.nav-open .menu span:last-child { transform: translateY(-4.5px) rotate(-40deg); }
body.nav-open .menu span { transition: transform 0.16s var(--ease); }

/* Hero = posted hours flyer + pinned shopfront */
.notice {
  display: grid;
  background: var(--felt-fiber), var(--felt);
}
.flyer {
  position: relative;
  background: var(--canary);
  color: var(--ink);
  margin: 0.85rem 0.75rem 0;
  padding: 1.6rem 1.25rem 1.55rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.45) inset,
    0 10px 18px rgba(0, 0, 0, 0.28);
  transform: rotate(-0.4deg);
}
.cachet {
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cachet);
  border: 2px solid var(--cachet);
  border-radius: 50%;
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.05;
  padding: 0.4rem;
  transform: rotate(12deg);
  opacity: 0.92;
}
.days {
  display: block;
  font-size: 0.42em;
  letter-spacing: 0.02em;
  font-weight: 800;
  margin-bottom: 0.12em;
}
.time {
  display: block;
  font-variant-numeric: tabular-nums;
}
.lede {
  max-width: 28ch;
  margin-top: 1rem;
  font-size: 1.08rem;
  line-height: 1.4;
  font-style: italic;
}
.notice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}
.pin {
  margin: 0.7rem 0.75rem 0;
  position: relative;
  background: var(--paper);
  padding: 0.45rem 0.45rem 0.7rem;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
  transform: rotate(0.6deg);
}
.pin img {
  width: 100%;
  height: 32vh;
  min-height: 170px;
  max-height: 260px;
  object-fit: cover;
}
.tack {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #fff6d8 0 28%, var(--brass) 40%, #7a5a0c 100%);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.tack--tl { left: 14%; top: -8px; margin-left: 0; }
.tack--tr { left: auto; right: 12%; top: -8px; margin-left: 0; }

/* Offer papers */
.offer {
  padding: var(--s-8) 1.15rem var(--s-7);
  color: var(--canary);
}
.offer h2 { color: var(--canary); }
.note {
  margin: 0 0 var(--s-6);
  color: var(--mute-on-felt);
  max-width: 48ch;
  font-size: 0.98rem;
}
.note--on-board { color: var(--mute-on-felt); margin: var(--s-5) 0 0; }
.papers {
  display: grid;
  gap: 1.15rem;
}
.paper {
  position: relative;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
}
.paper img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.paper__body { padding: 1rem 1.05rem 1.2rem; }
.paper p { color: var(--mute); max-width: 36ch; }
.paper--lead { transform: rotate(-0.5deg); width: 100%; }
.paper--mid { transform: rotate(0.7deg); width: 94%; justify-self: end; }
.paper--type {
  width: 88%;
  padding: 1.35rem 1.2rem 1.4rem;
  transform: rotate(-0.8deg);
}
.paper__hours {
  margin-top: 1rem !important;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.55rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--cachet);
}

/* Village */
.local {
  display: grid;
  background: var(--felt-2);
  color: var(--canary);
}
.local__pin {
  margin: 0.85rem 0.75rem 0;
  position: relative;
  background: var(--paper);
  padding: 0.45rem;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
  transform: rotate(-0.3deg);
}
.local__pin img {
  width: 100%;
  height: 42vw;
  min-height: 210px;
  max-height: 320px;
  object-fit: cover;
}
.local__copy { padding: var(--s-7) 1.25rem var(--s-8); }
.local__copy > p { max-width: 42ch; color: var(--mute-on-felt); }
.local h2 { color: var(--canary); margin-bottom: var(--s-5); }
.place {
  margin-top: var(--s-6) !important;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.35rem, 1rem + 1.6vw, 1.9rem);
  line-height: 1.15;
  color: var(--canary);
}
.place__meta {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: var(--s-4) !important;
}
.place__meta a {
  color: var(--canary);
  font-weight: 700;
  text-underline-offset: 0.18em;
}

/* Stamped days */
.hours {
  padding: var(--s-8) 1.15rem var(--s-7);
  color: var(--canary);
}
.hours h2 { color: var(--canary); }
.stamps {
  display: grid;
  gap: 0.85rem;
}
.stamp-day {
  border: 3px solid var(--canary);
  color: var(--canary);
  padding: 1.1rem 1.15rem 1.2rem;
  display: grid;
  gap: 0.45rem;
  background:
    radial-gradient(circle at 12% 20%, rgba(200, 16, 46, 0.16), transparent 42%);
}
.stamp-day h3 {
  font-size: clamp(2.2rem, 1.4rem + 3vw, 3.4rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.stamp-day__time {
  display: flex;
  gap: 1.1rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.6rem, 1.1rem + 2vw, 2.3rem);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  color: var(--canary);
}
.stamp-day__time span + span::before {
  content: "–";
  margin-right: 1.1rem;
  opacity: 0.55;
}

/* Map + slip */
.find {
  display: grid;
  background: var(--paper);
  color: var(--ink);
}
.find__map,
.find__write { padding: var(--s-7) 1.25rem var(--s-7); }
.find h2 { margin-bottom: var(--s-5); color: var(--ink); }
.find .note { color: var(--mute); }
.map {
  background: #d9d2a8;
  min-height: 280px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.map iframe { min-height: 280px; height: 42vw; max-height: 420px; }
.map__out { margin-top: 0.85rem; }
.map__out a {
  color: var(--cachet);
  font-weight: 700;
  text-underline-offset: 0.18em;
}

.slip {
  display: grid;
  gap: var(--s-5);
  padding: var(--s-6) 0 0;
  border-top: 3px solid var(--ink);
}
.field { display: grid; gap: 0.4rem; }
.field label {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.field input,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  background: transparent;
  padding: 0.7rem 0;
  caret-color: var(--cachet);
}
.field textarea {
  resize: vertical;
  min-height: 8rem;
  border: 2px solid var(--ink);
  padding: 0.7rem;
}
.field input:focus-visible,
.field textarea:focus-visible {
  outline: none;
  border-color: var(--cachet);
  box-shadow: 0 2px 0 var(--cachet);
}
.field__error {
  display: none;
  color: var(--cachet);
  font-size: 0.9rem;
  font-weight: 700;
}
.field input:user-invalid + .field__error,
.field textarea:user-invalid + .field__error { display: block; }
.fallback { margin-top: var(--s-5); color: var(--mute); }
.fallback a { color: var(--ink); font-weight: 700; }

.footer {
  background: var(--felt-2);
  color: var(--mute-on-felt);
  padding: var(--s-6) 1.25rem calc(var(--s-6) + 0.5rem);
  font-size: 0.95rem;
}
.footer__grid { display: grid; gap: var(--s-4); width: min(100%, var(--wrap)); margin-inline: auto; }
.footer a { color: var(--canary); }
.footer__brand { color: var(--canary); }

.stick {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  margin: 0;
  padding: 0.55rem 0.75rem calc(0.55rem + env(safe-area-inset-bottom));
  background: var(--felt-2);
  border-top: 4px solid var(--canary);
}

.page-legal {
  background: var(--canary);
  color: var(--ink);
  padding: 2rem 1.25rem 6rem;
}
.page-legal .page-inner { width: min(100%, 40rem); margin-inline: auto; }
.page-legal h1 { font-size: clamp(2.4rem, 1.4rem + 4vw, 3.8rem); margin: 0.4rem 0 1rem; }
.page-legal h2 { font-size: 1.6rem; margin: 1.6rem 0 0.6rem; }
.page-legal .kicker {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cachet);
  font-size: 0.85rem;
}
.page-legal .back-link { font-weight: 700; }
.page-legal dl { display: grid; gap: 0.35rem; }
.page-legal dt { font-weight: 800; font-family: var(--display); letter-spacing: 0.04em; text-transform: uppercase; }
.page-legal .todo { color: var(--cachet); font-weight: 700; }

@media (min-width: 720px) {
  .papers {
    grid-template-columns: 1.15fr 1fr;
    align-items: start;
  }
  .paper--type { grid-column: 1 / -1; width: 56%; }
  .pin img { height: 40vh; max-height: 340px; }
  .flyer { margin: 1.1rem 1.1rem 0; padding: 2rem 1.8rem 1.8rem; }
}

@media (min-width: 960px) {
  body { padding-bottom: 0; }
  .stick { display: none; }
  .menu { display: none; }
  .btn--nav { display: inline-flex; }
  .nav,
  body.nav-open .nav {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 1.35rem;
    padding: 0;
    background: transparent;
    border: 0;
    margin-left: 1.5rem;
  }
  .nav a {
    min-height: auto;
    border: 0;
    font-size: 0.95rem;
    opacity: 0.9;
  }
  .nav a:hover { opacity: 1; color: #fff6c8; }

  .notice {
    grid-template-columns: minmax(22rem, 0.95fr) 1.05fr;
    min-height: calc(100dvh - var(--bar));
    align-items: stretch;
    padding: 1.25rem 1.25rem 1.4rem;
    gap: 1rem;
  }
  .flyer {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100dvh - var(--bar) - 2.6rem);
    padding: 2.4rem 2.2rem 2.2rem;
    transform: rotate(-0.35deg);
  }
  .pin {
    margin: 1.6rem 0.4rem 1.6rem 0;
    transform: rotate(0.55deg);
    align-self: center;
    width: 100%;
  }
  .pin img {
    height: calc(100dvh - var(--bar) - 6.4rem);
    max-height: none;
    min-height: 360px;
  }
  .lede { max-width: 32ch; }

  .offer { padding: 5.5rem 1.5rem 4.5rem; }
  .papers {
    grid-template-columns: 1.15fr 0.95fr 0.75fr;
    align-items: end;
  }
  .paper--lead,
  .paper--mid,
  .paper--type { width: 100%; justify-self: stretch; }
  .paper--type { grid-column: auto; min-height: 100%; display: flex; flex-direction: column; justify-content: center; }
  .paper--mid { transform: rotate(0.5deg) translateY(-1.2rem); }
  .paper--type { transform: rotate(-0.6deg) translateY(0.8rem); }

  .local {
    grid-template-columns: 1.15fr 1fr;
    align-items: stretch;
    padding: 0;
  }
  .local__pin {
    margin: 1.6rem 0 1.6rem 1.4rem;
    height: calc(100% - 3.2rem);
  }
  .local__pin img {
    height: 100%;
    max-height: none;
    min-height: 420px;
    object-fit: cover;
  }
  .local__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4.5rem 3rem 4.5rem 2.5rem;
  }

  .hours { padding: 5rem 1.5rem 4.5rem; }
  .stamps { grid-template-columns: 1fr 1fr; gap: 1.2rem; }

  .find { grid-template-columns: 1.1fr 0.9fr; }
  .find__map { padding: 4.5rem 2rem 4.5rem max(1.5rem, calc((100vw - var(--wrap)) / 2)); }
  .find__write { padding: 4.5rem max(1.5rem, calc((100vw - var(--wrap)) / 2)) 4.5rem 2rem; }
  .map iframe { height: 360px; }

  .footer { padding-inline: 0; }
  .footer__grid {
    grid-template-columns: 1fr 1.4fr auto;
    align-items: end;
    gap: 2rem;
    padding-inline: 1.5rem;
  }
}

@media (min-width: 1240px) {
  .flyer { padding-right: 3rem; }
  .paper--mid { transform: rotate(0.5deg) translateY(-1.8rem); }
}

@media print {
  .bar, .stick, .menu, .notice__actions, .btn { display: none !important; }
  body { padding: 0; background: white; color: black; }
}


/* skin atelier — orange brûlé */
:root{--cachet:#E85D04;--felt:#0F0E0C;--flyer:#F7F1E8;}
