/* Product reference layout; scoped to preserve the shared site design. */
.product-detail-page { color: #3f462b; }
.product-detail-page main { background: #fff; }
.product-detail-page .container,.product-detail-page .product-container { width: min(1120px, 86%); margin-inline: auto; }
.product-detail-page h2 { font-size: clamp(2rem,3.2vw,3rem); line-height: 1.06; letter-spacing: -.025em; }
.product-detail-page .section { padding: 30px 0; }
.product-detail-page .product-hero { display: grid; grid-template-columns: 50% 50%; height: auto; min-height: 410px; background: #47531d; overflow: hidden; }
.product-detail-page .product-hero__left { width: auto; padding: 42px 28px 42px max(7vw,24px); background: linear-gradient(115deg,#47531d,#47531d); }
.product-detail-page .product-hero__content { position: relative; width: 100%; max-width: 510px; padding: 0; margin: 0; }
.product-detail-page .product-hero__left::after { display: none; }
.product-detail-page .product-breadcrumb { color: var(--brand-orange); font-size: .875rem; letter-spacing: .14em; margin-bottom: 16px; }
.product-detail-page .product-hero h1 { font-size: clamp(2.7rem,4vw,4rem); line-height: 1; margin: 0 0 20px; }
.product-detail-page .product-hero__description { font-size: .88rem; line-height: 1.65; max-width: 460px; }
.product-detail-page .product-hero__features { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin-top: 28px; }
.product-detail-page .hero-feature { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: .875rem; line-height: 1.5; white-space: normal; }
.product-detail-page .hero-feature__icon { width: 46px; height: 46px; color: var(--brand-orange); border: 1px solid #b78925; border-radius: 50%; display: grid; place-items: center; }
.product-detail-page .hero-feature__icon svg { width: 25px; height: 25px; }
.product-detail-page .product-hero__image { position: relative; width: auto; height: auto; min-height: 410px; margin-left: -24px; clip-path: polygon(0 0,100% 0,100% 100%,9% 100%); }
.product-detail-page .product-hero__image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.pd-photo-caption { position: absolute; right: 30px; bottom: 24px; color: white; font: italic 1.5rem/1.15 Georgia,serif; text-shadow: 0 2px 8px #444e22; }
.product-detail-page #specifications { padding: 22px 0 20px; }
.product-detail-page .detail-copy { max-width: none; color: #626963; font-size: .875rem; line-height: 1.65; }
.product-detail-page .detail-copy p { margin-bottom: 10px; }
.product-detail-page .pulse-table-scroll { margin-top: 16px; border-radius: 5px; }
.product-detail-page .pulse-specification-table { font-size: .875rem; line-height: 1.5; }
.product-detail-page .pulse-specification-table caption { text-align: left; padding: 13px 18px; background: var(--brand-cream); font: 600 1.3rem Georgia,serif; color: #414828; }
.product-detail-page .pulse-specification-table th,.product-detail-page .pulse-specification-table td { padding: 10px 16px; }
.product-detail-page .pulse-specification-table thead th { background: #47531d; color: white; }
.product-detail-page .section-head { margin-bottom: 22px; align-items: end; gap: 36px; }
.product-detail-page #lentils .section-head { display: grid; grid-template-columns: 1.4fr 1fr; }
.product-detail-page .eyebrow { color: var(--brand-orange); font-size: .875rem; letter-spacing: .11em; margin-bottom: 12px; }
.product-detail-page .lentil-detail-grid { gap: 28px; align-items: start; }
.product-detail-page .lentil-detail { padding: 0; overflow: hidden; border: 1px solid #e9e4d9; border-radius: 6px; background: var(--brand-cream); scroll-margin-top: 110px; }
.product-detail-page .lentil-detail > img { width: 100%; height: 160px; border-radius: 0; margin: 0; object-fit: cover; }
.pd-card-body { padding: 16px 18px; }
.product-detail-page .lentil-detail h3 { font-size: 1.55rem; margin: 0 0 6px; }
.product-detail-page .lentil-detail p { font-size: var(--type-body); line-height: 1.65; margin: 0 0 12px; }
.pd-checks { list-style: none; padding: 0; margin: 14px 0; }
.pd-checks li { font-size: .875rem; line-height: 1.5; padding-left: 25px; position: relative; margin: 9px 0; }
.pd-checks li::before { content: '\2713'; position: absolute; left: 0; top: 1px; width: 16px; height: 16px; border-radius: 50%; background: #47531d; color: #fff; text-align: center; font-size: .875rem; }
.product-detail-page .pulse-section-note { font-size: .875rem; margin-top: 16px; }
.product-detail-page #peas { background: var(--brand-cream); }
.product-detail-page #peas .container { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 45px; }
.product-detail-page .spec-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 24px; margin-top: 20px; }
.product-detail-page .spec-list > div { display: block; padding: 0; border: 0; background: transparent; }
.product-detail-page .spec-list dt { font-size: .875rem; color: #47531d; margin-bottom: 6px; }
.product-detail-page .spec-list dd { margin: 0; font-size: var(--type-body); line-height: 1.65; color: #636c66; }
.pd-peas-photo { position: relative; margin: 0; align-self: stretch; min-height: 320px; }
.pd-peas-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; position: absolute; }
.pd-peas-photo figcaption { position: absolute; right: 14px; bottom: 14px; width: 132px; height: 132px; padding: 24px; display: grid; place-content: center; border-radius: 50%; background: #47531d; color: #f6eab4; font-size: .875rem; text-transform: uppercase; line-height: 1.6; }
.product-detail-page .bean-detail-intro { gap: 36px; align-items: start; }
.product-detail-page .bean-detail-intro > img { height: 300px; width: 100%; object-fit: cover; border-radius: 6px; }
.product-detail-page #beans .spec-list { margin-top: 16px; }
.product-detail-page #beans .spec-list > div { border-left: 2px solid var(--brand-orange); padding-left: 13px; }
.product-detail-page .product-sourcing { padding: 28px 0; background: var(--brand-cream); }
.product-detail-page .product-sourcing__grid { display: grid; grid-template-columns: 1.2fr 1fr .85fr; gap: 28px; align-items: center; }
.product-detail-page .product-eyebrow { color: var(--brand-orange); font-size: .875rem; letter-spacing: .1em; margin: 0 0 13px; }
.product-detail-page .product-sourcing__description { font-size: .875rem; line-height: 1.6; margin: 14px 0 0; }
.product-detail-page .product-requirements { display: grid; grid-template-columns: 1fr; gap: 8px; margin: 0 0 15px; }
.product-detail-page .requirement-item { gap: 9px; }
.product-detail-page .requirement-item p { font-size: .875rem; margin: 0; }
.product-detail-page .requirement-item span { width: 16px; height: 16px; font-size: .875rem; }
.product-detail-page .product-quote-button { padding: 12px 18px; font-size: .875rem; gap: 15px; }
.product-detail-page .product-sourcing__visual { min-height: 220px; height: 220px; }
.product-detail-page .product-photo { height: 100%; width: 100%; margin: 0; }
.product-detail-page .product-photo img { height: 100%; width: 100%; object-fit: cover; border-radius: 5px; }
.product-detail-page .product-why { padding: 28px 0; }
.product-detail-page .product-why__heading { text-align: left; margin-bottom: 18px; }
.product-detail-page .product-why__heading > p { color: var(--brand-orange); font-size: .875rem; margin-bottom: 8px; }
.product-detail-page .product-values { gap: 18px; }
.product-detail-page .product-value-card { padding: 22px 15px; border: 1px solid #e8e4da; border-radius: 5px; }
.product-detail-page .product-value-card__icon { margin-bottom: 10px; }
.product-detail-page .product-value-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.product-detail-page .product-value-card p { font-size: .875rem; line-height: 1.5; }
.product-detail-page .product-final-cta { padding: 36px 0; min-height: 0; background: #47531d url('../Images/iStock/web/iStock-1386443883.webp') right center / 52% auto no-repeat; }
.product-detail-page .product-final-cta__overlay { background: linear-gradient(90deg,#47531d 40%,#043d2dee 55%,#043d2d35); }
.product-detail-page .product-final-cta__content { padding: 0; }
.product-detail-page .product-final-cta h2 { font-size: clamp(2rem,3.5vw,3rem); }
.product-detail-page .product-final-cta__content > p { font-size: .875rem; margin: 12px 0; }
.product-detail-page .product-final-cta__actions { margin-top: 20px; }
@media(max-width: 900px) {
 .product-detail-page .container,.product-detail-page .product-container { width: 90%; }
 .product-detail-page .product-hero__left { padding-left: 5vw; }
 .product-detail-page .product-hero__features { grid-template-columns: 1fr 1fr; }
 .product-detail-page .lentil-detail-grid { gap: 15px; }
 .product-detail-page #peas .container { gap: 25px; }
 .product-detail-page .product-sourcing__grid { grid-template-columns: 1fr 1fr; }
 .product-detail-page .product-sourcing__visual { display: none; }
}
@media(max-width: 640px) {
 .product-detail-page .product-hero { grid-template-columns: 1fr; }
 .product-detail-page .product-hero__left { padding: 32px 6%; }
 .product-detail-page .product-hero__image { display: block; min-height: 240px; margin: 0; clip-path: none; }
 .product-detail-page .product-hero__features { grid-template-columns: repeat(4,1fr); gap: 10px; }
 .product-detail-page #lentils .section-head,.product-detail-page #peas .container,.product-detail-page .bean-detail-intro,.product-detail-page .product-sourcing__grid { grid-template-columns: 1fr; gap: 22px; }
 .product-detail-page .lentil-detail-grid { grid-template-columns: 1fr; }
 .product-detail-page .lentil-detail > img { height: 210px; }
 .product-detail-page .product-values { grid-template-columns: 1fr 1fr; }
 .product-detail-page .product-final-cta { background-size: cover; }
 .product-detail-page .product-final-cta__overlay { background: #043d2ddd; }
 .product-detail-page .product-final-cta__actions { flex-wrap: wrap; }
 .pd-peas-photo { min-height: 290px; }
}

/* Keep category headings visible when following product fragment links.
   The fixed navigation is up to 96px tall; section padding adds breathing room. */
.product-detail-page :is(#lentils, #peas, #beans) {
  scroll-margin-top: 104px;
}

/* Readable commercial copy; retain the existing heading scale. */
.product-detail-page .product-hero__description,
.product-detail-page .detail-copy,
.product-detail-page .lentil-detail p,
.product-detail-page .spec-list dd,
.product-detail-page .product-sourcing__description,
.product-detail-page .product-value-card p,
.product-detail-page .requirement-item p,
.product-detail-page .product-final-cta__content > p:not(.product-final-cta__eyebrow) { font-size: 1rem; line-height: 1.75; }
.product-detail-page .pulse-specification-table,
.product-detail-page .pd-checks li,
.product-detail-page .spec-list dt,
.product-detail-page .pulse-section-note { font-size: .9375rem; line-height: 1.65; }
.product-detail-page .pulse-specification-table :is(th, td) { padding: 16px; }
.product-detail-page .lentil-detail { border-radius: 12px; box-shadow: 0 4px 18px #173b2e08; }
.product-detail-page .lentil-detail > img { height: 190px; }
.pd-card-body { padding: 22px; }
.pd-checks { margin: 20px 0; }
.pd-checks li { padding-left: 26px; }
.pd-checks li::before { top: 4px; }
.pd-spec-panel { border-top: 1px solid #dddcca; padding-top: 4px; }
.pd-spec-facts { margin: 0; }
.pd-spec-facts > div { padding: 16px 0; border-bottom: 1px solid #e7e3d7; }
.pd-spec-facts dt { color: #47531d; font-size: .9375rem; font-weight: 700; margin-bottom: 5px; }
.pd-spec-facts dd { margin: 0; font-size: 1rem; line-height: 1.75; color: #515c54; }
.product-detail-page .pd-spec-note { margin: 18px 0; font-size: .875rem; }
.pd-spec-panel .text-link { display: block; padding: 13px 16px; background: #47531d; color: white; border-radius: 6px; font-size: .9375rem; text-align: center; }
.product-category-nav { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 24px; }
.product-category-nav a { padding: 10px 20px; border: 1px solid #d6dfd5; border-radius: 30px; font-size: .9375rem; color: #47531d; background: #faf9f2; }
.product-category-nav a:hover, .product-category-nav a[aria-current="location"] { background: #47531d; color: white; }
.product-category-nav a:focus-visible, .pd-spec-panel a:focus-visible { outline: 3px solid #e98a20; outline-offset: 4px; }
@media (max-width: 900px) and (min-width: 641px) {
  .product-detail-page .lentil-detail-grid { grid-template-columns: 1fr; }
}

/* Precisely centered plus, independent of font metrics. */
.pd-spec-trigger { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; margin-top: 20px; padding: 14px 0 0; min-height: 54px; border: 0; border-top: 1px solid #dddcca; color: #47531d; background: transparent; font-family: inherit; font-size: .9375rem; font-weight: 600; line-height: 1.5; text-align: left; cursor: pointer; }
.pd-spec-plus { position: relative; display: block; flex: 0 0 28px; height: 28px; border-radius: 50%; background: #eaeddf; }
.pd-spec-plus::before, .pd-spec-plus::after { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: currentColor; border-radius: 1px; }
.pd-spec-plus::before { width: 10px; height: 2px; }
.pd-spec-plus::after { width: 2px; height: 10px; }
.pd-spec-trigger:hover .pd-spec-plus { background: #47531d; color: white; }
.pd-spec-trigger:focus-visible, .pd-spec-close:focus-visible { outline: 3px solid #e98a20; outline-offset: 4px; }
body.spec-modal-open { overflow: hidden; }
.pd-spec-modal { width: min(640px, calc(100% - 32px)); max-height: calc(100dvh - 48px); margin: auto; padding: 0; border: 1px solid #e5e3d5; border-radius: 16px; background: #fffcf5; color: #3f462b; box-shadow: 0 24px 80px #0c2c2855; overflow: auto; overscroll-behavior: contain; }
.pd-spec-modal::backdrop { background: #102c26a6; backdrop-filter: blur(3px); }
.pd-spec-modal__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 28px 32px 22px; }
.product-detail-page .pd-spec-modal h2 { font-size: 1.55rem; margin: 0; }
.pd-spec-close { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border: 1px solid #d6dfd5; border-radius: 50%; background: #eaeddf; color: #47531d; font: 26px/1 Arial, sans-serif; cursor: pointer; }
.pd-spec-modal__content { padding: 0 32px 32px; }
@media (max-width: 480px) {
 .pd-spec-modal__header { padding: 22px 20px 18px; }
 .pd-spec-modal__content { padding: 0 20px 24px; }
}
