.products { padding-top: 108px; padding-bottom: 115px; }
.products-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 58px; }
.products h2, .legal h2 { font-size: clamp(36px, 4.2vw, 63px); line-height: 1.2; letter-spacing: -.055em; margin: 0; font-weight: 800; }
.products h2 span { color: var(--orange); font-family: var(--serif); font-style: italic; font-weight: 600; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { min-height: 350px; padding: 24px; position: relative; overflow: hidden; }
.product-card-orange { background: #f8a47d; }
.product-card-lime { background: var(--lime); }
.product-card-ink { background: var(--ink); color: #fff; }
.product-tag { font: 10px var(--mono); letter-spacing: .1em; margin-bottom: 0; }
.product-card h3 { position: relative; z-index: 1; margin: 190px 0 8px; font-size: 24px; letter-spacing: -.04em; }
.product-card > p:last-child { position: relative; z-index: 1; max-width: 230px; margin: 0; font-size: 12px; line-height: 1.75; opacity: .75; }
.product-graphic { position: absolute; right: 22px; top: 55px; width: 150px; height: 150px; }
.graphic-home { border: 2px solid var(--ink); transform: rotate(45deg); }
.graphic-home i, .graphic-home b { position: absolute; display: block; background: var(--ink); }
.graphic-home i { width: 2px; height: 148px; left: 72px; }
.graphic-home b { height: 2px; width: 148px; top: 72px; }
.graphic-life { border: 2px solid var(--ink); border-radius: 50%; }
.graphic-life i, .graphic-life b, .graphic-life em { position: absolute; display: block; border: 2px solid var(--ink); border-radius: 50%; width: 50px; height: 50px; }
.graphic-life i { left: -14px; top: 50px; }.graphic-life b { right: -14px; top: 50px; }.graphic-life em { left: 48px; top: -14px; }
.graphic-season { border: 1px solid var(--lime); border-radius: 50%; }
.graphic-season:before, .graphic-season:after { content: ''; position: absolute; border-radius: 50%; border: 1px solid var(--lime); inset: 30px; }
.graphic-season:after { inset: 58px; background: var(--lime); }.graphic-season i, .graphic-season b { position: absolute; width: 1px; height: 180px; background: var(--lime); left: 75px; top: -15px; }.graphic-season b { transform: rotate(90deg); }
.legal { display: grid; grid-template-columns: 40% 1fr; gap: 9%; background: #e8e3d7; padding-top: 110px; padding-bottom: 110px; }
.legal-content { border-top: 1px solid var(--line); }
.legal article { padding: 26px 0; border-bottom: 1px solid var(--line); }
.legal-no { font: 10px var(--mono); color: var(--orange); letter-spacing: .08em; }
.legal h3 { font-size: 22px; margin: 13px 0; letter-spacing: -.04em; }
.legal article > p:last-child { max-width: 600px; color: rgba(23, 38, 31, .7); font-size: 13px; line-height: 1.9; margin: 0; }
.legal-mail { margin: 26px 0 0; font-size: 13px; }.legal-mail a { border-bottom: 1px solid var(--ink); font-family: var(--mono); }
.legal-detail-link { display: inline-flex; gap: 8px; margin-top: 15px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }
.pricing { display: grid; grid-template-columns: 40% 1fr; gap: 9%; background: var(--paper); border-top: 1px solid var(--line); }
.pricing h2 { margin: 0; font-size: clamp(36px, 4.2vw, 63px); line-height: 1.2; letter-spacing: -.055em; }
.pricing h2 span { color: var(--orange); font-family: var(--serif); font-style: italic; font-weight: 600; }
.pricing-copy { padding-top: 4px; }
.pricing-copy > p { max-width: 620px; color: rgba(23, 38, 31, .72); font-size: 14px; line-height: 1.9; }
.pricing-copy ul { margin: 24px 0 30px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.pricing-copy li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.pricing-copy li:before { content: '✓'; margin-right: 10px; color: var(--orange); font-weight: 800; }

@media (max-width: 800px) {
  .products, .legal, .pricing { padding: 75px 6vw; }
  .products-heading { display: block; }.products-heading .eyebrow { margin-bottom: 25px; }
  .product-grid { grid-template-columns: 1fr; }.product-card { min-height: 310px; }
  .product-card h3 { margin-top: 157px; }
  .legal, .pricing { grid-template-columns: 1fr; gap: 40px; }
}
