.gttp-container{max-width:1100px;margin:0 auto;padding:24px}
.gttp-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:center;margin-bottom:24px}
.gttp-hero-media{width:100%;padding-top:60%;background:#f3f4f6 center/cover no-repeat;border-radius:16px}
.gttp-title{margin:0 0 6px 0;font-size:clamp(28px,4vw,44px);line-height:1.1}
.gttp-tagline{margin:0 0 10px 0;color:#4b5563;font-size:1.1rem}
.gttp-facts{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.gttp-facts li{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;font-size:.95rem}

.gttp-visuals{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0}
.gttp-visuals figure{margin:0}
.gttp-visuals img{width:100%;height:200px;object-fit:cover;border-radius:12px}
.gttp-visuals figcaption{text-align:center;margin-top:6px;color:#6b7280;font-size:.9rem}

.gttp-tasting{margin:28px 0}
.gttp-taste-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.gttp-note{border:1px solid #e5e7eb;border-radius:10px;padding:10px;background:#fff}
.gttp-note-key{font-weight:600;color:#374151}
.gttp-note-val{color:#111827}

.gttp-brewing{margin:28px 0}
.gttp-brew-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;list-style:none;padding:0;margin:0}
.gttp-brew-cards li{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:10px;display:flex;flex-direction:column;gap:6px}
.gttp-brew-cards span{color:#6b7280;font-size:.9rem}
.gttp-brew-cards strong{font-size:1.05rem}

.gttp-story{margin:28px 0}
.gttp-benefits{margin:28px 0}
.gttp-benefits ul{list-style:disc;padding-left:20px}

.gttp-serving{margin:28px 0}
.gttp-serving-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.gttp-serving h3{margin:0 0 8px 0}
.gttp-serving ul{list-style:disc;padding-left:20px}

.gttp-amazon{margin:32px 0}
.gttp-amz-note{color:#6b7280;font-size:.9rem;margin-top:8px}

.gttp-related{margin:32px 0}
.gttp-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gttp-related-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;text-decoration:none;color:inherit}
.gttp-related-thumb{height:140px;background:#f3f4f6 center/cover no-repeat}
.gttp-related-title{padding:10px;font-weight:600}

.gttp-rating-summary{margin:24px 0;padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.gttp-rating-stars{font-size:18px}
.gttp-comment-rating{margin:4px 0;color:#f59e0b}

@media(max-width:900px){
  .gttp-hero{grid-template-columns:1fr}
  .gttp-facts{grid-template-columns:1fr}
  .gttp-brew-cards{grid-template-columns:repeat(2,1fr)}
  .gttp-visuals{grid-template-columns:1fr}
  .gttp-taste-grid{grid-template-columns:1fr}
  .gttp-related-grid{grid-template-columns:1fr}
}

.gttp-shop-btn{display:inline-block;background:#f97316;color:#fff !important;padding:12px 18px;border-radius:10px;text-decoration:none;font-weight:700;box-shadow:0 1px 0 rgba(0,0,0,.05)}
.gttp-shop-btn:hover{background:#ea580c}
.gttp-editor{margin:24px 0}

/* Star rating picker */
.gttp-stars{display:inline-flex;flex-direction:row-reverse;gap:6px}
.gttp-stars input{display:none}
.gttp-stars label{cursor:pointer;font-size:22px;color:#d1d5db}
.gttp-stars input:checked ~ label,
.gttp-stars label:hover,
.gttp-stars label:hover ~ label{color:#f59e0b}
.comment-form-rating legend{font-weight:600;margin-bottom:6px}

/* Minimal review form */
.gttp-stars{display:inline-flex;flex-direction:row-reverse;gap:6px}
.gttp-stars input{display:none}
.gttp-stars label{cursor:pointer;font-size:22px;color:#d1d5db}
.gttp-stars input:checked ~ label,
.gttp-stars label:hover,
.gttp-stars label:hover ~ label{color:#f59e0b}
.comment-form-rating legend{font-weight:600;margin-bottom:6px}

.comment-form-note label{display:block;font-weight:600;margin:8px 0 4px}
.comment-form-note input{width:100%;max-width:520px}
