/* Product landing pages for TWP Ventures */
.product-page {
  --product-accent: var(--green-bright);
  --product-accent-soft: rgba(63,128,109,.13);
  --product-deep: var(--green-dark);
  background: var(--paper);
}
.product-page.product-slip {
  --product-accent: #d86d45;
  --product-accent-soft: rgba(216,109,69,.13);
  --product-deep: #542c24;
}
.product-page.product-pitch {
  --product-accent: #34736c;
  --product-accent-soft: rgba(52,115,108,.13);
  --product-deep: #183c38;
}
.product-page.product-bible {
  --product-accent: #9b6f34;
  --product-accent-soft: rgba(155,111,52,.13);
  --product-deep: #46351f;
}

.product-page .site-header {
  position: sticky;
}
.product-page .site-nav a[aria-current="page"] {
  color: var(--product-accent);
}
.product-page main {
  overflow: clip;
}
.product-hero {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 64px;
  align-items: center;
  min-height: 690px;
  padding-block: 86px 96px;
}
.product-hero-copy {
  max-width: 690px;
}
.product-app-id {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.product-app-icon {
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(21,49,46,.16);
}
.product-app-id strong {
  display: block;
  font: 700 1rem/1.25 Inter, ui-sans-serif, system-ui, sans-serif;
}
.product-app-id span {
  display: block;
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: .82rem;
}
.product-hero h1,
.product-section-heading h2,
.product-feature-copy h2,
.product-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}
.product-hero h1 {
  max-width: 720px;
  font-size: clamp(3.2rem, 6.9vw, 6.25rem);
  line-height: .96;
}
.product-hero h1 em {
  color: var(--product-accent);
  font-weight: 500;
}
.product-lede {
  max-width: 660px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.58;
}
.product-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 8px 24px rgba(21,49,46,.06);
}
.platform-badge svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.platform-badge strong,
.platform-badge span {
  display: block;
  line-height: 1.1;
}
.platform-badge strong {
  font-size: .85rem;
}
.platform-badge span {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-note {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: .82rem;
}

.product-hero-visual {
  position: relative;
  min-height: 560px;
}
.product-glow {
  position: absolute;
  inset: 8% 8% 10%;
  border-radius: 48%;
  background: radial-gradient(circle at 50% 50%, var(--product-accent-soft), transparent 68%);
  filter: blur(8px);
}
.phone-shot {
  position: absolute;
  overflow: hidden;
  border: 8px solid #182522;
  border-radius: 34px;
  background: #182522;
  box-shadow: 0 24px 62px rgba(21,49,46,.22);
}
.phone-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phone-shot.one {
  width: 48%;
  height: 83%;
  left: 10%;
  top: 4%;
  transform: rotate(-5deg);
  z-index: 2;
}
.phone-shot.two {
  width: 43%;
  height: 72%;
  right: 4%;
  bottom: 2%;
  transform: rotate(6deg);
  z-index: 3;
}
.product-orbit-label {
  position: absolute;
  z-index: 4;
  right: 7%;
  top: 8%;
  max-width: 185px;
  padding: 13px 15px;
  border: 1px solid rgba(21,49,46,.12);
  border-radius: 15px;
  background: rgba(255,253,247,.91);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(21,49,46,.12);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.35;
}
.product-orbit-label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--product-accent);
}

.product-proof-band {
  border-block: 1px solid var(--line);
  background: var(--cream);
}
.product-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}
.product-proof-item {
  min-height: 132px;
  padding: 25px 28px;
  background: var(--cream);
}
.product-proof-item strong {
  display: block;
  font: 500 clamp(1.4rem, 2.4vw, 2rem)/1.1 Georgia, serif;
}
.product-proof-item span {
  display: block;
  margin-top: 9px;
  color: var(--ink-soft);
  font-size: .87rem;
}

.product-section {
  padding-block: 108px;
}
.product-section-heading {
  max-width: 780px;
}
.product-section-heading h2,
.product-feature-copy h2,
.product-cta h2 {
  font-size: clamp(2.55rem, 5.2vw, 4.8rem);
  line-height: 1;
}
.product-section-heading > p:last-child {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
}
.product-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 52px;
}
.product-benefit {
  min-height: 250px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: #fffefb;
}
.product-benefit-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--product-accent-soft);
  color: var(--product-deep);
  font-size: 1.2rem;
  font-weight: 900;
}
.product-benefit h3 {
  margin: 25px 0 10px;
  font: 500 1.75rem/1.05 Georgia, serif;
}
.product-benefit p {
  margin: 0;
  color: var(--ink-soft);
}

