/* V25: product SEO support, PIN estimate and verified review presentation. */
.v25-home-delivery-strip { background:#0b493b; color:#fffdf4; }
.v25-home-delivery-strip .shell { display:flex; gap:22px; align-items:center; justify-content:center; padding:13px 24px; font-size:13px; font-weight:700; letter-spacing:.035em; text-align:center; }
.v25-home-delivery-strip span + span::before { content:'✦'; color:#f47a37; margin-right:22px; }
.v25-product-pin { display:grid; grid-template-columns:1fr auto; gap:14px 20px; align-items:center; margin:20px 0 0; padding:18px; border:1px solid #bfd0b0; background:#f4f8e9; }
.v25-product-pin-copy { display:grid; gap:3px; }
.v25-product-pin-copy b { color:#064938; font-size:15px; }
.v25-product-pin-copy span, .v25-product-pin [data-pin-result] { color:#547169; font-size:13px; line-height:1.5; }
.v25-product-pin form { display:flex; gap:8px; }
.v25-product-pin input { width:130px; min-height:42px; border:1px solid #afc3ae; background:#fffefa; color:#073f35; padding:0 11px; font:inherit; }
.v25-product-pin button { min-height:42px; border:0; background:#ee6d2f; color:#fff; padding:0 14px; font:700 13px/1 'DM Sans',sans-serif; cursor:pointer; }
.v25-product-pin button:disabled { opacity:.6; cursor:wait; }
.v25-product-pin [data-pin-result] { grid-column:1/-1; margin:0; }
.v25-product-pin [data-pin-result].is-success { color:#176841; font-weight:600; }
.v25-product-pin [data-pin-result].is-error { color:#a14529; font-weight:600; }
.v25-product-pin [data-pin-result].is-loading { color:#557052; }
.v25-review-section { padding:32px 0 78px; }
.v25-review-heading { display:flex; justify-content:space-between; gap:30px; align-items:end; margin-bottom:24px; }
.v25-review-heading h2 { margin:0; color:#064938; font-family:'Playfair Display',serif; font-size:clamp(35px,4vw,58px); line-height:.98; }
.v25-review-heading p { max-width:520px; margin:0; color:#567168; }
.v25-review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.v25-review-card { min-height:220px; padding:26px; border:1px solid #dae0c8; background:#fffefa; display:flex; flex-direction:column; gap:14px; }
.v25-review-stars { color:#e86a2c; letter-spacing:2px; font-size:17px; }
.v25-review-card blockquote { margin:0; color:#244d44; font-size:16px; line-height:1.6; }
.v25-review-card footer { margin-top:auto; color:#60746d; font-size:13px; }
.v25-review-card footer b { display:block; color:#0c493d; }
.v25-review-verified { color:#4a745b; font-weight:700; }
.v25-review-page { padding:64px 0 90px; background:linear-gradient(128deg,#fffdf5 0%,#fffdf5 60%,#e8f0d2 60%,#f6d96b 100%); min-height:70vh; }
.v25-review-layout { display:grid; grid-template-columns:.92fr 1.08fr; gap:64px; align-items:start; }
.v25-review-layout h1 { margin:10px 0 18px; color:#064938; font-family:'Playfair Display',serif; font-size:clamp(48px,6vw,82px); line-height:.95; }
.v25-review-layout h1 em { color:#ed6f2f; }
.v25-review-layout > div > p { color:#526e65; font-size:18px; line-height:1.65; }
.v25-review-panel { border:1px solid #c5d4ba; background:#f2f8e5; padding:34px; }
.v25-review-panel h2 { margin:4px 0 22px; color:#064938; font-family:'Playfair Display',serif; font-size:34px; }
.v25-review-panel label { display:grid; gap:8px; margin:0 0 16px; color:#164c40; font-size:14px; font-weight:700; }
.v25-review-panel input, .v25-review-panel textarea, .v25-review-panel select { width:100%; box-sizing:border-box; border:1px solid #b7c9b0; background:#fffefa; padding:12px; color:#164c40; font:inherit; }
.v25-review-panel textarea { resize:vertical; }
.v25-review-status { padding:15px 17px; border-left:4px solid #ed6f2f; background:#fffdf7; color:#335c51; line-height:1.55; }
.v25-review-status.is-error { border-color:#a54930; }
.v25-review-status.is-success { border-color:#29714a; }
.v25-review-rules { display:grid; gap:12px; margin-top:26px; }
.v25-review-rules article { border-left:3px solid #f07a36; padding:4px 0 4px 14px; color:#527168; }
.v25-review-rules b { display:block; color:#0b493b; }
@media (max-width:760px) {
  .v25-home-delivery-strip .shell { display:block; padding:11px 20px; font-size:11px; }
  .v25-home-delivery-strip span { display:block; margin:3px 0; }
  .v25-home-delivery-strip span + span::before { margin-right:9px; }
  .v25-product-pin { grid-template-columns:1fr; padding:16px; }
  .v25-product-pin form { width:100%; }
  .v25-product-pin input { flex:1; width:auto; min-width:0; }
  .v25-review-heading, .v25-review-layout { display:grid; grid-template-columns:1fr; gap:24px; }
  .v25-review-grid { grid-template-columns:1fr; }
  .v25-review-section { padding-bottom:56px; }
  .v25-review-page { padding:38px 0 55px; }
  .v25-review-layout h1 { font-size:49px; }
  .v25-review-panel { padding:22px; }
  .v16-pack-buttons, .v21-home-pack-options, .v13-pack-options { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
  .v16-pack-buttons button, .v21-home-pack-options button, .v13-pack-options button { width:100%; min-width:0; min-height:46px; padding:10px 6px; font-size:.78rem; line-height:1.1; }
  .v20-card-actions, .v21-home-pick-actions, .v13-card-actions { grid-template-columns:1fr 1fr; gap:8px; }
  .v20-card-actions button, .v21-home-pick-actions button, .v13-card-actions button { min-height:48px; padding:10px 8px; font-size:.78rem; line-height:1.1; }
}
