@charset "UTF-8";
@font-face {
  font-family: "TCBC";
  src: url("../font/trade-gothic-lt-std-bold-condensed.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCR";
  src: url("../font/trade-gothic-lt-std.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-bg: #111616;
  --color-display: #fff;
  --color-text:#FFFFFFCC;
  --color-accent: #A5AE66;
  --color-div: #A5AE6633;
  --color-highlight: #C60216;
  --space-1: .75rem;
  --space-2: 1.25rem;
  --space-3: 2rem;
  --space-4: 3rem;
  --space-5: 3.25rem;
  --space-6: 6rem;
  --text-1: .75rem;
  --text-2: 1rem;
  --text-3: 1.2rem;
  --text-4: 1.25rem;
  --text-5: 2rem;
  --text-6: 5rem;
  --font-heading: "TCBC", sans-serif;
  --font-sans: "TCR", sans-serif;
  --font-text: "EB Garamond", serif;
}

::-moz-selection {
  background: var(--color-highlight);
  color: var(--color-display);
}

::selection {
  background: var(--color-highlight);
  color: var(--color-display);
}

/* Minimal Modern Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: var(--color-bg);
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 var(--space-3);
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  font-size: var(--text-3);
  line-height: 1.5;
  margin-bottom: var(--space-2);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--color-display);
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 1em 0;
}

#page {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.display {
  color: var(--color-display);
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.center {
  text-align: center;
}

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

a {
  color: inherit;
  text-decoration: none;
  color: var(--color-accent);
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.app__header {
  border-bottom: 1px solid var(--color-div);
  padding-top: var(--space-6);
  padding-bottom: var(--space-1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-size: var(--text-3);
}
.app__header a {
  letter-spacing: 0.12em;
}
.app__header a.logo {
  color: var(--color-display);
}
@media (max-width: 768px) {
  .app__header {
    padding-top: var(--space-3);
  }
}

.app__footer {
  padding: var(--space-4);
  border-top: 1px solid var(--color-div);
}
.app__footer p {
  font-size: var(--text-1);
  font-family: var(--font-sans);
  line-height: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .app__footer {
    padding: var(--space-2);
    text-align: center;
  }
}

section {
  width: 100%;
  overflow: hidden;
}
section header {
  border-bottom: 1px solid var(--color-div);
  padding-bottom: var(--space-2);
}
section header h2 {
  color: var(--color-div);
  font-size: var(--text-4);
  margin: 0;
}
section h3 {
  font-size: var(--text-5);
  margin-bottom: var(--space-2);
}
section h3 small {
  font-size: var(--text-4);
  color: var(--color-text);
}
section article {
  /*padding: var(--space-4); 
  @media (max-width: 768px) {
      padding: var(--space-4) var(--space-2);
  }*/
}
section p {
  font-size: var(--text-3);
}

.section--author {
  width: 100%;
  overflow: hidden;
}
.section--author .layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: var(--space-5);
  padding: var(--space-4);
}
.section--author .layout img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 336px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section--author .layout {
    padding: var(--space-2) 0;
  }
  .section--author .layout .layout {
    gap: var(--space-2);
    padding: var(--space-2);
  }
  .section--author .layout .layout img {
    max-width: 256px;
  }
}
@media (max-width: 1024px) {
  .section--author .layout {
    flex-direction: column;
    padding: var(--space-4) var(--space-2);
  }
}

.section--art .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: var(--space-3);
  padding: var(--space-5);
  justify-content: center;
}
@media (max-width: 1024px) {
  .section--art .grid {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    padding: var(--space-4) var(--space-2);
  }
  .section--art .grid > :last-child:nth-child(3n+1) {
    grid-column: 2;
  }
}
@media (max-width: 768px) {
  .section--art .grid {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    padding: var(--space-4) var(--space-2);
  }
}
.section--art .grid a {
  text-align: center;
  color: var(--color-display);
  font-family: var(--font-heading);
  text-transform: uppercase;
}
.section--art .grid a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.zoom {
  overflow: hidden;
  margin-bottom: 1rem;
}

.zoom img {
  transition: all 0.4s ease;
  filter: brightness(0.8);
}

