/* Premium database-led product presentation. */
.product-focus-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #edf3ee;
    background:
        radial-gradient(circle at 8% 5%, rgba(207, 170, 94, .15), transparent 31rem),
        radial-gradient(circle at 92% 92%, rgba(107, 150, 123, .16), transparent 34rem),
        #12372d;
}
.product-focus-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    opacity: .35;
    background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 54px 54px;
}
.product-focus-heading { align-items: end; margin-bottom: 42px; }
.product-focus-heading h2 { max-width: 720px; color: #fff; }
.product-focus-heading .eyebrow { color: #e2bf78; }
.product-focus-intro {
    max-width: 650px;
    margin: 18px 0 0;
    color: #c8d5cd;
    font-size: 15px;
}
.product-focus-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 235px;
    gap: 28px;
    padding: 15px 18px;
    border: 1px solid rgba(232, 200, 134, .7);
    border-radius: 3px;
    color: #f4dfb1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: color .2s, background-color .2s, transform .2s;
}
.product-focus-cta:hover { color: #12372d; background: #efd49a; transform: translateY(-2px); }
.product-focus-grid { gap: 28px; }
.product-focus-grid .product-card {
    border-color: rgba(255,255,255,.15);
    border-radius: 2px;
    box-shadow: 0 18px 44px rgba(3, 17, 12, .18);
}
.product-focus-grid .product-card:hover { box-shadow: 0 24px 54px rgba(3, 17, 12, .32); }
.product-focus-note { margin: 24px 0 0; color: #aebfb4; }
.product-card { height: 100%; }
.product-image { aspect-ratio: 1 / 1; }
.product-image img { object-position: center; }
.product-copy { display: flex; flex-direction: column; min-height: 270px; }
.product-meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.product-meta > span { color: #a99468; font-family: Georgia, serif; font-size: 13px; line-height: 1; }
.product-copy h3 { margin-bottom: 20px; }
.product-quick-specs {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 12px;
    margin: 0 0 18px;
    padding: 14px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.product-quick-specs div { min-width: 0; }
.product-quick-specs div + div { padding-left: 12px; border-left: 1px solid var(--line); }
.product-quick-specs dt {
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.product-quick-specs dd { margin: 0; color: var(--ink); font-size: 12px; line-height: 1.4; }
.product-copy .pack-line { margin: 0 0 18px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.product-copy .product-card-link { margin-top: auto; border-top: 0; padding-top: 0; }
.product-image img[src$="rice-catalog.png"] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 300%;
    max-width: none;
    height: auto;
    object-fit: initial;
    transform: translateY(-50%);
}
.product-card:nth-child(3n + 2) .product-image img[src$="rice-catalog.png"] { left: -100%; }
.product-card:nth-child(3n + 3) .product-image img[src$="rice-catalog.png"] { left: -200%; }
.product-card:hover .product-image img[src$="rice-catalog.png"] { transform: translateY(-50%) scale(1.035); }

/* Quality and compliance presentation. */
.compliance-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0, rgba(188, 151, 90, .13), transparent 30rem),
        linear-gradient(180deg, #f7f8f4 0%, #eef3ee 100%);
}
.compliance-heading {
    display: grid;
    grid-template-columns: 1fr .8fr;
    align-items: end;
    gap: 80px;
    margin-bottom: 40px;
}
.compliance-heading h2 { margin-bottom: 0; }
.compliance-heading > p {
    max-width: 520px;
    margin: 0 0 5px;
    padding-left: 24px;
    border-left: 2px solid var(--brass);
    color: #556a60;
    font-size: 14px;
}
.credential-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
}
.credential-grid article {
    display: flex;
    flex-direction: column;
    min-height: 225px;
    padding: 26px;
    border: 1px solid rgba(22, 61, 50, .14);
    border-top: 3px solid #b9914f;
    border-radius: 2px;
    box-shadow: 0 15px 35px rgba(18, 55, 45, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.credential-grid article:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(18, 55, 45, .11);
}
.credential-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}
.credential-number {
    color: #9a845b;
    font-family: Georgia, serif;
    font-size: 13px;
}
.verification-mark {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #b5c9ba;
    border-radius: 50%;
    background: #edf6ef;
    color: #1d6544;
    font-size: 15px;
    font-weight: 800;
}
.credential-grid h3 {
    max-width: 210px;
    margin-bottom: 24px;
    font-size: 17px;
}
.credential-grid .verified-status {
    width: fit-content;
    margin-top: auto;
    padding: 6px 11px;
    border: 1px solid #b9d0bf;
    border-radius: 30px;
    background: #edf6ef;
    color: #1d6544;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.shipment-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 45px;
    margin-top: 74px;
    padding-top: 36px;
    border-top: 1px solid #cad6cc;
}
.shipment-heading h3 { margin: 0; font-size: 24px; }
.shipment-heading > p { max-width: 360px; margin: 0; color: var(--muted); font-size: 13px; }
.shipment-document-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}
.shipment-document-grid article {
    min-height: 175px;
    padding: 22px;
    border: 0;
    border-left: 1px solid #c3cfc5;
    border-radius: 0;
    background: transparent;
}
.shipment-document-grid .document-number {
    display: block;
    margin-bottom: 25px;
    color: #9a7b41;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
}
.shipment-document-grid h3 { font-size: 15px; }
.shipment-document-grid p { color: var(--muted); font-size: 11px; line-height: 1.6; }

@media (max-width: 1100px) {
    .compliance-heading { gap: 40px; }
    .credential-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .shipment-document-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .product-focus-heading { margin-bottom: 30px; }
    .product-focus-heading h2 br { display: none; }
    .product-focus-intro { font-size: 14px; }
    .product-focus-cta { width: 100%; max-width: 280px; margin-top: 24px; }
    .product-focus-grid { gap: 20px; }
    .product-copy { min-height: 260px; }
    .compliance-heading { grid-template-columns: 1fr; gap: 24px; }
    .compliance-heading > p { padding-left: 18px; }
    .credential-grid,
    .shipment-document-grid { grid-template-columns: 1fr; }
    .credential-grid article { min-height: 200px; }
    .shipment-heading { display: block; margin-top: 52px; }
    .shipment-heading > p { margin-top: 12px; }
    .shipment-document-grid article { min-height: 0; }
}
