/* ==========================================================================
   TKK Bots — tkkbots.com
   Hand-written CSS. No frameworks, no JavaScript, no third-party requests.
   Palette and type carried over from the original Divi build.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Fonts (self-hosted — nothing leaves the visitor's browser)
   -------------------------------------------------------------------------- */

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/fira-sans-400-latin.woff2") format("woff2");
  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: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/fira-sans-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/fira-sans-600-latin.woff2") format("woff2");
  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: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/fira-sans-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/fira-sans-700-latin.woff2") format("woff2");
  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: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/fira-sans-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Josefin Sans ships as a variable font — one file covers 100–700. */
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("/assets/fonts/josefin-sans-var-latin.woff2") format("woff2");
  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: "Josefin Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("/assets/fonts/josefin-sans-var-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --------------------------------------------------------------------------
   2. Tokens
   -------------------------------------------------------------------------- */

:root {
  /* Brand */
  --violet:        #8300e9;
  --violet-deep:   #6300b4;
  --slate:         #3e485d;
  --slate-deep:    #2b4251;
  --coral:         #f15d5b;

  /* Neutrals */
  --ink:           #2f3440;
  --body:          #666;
  --muted:         #8b8f99;
  --rule:          #e6e7ec;
  --paper:         #fff;
  --paper-alt:     #fafafb;

  /* Type */
  --font-head: "Fira Sans", Helvetica, Arial, sans-serif;
  --font-body: "Josefin Sans", Helvetica, Arial, sans-serif;

  /* Layout */
  --wrap: 1120px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(3.5rem, 8vw, 6.5rem);
  --radius: 6px;
  --shadow: 0 10px 30px rgb(43 66 81 / 10%);
}

/* --------------------------------------------------------------------------
   3. Reset & base
   -------------------------------------------------------------------------- */

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

html {
  scroll-behavior: smooth;
  /* keeps anchor targets clear of the sticky header */
  scroll-padding-top: 5.5rem;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--violet); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--violet-deep); }

h1, h2, h3 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.15;
  margin: 0 0 .6em;
  letter-spacing: -.01em;
}

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

ul { margin: 0; padding: 0; list-style: none; }

:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--violet);
  color: #fff;
  padding: .75rem 1.25rem;
  font-family: var(--font-head);
  text-decoration: none;
}
.skip-link:focus { left: 0; color: #fff; }

/* --------------------------------------------------------------------------
   4. Layout helpers
   -------------------------------------------------------------------------- */

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: var(--section-y); }
.section-alt { background: var(--paper-alt); border-block: 1px solid var(--rule); }

.section-head { max-width: 46ch; margin: 0 auto clamp(2rem, 5vw, 3.25rem); text-align: center; }
.section-head h2 { margin-bottom: 0; }

.eyebrow {
  font-family: var(--font-head);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--violet);
  margin-bottom: .75rem;
}

.center { text-align: center; margin-top: clamp(2rem, 5vw, 3rem); }

h2 { font-size: clamp(1.5rem, 1.15rem + 1.4vw, 2rem); font-weight: 600; }
h3 { font-size: 1.1875rem; font-weight: 600; }

/* --------------------------------------------------------------------------
   5. Buttons
   -------------------------------------------------------------------------- */