.zoom:hover img {
  transform: scale(1.2);
  filter: brightness(1);
}

.zoom:active img {
  filter: brightness(0.5);
}

main.app__main {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
  padding-bottom: var(--space-5);
}
@media (max-width: 1280px) {
  main.app__main {
    gap: 0;
    padding-bottom: var(--space-2);
  }
}
@media (max-width: 768px) {
  main.app__main {
    flex-direction: column;
  }
}
main.app__main h1 {
  font-size: var(--text-6);
  margin: 0 0 0.125em 0;
  line-height: 1;
}
main.app__main h1 small {
  font-size: var(--text-4);
  letter-spacing: 0.12em;
}
main.app__main .column {
  width: 100%;
  padding: var(--space-4);
  position: relative;
}
@media (max-width: 768px) {
  main.app__main .column {
    padding: 0;
  }
}
main.app__main .column:first-of-type {
  max-width: 352px;
  position: sticky;
  text-align: center;
}
@media (max-width: 768px) {
  main.app__main .column:first-of-type {
    max-width: unset;
    padding: 0;
  }
}

ul.praise--grid {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
}
@media (max-width: 1024px) {
  ul.praise--grid {
    grid-template-columns: 1fr;
  }
}
ul.praise--grid li {
  margin: 0;
  padding: 0.5em;
}
ul.praise--grid blockquote {
  width: 100%;
  margin: 0.5em 0 0 0;
  font-size: var(--text-3);
}

.praise-display {
  font-size: var(--text-4);
  margin-top: 1.5em;
}

.cover {
  display: block;
  filter: drop-shadow(8px 8px 16px #000000);
  margin-top: var(--space-4);
  max-width: 256px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.rating {
  width: 100%;
}
.rating svg {
  margin: 0 auto;
}

.cta-card {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.cta-card .rating {
  margin: var(--space-2) auto;
  z-index: 1;
}

a.button-1 {
  display: flex;
  width: 100%;
  text-align: center;
  height: 44px;
  font-family: var(--font-heading);
  background-color: var(--color-div);
  color: var(--color-accent);
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-top: 4px;
}
a.button-1:hover {
  filter: brightness(1.2);
}
a.button-1:active {
  filter: brightness(0.8);
}

a.button-2 {
  display: flex;
  width: 100%;
  text-align: center;
  height: 44px;
  font-family: var(--font-heading);
  background-color: var(--color-bg);
  color: var(--color-accent);
  border: 1px solid var(--color-div);
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-top: 4px;
}
a.button-2:hover {
  filter: brightness(1.2);
}
a.button-2:active {
  filter: brightness(0.8);
}

.book--options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-3);
}
@media (max-width: 1024px) {
  .book--options {
    grid-template-columns: 1fr 1f 1fr;
  }
  .book--options img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .book--options {
    grid-template-columns: 1fr;
  }
  .book--options img {
    width: 200px;
  }
}
.book--options .book--card {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  margin: 0 auto;
}

.books-horz {
  display: flex;
  flex-direction: row;
  gap: var(--space-3);
  padding: var(--space-4);
}
.books-horz p {
  min-width: 352px;
}
@media (max-width: 1024px) {
  .books-horz {
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: var(--space-2);
  }
  .books-horz p {
    min-width: unset;
  }
}

.social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: baseline;
  margin-top: 0.5rem;
}

a.display-link {
  font-family: var(--font-heading);
  font-size: var(--text-2);
  text-transform: uppercase;
}
a.display-link.big {
  display: inline-block;
  width: 100%;
  font-size: var(--text-4);
}

#displayart {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(17, 22, 22, 0.3137254902);
  width: 100%;
  height: 100%;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px); /* for Safari */
  justify-content: center;
  align-items: center;
}

#join {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(17, 22, 22, 0.3137254902);
  width: 100%;
  height: 100%;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px); /* for Safari */
  justify-content: center;
  align-items: center;
}

#displayart:target {
  display: flex;
}

#join:target {
  display: flex;
}

#displayimage {
  opacity: 0;
  transition: opacity 150ms ease;
}

#displayart:target #displayimage {
  opacity: 1;
}

