/* Mill Face — Cascades CNC mill. System stacks only. Wet-forest paper. */
:root {
  --mf-night: #0c1c16;
  --mf-fir: #163024;
  --mf-moss: #3f6a48;
  --mf-moss-lit: #5c8a5e;
  --mf-paper: #e4ece3;
  --mf-paper-wet: #d4dfd3;
  --mf-alum: #c8cecc;
  --mf-alum-hot: #e7eeea;
  --mf-ink: #121c18;
  --mf-mute: #3d4e45;
  --mf-faint: #6b7c72;
  --mf-rule: #b7c4b8;
  --mf-chip: #9aa6a0;
  --mf-amber: #c4a15a;
  --mf-display: "Gill Sans", "Gill Sans MT", Trebuchet, "Trebuchet MS", "Avenir Next", "Segoe UI", sans-serif;
  --mf-body: Georgia, "Iowan Old Style", "Times New Roman", serif;
  --mf-mono: "SF Mono", Menlo, Consolas, ui-monospace, monospace;
  --mf-rail: 68px;
  --mf-max: 1120px;
  --mf-gutter: 22px;
  --mf-drop: 0 18px 38px -22px rgba(12, 28, 22, 0.55);
}

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

html { scroll-behavior: smooth; }

html, body {
  margin: 0;
  padding: 0;
}

body.mf-body {
  background: var(--mf-night);
  color: var(--mf-ink);
  font-family: var(--mf-body);
  font-size: 17px;
  line-height: 1.66;
  min-height: 100%;
}

body.mf-halt { overflow: hidden; }

img { max-width: 100%; display: block; }

a {
  color: var(--mf-moss);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover { color: var(--mf-fir); }

h1, h2, h3, h4 {
  font-family: var(--mf-display);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.08;
  color: var(--mf-ink);
  margin: 0 0 0.5em;
}

h1 { font-size: clamp(2.35rem, 6.2vw, 4.05rem); }
h2 { font-size: clamp(1.38rem, 2.8vw, 2.05rem); }
h3 { font-size: 1.16rem; letter-spacing: 0.01em; }

p { margin: 0 0 1em; }

.mf-skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--mf-alum-hot);
  color: var(--mf-night);
  padding: 0.5rem 0.8rem;
  z-index: 40;
}

.mf-skip:focus { left: 8px; }

/* Left mill rail — G-code ticks, end-mill glyph */
.mf-rail {
  display: none;
}

.mf-paper {
  position: relative;
  background:
    radial-gradient(ellipse 80% 40% at 8% -6%, rgba(63, 106, 72, 0.16), transparent 58%),
    radial-gradient(ellipse 50% 30% at 96% 8%, rgba(12, 28, 22, 0.08), transparent 50%),
    repeating-linear-gradient(
      118deg,
      transparent 0 14px,
      rgba(12, 28, 22, 0.03) 14px 15px
    ),
    var(--mf-paper);
  min-height: 100vh;
}

.mf-chips {
  pointer-events: none;
  position: absolute;
  inset: 0 0 auto 0;
  height: 140px;
  overflow: hidden;
  z-index: 0;
}

.mf-chips i {
  position: absolute;
  background: var(--mf-alum);
  opacity: 0.38;
  transform: rotate(18deg);
}

.mf-chips i:nth-child(1) { width: 18px; height: 5px; top: 18px; left: 12%; transform: rotate(-22deg); }
.mf-chips i:nth-child(2) { width: 12px; height: 4px; top: 44px; left: 28%; transform: rotate(40deg); background: var(--mf-chip); }
.mf-chips i:nth-child(3) { width: 22px; height: 4px; top: 26px; right: 22%; transform: rotate(-8deg); }
.mf-chips i:nth-child(4) { width: 9px; height: 9px; top: 62px; right: 38%; border-radius: 1px; transform: rotate(55deg); }
.mf-chips i:nth-child(5) { width: 16px; height: 3px; top: 12px; right: 8%; transform: rotate(12deg); }
.mf-chips i:nth-child(6) { width: 11px; height: 4px; top: 72px; left: 48%; transform: rotate(-50deg); background: var(--mf-moss-lit); opacity: 0.28; }

.mf-bed {
  width: min(var(--mf-max), calc(100% - 2 * var(--mf-gutter)));
  margin-left: auto;
  margin-right: auto;
}

/* Mast */
.mf-mast {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(228, 236, 227, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
}

.mf-mast.is-pinned {
  border-bottom-color: var(--mf-rule);
  box-shadow: 0 8px 24px -18px rgba(12, 28, 22, 0.6);
}

.mf-mast__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding: 0.45rem 0;
  position: relative;
}

.mf-mark {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--mf-ink);
  min-width: 0;
}

