

body {
  font-family: 'adobe-garamond-pro', Georgia, serif;
  margin: 0;
  background: #fff;
  color: #333;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ── Header ───────────────────────────────────────────────────────────────── */
header {
  background: #fff;
  padding: 1em;
  display: flex;
  height: 60px;
  align-items: center;
  align-self: center;
}

.horizontal-rule {
  display: flex;
  justify-content: center;
  margin: 0 2em;
}

hr {
  width: 100%;
  max-width: 1200px;
  border: none;
  height: 1px;
  background: #333;
  margin: 0 0 0 0;
  align-self: center;
}

/* Left group: quadros. + hamburger */
.header-left {
  display: flex;
  align-items: center;
  gap: 1.5em;
  flex: 1;
}

.header-left a {
  font-size: 3.5em;
  align-items: center;
  display: flex;
  font-family: 'cormorant-garamond', Georgia, serif;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  margin-right: 2em;
  line-height: 1;
}

.header-left-solo a {
  font-size: 3.5em;
  align-items: center;
  display: flex;
  font-family: 'cormorant-garamond', Georgia, serif;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  line-height: 1;
}

/* Right group: (about + instagram + email + account + cart) */
.header-right {
  display: flex;
  align-items: center;
  gap: 1.5em;
}

.header-right a,
.header-right button {
  color: #333;
  text-decoration: none;
  font-size: 1.1em;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
  gap: 1.5em;
  margin-left: 1em;
  font-family: 'adobe-garamond-pro', Georgia, serif;
}

/* Hamburger — hidden on desktop */
.hamburger {
  display: none;
  padding: 0px;
  background: none;
  border: none;
  cursor: pointer;
}

/* ── Mobile nav drawer ────────────────────────────────────────────────────── */
.nav-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
}

.nav-drawer.open {
  display: flex;
}

.nav-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.nav-drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  background: #333;
  display: flex;
  flex-direction: column;
  padding: 1.5em;
}

.nav-drawer-close {
  align-self: flex-end;
  background: none;
  border: none;
  color: #e0e0e0;
  font-size: 2em;
  cursor: pointer;
  padding: 0;
}

.nav-drawer-links {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  flex: 1;
}

.nav-drawer-links a {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 1.2em;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

/* ── Cart drawer ──────────────────────────────────────────────────────────── */
.cart-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
}

.cart-drawer.open {
  display: flex;
}

.cart-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.cart-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 1.5em;
  overflow-y: auto;
}

.cart-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
}

.cart-drawer-close {
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  color: #555;
  padding: 0;
  line-height: 1;
}

.cart-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.95em;
}

/* ── Cart items ───────────────────────────────────────────────────────────── */
.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
}

.cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  font-size: 0.9em;
}

.cart-total {
  font-family: 'adobe-garamond-pro', georgia, serif;
}

.cart-item-remove {
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
  color: #999;
  padding: 0;
}

.cart-item-remove:hover {
  color: #333;
}

.cart-total {
  padding: 1em 0;
  text-align: right;
  font-size: 1.1em;
}

.checkout-button button {
  background-color: #fff;
  color: #333;
  border: none;
  border-bottom: 1px solid #333;
  font-size: 1em;
  cursor: pointer;
  width: 100%;
  font-family: 'adobe-garamond-pro', Georgia, serif;
  font-weight: bold;
  margin-top: 1em;
}

.cart-item-thumb {
  width: 100px;
  height: 100px;
}

/* ── Gallery grid ─────────────────────────────────────────────────────────── */
.index-hero {
  padding: 3em 6em 3em;
  max-width: 800px;
  margin: 0 auto 0;
}

.index-hero img {
  max-width: 100%;
  height: auto;
  justify-content: center;
}

.gallery-version {
  font-size: 1.5em;
  max-width: 1200px;
  place-self: center;
  padding: 0 2em 0;
}

.gallery-version span {
  font-size: 2em;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 2em;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(1.1);
}

.gallery img:hover {
  transform: scale(1.02);
}

/* ── About page ───────────────────────────────────────────────────────────── */

.about-page {
  padding: 6em 2em 6em;
  max-width: 600px;
  margin: 0 auto;
  place-items: center;
}

.about-page h2 {
  margin-top: 3em;
  margin-bottom: 4em;
  font-weight: 400;
}

.bio {
  display: flex;
  flex-direction: column;
  place-items: center;
  margin-bottom: 3em;
}

.bio img {
  width: 200px;
  height: 200px;
  align-items: center;
}

.bio p {
  text-align: center;
}

.aboutGalleryImg {
  margin-bottom: 3em;
}

.aboutGalleryImg img {
  max-width: 100%;
  height: auto;
}

.aboutGalleryImg p {
  text-align: center;
}

.about-page a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-page button {
  background-color: #fff;
  color: #333;
  border: none;
  border-bottom: 1px solid #333;
  font-size: 1em;
  cursor: pointer;
  width: 250px;
  font-family: 'adobe-garamond-pro', Georgia, serif;
  font-weight: bold;
}



/* ── Print page & account page ───────────────────────────────────────────────────────────── */
.print-page {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2em;
  max-width: 100%;
  max-height: 100%;
  padding: 0 2em;
}

.account-page {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4em;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0 2em;
}

.print-image {
  display: flex;
  height: auto;
  max-width: 650px;
  min-width: 400px;
  filter: brightness(1.1);
}

.options {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
  min-width: 180px;
}

.login {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
  min-width: 180px;
}

/* ── Option controls & login──────────────────────────────────────────────────────── */
.description {
  width: 200px;
  margin-bottom: 1em;
}

.description h3 {
  display: flex;
  justify-content: center;
}

.option-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login label {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  color: #333;
}

.login p {
  align-items: center;
}

select {
  background-color: #fff;
  color: #333;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  font-size: 1em;
  cursor: pointer;
  width: 200px;
  font-family: 'adobe-garamond-pro', Georgia, serif;
}

input {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1em;
  background: #fff;
  width: 220px;
  cursor: text;
  font-family: 'adobe-garamond-pro', Georgia, serif;
}

.purchase {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
}

#price {
  margin-top: 2em;
  margin-bottom: 0.8em;
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.buttons button {
  background-color: #fff;
  color: #333;
  border: none;
  border-bottom: 1px solid #333;
  font-size: 1em;
  cursor: pointer;
  width: 150px;
  transition: background-color 0.2s ease;
  font-family: 'adobe-garamond-pro', Georgia, serif;
  font-weight: bold;
}

.login button {
  background-color: #fff;
  color: #333;
  border: none;
  border-bottom: 1px solid #333;
  font-size: 1em;
  cursor: pointer;
  width: 250px;
  transition: background-color 0.2s ease;
  font-family: 'adobe-garamond-pro', Georgia, serif;
  font-weight: bold;
}

.about-page a {
  display: flex;
  place-self: center;
  text-decoration: none;
}

/* ── Mobile ───────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {

  /* Header: hamburger | quadros. | cart */
  .header-right a {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  header {
    height: 50px;
    justify-content: space-between;
    align-self: auto;
  }

  .header-left a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    padding: 1em;
  }

  .gallery img {
    width: 100%;
    height: auto;
  }

  .print-page {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0 1em;
  }

  .print-image {
    max-width: 200px;
    width: 100%;
  }

  .description {
    margin-bottom: 0em;
  }

  .options {
    align-items: center;
    width: 100%;
  }

  .purchase {
    align-items: center;
    margin-bottom: 3em;
  }

  #price{
    margin-top: 1em;
  }

}
