/* Homepage template — frandishop storefront */
.field-home {
  background: #f3efe6;
  color: #1c1915;
}
.field-home .site-header {
  background: #1c1915;
  border-bottom: 0;
}
.field-home .site-header__nav a { color: #e7e1d6; }
.field-home .site-header__nav a:hover { color: #f4a261; }
@media (max-width: 720px) {
  .field-home .site-header__inner {
    flex-wrap: wrap;
    row-gap: 0.65rem;
  }
  .field-home .site-header__nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
  }
}
.field-home .site-logo,
.field-home .site-logo__text-primary { color: #f7f3eb; }

.field-kicker {
  background: #c45c26;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
}

.field-intro-hero {
  padding: 2.5rem 1rem 2rem;
  text-align: center;
  background: linear-gradient(180deg, #f7f3eb 0%, #f3efe6 100%);
}
.field-intro-hero__inner {
  max-width: 720px;
  margin: 0 auto;
}
.field-intro-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 650;
  font-size: 2.35rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .field-intro-hero { padding: 4rem 1rem 3rem; }
  .field-intro-hero h1 { font-size: 3.25rem; }
}
.field-intro-hero h1 em {
  font-style: italic;
  color: #8a3e16;
}
.field-intro-hero__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #4a433a;
  margin-bottom: 1.5rem;
}
.field-hero__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c45c26;
  margin-bottom: 0.75rem;
}
.field-trust {
  background: #1c1915;
  color: #f7f3eb;
}
.field-trust__row {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 800px) {
  .field-trust__row { grid-template-columns: repeat(4, 1fr); }
}
.field-trust__item {
  padding: 1.15rem 1rem;
  text-align: center;
  border-right: 1px solid rgba(247, 243, 235, 0.1);
  border-bottom: 1px solid rgba(247, 243, 235, 0.1);
}
.field-trust__icon { display: block; font-size: 1.35rem; margin-bottom: 0.35rem; }
.field-trust__item strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
}
.field-trust__item span {
  display: block;
  font-size: 0.75rem;
  color: #cfc6b8;
  margin-top: 0.15rem;
}
.field-section-label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c45c26;
  margin-bottom: 0.35rem;
}
.field-block--featured { padding-top: 2.5rem; }
.field-block--muted {
  background: #ebe4d8;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.field-block--muted > h2,
.field-block--muted > .field-intro,
.field-block--muted > .field-collections {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.field-product {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid #e4dccf;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 12px 40px -16px rgba(28, 25, 21, 0.25);
}
@media (min-width: 768px) {
  .field-product { grid-template-columns: 1fr 1fr; }
}
.field-product__media {
  position: relative;
  display: block;
  background: #e7dfd0;
  padding: 1.25rem;
}
.field-product__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.75rem;
}
.field-product__badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: #c45c26;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}
.field-product__body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.field-product__name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.field-product__desc {
  color: #4a433a;
  line-height: 1.55;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.field-product__rating {
  font-size: 0.875rem;
  color: #6b6358;
  margin-bottom: 1.1rem;
}
.field-product__rating span { color: #c45c26; }
.field-collections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .field-collections { grid-template-columns: repeat(4, 1fr); }
}
.field-collection {
  background: #fff;
  border: 1px solid #e4dccf;
  border-radius: 0.85rem;
  padding: 1.1rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: center;
  min-height: 120px;
  justify-content: center;
}
.field-collection span:first-child { font-size: 1.75rem; }
.field-collection strong { font-size: 0.9rem; }
.field-collection em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a8175;
}
.field-collection--live {
  border-color: #c45c26;
  border-width: 2px;
}
.field-collection--live em { color: #c45c26; }
.field-collection--live:hover { background: #faf6f0; }
.field-price {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.field-price__was {
  color: #8a8175;
  text-decoration: line-through;
  font-weight: 600;
}
.field-price__now {
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1c1915;
}
.field-price__note {
  font-size: 0.8rem;
  font-weight: 700;
  color: #c45c26;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.field-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1c1915;
  color: #f7f3eb;
  text-decoration: none;
  font-weight: 800;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  letter-spacing: 0.01em;
}
.field-cta:hover { background: #c45c26; color: #fff; }
.field-block {
  max-width: 1180px;
  margin: 0 auto;
  padding: 3.5rem 1rem;
}
.field-block h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.1rem;
  font-weight: 650;
  letter-spacing: -0.03em;
  margin-bottom: 0.4rem;
}
.field-block > p.field-intro {
  color: #4a433a;
  margin-bottom: 1.75rem;
  max-width: 40rem;
}
.field-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 800px) {
  .field-steps { grid-template-columns: repeat(3, 1fr); }
}
.field-step {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  border: 1px solid #e4dccf;
}
.field-step__n {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.6rem;
  color: #c45c26;
  display: block;
  margin-bottom: 0.35rem;
}
.field-step h3 { margin-bottom: 0.35rem; font-size: 1.05rem; }
.field-step p { color: #4a433a; font-size: 0.92rem; line-height: 1.5; }