.mf-mark__bit {
  color: var(--mf-moss);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.mf-mark__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mf-mark__name {
  font-family: var(--mf-display);
  font-size: 1.22rem;
  letter-spacing: -0.03em;
  font-weight: 600;
  line-height: 1.1;
}

.mf-mark__place {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mf-faint);
  font-family: var(--mf-display);
}

.mf-burger {
  width: 44px;
  height: 44px;
  border: 1px solid var(--mf-rule);
  background: var(--mf-alum-hot);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 0;
}

.mf-burger span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--mf-night);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mf-burger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.mf-burger.is-open span:nth-child(2) { opacity: 0; }
.mf-burger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mf-panel {
  display: none;
}

.mf-panel.is-open {
  display: block;
  position: absolute;
  top: calc(100% + 1px);
  left: calc(-1 * var(--mf-gutter));
  right: calc(-1 * var(--mf-gutter));
  background: var(--mf-fir);
  color: var(--mf-alum-hot);
  padding: 1.1rem var(--mf-gutter) 1.6rem;
  z-index: 22;
  box-shadow: var(--mf-drop);
}

.mf-panel__list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.mf-panel__list a {
  display: block;
  color: var(--mf-alum-hot);
  text-decoration: none;
  font-family: var(--mf-display);
  font-size: 1.12rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed rgba(199, 206, 204, 0.18);
}

.mf-panel__list li.is-here a { color: var(--mf-amber); }

.mf-hold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mf-alum-hot);
  color: var(--mf-night);
  text-decoration: none;
  font-family: var(--mf-display);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--mf-alum);
}

.mf-hold:hover { background: #fff; color: var(--mf-night); }

/* Hero — mill bed + hanging H1 */
.mf-hero {
  padding: 2.4rem 0 2.8rem;
  position: relative;
}

.mf-hero__grid {
  display: grid;
  gap: 1.6rem;
}

.mf-kicker {
  font-family: var(--mf-display);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mf-moss);
  margin: 0 0 0.7rem;
}

.mf-lede {
  font-size: 1.08rem;
  color: var(--mf-mute);
  max-width: 38em;
}

.mf-hero h1 {
  max-width: 14ch;
}

.mf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.3rem;
}

.mf-act {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mf-night);
  color: var(--mf-alum-hot);
  text-decoration: none;
  font-family: var(--mf-display);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--mf-night);
  min-height: 44px;
}

.mf-act:hover { background: var(--mf-fir); color: var(--mf-alum-hot); }

.mf-act--ghost {
  background: transparent;
  color: var(--mf-night);
  border-color: var(--mf-night);
}

.mf-act--ghost:hover {
  background: var(--mf-night);
  color: var(--mf-alum-hot);
}

.mf-act--block { width: 100%; }

.mf-bedplate {
  background: var(--mf-night);
  color: var(--mf-alum-hot);
  padding: 1.3rem 1.2rem 1.1rem;
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.mf-bedplate::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    repeating-radial-gradient(
      circle at 72% 38%,
      transparent 0 10px,
      rgba(199, 206, 204, 0.07) 10px 11px
    );
  pointer-events: none;
}

.mf-pass {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.65rem;
}

.mf-pass b {
  font-family: var(--mf-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--mf-amber);
  display: block;
}

.mf-pass span {
  display: block;
  font-family: var(--mf-display);
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

/* Bands */
.mf-band {
  padding: 2.6rem 0;
}

.mf-band--fir {
  background: var(--mf-fir);
  color: var(--mf-alum-hot);
}

.mf-band--fir h2,
.mf-band--fir h3 { color: var(--mf-alum-hot); }

.mf-band--fir .mf-kicker { color: var(--mf-amber); }

.mf-band--fir .mf-lede,
.mf-band--fir p { color: rgba(231, 238, 234, 0.86); }

.mf-band--moss {
  background:
    linear-gradient(180deg, rgba(63, 106, 72, 0.12), transparent 40%),
    var(--mf-paper-wet);
}

.mf-split {
  display: grid;
  gap: 1.6rem;
}

.mf-offset {
  display: grid;
  gap: 1.2rem;
}

.mf-folio {
  padding: 2.2rem 0 1.2rem;
}

.mf-folio h1 { max-width: 16ch; }

/* Aluminum spec plates */
.mf-plates {
  display: grid;
  gap: 0.85rem;
}

.mf-plate {
  background: linear-gradient(180deg, #dfe6e3, var(--mf-alum));
  border: 1px solid #b4bbb8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), var(--mf-drop);
  padding: 1.05rem 1.1rem 0.95rem;
  position: relative;
}

.mf-plate::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8e9493;
  box-shadow: inset 0 1px 1px #5c6260;
  top: 10px;
  right: 10px;
}

.mf-plate strong {
  display: block;
  font-family: var(--mf-display);
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  color: var(--mf-night);
}

.mf-plate em {
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mf-mute);
  font-family: var(--mf-display);
}

