.container-max[data-astro-cid-leq4gsaj] {
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.line-hero[data-astro-cid-leq4gsaj] {
  position: relative;
  min-height: clamp(460px, 64vh, 620px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #2c2416;
}

.line-hero__image[data-astro-cid-leq4gsaj] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.02);
}

.line-hero__overlay[data-astro-cid-leq4gsaj] {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #100d08d1 0%, #100d088f 42%, #100d083d 100%), linear-gradient(0deg, #100d088f 0%, #100d082e 55%, #100d083d 100%);
}

.line-hero__content[data-astro-cid-leq4gsaj] {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-block: 7rem 3.5rem;
}

.line-hero__eyebrow[data-astro-cid-leq4gsaj] {
  margin-bottom: .75rem;
  color: #ffffffc7;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.line-hero__title[data-astro-cid-leq4gsaj] {
  max-width: 42rem;
  margin-bottom: 1rem;
  font-family: DM Serif Display, Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: .96;
  text-shadow: 0 3px 18px #0000006b;
  color: #fff !important;
}

.line-hero__description[data-astro-cid-leq4gsaj] {
  max-width: 38rem;
  margin-bottom: 1.5rem;
  color: #fffffff0;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.6;
  text-shadow: 0 2px 14px #0006;
}

.line-hero__cta[data-astro-cid-leq4gsaj] {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .8rem 1.25rem;
  border-radius: .8rem;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s, background-color .18s, border-color .18s;
}

.line-hero__cta[data-astro-cid-leq4gsaj]:hover {
  transform: translateY(-1px);
}

.line-hero__cta--primary[data-astro-cid-leq4gsaj] {
  background: #fff;
  color: #1f1a12;
}

.line-hero__cta--secondary[data-astro-cid-leq4gsaj] {
  background: #ffffff24;
  color: #fff;
  border: 1px solid #ffffff6b;
  backdrop-filter: blur(8px);
}

.line-hero__pill[data-astro-cid-leq4gsaj] {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem .75rem;
  border: 1px solid #ffffff42;
  border-radius: 999px;
  background: #ffffff29;
  color: #fff;
  backdrop-filter: blur(8px);
}

.line-hero__stat[data-astro-cid-leq4gsaj] {
  display: inline-flex;
  flex-direction: column;
  gap: .15rem;
}

.line-hero__stat-label[data-astro-cid-leq4gsaj] {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  opacity: .75;
}

.line-hero__stat-value[data-astro-cid-leq4gsaj] {
  font-weight: 600;
}

.line-card[data-astro-cid-leq4gsaj] {
  list-style: none;
}

.line-card__link[data-astro-cid-leq4gsaj] {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e6dece;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}

.line-card__link[data-astro-cid-leq4gsaj]:hover {
  border-color: #8b5a2b;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -12px #2c241633;
}

.line-card__link[data-astro-cid-leq4gsaj]:focus-visible {
  outline: 2px solid #8b3a1f;
  outline-offset: 3px;
}

.line-card__media[data-astro-cid-leq4gsaj] {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f4efe7;
}

.line-card__media[data-astro-cid-leq4gsaj] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.line-card__badge[data-astro-cid-leq4gsaj] {
  position: absolute;
  top: .75rem;
  left: .75rem;
  background: #8b3a1f;
  color: #fff;
  padding: .25rem .6rem;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: .5rem;
}

.line-card__body[data-astro-cid-leq4gsaj] {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 1.1rem 1.1rem 1.25rem;
  flex: 1;
}

.line-card__name[data-astro-cid-leq4gsaj] {
  font-family: DM Serif Display, Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.25;
  color: #2c2416;
}

.line-card__tagline[data-astro-cid-leq4gsaj] {
  font-size: .85rem;
  color: #6b5a44;
  line-height: 1.45;
}

.line-card__meta[data-astro-cid-leq4gsaj] {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .4rem .6rem;
  margin-top: .25rem;
}

.line-card__price[data-astro-cid-leq4gsaj] {
  font-weight: 700;
  font-size: 1rem;
  color: #2c2416;
}

.line-card__price-badge[data-astro-cid-leq4gsaj], .line-card__size[data-astro-cid-leq4gsaj] {
  font-size: .72rem;
  color: #8b7e6a;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.line-card__cta[data-astro-cid-leq4gsaj] {
  margin-top: auto;
  padding-top: .75rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .8rem;
  font-weight: 700;
  color: #8b3a1f;
  text-transform: uppercase;
  letter-spacing: .08em;
}
