/* Hype — pixel match to https://hype.highfivethemes.com/ (Ghost tokens) */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Roboto:wght@400;500;700&display=swap");

body.p100-theme-hype {
  --p100-accent: #ff0000;
  --p100-accent-hover: #e20000;
  --p100-dark: #000000;
  --p100-muted: #585858;
  --p100-border: #d3d3d3;
  --p100-surface: #f6f6f6;
  --p100-bg: #ffffff;
  --p100-text: #000000;
  --p100-radius: 4px;
  --p100-font-body: "Roboto", system-ui, sans-serif;
  --p100-font-heading: "Poppins", system-ui, sans-serif;
  --p100-weight-title: 700;
  --p100-content-width: 720px;
  --p100-accent-contrast: #ffffff;
}

.p100-skin--hype {
  font-family: var(--p100-font-body);
  color: var(--p100-text);
}

.p100-skin--hype h1,
.p100-skin--hype h2,
.p100-skin--hype h3,
.p100-skin--hype .site-header__logo {
  font-family: var(--p100-font-heading);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.p100-hype { max-width: 1240px; margin: 0 auto; padding: 2rem 0 3rem; }

.p100-hype__mast {
  text-align: center;
  padding: 2rem 0 2.5rem;
  border-bottom: 1px solid var(--p100-border);
  margin-bottom: 2.5rem;
}

.p100-hype__mast h1 {
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.p100-hype__mast .p100-sub {
  font-size: 1.05rem;
  color: var(--p100-muted);
  max-width: 36rem;
  margin: 0 auto;
}

.p100-skin--hype .p100-band__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--p100-dark);
}

.p100-skin--hype .p100-band__head h2 {
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--p100-dark);
}

.p100-skin--hype .p100-band__head a {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--p100-accent);
  text-decoration: none;
}

.p100-hype__featured {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.p100-hype__card {
  background: var(--p100-bg);
  border: 1px solid var(--p100-border);
  border-radius: var(--p100-radius);
  overflow: hidden;
}

.p100-hype__card img {
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
  border-radius: 0;
}

.p100-hype__card h3 {
  padding: 1rem 1rem 0.25rem;
  font-size: 1.05rem;
  line-height: 1.35;
}

.p100-hype__card h3 a {
  color: var(--p100-dark);
  text-decoration: none;
}

.p100-hype__card h3 a:hover { color: var(--p100-accent); }

.p100-hype__card .p100-meta {
  padding: 0 1rem 1rem;
  font-size: 0.8rem;
  color: var(--p100-muted);
}

.p100-hype__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2rem 0;
  padding: 1rem 0;
  border-top: 1px solid var(--p100-border);
  border-bottom: 1px solid var(--p100-border);
}

.p100-hype__tags a {
  padding: 0.4rem 0.9rem;
  background: var(--p100-surface);
  border-radius: var(--p100-radius);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--p100-dark);
  text-decoration: none;
}

.p100-hype__tags a:hover {
  background: var(--p100-accent);
  color: #fff;
}

.p100-hype__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.p100-skin--hype .p100-card {
  padding: 1rem;
  background: var(--p100-surface);
  border: none;
  border-radius: var(--p100-radius);
}

.p100-skin--hype .p100-section-title {
  font-size: 1.35rem;
  text-transform: uppercase;
  border-bottom: 2px solid var(--p100-dark);
  padding-bottom: 0.5rem;
  margin: 2.5rem 0 1rem;
}

.p100-skin--hype .p100-newsletter {
  background: var(--p100-dark);
  color: #fff;
  border-radius: var(--p100-radius);
  margin-top: 3rem;
}

.p100-skin--hype .p100-newsletter h2 { color: #fff; }

.p100-skin--hype .p100-cta {
  background: var(--p100-accent);
}

.p100-skin--hype .p100-cta:hover {
  background: var(--p100-accent-hover);
}

@media (max-width: 900px) {
  .p100-hype__featured,
  .p100-hype__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .p100-hype__featured,
  .p100-hype__grid { grid-template-columns: 1fr; }
  .p100-hype__tags { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 0.5rem; }
}
