:root {
  --cream: #f7f1e5;
  --paper: #fffaf0;
  --brown: #5d4535;
  --brown-light: #8b7461;
  --red: #7b2635;
  --red-dark: #5f1d29;
  --gold: #b69661;
  --line: #d9cbb7;
  --shadow: 0 12px 30px rgb(67 42 26 / 9%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.25rem 2rem;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  color: var(--red-dark);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.brand-mark {
  color: var(--brown);
  font-size: 1.45rem;
}

.header-link {
  color: var(--brown);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-link:hover,
.header-link:focus-visible {
  color: var(--red);
}

.hero {
  display: grid;
  min-height: 640px;
  place-items: center;
  padding: 7rem 1.5rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%, rgb(255 250 240 / 95%), transparent 48%),
    linear-gradient(180deg, rgb(255 255 255 / 16%), transparent);
}

.hero-inner {
  max-width: 800px;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0.7rem;
  color: var(--brown);
  font-size: clamp(2.8rem, 7.4vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

h1 span {
  color: var(--red);
  font-style: italic;
}

.tagline {
  margin-bottom: 1.6rem;
  color: var(--red-dark);
  font-size: clamp(1.15rem, 2.5vw, 1.55rem);
  font-style: italic;
}

.ornament {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  justify-content: center;
  margin: 1.5rem auto;
  color: var(--gold);
}

.ornament span {
  width: 65px;
  height: 1px;
  background: var(--gold);
}

.intro {
  max-width: 640px;
  margin: 0 auto 2rem;
  font-size: 1.08rem;
}

.primary-link,
.buy-button {
  display: inline-block;
  border: 1px solid var(--red);
  background: var(--red);
  color: #fffaf2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease, border-color 150ms ease;
}

.primary-link {
  padding: 0.9rem 1.35rem;
}

.primary-link:hover,
.primary-link:focus-visible,
.buy-button:hover,
.buy-button:focus-visible {
  border-color: var(--red-dark);
  background: var(--red-dark);
}

.collection {
  max-width: 1260px;
  margin: 0 auto;
  padding: 3.5rem 2rem 7rem;
}

.section-heading {
  max-width: 640px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

h2 {
  margin-bottom: 0.6rem;
  color: var(--red-dark);
  font-size: clamp(2.3rem, 6vw, 3.8rem);
  font-weight: 400;
  line-height: 1.1;
}

.section-heading > p:last-child {
  color: var(--brown-light);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.25rem;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.product-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: calc(50% - 1.125rem);
  justify-self: center;
}

.product-photo {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 5;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(rgb(93 69 53 / 6%), rgb(93 69 53 / 6%)),
    var(--line);
  place-items: center;
}

.product-photo::before {
  content: "\271D";
  position: absolute;
  color: rgb(123 38 53 / 18%);
  font-size: 5rem;
}

.product-photo img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-details {
  padding: 1.6rem 1.7rem 1.8rem;
}

h3 {
  margin-bottom: 1rem;
  color: var(--red-dark);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.25;
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

.price {
  color: var(--brown);
  font-size: 1.55rem;
}

.quantity {
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-details p {
  margin-bottom: 1.2rem;
  color: var(--brown-light);
  font-size: 0.92rem;
}

.buy-button {
  width: 100%;
  padding: 0.85rem 1rem;
}

footer {
  padding: 3.5rem 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--brown);
  text-align: center;
}

.footer-cross {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--red);
  font-size: 1.5rem;
}

footer p {
  margin-bottom: 0.2rem;
}

.footer-note {
  color: var(--brown-light);
  font-size: 0.88rem;
  font-style: italic;
}

@media (max-width: 720px) {
  .site-header {
    padding: 1rem 1.25rem;
  }

  .header-link {
    display: none;
  }

  .hero {
    min-height: 560px;
    padding: 5rem 1.25rem;
  }

  .collection {
    padding: 3rem 1.15rem 5rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .product-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

  .product-photo {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
