.reviews-section{background:var(--cream)}.reviews-section .reviews-heading{align-items:center;gap:20px}.reviews-section .reviews-heading h2{margin:0;font-size:clamp(1.75rem,4vw,3rem)}.reviews-section .review-score{min-width:0}.reviews-section .review-score>strong{font-family:var(--font-anton);font-size:2.25rem;font-weight:400}.reviews-section .review-score p{margin-top:6px}.reviews-section .review-list-status{margin-top:20px}.reviews-section .review-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:14px}.reviews-section .review-card,.review-detail-dialog .review-card{min-width:0;color:var(--ink);background:#faf9f3;border:1px solid #100b0638;border-radius:10px;flex-direction:column;align-self:stretch;padding:0;display:flex;overflow:hidden}.review-card .review-card-visual{aspect-ratio:3/4;background:var(--ink);flex:none;min-width:0;overflow:hidden}.review-card .review-media{aspect-ratio:auto;object-fit:cover;object-position:center 35%;background:var(--ink);border-radius:0;width:100%;height:100%;max-height:none;display:block}.review-card .review-video-wrap{width:100%;height:100%;position:relative}.review-card .review-video-controls{justify-content:space-between;gap:4px;display:flex;position:absolute;inset:auto 6px 6px}.review-video-controls button{width:44px;min-height:44px;color:var(--cream);cursor:pointer;background:#100b06dc;border:1px solid #f5e4c780;border-radius:50%;place-items:center;display:grid}.review-video-controls svg{width:17px;height:17px}.review-card .review-card-copy{flex-direction:column;flex:1;min-width:0;padding:12px 14px 4px;display:flex}.review-card .review-stars{color:var(--star);flex:none;gap:3px;display:flex}.review-card .review-stars svg{stroke-width:1.7px;flex:none;width:15px;height:15px}.review-card .review-product{text-overflow:ellipsis;white-space:nowrap;color:#514532;margin:6px 0;font-size:.875rem;line-height:1.4;overflow:hidden}.review-card .review-body{-webkit-line-clamp:2;white-space:pre-line;overflow-wrap:anywhere;-webkit-box-orient:vertical;min-height:3em;margin:0;font-size:1rem;line-height:1.5;display:-webkit-box;overflow:hidden}.review-card footer{border-top:1px solid #100b0626;margin-top:8px;padding-top:8px;display:block}.review-card .review-author{flex-wrap:wrap;align-items:baseline;gap:2px 8px;font-size:.875rem;line-height:1.4;display:flex}.review-card .review-author strong{overflow-wrap:anywhere}.review-card .review-author time{color:#514532;font-size:.75rem}.review-card .review-badges{flex-wrap:wrap;gap:2px 10px;min-height:32px;padding-top:5px;display:flex}.review-card .review-verified,.review-card .review-incentive{color:#514532;flex-basis:auto;align-items:center;gap:3px;font-size:.75rem;line-height:1.3;display:flex}.review-card .review-verified svg{width:13px;height:13px;color:var(--red-deep);flex:none}.review-card .review-see-more{width:100%;min-height:44px;color:var(--red-deep);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding:5px 0;font-size:.875rem;font-weight:700;display:flex}.reviews-section .review-page-button,.reviews-section .review-jump button{color:var(--cream);background:var(--ink);border:1px solid var(--ink);border-radius:6px}.reviews-section .review-page-button:hover:not(:disabled),.reviews-section .review-jump button:hover:not(:disabled){background:var(--red-deep)}.reviews-section .review-jump input{color:var(--ink);background:#faf9f3}.review-see-more:focus-visible{outline:2px solid var(--red);outline-offset:2px}.review-video-controls button:focus-visible{outline:2px solid var(--red);outline-offset:2px}.review-detail-dialog{background:var(--cream);width:min(600px,100vw - 24px);max-width:min(600px,100vw - 24px);max-height:88dvh;color:var(--ink);border:1px solid var(--ink);border-radius:10px;padding:20px;overflow-y:auto}.review-detail-dialog [data-slot=dialog-title]{font-family:var(--font-anton);font-size:1.5rem;font-weight:400}.review-detail-dialog [data-slot=dialog-close]{min-width:44px;min-height:44px}.review-detail-dialog .review-card{background:0 0;border:0}.review-detail-dialog .review-card-visual{border-radius:6px;height:min(42dvh,380px)}.review-detail-dialog .review-media{object-fit:contain}.review-detail-dialog .review-card-copy{padding:16px 0 0}.review-detail-dialog .review-product{white-space:normal;overflow:visible}.review-detail-dialog .review-body{-webkit-line-clamp:unset;min-height:0;display:block;overflow:visible}@media (max-width:760px){.reviews-section .review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.reviews-section{padding:24px 12px}.reviews-section .reviews-heading{align-items:flex-start;display:flex}.reviews-section .reviews-heading h2{max-width:170px;font-size:1.75rem;line-height:1.1}.reviews-section .review-score{text-align:right;max-width:130px;margin-top:0}.reviews-section .review-score>strong{font-size:1.875rem}.reviews-section .review-score p{font-size:.75rem;line-height:1.35}.reviews-section .review-grid{grid-template-columns:1fr;gap:10px}.reviews-section .review-card--media{grid-template-columns:minmax(92px,31%) minmax(0,1fr);display:grid}.reviews-section .review-card--media .review-card-visual{min-height:220px}.reviews-section .review-video-controls{gap:0;inset:auto 0 4px}.reviews-section .review-card-copy{padding:10px 12px 2px}.reviews-section .review-badges{gap:2px 8px}.reviews-section .review-controls{gap:14px;margin-top:20px}.review-detail-dialog .review-card--media{display:flex}}.reviews-section .review-write{color:var(--ink);background:#faf9f3;border:1px solid #100b0638;border-radius:10px;margin-top:22px;padding:18px 20px}.reviews-section .review-write h3{font-family:var(--font-anton);letter-spacing:.01em;margin:0;font-size:1.25rem;font-weight:400}.reviews-section .review-write p{margin:6px 0 0;font-size:.9rem;line-height:1.45}.reviews-section .review-write-prompt,.reviews-section .review-write-done{align-items:center;gap:18px;display:flex}.reviews-section .review-write-prompt>div,.reviews-section .review-write-done>div{flex:1;min-width:0}.reviews-section .review-write-prompt button{flex:none}.reviews-section .review-write-done>svg{color:#1f7a3d;flex:none;width:28px;height:28px}.reviews-section .review-write-form{gap:14px;display:grid}.reviews-section .review-write-stars{border:0;align-items:center;gap:4px;margin:0;padding:0;display:flex}.reviews-section .review-write-stars legend{padding:0 10px 0 0;font-size:.9rem;font-weight:600}.reviews-section .review-write-stars button{color:var(--star);cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;padding:2px;display:grid}.reviews-section .review-write-stars button:focus-visible{outline:2px solid var(--ink);outline-offset:1px}.reviews-section .review-write-stars svg{width:26px;height:26px}.reviews-section .review-write-row{gap:5px;min-width:0;display:grid}.reviews-section .review-write-row label{font-size:.85rem;font-weight:600}.reviews-section .review-write-row input,.reviews-section .review-write-row textarea{width:100%;font:inherit;color:var(--ink);background:var(--cream);border:1px solid #100b0645;border-radius:7px;padding:9px 11px;font-size:.95rem}.reviews-section .review-write-row textarea{resize:vertical;min-height:96px}:is(.reviews-section .review-write-row input:focus-visible,.reviews-section .review-write-row textarea:focus-visible){outline:2px solid var(--ink);outline-offset:-1px}.reviews-section .review-write-count{opacity:.65;justify-self:end;font-size:.78rem}.reviews-section .review-write-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.reviews-section .review-write-trap{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.reviews-section .review-write-note{opacity:.75;font-size:.82rem}.reviews-section .review-write-actions{gap:10px;display:flex}@media (max-width:720px){.reviews-section .review-write-prompt{gap:12px;display:grid}.reviews-section .review-write-pair{grid-template-columns:minmax(0,1fr)}}.reviews-section .review-write-actions button[type=submit]{color:var(--cream);background:var(--red);border:1px solid var(--red)}.reviews-section .review-write-actions button[type=submit]:hover:not(:disabled){background:var(--red-deep);border-color:var(--red-deep)}.reviews-section .review-write-cancel{color:var(--ink);background:0 0;border:1px solid #100b0645}.reviews-section .review-write-cancel:hover:not(:disabled){border-color:var(--ink);background:#100b060f}.reviews-section .review-write-prompt button{color:var(--cream);background:var(--ink);border:1px solid var(--ink)}.reviews-section .review-write-prompt button:hover:not(:disabled){background:var(--red-deep);border-color:var(--red-deep)}.reviews-section .review-write-file{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.reviews-section .review-write-photo-label{font-size:.85rem;font-weight:600}.reviews-section .review-write-photo-pick{color:var(--ink);background:var(--cream);cursor:pointer;border:1px dashed #100b0666;border-radius:7px;justify-content:center;align-items:center;gap:9px;padding:16px 12px;font-size:.92rem;display:flex}.reviews-section .review-write-photo-pick:hover{border-color:var(--ink);background:var(--cream-soft)}.reviews-section .review-write-photo-pick[data-busy]{cursor:progress;opacity:.65}:is(.reviews-section .review-write-file:focus-visible+.review-write-photo-pick,.reviews-section .review-write-file:focus-visible~.review-write-photo-pick){outline:2px solid var(--ink);outline-offset:1px}.reviews-section .review-write-photo-pick svg{width:20px;height:20px}.reviews-section .review-write-photo-chosen{align-items:flex-start;gap:12px;display:flex}.reviews-section .review-write-photo-chosen img{aspect-ratio:3/4;object-fit:cover;background:var(--ink);border-radius:7px;width:96px}.reviews-section .review-write-photo-chosen svg{width:16px;height:16px}.review-summary__star{color:var(--star)}.premium .reveal-motion .reveal-image{isolation:isolate;background:#10251a;overflow:hidden;box-shadow:0 28px 70px #08140f42}.premium .reveal-frame{opacity:0;transition:opacity 1.4s;position:absolute;inset:0}.premium .reveal-frame.frame-active{opacity:1}.premium .reveal-frame img{object-fit:cover;width:100%;height:100%;transform:scale(1.035)}.premium .reveal-frame.frame-active img{animation:14s ease-in-out infinite alternate fruit-closeup}.premium .reveal-frame:nth-child(2) img{transform-origin:65% 40%}.premium .reveal-motion:not(.motion-playing) .reveal-frame img{animation-play-state:paused}.premium .reveal-image-shade{pointer-events:none;background:linear-gradient(#061a135c,#0000 30% 50%,#071b12c9);position:absolute;inset:0}.premium .reveal-image-heading{color:#fff;letter-spacing:.06em;text-shadow:0 1px 10px #0008;font-size:12px;line-height:1.7;position:absolute;top:28px;left:28px;right:28px}.premium .reveal-image-heading span{display:block}.premium .reveal-image-heading span:last-child{opacity:.8}.premium .reveal-scene-label{color:#faf9f3;position:absolute;bottom:92px;left:28px;right:28px}.premium .reveal-scene-label>span{letter-spacing:.12em;color:#e4d7af;margin-bottom:10px;font-size:12px;display:block}.premium .reveal-scene-label strong{letter-spacing:-.025em;font-family:Georgia,serif;font-size:clamp(28px,2.6vw,39px);font-weight:400;line-height:1.12;display:block}.premium .reveal-controls{color:#fff;border-top:1px solid #f8f7df54;justify-content:space-between;align-items:center;gap:18px;padding-top:10px;display:flex;position:absolute;bottom:20px;left:24px;right:24px}.premium .reveal-scene-buttons{gap:5px;display:flex}.premium .reveal-scene-buttons button{place-items:center;width:48px;height:44px;padding:4px;display:grid}.premium .reveal-scene-buttons button>span{background:#ffffff5e;width:100%;height:3px;transition:background .3s}.premium .reveal-scene-buttons button>.scene-selected{background:#e9d49b}.premium .reveal-motion-toggle{justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 4px;font-size:12px;display:flex}.premium .reveal-title-line{display:block}.premium .motion-ready.copy-entered .reveal-title-line{animation:1.1s cubic-bezier(.18,.7,.25,1) both reveal-copy-rise}.premium .motion-ready.copy-entered h2 em .reveal-title-line:first-child{animation-delay:.13s}.premium .motion-ready.copy-entered h2 em .reveal-title-line:last-child{animation-delay:.26s}.premium .motion-ready.copy-entered .reveal-notes li{animation:.8s both reveal-note-in}.premium .motion-ready.copy-entered .reveal-notes li:first-child{animation-delay:.4s}.premium .motion-ready.copy-entered .reveal-notes li:nth-child(2){animation-delay:.55s}.premium .motion-ready.copy-entered .reveal-notes li:nth-child(3){animation-delay:.7s}.premium .reveal-notes li{transition:color .25s,padding-left .25s,background .25s}.premium .reveal-notes li:hover{color:#f4dba0;background:#efe1b409;padding-left:10px}.premium .reveal-notes li svg{transition:transform .25s}.premium .reveal-notes li:hover svg{transform:translate(4px)}@keyframes fruit-closeup{0%{transform:scale(1.035)translateY(0)}to{transform:scale(1.12)translateY(-1%)}}@keyframes reveal-copy-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-note-in{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}.premium .reveal-motion.motion-reduced .reveal-frame img{animation:none;transform:none}.premium .reveal-motion.motion-reduced .reveal-frame{transition:none}@media (max-width:700px){.premium .reveal-motion .reveal-image{aspect-ratio:4/5;box-shadow:none}.premium .reveal-image-heading{top:22px;left:22px}.premium .reveal-scene-label{bottom:91px;left:22px;right:22px}.premium .reveal-scene-label strong{max-width:285px;font-size:31px}.premium .reveal-controls{bottom:15px;left:18px;right:18px}.premium .reveal-motion .reveal-copy{padding-top:36px}.premium .reveal-motion .reveal-title-line{display:block}}@media (prefers-reduced-motion:reduce){.premium .reveal-motion *,.premium .reveal-motion :before,.premium .reveal-motion :after{transition:none!important;animation:none!important}.premium .reveal-frame img{transform:none!important}}.premium .facts-identity{justify-content:space-between;align-items:center;gap:12px;display:flex}.premium .facts-identity h3{flex:1;min-width:0}.premium .facts-identity>img{object-fit:contain;filter:drop-shadow(0 6px 4px #243e301a);flex-shrink:0;width:83px;height:90px;transform:rotate(-9deg)}.premium .facts-identity>.identity-photo{object-fit:cover;border:3px solid #f5f5e9;border-radius:50%;width:74px;height:74px;transform:rotate(-6deg)}.premium .fruit-facts .fruit-image-meters{grid-template-columns:1fr;gap:0;margin-top:22px;display:grid}.premium .fruit-image-meters .flavor-meter{border-bottom:1px solid #c8d0ba;grid-template-columns:85px minmax(0,1fr);align-items:center;gap:16px;padding:12px 0;display:grid}.premium .fruit-image-meters .fruit-rating-label{letter-spacing:.06em;font-size:12px}.premium .fruit-rating-label small{letter-spacing:0;margin-top:3px;font-size:16px;font-weight:500;line-height:1.2;display:block}.premium .fruit-rating-label small>span{color:#727e65;font-size:12px;font-weight:400}.premium .fruit-image-meters .fruit-rating-icons{perspective:600px;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:6px;margin:0;display:grid}.premium .fruit-rating-slot{min-width:0;display:block}.premium .fruit-rating-slot>img{object-fit:contain;filter:drop-shadow(0 4px 2px #233c2f24);width:100%;height:46px;transition:transform .25s,filter .25s;transform:rotate(-8deg)}.premium .fruit-rating-slot:nth-child(2n)>img{transform:rotate(5deg)}.premium .fruit-empty>img{filter:grayscale();opacity:.19}.premium .photo-meters .fruit-rating-slot>img{aspect-ratio:1;object-fit:cover;border:2px solid #f8f7ed;border-radius:50%;height:auto;transform:rotate(-5deg)}.premium .fruit-rating-slot.fruit-filled:hover>img{filter:drop-shadow(0 7px 4px #233c2f35);transform:translateY(-4px)rotate(4deg)scale(1.1)}.premium .guide-motion .guide-entered h2{animation:.8s both fruit-guide-rise}.premium .guide-motion .guide-entered>p:last-child{animation:.8s .12s both fruit-guide-rise}.premium .guide-motion .questions-entered details{animation:.6s both fruit-guide-rise}.premium .guide-motion .questions-entered details:nth-child(2){animation-delay:80ms}.premium .guide-motion .questions-entered details:nth-child(3){animation-delay:.16s}.premium .guide-motion .questions-entered details:nth-child(4){animation-delay:.24s}.premium .guide-motion .questions-entered details:nth-child(5){animation-delay:.32s}.premium .guide-motion .facts-entered .facts-identity{animation:.7s both fruit-guide-rise}.premium .guide-motion .facts-entered .fruit-rating-slot{animation:.65s cubic-bezier(.2,.7,.25,1) both fruit-rating-arrive}.premium .guide-motion .facts-entered .fruit-rating-slot:nth-child(2){animation-delay:.1s}.premium .guide-motion .facts-entered .fruit-rating-slot:nth-child(3){animation-delay:.2s}.premium .guide-motion .facts-entered .fruit-rating-slot:nth-child(4){animation-delay:.3s}.premium .guide-motion .facts-entered .fruit-rating-slot:nth-child(5){animation-delay:.4s}.premium .guide-motion .fruit-questions details[open]>p{animation:.28s both fruit-answer-in}.premium .fruit-questions summary{transition:color .2s,background .2s}.premium .fruit-questions summary:hover{color:#788149;background:#e4e9d72e}.premium .fruit-questions summary svg{transition:transform .25s}.premium .fruit-questions details[open] .question-number{color:#34522d}@keyframes fruit-guide-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fruit-rating-arrive{0%{opacity:0;transform:translateY(14px)rotateY(-25deg)scale(.82)}to{opacity:1;transform:translateY(0)rotateY(0)scale(1)}}@keyframes fruit-answer-in{0%{opacity:.5;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1000px){.premium .facts-identity>img{width:65px;height:72px}.premium .facts-identity>.identity-photo{width:60px;height:60px}.premium .fruit-image-meters .flavor-meter{grid-template-columns:70px minmax(0,1fr);gap:10px}.premium .fruit-image-meters .fruit-rating-icons{gap:3px}.premium .fruit-rating-slot>img{height:38px}.premium .facts-identity h3{font-size:29px}}@media (max-width:700px){.premium .facts-identity>img{width:75px;height:82px}.premium .facts-identity>.identity-photo{width:64px;height:64px}.premium .facts-identity h3{font-size:30px}.premium .fruit-image-meters .flavor-meter{grid-template-columns:72px minmax(0,1fr);gap:12px;padding:13px 0}.premium .fruit-rating-slot>img{height:40px}.premium .fruit-image-meters .fruit-rating-icons{gap:5px}}@media (prefers-reduced-motion:reduce){.premium .fruit-guide *,.premium .fruit-guide :before,.premium .fruit-guide :after{transition:none!important;animation:none!important}.premium .fruit-rating-slot>img,.premium .fruit-rating-slot.fruit-filled:hover>img{transform:none}}
