/* Gallianse Product Page Sections */
.gpp-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 72px) 24px;
  border-top: 1px solid var(--g-line, #E4E4E4);
}

.gpp-section-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 400;
  color: var(--g-ink, #1A1A1A);
  margin: 0 0 28px;
  text-align: center;
}

/* Description / selling points */
.gpp-description-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}


.gpp-short-desc {
  font-size: 16px;
  line-height: 1.75;
  color: #4A4A4A;
  margin-bottom: 24px;
}

.gpp-selling-points {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.gpp-selling-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #3A3A3A;
  margin-bottom: 12px;
}

.gpp-point-icon {
  color: var(--g-wine, #7B1E2B);
  font-weight: 700;
  flex-shrink: 0;
}

.gpp-full-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #4A4A4A;
}

.gpp-full-desc h3 {
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  margin: 24px 0 12px;
  color: var(--g-ink, #1A1A1A);
}

.gpp-full-desc ul {
  margin: 0 0 16px 20px;
}

/* Summary column integration */
.gpp-summary-title {
  text-align: left;
  font-size: 22px;
  line-height: 1.3;
  margin: 24px 0 14px;
}

.gpp-summary-desc {
  margin-top: 8px;
}

@media (max-width: 520px) {
  .gpp-summary-title {
    font-size: 20px;
  }
}

/* Size & fit */
.gpp-size-table-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.gpp-size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.gpp-size-table th,
.gpp-size-table td {
  border: 1px solid var(--g-line, #E4E4E4);
  padding: 12px 14px;
  text-align: center;
}

.gpp-size-table th {
  background: var(--g-cream, #FAF8F6);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--g-ink, #1A1A1A);
}

.gpp-size-note {
  text-align: center;
  font-size: 13px;
  color: var(--g-muted, #6B6B6B);
  margin-top: 16px;
}

/* Shipping */
.gpp-shipping-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gpp-shipping-item {
  text-align: center;
  padding: 24px 16px;
  background: var(--g-cream, #FAF8F6);
  border-radius: 4px;
}

.gpp-shipping-item strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--g-ink, #1A1A1A);
  margin-bottom: 10px;
}

.gpp-shipping-item p {
  font-size: 13.5px;
  line-height: 1.6;
  color: #5A5A5A;
  margin: 0;
}

/* Reviews */
.gpp-reviews .commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gpp-reviews .comment {
  border: 1px solid var(--g-line, #E4E4E4);
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 20px;
  background: #fff;
}

.gpp-reviews .comment .meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.gpp-reviews .comment .woocommerce-review__author {
  font-weight: 700;
  color: var(--g-ink, #1A1A1A);
}

.gpp-reviews .comment .woocommerce-review__published-date {
  font-size: 13px;
  color: var(--g-muted, #6B6B6B);
}

.gpp-reviews .comment .star-rating {
  font-size: 14px;
  color: var(--g-wine, #7B1E2B);
}

.gpp-reviews .comment .description {
  font-size: 15px;
  line-height: 1.75;
  color: #3A3A3A;
}

.gpp-reviews .comment .description p {
  margin: 0 0 10px;
}

.gpp-reviews-summary {
  text-align: center;
  margin-bottom: 32px;
}

.gpp-reviews-average {
  font-family: Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  color: var(--g-ink, #1A1A1A);
  display: block;
}

.gpp-reviews-stars {
  font-size: 18px;
  color: var(--g-wine, #7B1E2B);
  margin: 8px 0;
}

.gpp-reviews-count {
  font-size: 14px;
  color: var(--g-muted, #6B6B6B);
}

/* Review form */
.gpp-reviews .comment-respond {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--g-line, #E4E4E4);
}

.gpp-reviews .comment-reply-title {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--g-ink, #1A1A1A);
  display: block;
  margin-bottom: 16px;
}

.gpp-reviews .comment-form-rating label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--g-ink, #1A1A1A);
}

.gpp-reviews .comment-form textarea,
.gpp-reviews .comment-form input[type="text"],
.gpp-reviews .comment-form input[type="email"] {
  width: 100%;
  border: 1px solid var(--g-line, #E4E4E4);
  border-radius: 2px;
  padding: 12px 14px;
  font-size: 14px;
  margin-bottom: 16px;
}

.gpp-reviews .comment-form textarea {
  min-height: 140px;
  resize: vertical;
}

.gpp-reviews .comment-form .submit {
  background: var(--g-wine, #7B1E2B);
  color: #fff;
  border: 0;
  border-radius: 2px;
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.gpp-reviews .comment-form .submit:hover {
  background: var(--g-wine-dark, #611722);
}

/* Related products override */
.related.products {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 72px) 24px;
  border-top: 1px solid var(--g-line, #E4E4E4);
}

.related.products > h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 400;
  color: var(--g-ink, #1A1A1A);
  text-align: center;
  margin: 0 0 32px;
}

.related.products ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Collection list - reference style (portrait image + centered overlay title) */
.gpp-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gpp-collection-item {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--g-cream, #FAF8F6);
  text-decoration: none;
}

.gpp-collection-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.10);
  transition: background 0.8s ease;
  z-index: 1;
  pointer-events: none;
}

.gpp-collection-item:hover::after {
  background: rgba(0, 0, 0, 0.25);
}

.gpp-collection-thumb {
  position: relative;
  display: block;
  padding-top: 150%;
  overflow: hidden;
}

.gpp-collection-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.gpp-collection-item:hover .gpp-collection-thumb img {
  transform: scale(1.03);
}

.gpp-collection-name {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 50px #000;
  text-align: center;
  padding: 0;
}

/* Hide default WooCommerce tabs if they somehow render */
.single-product .woocommerce-tabs {
  display: none !important;
}

/* Excitement Design module */
.gpp-excitement {
  max-width: 1180px;
  padding: 0;
  border-top: 1px solid var(--g-line, #E4E4E4);
}

.gpp-excitement-banner {
  background: var(--g-wine, #7B1E2B);
  color: #fff;
  text-align: center;
  padding: 22px 24px;
}

.gpp-excitement-banner span {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: clamp(13px, 1.6vw, 19px);
  line-height: 1.5;
}

.gpp-excitement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(36px, 5vw, 64px) 24px;
  align-items: start;
}

.gpp-excitement-media {
  position: relative;
}

.gpp-excitement-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.gpp-excitement-callout {
  position: absolute;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,0,0,0.35), rgba(0,0,0,0));
  padding: 8px 10px;
}

.gpp-callout-1 { top: 15%; }
.gpp-callout-2 { top: 50%; }
.gpp-callout-3 { top: 85%; }

.gpp-callout-num {
  background: var(--g-wine, #7B1E2B);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  padding: 5px 8px;
  flex-shrink: 0;
}

.gpp-callout-line {
  flex: 0 0 34px;
  height: 1px;
  background: rgba(255,255,255,0.85);
}

.gpp-callout-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.gpp-excitement-copy {
  font-size: 15px;
  line-height: 1.75;
  color: #3A3A3A;
}

.gpp-excitement-intro {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.25;
  margin: 0 0 18px;
  color: var(--g-ink, #1A1A1A);
}

.gpp-excitement-intro em {
  color: var(--g-wine, #7B1E2B);
  font-style: italic;
}

.gpp-excitement-lede {
  margin: 0 0 10px;
}

.gpp-excitement-keywords {
  color: var(--g-wine, #7B1E2B);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 22px;
}

.gpp-excitement-body {
  margin: 0 0 14px;
}

.gpp-excitement-dashes {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.gpp-excitement-dashes li::before {
  content: "\2013 ";
  color: var(--g-wine, #7B1E2B);
}

.gpp-excitement-subtitle {
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--g-ink, #1A1A1A);
  margin: 28px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--g-line, #E4E4E4);
}

.gpp-excitement-subtitle em {
  color: var(--g-wine, #7B1E2B);
  font-style: italic;
  text-transform: none;
}

.gpp-excitement-list {
  margin-top: 6px;
}

.gpp-excitement-item {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--g-line, #E4E4E4);
}

.gpp-excitement-num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
  color: var(--g-wine, #7B1E2B);
  flex-shrink: 0;
}

.gpp-excitement-item strong {
  display: block;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--g-ink, #1A1A1A);
}

.gpp-excitement-item p {
  margin: 0;
  font-size: 14.5px;
}

.gpp-excitement-tag {
  color: var(--g-wine, #7B1E2B);
  font-weight: 400;
  text-transform: none;
}

/* Responsive */
@media (max-width: 900px) {
  .gpp-description-grid {
    grid-template-columns: 1fr;
  }
  .gpp-excitement-grid {
    grid-template-columns: 1fr;
  }
  .gpp-shipping-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .related.products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .gpp-collection-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .gpp-shipping-grid,
  .related.products ul.products {
    grid-template-columns: 1fr;
  }
  .gpp-collection-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .gpp-collection-name {
    font-size: 12px;
    letter-spacing: 0.12em;
    left: 6px;
    right: 6px;
  }
  .gpp-callout-line {
    display: none;
  }
  .gpp-excitement-item {
    gap: 12px;
  }
  .gpp-excitement-num {
    font-size: 28px;
  }
}
