

body {
  position: relative;
  padding-top: 86px;
  padding-bottom: 96px;
}

.gridLayout {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.gridMain {
  display: block;
  
  min-width: 0;
}

.gridContent {
  display: block;
}


.gridSection {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 4.236rem 1.618rem;
}

.shell {
  width: min(92%, 1180px);
  margin: 0 auto;
}

.shellNarrow {
  width: min(92%, 820px);
  margin: 0 auto;
}


.bandRow {
  display: flex;
  gap: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #ffe4e6;
}

.bandRowLabel {
  flex: 0 0 34%;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  color: #4c0519;
}

.bandRowBody {
  flex: 1 1 auto;
  color: #6b3a51;
  font-size: 0.9375rem;
}

.bandStack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}



.surfaceBlush {
  background: #fff1f2;
}

.surfacePearl {
  background: #fffafb;
}

.surfaceObsidian {
  background: #17070f;
  color: #cdb9c3;
}

.surfaceObsidian h2,
.surfaceObsidian h3 {
  color: #f2eef0;
}



.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c2186b;
  margin-bottom: 1rem;
}

.leadText {
  font-size: 1.0625rem;
  color: #6b3a51;
  max-width: 58ch;
}

.decoration {
  height: 1px;
  width: 38%;
  background: #dcd3d7;
  margin: 1.618rem 0;
}

.secondaryContent {
  margin-top: 1.618rem;
  font-size: 0.8125rem;
  color: #9f7a89;
  border-left: 2px solid #ffe4e6;
  padding-left: 1rem;
}



.waveDivider {
  line-height: 0;
}

.waveDivider svg {
  display: block;
  width: 100%;
  height: 80px;
  fill: #fff1f2;
}

.waveDividerPale {
  line-height: 0;
}

.waveDividerPale svg {
  display: block;
  width: 100%;
  height: 80px;
  fill: #fffafb;
}



.heroGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.heroPrice {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin: 1.618rem 0 1rem;
}

.heroPriceNow {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3.2rem;
  line-height: 1;
  color: #c2186b;
}

.heroPriceWas {
  font-size: 1.0625rem;
  color: #9f7a89;
  text-decoration: line-through;
}

.heroPriceCut {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4c0519;
  border: 1px solid #c2186b;
  padding: 0.25rem 0.618rem;
}

.heroActions {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 0.618rem;
}

.heroBadges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.618rem 1.618rem;
  margin-top: 2.618rem;
  border-top: 1px solid #ffe4e6;
  padding-top: 1.618rem;
}

.heroBadge {
  font-size: 0.8125rem;
  color: #6b3a51;
  padding-left: 1.2rem;
  position: relative;
}

.heroBadge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  background: #c2186b;
  transform: rotate(45deg);
}


.vitrine {
  position: relative;
  background: #17070f;
  border-radius: 18px;
  padding: 1.618rem;
  overflow: hidden;
}

.vitrineShot {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.vitrineCaption {
  margin-top: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #cdb9c3;
  text-align: center;
}



.storySplit {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 2.618rem;
  align-items: start;
}

.storyAside {
  border-top: 2px solid #c2186b;
  padding-top: 1.618rem;
}

.storyAside h2 {
  margin-bottom: 0;
}

.storyBody {
  border-left: 1px solid #ffe4e6;
  padding-left: 2.618rem;
}

.storyBody p {
  margin-bottom: 1.618rem;
}

.storyBody p:last-child {
  margin-bottom: 0;
}

.storyLead {
  font-family: 'Cormorant Garamond', 'Iowan Old Style', Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.45;
  color: #4c0519;
}



.stepList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.stepItem {
  border-top: 2px solid #c2186b;
  padding-top: 1rem;
}

.stepNumber {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.618rem;
  line-height: 1;
  color: #e6329a;
  display: block;
  margin-bottom: 0.618rem;
}



.pledgeList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.618rem 2.618rem;
}

.pledgeItem {
  border-left: 2px solid #c2186b;
  padding-left: 1.2rem;
}

.pledgeItem h3 {
  margin-bottom: 0.3rem;
  font-size: 1.25rem;
}

.pledgeItem p {
  font-size: 0.9375rem;
  color: #6b3a51;
}



.faqGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2.5rem;
}

.faqQuestion {
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: #4c0519;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
}

.faqAnswer {
  font-size: 0.9375rem;
  color: #6b3a51;
  margin-bottom: 0;
}



.siteFooter {
  background: #17070f;
  color: #cdb9c3;
  padding: 3rem 1rem 1.5rem;
}

.orderBand {
  width: min(92%, 1180px);
  margin: 0 auto 3.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  border-bottom: 1px solid #3a1f2b;
  padding-bottom: 3rem;
}

.orderBand h2 {
  color: #f2eef0;
}

.orderSteps {
  margin: 1.618rem 0;
}

.orderStep {
  display: flex;
  gap: 1rem;
  padding: 0.618rem 0;
  font-size: 0.9375rem;
  color: #cdb9c3;
}

.orderStepMark {
  color: #e6329a;
  font-weight: 700;
}

.orderAside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.orderShot {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.footerTop {
  width: min(92%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2rem;
}

.footerHeadline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.618rem;
  color: #f2eef0;
  margin-bottom: 1rem;
}

.footerBadges {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footerBadge {
  border: 1px solid #6b3a51;
  padding: 0.618rem 1rem;
  min-width: 190px;
}

.footerBadgeLabel {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9f7a89;
  margin-bottom: 0.25rem;
}

.footerBadgeValue {
  display: block;
  color: #f2eef0;
  font-size: 0.9375rem;
}

.footerColumns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footerColumnTitle {
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9f7a89;
  margin-bottom: 0.9rem;
}

.footerLink {
  display: block;
  color: #cdb9c3;
  font-size: 0.875rem;
  padding: 0.25rem 0;
}

.footerLink:hover {
  color: #e6329a;
}

.footerBar {
  width: min(92%, 1180px);
  margin: 2.618rem auto 0;
  border-top: 1px solid #3a1f2b;
  padding-top: 1.618rem;
  display: flex;
  justify-content: space-between;
  gap: 1.618rem;
  flex-wrap: wrap;
  font-size: 0.75rem;
  color: #9f7a89;
}

.footerNote {
  max-width: 62ch;
}



.stickyBar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  
  z-index: 900;
  background: #fffafb;
  border-top: 1px solid #ffe4e6;
  padding: 0.618rem 1.618rem;
}

.stickyBarInner {
  width: min(92%, 1180px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.618rem;
}

.stickyBarText {
  font-size: 0.875rem;
  color: #4c0519;
  margin-bottom: 0;
}

.stickyBarPrice {
  color: #c2186b;
  font-weight: 600;
}



.pageHead {
  padding: 4.236rem 1.618rem 2.618rem;
  background: #fff1f2;
  position: relative;
  width: 100%;
}


.pageHead h1 {
  overflow-wrap: break-word;
  word-break: break-word;
}

.legalBody h2 {
  font-size: 1.618rem;
  margin-top: 2.618rem;
}

.legalBody h2:first-of-type {
  margin-top: 1rem;
}

.legalBody p,
.legalBody li {
  font-size: 0.9375rem;
  color: #6b3a51;
}

.legalBody ul {
  margin: 0 0 1rem 1.2rem;
  list-style: disc;
}

.legalBody li {
  margin-bottom: 0.4rem;
}

.legalMeta {
  margin-top: 2.618rem;
  border-top: 1px solid #ffe4e6;
  padding-top: 1rem;
  font-size: 0.8125rem;
  color: #9f7a89;
}

@media (max-width: 1024px) {
  .gridSection {
    padding: 2.618rem 1.618rem;
  }
  .heroGrid {
    gap: 2.618rem;
  }
  .stepList {
    grid-template-columns: 1fr;
  }
  .footerColumns {
    grid-template-columns: 1fr 1fr;
  }
  .storySplit {
    gap: 2rem;
  }
  .storyBody {
    padding-left: 2rem;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 72px;
    padding-bottom: 104px;
  }
  .secondaryContent {
    display: none;
  }
  .decoration {
    display: none;
  }
  .waveDivider,
  .waveDividerPale {
    display: none;
  }
  .gridSection {
    padding: 2.618rem 1rem;
  }
  .pageHead h1 {
    font-size: 2.1rem;
  }
  .heroGrid,
  .storySplit,
  .pledgeList,
  .faqGrid,
  .orderBand,
  .footerTop {
    grid-template-columns: 1fr;
  }
  .heroBadges {
    grid-template-columns: 1fr;
  }
  .heroPriceNow {
    font-size: 2.618rem;
  }
  .bandRow {
    flex-direction: column;
    gap: 0.618rem;
  }
  .storyBody {
    border-left: 0;
    border-top: 1px solid #ffe4e6;
    padding-left: 0;
    padding-top: 1.618rem;
  }
  .storyLead {
    font-size: 1.3rem;
  }
  .footerColumns {
    grid-template-columns: 1fr;
  }
  .stickyBarInner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
  
  .stickyBarText {
    font-size: 0.8125rem;
  }
  .footerBadge {
    min-width: 100%;
  }
}




.workbenchIntro {
  background-color: #fffafb;
}

.workbenchIntro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(105deg, rgba(255, 250, 251, 0.97) 0%, rgba(255, 250, 251, 0.94) 40%, rgba(255, 241, 242, 0.76) 70%, rgba(255, 228, 230, 0.66) 100%),
    linear-gradient(180deg, rgba(255, 250, 251, 0.4) 0%, rgba(255, 250, 251, 0) 34%, rgba(255, 250, 251, 0.6) 86%, #fffafb 100%);
  pointer-events: none;
}

.workbenchIntro .shell {
  position: relative;
  z-index: 1;
}

.craftList {
  background: #fff1f2;
}

.goodsShelf {
  background: #fffafb;
}

.theWorkshop {
  background: #fff1f2;
}

.guaranteeNote {
  background: #fffafb;
}

.fromRawToReady {
  background: #fff1f2;
}

.askedOften {
  background: #fffafb;
}

.heroCopy {
  max-width: 34rem;
}

.vitrineGlow {
  position: absolute;
  top: -12%;
  right: -18%;
  width: 46%;
  height: 46%;
  border-radius: 50%;
  background: #2a0d1c;
}

.sectionLede {
  font-size: 1.0625rem;
  color: #6b3a51;
  max-width: 62ch;
  margin-bottom: 2.618rem;
}

.goodsGrid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 2.618rem;
  align-items: start;
}


.goodsMark {
  background: #fff1f2;
  border: 1px solid #ffe4e6;
  border-top: 2px solid #c2186b;
  padding: 1.618rem;
}

.goodsMarkNumber {
  font-family: 'Cormorant Garamond', 'Iowan Old Style', Georgia, serif;
  font-size: 5.2rem;
  line-height: 0.92;
  color: #c2186b;
  margin-bottom: 0.4rem;
}

.goodsMarkUnit {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4c0519;
  margin-bottom: 1rem;
}

.goodsMarkNote {
  font-size: 0.875rem;
  color: #6b3a51;
  border-top: 1px solid #ffe4e6;
  padding-top: 0.875rem;
  margin-bottom: 0;
}

.stepNote {
  margin-top: 2.618rem;
  border-top: 1px solid #ffe4e6;
  padding-top: 1.618rem;
  font-size: 0.875rem;
  color: #6b3a51;
}

.footerCta {
  width: min(92%, 1180px);
  margin: 0 auto 2.618rem;
  border: 1px solid #3a1f2b;
  border-radius: 14px;
  padding: 1.618rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.618rem;
  flex-wrap: wrap;
}

.footerCtaText {
  color: #f2eef0;
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.footerHours {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #9f7a89;
}

.pageLede {
  font-size: 1.0625rem;
  color: #6b3a51;
  max-width: 62ch;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .goodsGrid {
    grid-template-columns: 1fr;
  }
  .goodsMarkNumber {
    font-size: 4.2rem;
  }
  
  .workbenchIntro::before {
    background: linear-gradient(180deg, rgba(255, 250, 251, 0.95) 0%, rgba(255, 250, 251, 0.91) 58%, #fffafb 100%);
  }
  .vitrineGlow {
    display: none;
  }
  .footerCta {
    flex-direction: column;
    align-items: flex-start;
  }
}