#join:target #displayimage {
  opacity: 1;
}

.displayimage {
  max-height: 80vh;
  max-width: 80vw;
  width: auto;
  box-shadow: 0 2em 1em -1em rgba(0, 0, 0, 0.5);
}

a.close-btn {
  position: fixed;
  top: 1em;
  right: 1em;
  width: 44px;
  height: 44px;
  background-color: var(--color-div);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.close-btn svg {
  width: 20px;
  height: 20px;
}
a.close-btn:hover {
  filter: brightness(1.2);
}
a.close-btn:active {
  filter: brightness(0.8);
}

.dialog {
  width: 80vw;
  max-width: 768px;
  padding: var(--space-5);
  background-color: var(--color-bg);
  border: 1px solid var(--color-div);
}
.dialog p {
  font-size: var(--text-2);
  line-height: 1.4;
  font-family: var(--font-sans);
}
.dialog p small {
  font-size: var(--text-1);
  line-height: 1.4;
  font-family: var(--font-sans);
}
.dialog h2 {
  margin: 0 0 0.25em;
}
.dialog h3 {
  margin-bottom: 0;
  color: var(--color-text);
  font-size: var(--text-2);
}
.dialog form {
  display: flex;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0.25em;
  border-bottom: 1px solid var(--color-div);
  font-size: var(--text-5);
}
.dialog form:focus-within {
  border-bottom: 1px solid;
}
@media (max-width: 1024px) {
  .dialog {
    width: 90vw;
    padding: var(--space-3);
  }
  .dialog form {
    font-size: var(--text-3);
  }
}
.dialog label {
  display: block;
  width: 100%;
}
.dialog input {
  display: block;
  background: none;
  border: none;
  text-transform: uppercase;
  color: var(--color-display);
  width: 100%;
  padding: 0.25em 0;
}
.dialog input:focus {
  outline: none;
}
.dialog button {
  border: none;
  text-transform: uppercase;
  color: var(--color-accent);
  background: none;
  font-family: var(--font-heading);
}
.dialog button:focus {
  outline: none;
}

.no-margin {
  margin: 0;
}

input::-moz-placeholder {
  text-transform: uppercase;
  color: var(--color-div);
  background: none;
}

input::placeholder {
  text-transform: uppercase;
  color: var(--color-div);
  background: none;
}

input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: var(--color-div);
  background: none;
}

input::-moz-placeholder {
  text-transform: uppercase;
  color: var(--color-div);
  background: none;
}

input:-ms-input-placeholder {
  text-transform: uppercase;
  color: var(--color-div);
  background: none;
}

input:-moz-placeholder {
  text-transform: uppercase;
  color: var(--color-div);
  background: none;
}

/* Chrome / Edge / Safari autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--color-display); /* text color */
  caret-color: var(--color-display); /* background */
  box-shadow: 0 0 0px 1000px var(--color-bg) inset;
  -webkit-transition: background-color 9999s ease-out, color 9999s ease-out;
  transition: background-color 9999s ease-out, color 9999s ease-out;
}

/* If your inputs are transparent and sit on a styled container,
   set --color-input-bg to that container color (or rgba). */
:root {
  --color-input-bg: rgba(0,0,0,0); /* change to match your input background */
}

/* Firefox (less aggressive, but this helps keep consistency) */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  filter: none;
}
input:autofill,
textarea:autofill,
select:autofill {
  filter: none;
}

.snackbar {
  background-color: var(--color-div);
  color: var(--color-display);
  padding: 1rem;
  display: inline-block;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-size: var(--space-2);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px); /* for Safari */
  box-shadow: 0 0 2rem 0.5rem rgba(0, 0, 0, 0.66);
  /* start hidden until you add .is-open (or render it) */
  opacity: 0;
  pointer-events: none;
}

/* When shown, animate in, sit, then fade out */
.snackbar.is-open {
  pointer-events: auto;
  animation: snackbar 4s ease-in-out forwards;
}

/* 0–10% fade in, 10–80% stay, 80–100% fade out */
@keyframes snackbar {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-12px);
  }
}
/* Optional: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .snackbar.is-open {
    animation: none;
    opacity: 1;
  }
}