.btn {
  display: inline-block;
  font-family: var(--font-head);
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: .95em 2em;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn:active { transform: translateY(1px); }
.btn-sm { padding: .7em 1.4em; }

.btn-primary { background: var(--violet); border-color: var(--violet); color: #fff; }
.btn-primary:hover { background: var(--violet-deep); border-color: var(--violet-deep); color: #fff; }

.btn-ghost { border-color: rgb(255 255 255 / 65%); color: #fff; background: rgb(255 255 255 / 8%); }
.btn-ghost:hover { background: #fff; color: var(--slate-deep); border-color: #fff; }

.btn-solid { background: #fff; border-color: #fff; color: var(--violet); }
.btn-solid:hover { background: var(--slate-deep); border-color: var(--slate-deep); color: #fff; }

.btn-outline { border-color: currentColor; color: var(--violet); background: transparent; }
.btn-outline:hover { background: var(--violet); border-color: var(--violet); color: #fff; }

/* --------------------------------------------------------------------------
   6. Header + nav (CSS-only mobile menu)
   -------------------------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgb(255 255 255 / 92%);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--rule);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  color: var(--slate-deep);
}
.brand img { width: 40px; height: 40px; }
.brand-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.brand-name em { font-style: normal; color: var(--coral); }

.site-nav ul { display: flex; gap: clamp(1rem, 2.5vw, 2.25rem); }
.site-nav a {
  font-family: var(--font-head);
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--slate);
  padding-block: .35rem;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: var(--violet); border-bottom-color: var(--violet); }

/* Hamburger — hidden on desktop, shown under 800px.
   The checkbox is never `hidden`/`display:none`: that would drop it out of the
   tab order and make the menu keyboard-unreachable. It is clipped instead, so
   Tab lands on it and Space toggles the menu. */
.nav-btn { display: none; }
.nav-toggle { display: none; }

.nav-btn-bars,
.nav-btn-bars::before,
.nav-btn-bars::after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--slate-deep);
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-btn-bars::before,
.nav-btn-bars::after { content: ""; position: absolute; }
.nav-btn-bars::before { transform: translateY(-7px); }
.nav-btn-bars::after  { transform: translateY(7px); }

@media (max-width: 800px) {
  .nav-toggle {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    clip-path: inset(50%);
  }

  .nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: auto;
    cursor: pointer;
    border-radius: var(--radius);
  }
  .nav-toggle:focus-visible + .nav-btn { outline: 3px solid var(--violet); outline-offset: 2px; }

  .site-nav {
    position: absolute;
    inset-inline: 0;
    top: 100%;
    background: #fff;
    border-bottom: 1px solid var(--rule);
    box-shadow: var(--shadow);
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .25s ease;
  }
  .site-nav ul {
    overflow: hidden;
    flex-direction: column;
    gap: 0;
    /* visibility (not just clipping) keeps the closed menu out of the tab order */
    visibility: hidden;
    transition: visibility 0s linear .25s;
  }
  .nav-toggle:checked ~ .site-nav ul { visibility: visible; transition-delay: 0s; }
  .site-nav a {
    display: block;
    padding: 1rem var(--gutter);
    border-bottom: 1px solid var(--rule);
    border-left: 3px solid transparent;
  }
  .site-nav a:hover { border-bottom-color: var(--rule); border-left-color: var(--violet); }

  .nav-toggle:checked ~ .site-nav { grid-template-rows: 1fr; }
  .nav-toggle:checked + .nav-btn .nav-btn-bars { background: transparent; }
  .nav-toggle:checked + .nav-btn .nav-btn-bars::before { transform: rotate(45deg); }
  .nav-toggle:checked + .nav-btn .nav-btn-bars::after  { transform: rotate(-45deg); }
}

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(24rem, 60vh, 34rem);
  isolation: isolate;
  overflow: hidden;
  background: var(--slate-deep);
}

.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }

/* Legibility scrim. The artwork is pale violet behind the headline, so one
   bottom-up gradient isn't enough — a left-side wash carries the copy column. */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to right, rgb(31 42 56 / 88%) 0%, rgb(31 42 56 / 70%) 34%, rgb(31 42 56 / 12%) 72%, rgb(31 42 56 / 0%) 100%),
    linear-gradient(to top, rgb(31 42 56 / 70%) 0%, rgb(31 42 56 / 30%) 40%, rgb(31 42 56 / 10%) 100%);
}
@media (max-width: 860px) {
  .hero::after {
    background: linear-gradient(to top, rgb(31 42 56 / 88%) 0%, rgb(31 42 56 / 66%) 55%, rgb(31 42 56 / 38%) 100%);
  }
}

.hero-copy { padding-block: clamp(2.5rem, 7vw, 4.5rem); color: #fff; }

.hero h1 {
  color: #fff;
  font-size: clamp(2rem, 1.2rem + 3.6vw, 3.75rem);
  font-weight: 700;
  line-height: 1.06;
  margin-bottom: .35em;
  text-shadow: 0 2px 24px rgb(20 28 36 / 45%);
}

.hero-sub {
  font-size: clamp(1.0625rem, 1rem + .5vw, 1.375rem);
  font-weight: 400;
  color: rgb(255 255 255 / 95%);
  max-width: 30ch;
  text-shadow: 0 1px 18px rgb(20 28 36 / 70%);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }

/* --------------------------------------------------------------------------
   8. Split sections (About / Novel)
   -------------------------------------------------------------------------- */

.split {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 860px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split-reverse .split-text { order: 2; }
}

.split-text { max-width: 54ch; }
.split-media { margin: 0; }
.split-media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }

.split-media-page img {
  max-width: 26rem;
  margin-inline: auto;
  border: 1px solid var(--rule);
}
.split-media-page figcaption {
  margin-top: .9rem;
  text-align: center;
  font-size: .875rem;
  color: var(--muted);
  letter-spacing: .04em;
}

/* --------------------------------------------------------------------------
   9. Bot grid
   -------------------------------------------------------------------------- */

/* Two up on phones. A bare minmax(15rem,...) drops to a single column under
   ~530px, which turns six bots into 2,400px of scrolling. */
.bot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
}
@media (min-width: 560px) {
  .bot-grid { grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
}

.bot-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.bot-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #d8dae2;
}

.bot-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }

.bot-body { padding: 1.15rem 1.25rem 1.4rem; }
.bot-body h3 { margin-bottom: .35em; letter-spacing: .04em; }
.bot-body p { font-size: .9375rem; line-height: 1.6; color: var(--muted); }

.bot-card-redacted img { filter: grayscale(.85) contrast(1.05) brightness(.9); }
.bot-card-redacted:hover img { filter: grayscale(.5) contrast(1.05); }
.bot-card-redacted h3 { color: var(--coral); }

/* --------------------------------------------------------------------------
   10. Signup
   -------------------------------------------------------------------------- */