.product-feature-band {
  background: var(--product-deep);
  color: white;
  padding-block: 105px;
}
.product-feature-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 62px;
  align-items: center;
}
.product-feature-copy .eyebrow {
  color: #c7dfd0;
}
.product-feature-copy p {
  color: rgba(255,255,255,.76);
}
.product-feature-copy .feature-lede {
  margin-top: 24px;
  font-size: 1.08rem;
}
.product-feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}
.product-feature-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255,255,255,.82);
}
.product-feature-list li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: white;
  font-size: .72rem;
  font-weight: 900;
}
.product-feature-card {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 24px 60px rgba(0,0,0,.17);
}
.product-feature-card img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 50px;
}
.product-gallery figure {
  margin: 0;
}
.product-gallery-frame {
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--cream);
  box-shadow: 0 16px 38px rgba(21,49,46,.1);
}
.product-gallery-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery figcaption {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: .78rem;
}

.name-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}
.name-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fffefb;
}
.name-card small {
  display: block;
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.name-card p {
  margin: 18px 0 0;
  font: 500 clamp(1.35rem, 2.3vw, 1.95rem)/1.55 Georgia, serif;
}
.name-mark {
  position: relative;
  display: inline;
  padding: 0 .08em;
  background: linear-gradient(transparent 58%, rgba(229,183,91,.46) 58%);
  text-decoration: underline;
  text-decoration-color: rgba(155,111,52,.65);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.name-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}
.name-chip {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
  font-size: .8rem;
  font-weight: 800;
}

.product-cta-wrap {
  padding: 0 0 108px;
}
.product-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 7vw, 74px);
  border-radius: 32px;
  background: var(--product-deep);
  color: white;
}
.product-cta::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -120px;
  bottom: -190px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.product-cta p {
  max-width: 650px;
  color: rgba(255,255,255,.76);
}
.product-cta .product-platforms {
  position: relative;
  z-index: 2;
}
.product-cta .platform-badge {
  background: rgba(255,255,255,.94);
  color: var(--ink);
}

.product-fine-print {
  max-width: 750px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: .78rem;
}

