.finlay-branch-fiction {
  background: #ffffff;
}

.finlay-branch-fiction .wp-site-blocks {
  padding: 0;
}

.fiction-home {
  --ink: #171d21;
  --night: #081723;
  --deep: #0c202d;
  --slate: #213744;
  --amber: #c99540;
  --cyan: #7cabb2;
  --paper: #f5f1e9;
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 13% 18%, rgba(201,149,64,.18) 0 2px, transparent 3px),
    radial-gradient(circle at 83% 33%, rgba(78,139,150,.16) 0 2px, transparent 3px),
    linear-gradient(119deg, transparent 0 28%, rgba(64,116,126,.055) 28.08% 28.18%, transparent 28.28%),
    linear-gradient(23deg, transparent 0 72%, rgba(201,149,64,.045) 72.08% 72.17%, transparent 72.27%);
  background-size: 390px 310px, 470px 360px, 720px 720px, 780px 780px;
  color: var(--ink);
  font-family: 'EB Garamond', Georgia, serif;
  line-height: 1.58;
}

.fiction-home,
.fiction-home * {
  box-sizing: border-box;
}

.fiction-home .wrap {
  margin: auto;
  max-width: 1080px;
  padding: 72px 30px;
}

.fiction-home h1,
.fiction-home h2,
.fiction-home h3 {
  color: var(--ink);
  font-family: Arapey, Georgia, serif;
  font-weight: 400;
  line-height: 1.03;
  margin: 0 0 18px;
}

.fiction-home h1 { font-size: clamp(50px, 6.3vw, 77px); }
.fiction-home h2 { font-size: clamp(36px, 4.3vw, 52px); }
.fiction-home h3 { font-size: 27px; }

.fiction-home p {
  font-size: 19px;
  margin: 0 0 17px;
  max-width: 740px;
}

.fiction-home a { text-decoration: none; }

.fiction-home .eyebrow {
  color: var(--amber);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.fiction-home .accentline {
  background: var(--amber);
  height: 2px;
  margin: 21px 0 25px;
  width: 66px;
}

.fiction-home .center { text-align: center; }
.fiction-home .center p { margin-left: auto; margin-right: auto; }
.fiction-home .center .accentline { margin-left: auto; margin-right: auto; }

.fiction-home .preview-nav {
  background: rgba(247,244,237,.97);
  border-bottom: 1px solid #ddd7cb;
}

.fiction-home .nav-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: auto;
  max-width: 1080px;
  padding: 18px 30px;
}

.fiction-home .brand {
  color: var(--night);
  font-family: Arapey, Georgia, serif;
  font-size: 25px;
}

.fiction-home .navlinks {
  align-items: center;
  display: flex;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  gap: 23px;
}

.fiction-home .navlinks a { color: var(--ink); }
.fiction-home .navlinks .nav-cta {
  background: var(--night);
  border-radius: 2px;
  color: #ffffff;
  padding: 11px 17px;
}

