:root {
  --navy: #071725;
  --navy-2: #0d2133;
  --wine: #761c2a;
  --wine-dark: #57131e;
  --gold: #bd9553;
  --cream: #faf8f4;
  --white: #ffffff;
  --ink: #17191c;
  --muted: #696969;
  --border: #e7e1d8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font-family: inherit;
}

.container {
  width: min(1180px, 91%);
  margin: auto;
}

.header {
  height: 88px;
  background: var(--navy);
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 100%;
}

.brand {
  width: 188px;
  flex-shrink: 0;
}

.brand img {
  width: 100%;
  max-height: 67px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 1;
}

.nav a {
  color: #fff;
  font-size: 11px;
  letter-spacing: .02em;
  padding: 33px 0 28px;
  border-bottom: 2px solid transparent;
}

.nav a:hover,
.nav a.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.icon-link {
  color: white;
  font-size: 20px;
  position: relative;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -9px;
  background: var(--wine);
  color: white;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
}

.mobile-menu {
  display: none;
  color: white;
  background: transparent;
  border: 0;
  font-size: 26px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 26px;
  border: 1px solid transparent;
  font-size: 11px;
  letter-spacing: .05em;
  font-weight: 600;
  transition: .25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-wine {
  color: white;
  background: var(--wine);
}

.btn-wine:hover {
  background: var(--wine-dark);
}

.btn-navy {
  background: var(--navy);
  color: white;
}

.btn-outline-light {
  border-color: rgba(255,255,255,.8);
  color: white;
  background: transparent;
}

.btn-outline-light:hover {
  background: white;
  color: var(--navy);
}

.btn-outline-dark {
  border-color: #777;
  color: var(--ink);
  background: transparent;
}

.hero {
  min-height: 455px;
  background:
    radial-gradient(circle at 65% 40%, #ffffff 0%, #faf8f4 50%, #f6f1e9 100%);
  overflow: hidden;
}

.hero-grid {
  min-height: 455px;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
}

.hero-copy {
  padding: 46px 0;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .15em;
}

.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(45px, 4.3vw, 65px);
  line-height: .96;
  margin: 10px 0 22px;
}

.hero h1 em {
  color: var(--wine);
  font-weight: 500;
}

.gold-line {
  width: 43px;
  height: 2px;
  background: var(--gold);
  margin: 20px 0;
}

.gold-line.center {
  margin: 8px auto 28px;
}

.hero-copy p {
  max-width: 350px;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
}

.hero-visual {
  min-height: 455px;
  position: relative;
}

.feather-watermark {
  position: absolute;
  color: rgba(189,149,83,.13);
  font-size: 260px;
  top: 45px;
  left: 5%;
  transform: rotate(-15deg);
}

.book-scene {
  height: 100%;
  min-height: 455px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding-top: 28px;
  position: relative;
  z-index: 3;
}

.book {
  box-shadow: 10px 15px 30px rgba(0,0,0,.22);
}

.book-main {
  width: 210px;
  height: 320px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.08), transparent 30%),
    #091929;
  border-left: 11px solid #050d14;
  border-radius: 2px 5px 5px 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--gold);
}

.book-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  line-height: 1;
  text-align: center;
}

.book-feather {
  margin-top: 35px;
  font-size: 34px;
}

.book-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.book-wine {
  width: 125px;
  height: 190px;
  background: linear-gradient(120deg, #55151d, #851d29);
  display: grid;
  place-items: center;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  font-size: 14px;
}

.horizontal-book {
  width: 200px;
  height: 42px;
  margin-top: 8px;
  border-radius: 2px;
  background:
    linear-gradient(to bottom, #081727 70%, #d6c9b2 71%, #bfae92);
  transform: rotate(2deg);
  box-shadow: 5px 8px 18px rgba(0,0,0,.18);
}

.horizontal-book.second {
  margin-top: 4px;
  transform: rotate(-1deg);
}

.audiences {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 275px;
}

.audience {
  min-height: 275px;
  color: white;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.audience-reader {
  background:
    linear-gradient(90deg, #061826 0%, rgba(6,24,38,.8) 55%, rgba(6,24,38,.55)),
    url("https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=1200&q=85");
}

.audience-author {
  background:
    linear-gradient(90deg, rgba(116,25,39,.95), rgba(116,25,39,.72)),
    url("https://images.unsplash.com/photo-1543002588-bfa74002ed7e?auto=format&fit=crop&w=1200&q=85");
}

.audience-content {
  position: relative;
  z-index: 3;
  max-width: 520px;
  padding: 38px 55px;
}

.gold-icon,
.audience-label {
  color: var(--gold);
}

.gold-icon {
  font-size: 26px;
}

.audience-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  margin: 6px 0 9px;
}

.audience h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 31px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 14px;
}

.audience p {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.section {
  padding: 42px 0;
}

.section-title h2 {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  margin: 0;
}

.books-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}

.book-card {
  background: white;
  border: 1px solid var(--border);
  box-shadow: 0 3px 10px rgba(0,0,0,.05);
  transition: .25s;
}

.book-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,.09);
}

.cover {
  aspect-ratio: .66;
  padding: 24px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}

.cover-flowers {
  background:
    radial-gradient(circle at 50% 70%, rgba(182,130,89,.35), transparent 25%),
    #071727;
  color: #d9ad65;
}

