/* ============================================================
   tw-shop.css — The Tradewinds Shop. v3 cream-editorial register.
   Ported from RESTORED v2 dark-navy treatment, recoloured to fit
   the Caribbean cream-editorial atmosphere of v3.
   2026-05-27.
   ============================================================ */

/* ---------- HERO ---------- */
.tw-shop-hero {
  background: linear-gradient(180deg, #f3eedb 0%, #ece4cb 100%);
  color: var(--tw-ink, #1a1a1a);
  padding: 4rem 1.5rem 4rem;
  border-bottom: 3px solid var(--tw-c-sunset, #e8773a);
  text-align: center;
}
.tw-shop-hero__inner {
  max-width: 720px;
  margin: 0 auto;
}
.tw-shop-hero__eyebrow {
  display: block;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--tw-c-coral, #c84b4b);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.tw-shop-hero__title {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  margin: 0 0 1rem;
  letter-spacing: -.02em;
  line-height: 1.08;
  color: var(--tw-ink, #1a1a1a);
}
.tw-shop-hero__tagline {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  max-width: 38em;
  margin: 0 auto;
  line-height: 1.55;
  color: var(--tw-dek, #5a4a35);
}

/* ---------- INTRO ---------- */
.tw-shop-intro {
  background: #faf5e6;
  padding: 2.25rem 1.5rem 1.75rem;
  border-bottom: 1px solid var(--tw-rule, #e8dec3);
}
.tw-shop-intro__inner {
  max-width: 42em;
  margin: 0 auto;
  text-align: center;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--tw-ink, #2a2418);
}
.tw-shop-intro__inner p { margin: 0 0 .9rem; }
.tw-shop-intro__inner p:last-child { margin: 0; }

/* ---------- LIVE PRODUCT ---------- */
.tw-shop-live {
  background: #fbf6e9;
  padding: 3.5rem 1.5rem 4rem;
}
.tw-shop-live__inner { max-width: 1080px; margin: 0 auto; }

.tw-shop-live__header {
  text-align: center;
  margin: 0 0 2.5rem;
}
.tw-shop-live__eyebrow {
  display: block;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--tw-c-lush, #2e8b57);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 .5rem;
}
.tw-shop-live__header h2 {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  margin: 0;
  letter-spacing: -.015em;
  color: var(--tw-ink, #1a1a1a);
}

.tw-shop-live__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
}

/* Product card */
.tw-product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--tw-rule, #e8dec3);
  border-radius: var(--tw-radius, 4px);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.tw-product-card:hover {
  transform: translateY(-2px);
  border-color: var(--tw-ink, #2a2418);
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}
.tw-product-card__image {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #faf5e6 0%, #f0e6cf 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--tw-rule, #e8dec3);
}
.tw-product-card__logo {
  width: 62%;
  height: 38%;
  background: url("/images/brand/logo-horizontal.png") center/contain no-repeat;
}
.tw-product-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--tw-c-coral, #c84b4b);
  color: #fff;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 700;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .25rem .65rem;
  border-radius: 2px;
}
.tw-product-card__body {
  padding: 1.5rem 1.5rem 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tw-product-card__body h3 {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--tw-ink, #1a1a1a);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 .55rem;
  letter-spacing: -.01em;
}
.tw-product-card__body p {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--tw-ink-soft, #5a4a35);
  font-size: .96rem;
  line-height: 1.55;
  margin: 0 0 1.25rem;
  flex: 1;
}
.tw-product-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid var(--tw-rule, #e8dec3);
}
.tw-product-card__price {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--tw-ink, #1a1a1a);
  font-size: 1.15rem;
  font-weight: 700;
}
.tw-product-card__cta {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--tw-c-ocean, #1f6f8b);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tw-product-card:hover .tw-product-card__cta { color: var(--tw-ink, #1a1a1a); }

/* Pitch column next to product */
.tw-shop-pitch {
  background: var(--tw-ink, #2a2418);
  color: #fbf6e9;
  padding: 2.25rem 2rem;
  border-radius: var(--tw-radius, 4px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tw-shop-pitch h3 {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--tw-c-sunset, #e8773a);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
.tw-shop-pitch p {
  font-family: 'Source Serif 4', Georgia, serif;
  color: #f0e6cf;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}
.tw-shop-pitch__btn {
  display: inline-block;
  margin-top: .65rem;
  background: #fbf6e9;
  color: var(--tw-ink, #2a2418);
  padding: .8rem 1.5rem;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  align-self: flex-start;
  transition: background-color .15s ease, transform .15s ease;
}
.tw-shop-pitch__btn:hover {
  background: var(--tw-c-sunset, #e8773a);
  color: #fff;
  transform: translateY(-1px);
}

/* ---------- COMING SOON ---------- */
.tw-shop-coming {
  background: #faf5e6;
  padding: 3rem 1.5rem 3rem;
  border-top: 1px solid var(--tw-rule, #e8dec3);
}
.tw-shop-coming__inner { max-width: 1080px; margin: 0 auto; }
.tw-shop-coming h2 {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--tw-ink, #1a1a1a);
  font-size: clamp(1.3rem, 2.4vw, 1.65rem);
  font-weight: 700;
  margin: 0 0 1.75rem;
  text-align: center;
  letter-spacing: -.01em;
}
.tw-shop-coming__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.tw-coming-item {
  background: #fff;
  border: 1px dashed #d8cba8;
  border-radius: 4px;
  padding: 1.4rem 1.1rem;
  text-align: center;
}
.tw-coming-item__label {
  display: block;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--tw-c-sunset, #e8773a);
  font-weight: 700;
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 .65rem;
}
.tw-coming-item p {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--tw-ink-soft, #5a4a35);
  font-size: .92rem;
  margin: 0 0 .6rem;
  line-height: 1.45;
}
.tw-coming-item__price {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--tw-ink, #1a1a1a) !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  margin: 0 !important;
}

/* ---------- NOTIFY BAND ---------- */
.tw-shop-notify {
  background: var(--tw-ink, #2a2418);
  color: #fbf6e9;
  padding: 3.5rem 1.5rem;
}
.tw-shop-notify__inner {
  max-width: 38em;
  margin: 0 auto;
  text-align: center;
}
.tw-shop-notify h2 {
  font-family: 'Source Serif 4', Georgia, serif;
  color: #fbf6e9;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  margin: 0 0 .85rem;
  letter-spacing: -.015em;
}
.tw-shop-notify p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  color: #f0e6cf;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 0 1.5rem;
}
.tw-shop-notify__btn {
  display: inline-block;
  background: var(--tw-c-sunset, #e8773a);
  color: #fff;
  padding: .85rem 2rem;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  transition: transform .15s ease, background-color .15s ease;
}
.tw-shop-notify__btn:hover {
  background: #fbf6e9;
  color: var(--tw-ink, #2a2418);
  transform: translateY(-1px);
}

/* ---------- FAQ ---------- */
.tw-shop-faq {
  background: #fbf6e9;
  padding: 3.5rem 1.5rem 4rem;
}
.tw-shop-faq__inner { max-width: 1080px; margin: 0 auto; }
.tw-shop-faq h2 {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--tw-ink, #1a1a1a);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  margin: 0 0 2rem;
  text-align: center;
  letter-spacing: -.015em;
}
.tw-shop-faq__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}
.tw-shop-faq__item {
  border-left: 3px solid var(--tw-c-sunset, #e8773a);
  padding-left: 1.1rem;
}
.tw-shop-faq__item h3 {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--tw-ink, #1a1a1a);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04em;
  margin: 0 0 .55rem;
  text-transform: uppercase;
}
.tw-shop-faq__item p {
  font-family: 'Source Serif 4', Georgia, serif;
  color: var(--tw-ink-soft, #5a4a35);
  font-size: .96rem;
  line-height: 1.6;
  margin: 0;
}

/* ---------- MOBILE ---------- */
@media (max-width: 860px) {
  .tw-shop-live__grid { grid-template-columns: 1fr; gap: 1.5rem; }
}
@media (max-width: 720px) {
  .tw-shop-hero { padding: 2.75rem 1.25rem 3rem; }
  .tw-shop-intro { padding: 1.75rem 1.25rem 1.5rem; }
  .tw-shop-live { padding: 2.5rem 1rem 3rem; }
  .tw-shop-coming { padding: 2.25rem 1rem; }
  .tw-shop-coming__grid { grid-template-columns: 1fr 1fr; }
  .tw-shop-notify { padding: 2.5rem 1.25rem; }
  .tw-shop-faq { padding: 2.5rem 1.25rem 3rem; }
  .tw-shop-pitch { padding: 1.75rem 1.5rem; }
}