@media (max-width: 980px) {
  .product-hero,
  .product-feature-grid {
    grid-template-columns: 1fr;
  }
  .product-hero {
    gap: 34px;
    padding-top: 68px;
  }
  .product-hero-visual {
    min-height: 520px;
  }
  .product-benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .product-hero {
    min-height: 0;
    padding-block: 55px 72px;
  }
  .product-app-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
  }
  .product-hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }
  .product-hero-visual {
    min-height: 430px;
  }
  .phone-shot.one {
    width: 54%;
    height: 82%;
    left: 4%;
  }
  .phone-shot.two {
    width: 48%;
    height: 71%;
    right: 1%;
  }
  .product-orbit-label {
    top: 0;
    right: 0;
  }
  .product-proof-grid,
  .product-benefit-grid,
  .name-compare {
    grid-template-columns: 1fr;
  }
  .product-proof-item {
    min-height: auto;
  }
  .product-section,
  .product-feature-band {
    padding-block: 78px;
  }
  .product-gallery {
    gap: 12px;
  }
  .product-gallery-frame {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .phone-shot { transform: none !important; }
}
.apps-page{background:#f7f2e8}.apps-intro{padding:100px 0 68px}.apps-intro-grid{display:grid;grid-template-columns:1.1fr .75fr;gap:60px;align-items:end}.apps-intro h1{margin:0;font:500 clamp(3.5rem,8vw,7rem)/.9 Georgia,serif}.apps-intro h1 em{color:var(--green-bright)}.apps-showcase{display:grid;gap:34px;padding-bottom:110px}.app-spotlight{--accent:#e5b75b;display:grid;grid-template-columns:1.05fr .95fr;min-height:620px;overflow:hidden;border:1px solid var(--line);border-radius:34px;background:#fffdf8;box-shadow:var(--shadow)}.app-spotlight.bible{--accent:#bd9450}.app-spotlight.pitch{--accent:#d86a45}.app-spotlight-copy{display:flex;flex-direction:column;justify-content:center;padding:58px}.app-heading{display:flex;align-items:center;gap:18px}.app-heading img{width:88px;height:88px;object-fit:cover;border-radius:23px}.app-heading span{color:var(--green-bright);font-size:.75rem;font-weight:800;text-transform:uppercase}.app-heading h2{margin:3px 0;font:500 clamp(2.3rem,4vw,4.2rem)/.95 Georgia,serif}.app-hook{margin:30px 0 12px;font:600 clamp(1.4rem,2vw,1.9rem)/1.2 Georgia,serif}.app-actions{display:flex;flex-wrap:wrap;gap:9px}.store-pill{min-height:48px;padding:10px 14px;border:1px solid var(--line);border-radius:13px;background:white;font-weight:750;cursor:pointer}.app-visual{position:relative;min-height:620px;background:linear-gradient(145deg,var(--accent),var(--green-dark))}.app-visual img{position:absolute;width:56%;height:74%;left:13%;top:12%;object-fit:cover;border:7px solid white;border-radius:26px;box-shadow:0 28px 65px #08191655}.app-visual img+img{width:42%;height:52%;left:auto;right:7%;top:auto;bottom:8%;transform:rotate(4deg)}.pitch .app-visual img{width:72%;height:45%;left:7%;top:14%}.pitch .app-visual img+img{width:65%;height:40%;left:auto;right:6%;top:auto;bottom:11%}.apps-closing{padding:88px 0;text-align:center;color:white;background:var(--green-dark)}.apps-closing h2{font:500 clamp(2.7rem,5vw,5rem)/.98 Georgia,serif}.product-about{margin-top:42px;border:1px solid var(--line);border-radius:22px;background:white}.product-about summary{padding:22px 26px;cursor:pointer;font-weight:850}.product-about-body{padding:0 26px 26px;color:var(--ink-soft)}[data-store-trigger]{cursor:pointer}.store-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:22px;background:#081916bb;opacity:0;visibility:hidden;transition:.2s}.store-modal.open{opacity:1;visibility:visible}.store-modal-card{position:relative;width:min(480px,100%);padding:46px;border-radius:30px;background:#fffdf7}.store-modal-card h2{font:500 3.2rem/.95 Georgia,serif}.store-modal-close{position:absolute;right:15px;top:15px;border:0;background:none;font-size:1.5rem}@media(max-width:900px){.apps-intro-grid,.app-spotlight{grid-template-columns:1fr}.app-spotlight-copy{padding:40px 28px}.app-visual{min-height:500px;order:-1}}
/* Preserve native screenshot proportions inside phone-like frames */
.apps-page .app-spotlight.bible .app-visual img,
.apps-page .app-spotlight.pitch .app-visual img{width:min(48%,250px);height:auto;max-height:78%;left:14%;top:11%;object-fit:contain;border:10px solid #111816;border-radius:34px;background:#111816}
.apps-page .app-spotlight.bible .app-visual img+img,
.apps-page .app-spotlight.pitch .app-visual img+img{width:min(40%,210px);height:auto;max-height:62%;left:auto;right:8%;top:auto;bottom:8%;transform:rotate(3deg)}
.product-bible .phone-shot,.product-pitch .phone-shot{height:auto!important;aspect-ratio:auto!important;padding:7px;background:#111816;border:2px solid #26302d;border-radius:36px;overflow:hidden}
.product-bible .phone-shot img,.product-pitch .phone-shot img{display:block;width:100%;height:auto!important;object-fit:contain;border-radius:27px}
.product-bible .phone-shot.one,.product-pitch .phone-shot.one{width:min(45%,270px)}
.product-bible .phone-shot.two,.product-pitch .phone-shot.two{width:min(38%,225px)}
@media(max-width:600px){.apps-page .app-spotlight.bible .app-visual img,.apps-page .app-spotlight.pitch .app-visual img{width:48%;left:8%}.apps-page .app-spotlight.bible .app-visual img+img,.apps-page .app-spotlight.pitch .app-visual img+img{width:40%;right:5%;left:auto}.product-bible .phone-shot.one,.product-pitch .phone-shot.one{width:48%}.product-bible .phone-shot.two,.product-pitch .phone-shot.two{width:40%}}

/* Apps hub art direction: reading paper and baseball field */
.apps-page .app-spotlight.bible .app-visual{background:radial-gradient(circle at 38% 28%,#fffef9 0 18%,transparent 44%),linear-gradient(145deg,#fffdf7 0%,#eee6d7 55%,#d8ccb8 100%)}
.apps-page .app-spotlight.pitch .app-visual{background:radial-gradient(circle at 48% 30%,rgba(255,255,255,.2),transparent 38%),linear-gradient(150deg,#4f8a5b 0%,#24613d 48%,#103f2b 100%)}
.apps-page .app-spotlight.bible .app-visual img,
.apps-page .app-spotlight.pitch .app-visual img{left:22%;z-index:1}
.apps-page .app-spotlight.bible .app-visual img+img,
.apps-page .app-spotlight.pitch .app-visual img+img{left:auto;right:16%;z-index:2;transform:translateY(4%) rotate(3deg)}
@media(max-width:600px){
.apps-page .app-spotlight.bible .app-visual img,
.apps-page .app-spotlight.pitch .app-visual img{left:14%}
.apps-page .app-spotlight.bible .app-visual img+img,
.apps-page .app-spotlight.pitch .app-visual img+img{left:auto;right:10%}
}