.fiction-home .hero {
  background: linear-gradient(118deg, rgba(6,19,29,.99), rgba(14,39,53,.975));
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.fiction-home .hero::before {
  background-image:
    radial-gradient(circle at 37% 31%, rgba(201,149,64,.48) 0 2px, transparent 3px),
    radial-gradient(circle at 69% 59%, rgba(124,171,178,.4) 0 2px, transparent 3px),
    radial-gradient(circle at 91% 18%, transparent 0 105px, rgba(124,171,178,.1) 106px 107px, transparent 108px 164px, rgba(201,149,64,.08) 165px 166px, transparent 167px),
    linear-gradient(116deg, transparent 0 34%, rgba(124,171,178,.1) 34.08% 34.2%, transparent 34.3%),
    linear-gradient(23deg, transparent 0 68%, rgba(201,149,64,.09) 68.08% 68.2%, transparent 68.3%);
  background-size: auto, auto, auto, 760px 760px, 820px 820px;
  content: "";
  inset: 0;
  position: absolute;
}

.fiction-home .hero .wrap {
  padding-bottom: 80px;
  padding-top: 78px;
  position: relative;
  z-index: 1;
}

.fiction-home .hero h1 { color: #ffffff; }
.fiction-home .hero p { color: #e9eef0; }

.fiction-home .grid2 {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: 1.1fr .9fr;
}

.fiction-home .hero .finlay-offset-frame {
  justify-self: center;
  max-width: 310px;
  width: 100%;
}

.fiction-home .hero-cover {
  display: block;
  height: auto;
  margin: auto;
  max-width: 310px;
  width: 100%;
}

.fiction-home .signup {
  background: rgba(247,244,237,.96);
  border-left: 3px solid var(--amber);
  color: var(--ink);
  margin-top: 28px;
  max-width: 650px;
  padding: 20px;
}

.fiction-home .signup-title {
  font-family: Arapey, Georgia, serif;
  font-size: 24px;
  margin-bottom: 12px;
}

.fiction-home .signup-row {
  display: flex;
}

.fiction-home .field {
  background: #ffffff;
  border: 1px solid #b7b5b0;
  color: #697076;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  padding: 12px;
}

.fiction-home .btn {
  background: var(--amber);
  border-radius: 2px;
  color: #172028;
  display: inline-block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 19px;
}

.fiction-home .signup .btn {
  margin: 0;
  white-space: nowrap;
}

.fiction-home .note {
  color: #667077;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  margin: 10px 0 0;
}

.fiction-home .series {
  background: rgba(247,244,237,.67);
  border-bottom: 1px solid rgba(23,29,33,.1);
}

.fiction-home .covers {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
}

.fiction-home .book { text-align: center; }

.fiction-home .hero-cover {
  box-shadow: 0 24px 42px rgba(0,0,0,.3);
}

.fiction-home .prequel-cover,
.fiction-home .book img {
  box-shadow: 0 18px 32px rgba(8,23,35,.24);
}

.fiction-home .book img {
  display: block;
  margin: 0 auto 19px;
  max-width: 235px;
  width: 100%;
}

.fiction-home .book .eyebrow {
  color: #7e683e;
  margin-bottom: 8px;
}

.fiction-home .book h3 { margin-bottom: 6px; }
.fiction-home .book p {
  color: #556067;
  font-size: 15px;
  margin: 0 auto;
}

.fiction-home .series-link { margin-top: 34px; }

.fiction-home .wide-option { margin-top: 14px; }

.fiction-home .btn-outline {
  background: transparent;
  border: 1px solid var(--amber);
}

.fiction-home .prequel {
  background: rgba(222,225,222,.5);
  border-bottom: 1px solid rgba(23,29,33,.1);
}

.fiction-home .prequel-grid {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: .72fr 1.28fr;
}

.fiction-home .prequel-cover {
  display: block;
  margin: auto;
  max-width: 245px;
  width: 100%;
}

.fiction-home .award {
  border-left: 3px solid var(--amber);
  margin-top: 25px;
  padding-left: 23px;
}

.fiction-home .award > p {
  font-size: 16px;
  margin: 0 0 14px;
}

.fiction-home .award-quote {
  border: 0;
  margin: 0;
  padding: 0;
}

.fiction-home .award-quote p {
  font-size: 19px;
  margin: 0 0 3px;
}

.fiction-home .award-quote cite {
  color: #5b6265;
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .05em;
}

.fiction-home .quiet-link {
  border-bottom: 1px solid var(--amber);
  color: #6e572f;
  display: inline-block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-top: 12px;
  padding-bottom: 3px;
}

.fiction-home .prequel-buy { margin-top: 20px; }

.fiction-home .lower { background: rgba(247,244,237,.72); }

.fiction-home .preview-footer {
  background: #071821;
  color: #dce5e7;
  font-size: 18px;
  padding: 25px;
  text-align: center;
}

.fiction-home .preview-footer a {
  border-bottom: 1px solid var(--amber);
  color: #dce5e7;
}

@media (max-width: 760px) {
  .fiction-home .navlinks a:not(.nav-cta) { display: none; }
  .fiction-home .grid2,
  .fiction-home .covers,
  .fiction-home .prequel-grid { grid-template-columns: 1fr; }
  .fiction-home .wrap { padding: 52px 22px; }
  .fiction-home .hero .wrap { padding-bottom: 60px; padding-top: 58px; }
  .fiction-home h1 { font-size: 50px; }
  .fiction-home h2 { font-size: 39px; }
  .fiction-home .hero .finlay-offset-frame { margin-top: 20px; max-width: 245px; }
  .fiction-home .hero-cover { margin-top: 0; max-width: 245px; }
  .fiction-home .signup .btn { text-align: center; }
  .fiction-home .covers { gap: 42px; }
  .fiction-home .book img { max-width: 215px; }
  .fiction-home .prequel-cover { max-width: 210px; }
  .fiction-home .prequel-grid { text-align: center; }
  .fiction-home .prequel-grid p { margin-left: auto; margin-right: auto; }
  .fiction-home .award { margin: 25px auto 0; max-width: 420px; text-align: left; }
}


/* Understated cross-navigation to the Formation nonfiction branch. */
.fiction-home .nav-dropdown {
  color: #58656b;
  position: relative;
}

.fiction-home .nav-dropdown summary {
  color: #58656b;
  cursor: pointer;
  font-size: 12px;
  list-style: none;
  white-space: nowrap;
}

.fiction-home .nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.fiction-home .nav-dropdown summary::after {
  color: var(--amber);
  content: "▾";
  font-size: 9px;
  margin-left: 6px;
}

.fiction-home .nav-dropdown[open] summary::after {
  content: "▴";
}

.fiction-home .nav-dropdown summary:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
}

.fiction-home .nav-dropdown-menu {
  background: #fffdf8;
  border: 1px solid #d8d1c4;
  box-shadow: 0 12px 28px rgba(8,23,35,.16);
  min-width: 245px;
  padding: 8px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: calc(100% + 13px);
  z-index: 20;
}

.fiction-home .navlinks .nav-dropdown-menu a {
  color: #33434b;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  padding: 9px 16px;
  white-space: nowrap;
}

.fiction-home .navlinks .nav-dropdown-menu a:hover,
.fiction-home .navlinks .nav-dropdown-menu a:focus-visible {
  background: var(--paper);
  color: var(--night);
}

/* Quiet, fiction-only Amazon social proof. */
.fiction-home .covers {
  align-items: stretch;
}

.fiction-home .book {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

.fiction-home .amazon-rating {
  color: #586269;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 12px;
}

.fiction-home .rating-stars {
  color: var(--amber);
  font-size: 13px;
  letter-spacing: .045em;
}

.fiction-home .amazon-rating small {
  color: #7a8286;
  display: block;
  font-size: 10px;
  margin-top: 4px;
}

.fiction-home .book > .amazon-rating {
  margin-bottom: 16px;
}

.fiction-home .book > .btn {
  margin-top: auto !important;
}

.fiction-home .prequel-rating {
  margin-top: 20px;
}

@media (max-width: 760px) {
  .fiction-home .nav-inner {
    gap: 12px;
    padding: 16px 22px;
  }

  .fiction-home .brand {
    font-size: 22px;
  }

  .fiction-home .navlinks {
    gap: 13px;
  }

  .fiction-home .navlinks .nav-dropdown-menu a {
    display: block;
  }

  .fiction-home .nav-dropdown summary {
    font-size: 11px;
  }

  .fiction-home .nav-dropdown-menu {
    min-width: 225px;
    right: -6px;
  }

  .fiction-home .navlinks .nav-cta {
    font-size: 11px;
    padding: 10px 12px;
  }

  .fiction-home .prequel-rating {
    margin-left: auto;
    margin-right: auto;
  }
}