.mf-menu {
  display: grid;
  gap: 0.9rem;
}

.mf-card {
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid var(--mf-rule);
  padding: 1.15rem 1.15rem 1rem;
}

.mf-card h3 { margin-bottom: 0.35em; }

.mf-card--dark {
  background: var(--mf-night);
  color: var(--mf-alum-hot);
  border-color: var(--mf-fir);
}

.mf-card--dark h3 { color: var(--mf-alum-hot); }

.mf-check {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mf-check li {
  padding: 0.4rem 0 0.4rem 1.3rem;
  position: relative;
  border-bottom: 1px dotted var(--mf-rule);
}

.mf-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: var(--mf-moss);
  transform: rotate(45deg);
}

.mf-band--fir .mf-check li { border-bottom-color: rgba(199, 206, 204, 0.2); }

.mf-quote {
  font-family: var(--mf-display);
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 0 0 0.6rem;
}

.mf-cite {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mf-faint);
  font-family: var(--mf-display);
}

.mf-people {
  display: grid;
  gap: 1.1rem;
}

.mf-person {
  border-top: 3px solid var(--mf-moss);
  padding-top: 0.9rem;
}

.mf-person h3 { margin-bottom: 0.15em; }

.mf-person .mf-role {
  font-family: var(--mf-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mf-moss);
  margin-bottom: 0.6rem;
}

.mf-faq details {
  border-bottom: 1px solid var(--mf-rule);
  padding: 0.85rem 0;
}

.mf-faq summary {
  cursor: pointer;
  font-family: var(--mf-display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  list-style: none;
}

.mf-faq summary::-webkit-details-marker { display: none; }

.mf-faq summary::after {
  content: "+";
  float: right;
  color: var(--mf-moss);
  font-weight: 400;
}

.mf-faq details[open] summary::after { content: "–"; }

.mf-faq details p {
  margin-top: 0.65rem;
  color: var(--mf-mute);
}

.mf-rates {
  display: grid;
  gap: 0.75rem;
}

.mf-rate {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--mf-rule);
  align-items: baseline;
}

.mf-rate b {
  font-family: var(--mf-display);
  font-size: 1.05rem;
}

.mf-rate .mf-usd {
  font-family: var(--mf-mono);
  font-size: 1.05rem;
  color: var(--mf-fir);
}

.mf-rate p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--mf-mute);
  font-size: 0.95rem;
}

.mf-notes {
  display: grid;
  gap: 1rem;
}

.mf-note {
  background: var(--mf-alum-hot);
  border-left: 4px solid var(--mf-moss);
  padding: 1rem 1.1rem;
}

.mf-note footer {
  margin-top: 0.5rem;
  font-family: var(--mf-display);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mf-faint);
}

.mf-form {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid var(--mf-rule);
  padding: 1.2rem;
}

.mf-fields {
  display: grid;
  gap: 0.85rem;
}

.mf-field label {
  display: block;
  font-family: var(--mf-display);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mf-mute);
  margin-bottom: 0.3rem;
}

.mf-field input,
.mf-field select,
.mf-field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--mf-rule);
  background: #f4f8f3;
  color: var(--mf-ink);
  font-family: var(--mf-body);
  font-size: 1rem;
  padding: 0.55rem 0.7rem;
}

.mf-field textarea { min-height: 120px; resize: vertical; }

.mf-field input:focus,
.mf-field select:focus,
.mf-field textarea:focus {
  outline: 2px solid var(--mf-moss);
  outline-offset: 1px;
}

.mf-form-note {
  font-size: 0.9rem;
  color: var(--mf-mute);
  margin-top: 0.8rem;
}

.mf-map {
  font-family: var(--mf-mono);
  font-size: 0.82rem;
  background: var(--mf-night);
  color: var(--mf-alum);
  padding: 1rem;
  line-height: 1.7;
}

.mf-blog-list {
  display: grid;
  gap: 0;
}

.mf-blog-list a {
  display: grid;
  gap: 0.25rem;
  text-decoration: none;
  color: var(--mf-ink);
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--mf-rule);
}

.mf-blog-list a:hover { color: var(--mf-moss); }

.mf-blog-list time {
  font-family: var(--mf-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--mf-faint);
  text-transform: uppercase;
}