.signup { background: var(--violet); color: rgb(255 255 255 / 90%); }
.signup h2 { color: #fff; }
.signup-inner { max-width: 46rem; text-align: center; }
.signup > .wrap > p { margin-bottom: 2rem; }

.signup-fine {
  margin-top: 1.25rem;
  font-size: .875rem;
  color: rgb(255 255 255 / 72%);
}

/* Honeypot. Must stay reachable to a naive bot parsing the DOM, so it cannot
   use display:none — position it off-screen instead. aria-hidden + tabindex=-1
   keep it away from screen readers and the keyboard. */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.signup-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  text-align: left;
}
@media (max-width: 620px) { .signup-form { grid-template-columns: 1fr; } }

.field-wide, .field-submit { grid-column: 1 / -1; }
.field-submit { justify-self: center; margin-top: .5rem; }

.field label {
  display: block;
  font-family: var(--font-head);
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 80%);
  margin-bottom: .4rem;
}

.field input {
  width: 100%;
  font: inherit;
  color: #fff;
  background: rgb(255 255 255 / 12%);
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: var(--radius);
  padding: .7rem .85rem;
  transition: background-color .18s ease, border-color .18s ease;
}
.field input::placeholder { color: rgb(255 255 255 / 55%); }
.field input:hover { border-color: rgb(255 255 255 / 60%); }
.field input:focus {
  background: rgb(255 255 255 / 20%);
  border-color: #fff;
  outline: 2px solid rgb(255 255 255 / 70%);
  outline-offset: 1px;
}

/* --------------------------------------------------------------------------
   11. Instagram grid
   -------------------------------------------------------------------------- */

/* Three up on phones — thumbnail scale, the way a feed actually reads.
   Widens to all five across on desktop. */
.ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(.75rem, 2vw, 1.25rem);
}
@media (min-width: 560px) {
  .ig-grid { grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); }
}

/* Border matters here: several real posts are screenshots on white, which
   would otherwise bleed into the section background. */
.ig-item a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--slate-deep);
  text-decoration: none;
}
.ig-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform .35s ease, opacity .25s ease;
}
.ig-item a:hover img { transform: scale(1.05); opacity: .5; }

.ig-caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: .75rem .85rem;
  font-size: .8125rem;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(to top, rgb(43 66 81 / 90%), rgb(43 66 81 / 0%));
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
}
.ig-item a:hover .ig-caption,
.ig-item a:focus-visible .ig-caption { opacity: 1; transform: none; }
.ig-caption .tag { color: #d9b3ff; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .ig-caption { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   12. Footer
   -------------------------------------------------------------------------- */

.site-footer {
  background: var(--slate);
  color: rgb(255 255 255 / 72%);
  padding-top: clamp(3rem, 6vw, 4.5rem);
  font-size: .9375rem;
}

.site-footer h2 {
  color: #fff;
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 1.1em;
}

.site-footer a { color: rgb(255 255 255 / 85%); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: clamp(2rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.footer-brand img { margin-bottom: 1.25rem; }
.footer-brand p { max-width: 32ch; }

/* Padding rather than margin, so the tap target grows to ~44px without the
   footer getting taller. Bare 16px text links are too small for a thumb. */
.footer-list a { display: inline-block; padding-block: .8rem; }
.footer-list li + li { margin-top: 0; }

.footer-bottom {
  border-top: 1px solid rgb(255 255 255 / 12%);
  padding-block: 1.5rem;
  font-size: .8125rem;
  color: rgb(255 255 255 / 55%);
}
.footer-bottom p { margin: 0; }

.site-footer .btn-outline { color: #fff; }
.site-footer .btn-outline:hover { background: #fff; border-color: #fff; color: var(--slate); text-decoration: none; }

/* --------------------------------------------------------------------------
   13. Simple content page (terms, and anything else long-form)
   -------------------------------------------------------------------------- */

.page { max-width: 68ch; }
.page-narrow { max-width: 44ch; text-align: center; padding-block: clamp(2rem, 8vw, 5rem); }
.page-narrow h1 { font-size: clamp(1.6rem, 1.3rem + 1.6vw, 2.25rem); }
.page-mark { margin: 0 auto 1.75rem; }
.page-muted { color: var(--muted); font-size: .9375rem; }
.page-narrow .page-back { border-top: 0; margin-top: 2.25rem; padding-top: 0; }
.page h1 { font-size: clamp(1.75rem, 1.3rem + 2vw, 2.5rem); font-weight: 700; margin-bottom: 1em; }
.page h2 { font-size: 1.125rem; margin-top: 2.25em; }
.page h2:first-of-type { margin-top: 1.5em; }
.page strong { color: var(--ink); font-weight: 600; }
.page-list { margin: 0 0 1.15em; padding-left: 1.4em; list-style: disc; }
.page-list li { margin-bottom: .4em; }
.page-list li::marker { color: var(--violet); }
.page-back { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--rule); }

/* --------------------------------------------------------------------------
   14. Print
   -------------------------------------------------------------------------- */

@media print {
  .site-header, .hero-actions, .signup, #instagram, .site-footer { display: none; }
  body { color: #000; font-size: 11pt; }
}