.cover-waves {
  background: linear-gradient(#eee7dc, #c5b49c);
  color: #222;
}

.cover-star {
  background:
    radial-gradient(circle at 30% 40%, rgba(205,141,77,.5), transparent 4%),
    radial-gradient(circle at 75% 70%, rgba(205,141,77,.35), transparent 3%),
    #681925;
  color: #d9ad65;
}

.cover-silence {
  background: linear-gradient(#082234, #0c2630 60%, #071713);
  color: #d9ad65;
}

.cover-letters {
  background: linear-gradient(#eee7da, #c9c0ae);
  color: #333;
}

.cover-echo {
  background:
    radial-gradient(circle at 50% 55%, transparent 0 24px, #bd9553 25px 27px, transparent 28px),
    #0b1116;
  color: #d9ad65;
}

.book-info {
  padding: 12px 11px;
}

.book-info h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  line-height: 1.05;
  margin: 0 0 5px;
  font-weight: 600;
}

.book-info p {
  font-size: 10px;
  color: var(--muted);
  margin: 0 0 12px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.price-row button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 17px;
}

.center-button {
  text-align: center;
  margin-top: 23px;
}

.editorial-summary {
  padding: 30px 0 38px;
  border-top: 1px solid var(--border);
  background: #fbfaf7;
}

.summary-grid {
  display: grid;
  grid-template-columns: .85fr 1.7fr 1fr;
}

.summary-column {
  padding: 0 30px;
  border-right: 1px solid var(--border);
}

.summary-column:first-child {
  padding-left: 0;
}

.summary-column:last-child {
  border-right: 0;
}

.summary-column h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 25px;
  margin: 0;
}

.small-gold-line {
  width: 32px;
  height: 2px;
  background: var(--gold);
  margin: 6px 0 17px;
}

.services-list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.services-list li {
  font-size: 12px;
  margin: 10px 0;
}

.gold-link {
  color: #a47733;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .06em;
}

.process {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0 28px;
}

.process-step {
  text-align: center;
  width: 90px;
}

.process-icon {
  font-size: 29px;
}

.process-step span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  color: var(--wine);
  margin: 6px 0 0;
}

.process-step p {
  font-size: 10px;
}

.process-arrow {
  padding-top: 17px;
  color: #777;
}

.process-column {
  text-align: center;
}

.process-column .small-gold-line {
  margin-left: auto;
  margin-right: auto;
}

.author-mini {
  display: flex;
  gap: 13px;
  margin: 16px 0;
}

.author-avatar {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
}

.avatar-one {
  background-image: url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=400&q=85");
}

.avatar-two {
  background-image: url("https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=400&q=85");
}

.author-mini h3 {
  font-family: "Cormorant Garamond", serif;
  margin: 0;
}

.author-mini p {
  font-size: 10px;
  margin: 4px 0;
}

.author-mini a {
  color: #a47733;
  font-size: 9px;
  font-weight: 600;
}

.final-cta {
  min-height: 145px;
  background:
    linear-gradient(rgba(4,17,29,.9), rgba(4,17,29,.9)),
    url("https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=1800&q=85")
    center/cover;
  color: white;
  display: grid;
  place-items: center;
}

.final-content {
  text-align: center;
  padding: 22px;
}

.final-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 31px;
  line-height: 1;
  margin: 0 0 18px;
  font-weight: 500;
}

.final-content h2 span {
  color: #a42b38;
}

.final-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.footer {
  background: var(--navy);
  color: #fff;
  padding: 35px 0 12px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .75fr .8fr .85fr 1.2fr;
  gap: 34px;
}

.footer-brand img {
  width: 170px;
  max-height: 70px;
  object-fit: contain;
}

.footer p,
.footer a {
  font-size: 10px;
  line-height: 1.8;
  color: rgba(255,255,255,.8);
}

.footer h3 {
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
}

.footer-grid > div:not(.footer-brand) a {
  display: block;
}

.socials {
  display: flex;
  gap: 13px;
  margin-top: 16px;
}

.socials a {
  color: var(--gold);
  font-size: 18px;
}

.newsletter form {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.newsletter input {
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
  background: transparent;
  color: white;
  padding: 9px 0;
  outline: none;
}

.newsletter button {
  width: 120px;
  height: 35px;
  border: 0;
  background: var(--wine);
  color: white;
  font-size: 9px;
  cursor: pointer;
}

.footer-bottom {
  margin-top: 25px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center;
  font-size: 9px;
  color: rgba(255,255,255,.65);
}


/* TABLET */
@media (max-width: 1100px) {

  .nav {
    gap: 13px;
  }

  .nav a {
    font-size: 9px;
  }

  .header-actions .btn {
    display: none;
  }

  .books-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .summary-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .summary-column {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    padding: 0 0 30px;
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* MOBILE */
@media (max-width: 780px) {

  .header {
    height: 76px;
  }

  .header-inner {
    justify-content: space-between;
  }

  .brand {
    width: 150px;
  }

  .mobile-menu {
    display: block;
    order: 3;
  }

  .nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 9px;
    width: 100%;
  }

  .header-actions .icon-link {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
    padding-top: 50px;
  }

  .hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy .gold-line {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-visual {
    min-height: 390px;
  }

  .book-scene {
    min-height: 390px;
    transform: scale(.82);
  }

  .audiences {
    grid-template-columns: 1fr;
  }

  .books-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .process {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .process-arrow {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}


/* SMALL MOBILE */
@media (max-width: 480px) {

  .container {
    width: 90%;
  }

  .hero h1 {
    font-size: 45px;
  }

  .hero-buttons,
  .final-buttons {
    flex-direction: column;
  }

  .book-scene {
    transform: scale(.65);
    margin: -40px -60px;
  }

  .audience-content {
    padding: 35px 27px;
  }

  .books-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cover {
    font-size: 17px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .final-content h2 {
    font-size: 27px;
  }
}
.hero {
    min-height: 650px;
    background-image: url('../images/hero-home.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-grid {
    min-height: 650px;
    display: block;
}

.hero-copy {
    width: 43%;
    padding: 65px 0;
    position: relative;
    z-index: 2;
}

.hero-visual {
    display: none;
}