.mf-blog-list strong {
  font-family: var(--mf-display);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.mf-article {
  max-width: 42em;
}

.mf-article h2 { margin-top: 1.6em; }

.mf-lost {
  padding: 4.5rem 0 5rem;
  text-align: left;
}

.mf-lost__code {
  font-family: var(--mf-mono);
  letter-spacing: 0.22em;
  color: var(--mf-moss);
  font-size: 0.78rem;
}

.mf-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.mf-rise {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.mf-rise.is-in,
.mf-ready.mf-ready .mf-rise.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .mf-rise { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* Footer */
.mf-boot {
  background: var(--mf-night);
  color: var(--mf-alum);
  margin-top: 1rem;
  padding: 2.4rem 0 0;
}

.mf-boot h2 {
  color: var(--mf-alum-hot);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.mf-boot a { color: var(--mf-alum-hot); }

.mf-boot a:hover { color: var(--mf-amber); }

.mf-boot__grid {
  display: grid;
  gap: 1.8rem;
  padding-bottom: 2rem;
}

.mf-boot__name {
  font-family: var(--mf-display);
  font-size: 1.5rem;
  color: var(--mf-alum-hot);
  letter-spacing: -0.03em;
  margin: 0 0 0.5rem;
}

.mf-boot__chips {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  font-size: 0.9rem;
}

.mf-boot__chips li {
  padding: 0.25rem 0;
  border-bottom: 1px dotted rgba(199, 206, 204, 0.2);
}

.mf-boot address {
  font-style: normal;
  line-height: 1.55;
}

.mf-clock {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

.mf-clock li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.22rem 0;
  border-bottom: 1px dotted rgba(199, 206, 204, 0.18);
}

.mf-clock li.is-shut { opacity: 0.55; }

.mf-boot__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mf-boot__links a {
  text-decoration: none;
  display: block;
  padding: 0.22rem 0;
  font-family: var(--mf-display);
}

.mf-boot__floor {
  border-top: 1px solid rgba(199, 206, 204, 0.16);
  padding: 0.9rem 0 1.1rem;
  font-size: 0.82rem;
  color: var(--mf-chip);
}

.mf-boot__floor-row {
  display: grid;
  gap: 0.3rem;
}

.mf-boot__floor p { margin: 0; }

/* Desktop: mill rail + hanging hero */
@media (min-width: 760px) {
  .mf-hero__grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
    gap: 2.2rem;
  }

  .mf-split {
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem;
    align-items: start;
  }

  .mf-offset {
    grid-template-columns: 0.38fr 0.62fr;
    gap: 2.4rem;
  }

  .mf-plates {
    grid-template-columns: repeat(3, 1fr);
  }

  .mf-menu {
    grid-template-columns: 1fr 1fr;
  }

  .mf-people {
    grid-template-columns: 1fr 1fr;
  }

  .mf-fields {
    grid-template-columns: 1fr 1fr;
  }

  .mf-field--full { grid-column: 1 / -1; }

  .mf-boot__grid {
    grid-template-columns: 1.3fr 0.9fr 0.9fr 1fr;
  }

  .mf-blog-list a {
    grid-template-columns: 9rem 1fr;
    gap: 1.2rem;
    align-items: baseline;
  }
}

@media (min-width: 1040px) {
  body.mf-body {
    background:
      linear-gradient(90deg, var(--mf-night) var(--mf-rail), transparent var(--mf-rail)),
      var(--mf-night);
  }

  .mf-rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--mf-rail);
    background: var(--mf-night);
    color: var(--mf-alum);
    z-index: 30;
    padding: 1.1rem 0;
    border-right: 1px solid rgba(199, 206, 204, 0.12);
  }

  .mf-rail__flute { color: var(--mf-moss-lit); }

  .mf-cutter {
    animation: mf-spin 18s linear infinite;
  }

  @keyframes mf-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  @media (prefers-reduced-motion: reduce) {
    .mf-cutter { animation: none; }
  }

  .mf-gcode {
    list-style: none;
    margin: 1.4rem 0 0;
    padding: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--mf-mono);
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    color: rgba(199, 206, 204, 0.55);
    gap: 1.1rem;
    display: flex;
  }

  .mf-paper {
    margin-left: var(--mf-rail);
  }

  .mf-burger { display: none; }

  .mf-panel {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    position: static;
    background: transparent;
    padding: 0;
    box-shadow: none;
    color: inherit;
  }

  .mf-panel__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.15rem 0.85rem;
    margin: 0;
  }

  .mf-panel__list a {
    border: 0;
    color: var(--mf-mute);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.2rem 0;
  }

  .mf-panel__list a:hover { color: var(--mf-night); }

  .mf-panel__list li.is-here a {
    color: var(--mf-moss);
    box-shadow: inset 0 -2px 0 var(--mf-moss);
  }

  .mf-hero h1 { max-width: 12ch; }

  .mf-hero {
    padding-top: 3.4rem;
    padding-bottom: 3.6rem;
  }

  .mf-hero__grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  }

  .mf-bedplate { min-height: 280px; }
}

@media (max-width: 420px) {
  h1 { font-size: 2.05rem; }
  .mf-mark__place { display: none; }
}
