/* Shared podcast pre-footer and footer for sisincube.com */
.so-podcast,
.so-site-footer {
  --so-cream: #fbf8f3;
  --so-paper: #f4efe8;
  --so-ink: #171715;
  --so-muted: #6e6a63;
  --so-divider: #dfd7cd;
  --so-rust: #b9441d;
  --so-rust-dark: #963516;
  font-family: 'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--so-ink);
}

.so-podcast *,
.so-site-footer * {
  box-sizing: border-box;
}

.so-podcast {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 5vw, 5rem);
  background: var(--so-cream);
  overflow: hidden;
}

.so-podcast::before {
  content: '';
  position: absolute;
  width: 26rem;
  height: 26rem;
  top: -15rem;
  right: -8rem;
  border-radius: 50%;
  background: rgba(185, 68, 29, 0.06);
  pointer-events: none;
}

.so-podcast__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(17rem, 0.84fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4.75rem);
  border: 1px solid var(--so-divider);
  border-radius: 2.25rem;
  background: rgba(244, 239, 232, 0.74);
  box-shadow: 0 28px 70px rgba(23, 23, 21, 0.06);
}

.so-podcast__eyebrow {
  margin: 0 0 1.35rem;
  color: var(--so-rust);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.so-podcast__title {
  max-width: 710px;
  margin: 0 0 1.45rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 5.3vw, 4.9rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.so-podcast__copy {
  max-width: 630px;
  margin: 0;
  color: var(--so-muted);
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  line-height: 1.8;
}

.so-podcast__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.2rem;
}

.so-podcast__button {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.85rem 1.45rem;
  border: 1px solid var(--so-ink);
  border-radius: 999px;
  color: var(--so-ink);
  background: transparent;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.so-podcast__button--primary {
  border-color: var(--so-rust);
  color: #fff;
  background: var(--so-rust);
}

.so-podcast__button:hover {
  transform: translateY(-2px);
  border-color: var(--so-ink);
  color: var(--so-cream);
  background: var(--so-ink);
}

.so-podcast__button--primary:hover {
  border-color: var(--so-rust-dark);
  background: var(--so-rust-dark);
}

.so-podcast__button svg {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.so-podcast__platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.25rem;
  margin-top: 1.65rem;
  color: var(--so-muted);
  font-size: 0.76rem;
}

.so-podcast__platforms a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.so-podcast__platforms a:not(:last-child)::after {
  content: '·';
  position: absolute;
  right: -0.78rem;
  color: var(--so-divider);
}

.so-podcast__platforms a:hover {
  color: var(--so-rust);
}

.so-podcast__artwork-wrap {
  position: relative;
  width: min(100%, 410px);
  justify-self: end;
}

.so-podcast__artwork-wrap::after {
  content: '';
  position: absolute;
  inset: 1.25rem -1.25rem -1.25rem 1.25rem;
  z-index: -1;
  border: 1px solid rgba(185, 68, 29, 0.32);
  border-radius: 1.7rem;
}

.so-podcast__artwork {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 1.55rem;
  object-fit: cover;
  box-shadow: 0 28px 64px rgba(23, 23, 21, 0.17);
}

.so-site-footer {
  margin: 0;
  padding: clamp(4.5rem, 7vw, 6.5rem) clamp(1.25rem, 5vw, 5rem) 2rem;
  background: var(--so-paper);
}

.so-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.so-footer__top {
  display: grid;
  grid-template-columns: minmax(14rem, 1.25fr) repeat(2, minmax(9rem, 0.75fr)) minmax(15rem, 1.15fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

.so-footer__brand-name {
  display: inline-block;
  margin-bottom: 1.25rem;
  color: var(--so-ink);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.so-footer__brand-copy {
  max-width: 285px;
  margin: 0;
  color: var(--so-muted);
  font-size: 0.86rem;
  line-height: 1.75;
}

.so-footer__heading {
  margin: 0 0 1.35rem;
  color: var(--so-ink);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.so-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.so-footer__links li + li {
  margin-top: 0.72rem;
}

.so-footer__links a,
.so-footer__email {
  color: var(--so-muted);
  font-size: 0.82rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 180ms ease;
}

.so-footer__links a:hover,
.so-footer__email:hover {
  color: var(--so-rust);
}

.so-footer__newsletter-copy {
  max-width: 310px;
  margin: 0 0 1.35rem;
  color: var(--so-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.so-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.so-footer__newsletter-form {
  position: relative;
  max-width: 320px;
}

.so-footer__newsletter-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--so-divider);
  border-radius: 999px;
  background: rgba(251, 248, 243, 0.7);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.so-footer__newsletter-fields:focus-within {
  border-color: var(--so-rust);
  box-shadow: 0 0 0 3px rgba(185, 68, 29, 0.1);
}

.so-footer__newsletter-input,
.so-footer__newsletter-button {
  min-width: 0;
  min-height: 2.9rem;
  border: 0;
  font: inherit;
}

.so-footer__newsletter-input {
  width: 100%;
  padding: 0.75rem 0.95rem;
  outline: 0;
  color: var(--so-ink);
  background: transparent;
  font-size: 0.78rem;
}

.so-footer__newsletter-input::placeholder {
  color: #918b82;
}

.so-footer__newsletter-button {
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--so-rust);
  cursor: pointer;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background-color 180ms ease;
}

.so-footer__newsletter-button:hover {
  background: var(--so-rust-dark);
}

.so-footer__newsletter-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.so-footer__newsletter-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.so-footer__newsletter-privacy,
.so-footer__newsletter-message {
  margin: 0.7rem 0 0;
  color: var(--so-muted);
  font-size: 0.64rem;
  line-height: 1.55;
}

.so-footer__newsletter-privacy a {
  color: inherit;
  text-underline-offset: 2px;
}

.so-footer__newsletter-message--success {
  color: #3d6d4a;
}

.so-footer__newsletter-message--error {
  color: #a03a1c;
}

.so-footer__contact {
  margin-top: 1.7rem;
}

.so-footer__contact-label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--so-muted);
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.so-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.8rem;
  border-top: 1px solid var(--so-divider);
}

.so-footer__copyright,
.so-footer__legal a {
  color: var(--so-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.so-footer__copyright {
  margin: 0;
}

.so-footer__legal {
  display: flex;
  gap: 1.4rem;
}

.so-footer__legal a {
  text-decoration: none;
  transition: color 180ms ease;
}

.so-footer__legal a:hover {
  color: var(--so-rust);
}

.so-podcast a:focus-visible,
.so-site-footer a:focus-visible,
.so-site-footer button:focus-visible {
  outline: 2px solid var(--so-rust);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .so-podcast__inner {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.7fr);
    gap: 3rem;
  }

  .so-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .so-podcast {
    padding: 4rem 1rem;
  }

  .so-podcast__inner {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    border-radius: 1.6rem;
  }

  .so-podcast__title {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
  }

  .so-podcast__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .so-podcast__button {
    width: 100%;
  }

  .so-podcast__platforms {
    justify-content: center;
  }

  .so-podcast__artwork-wrap {
    width: calc(100% - 0.8rem);
    max-width: 390px;
    justify-self: center;
    margin: 0.5rem 0.8rem 0.8rem 0;
  }

  .so-podcast__artwork-wrap::after {
    inset: 0.8rem -0.8rem -0.8rem 0.8rem;
  }

  .so-site-footer {
    padding: 4rem 1.25rem 1.75rem;
  }

  .so-footer__top {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .so-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .so-podcast__button,
  .so-footer__links a,
  .so-footer__email,
  .so-footer__legal a,
  .so-footer__newsletter-fields,
  .so-footer__newsletter-button {
    transition: none;
  }
}
