/*
Theme Name: SchillerTech
Theme URI: https://schillertech.com/
Description: Single-page WordPress theme for SchillerTech.
Version: 1.0.5
Author: SchillerTech
Text Domain: schillertech
*/
:root {
  --bg: #292a2d;
  --text: #f4f4ef;
  --muted: #bdbdb7;
  --line: #46474a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter,Arial,sans-serif;
  margin: 0;
}
main {
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.hero {
  background: #272b2d url("assets/portrait.png") center top/cover no-repeat;
  height: 900px;
  position: relative;
}
.hero:after {
  background: linear-gradient(180deg,rgba(32,38,38,.07) 10%,rgba(28,31,33,.2) 58%,rgba(22,26,27,.2));
  content: "";
  inset: 0;
  position: absolute;
}
.hero-content {
  inset: 0;
  padding: 402px 60px 0;
  position: absolute;
  z-index: 1;
}
.kicker,.section-label,.cards article>span,.scroll-note {
  font: 400 11px/1 "IBM Plex Mono",monospace;
  letter-spacing: 1.4px;
}
.kicker {
  margin: 0 0 36px;
}
.hero h1 {
  font-size: 47px;
  letter-spacing: -1.5px;
  line-height: 1;
  margin: 0 0 84px;
}
.hero-copy {
  color: #d4d4d0;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 47px;
}
.hero-actions {
  align-items: center;
  display: flex;
  gap: 27px;
}
.button,.text-button {
  font: 400 11px/1 "IBM Plex Mono",monospace;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.button {
  background: #f4f4ef;
  color: #292a2d;
  padding: 17px 29px;
}
.text-button {
  border-bottom: 1px solid #787a79;
  padding: 0 6px 12px;
}
.scroll-note {
  bottom: 104px;
  color: #a8a9a4;
  left: 62px;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
}
.panel {
  background: var(--bg);
  box-shadow: inset 60px 0 0 -59px #4b4c4f, inset -60px 0 0 -59px #4b4c4f;
  min-height: 900px;
  padding: 123px 60px 0;
  position: relative;
}
.section-label {
  align-items: center;
  color: #bebfba;
  display: flex;
  gap: 18px;
}
.section-label i {
  background: var(--line);
  display: block;
  height: 1px;
  flex: 1;
}
.panel h2 {
  font-size: 37px;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin: 32px 0 0;
}
.intro {
  color: #c3c3be;
  font-size: 16px;
  line-height: 2;
  margin: 61px 0 77px;
}
.cards {
  border-left: 1px solid #55565a;
  border-right: 1px solid #55565a;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3,1fr);
  padding: 0 1px;
}
.cards article {
  border: 1px solid #5a5b5e;
  height: 372px;
  padding: 33px 31px;
}
.cards article>span {
  color: #babbb6;
}
.cards h3 {
  font-size: 23px;
  line-height: 1.18;
  margin: 46px 0 19px;
}
.cards p {
  color: #c0c0bc;
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}
.list-panel h2 {
  margin-top: 32px;
}
.list {
  border-top: 1px solid var(--line);
  margin-top: 49px;
}
.list a,.list>div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 113px 1fr 245px;
  min-height: 81px;
  padding: 0 8px;
}
.list a {
  transition: background .2s,color .2s;
}
.list a:hover {
  background: #323337;
  color: #fff;
}
.list time {
  color: #c1c1bd;
  font: 11px "IBM Plex Mono",monospace;
  letter-spacing: .6px;
}
.list strong {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.45px;
}
.list small {
  color: #afafaa;
  font-size: 15px;
  text-align: right;
}
.listing-more {
  border-bottom: 1px solid #aeb0aa;
  display: inline-flex;
  font: 400 11px/1 "IBM Plex Mono",monospace;
  gap: 16px;
  margin-top: 28px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.listing-more span {
  font-size: 16px;
  line-height: .65;
}
.listing-more:hover,.listing-more:focus-visible {
  color: #fff;
  outline: 1px solid rgba(244,244,239,.7);
  outline-offset: 4px;
}
.archive-panel h1 {
  font-size: 46px;
  letter-spacing: -2px;
  line-height: 1.1;
  margin: 32px 0 0;
}
.listing-pagination {
  margin-top: 36px;
}
.listing-pagination .page-numbers {
  display: flex;
  font: 11px "IBM Plex Mono",monospace;
  gap: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.listing-pagination a:hover,.listing-pagination .current {
  color: #fff;
}
.about-grid {
  display: grid;
  grid-template-columns: 328px 1fr;
  gap: 59px;
  margin-top: 59px;
}
.portrait {
  align-items: center;
  border: 1px solid #4b4c4f;
  color: #aaa;
  display: flex;
  font: 11px "IBM Plex Mono",monospace;
  height: 411px;
  justify-content: center;
  letter-spacing: 1px;
  overflow: hidden;
}
.portrait img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-copy h2 {
  margin: 0 0 29px;
}
.about-copy p {
  color: #c2c2bd;
  font-size: 15px;
  line-height: 2.02;
  margin: 0 0 36px;
}
.contact h2 {
  font-size: 46px;
  letter-spacing: -2px;
  line-height: 1.25;
  margin: 47px 0 18px;
}
.contact>p {
  color: #d0d0cb;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 46px;
}
.email {
  border-bottom: 2px solid var(--text);
  display: inline-block;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.17;
}
/* Preserve a distinct secondary CTA against the photographic hero artwork. */
.text-button {
  background: rgba(20,24,25,.38);
  border-bottom-color: #d4d4d0;
  padding: 12px 10px;
}
.text-button:hover,.text-button:focus-visible {
  background: rgba(244,244,239,.16);
  outline: 1px solid rgba(244,244,239,.7);
  outline-offset: 3px;
}
@media (max-width:650px) {
  .desktop {
    display: none;
  }
  .hero,.panel {
    min-height: 0;
    height: auto;
  }
  .hero {
    aspect-ratio: 1.067;
  }
  .hero-content {
    padding: 45% 6.25% 0;
  }
  .kicker {
    font-size: 8px;
    margin-bottom: 4.4vw;
  }
  .hero h1 {
    font-size: 5vw;
    margin-bottom: 8.8vw;
  }
  .hero-copy {
    font-size: 2.05vw;
    line-height: 1.65;
    margin-bottom: 5vw;
  }
  .button,.text-button {
    font-size: 1.4vw;
  }
  .button {
    padding: 2vw 3.2vw;
  }
  .hero-actions {
    gap: 3vw;
  }
  .scroll-note {
    bottom: 11%;
    font-size: 1.25vw;
    left: 6.5%;
  }
  .panel {
    padding: 12.8vw 6.25vw 12vw;
  }
  .section-label {
    font-size: 1.35vw;
    gap: 2vw;
  }
  .panel h2 {
    font-size: 5vw;
    margin-top: 4vw;
  }
  .intro {
    font-size: 2.05vw;
    line-height: 1.8;
    margin: 7vw 0 8vw;
  }
  .cards {
    gap: 2vw;
  }
  .cards article {
    height: auto;
    min-height: 38vw;
    padding: 3.4vw 3.1vw;
  }
  .cards article>span {
    font-size: 1.25vw;
  }
  .cards h3 {
    font-size: 2.45vw;
    margin: 5vw 0 2vw;
  }
  .cards p {
    font-size: 1.72vw;
    line-height: 1.75;
    margin-top: 3vw;
  }
  .list {
    margin-top: 7vw;
  }
  .list a,.list>div {
    grid-template-columns: 12vw 1fr 25vw;
    min-height: 9vw;
    padding: 0 1vw;
  }
  .list time {
    font-size: 1.2vw;
  }
  .list strong {
    font-size: 1.8vw;
  }
  .list small {
    font-size: 1.65vw;
  }
  .about-grid {
    gap: 6vw;
    grid-template-columns: 35vw 1fr;
    margin-top: 7vw;
  }
  .portrait {
    height: 44vw;
    font-size: 1.15vw;
  }
  .about-copy h2 {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .about-copy p {
    font-size: 1.55vw;
    line-height: 1.85;
    margin-bottom: 3vw;
  }
  .contact h2 {
    font-size: 6vw;
    margin: 5vw 0 2vw;
  }
  .contact>p {
    font-size: 2vw;
    line-height: 1.8;
    margin-bottom: 5vw;
  }
  .email {
    font-size: 4vw;
  }
}
/* Newsletter signup and issue pages (added September 2026) */
.hero-actions { flex-wrap: wrap; }
.newsletter { min-height: 0; padding-bottom: 123px; }
.newsletter > p { color: #d0d0cb; font-size: 16px; line-height: 2; margin: 32px 0 40px; max-width: 640px; }
.newsletter-form form, .issue-panel .wp-block-jetpack-subscriptions form { margin: 0; }
.newsletter-form input[type="email"], .issue-panel .wp-block-jetpack-subscriptions input[type="email"] {
  background: transparent !important; border: 1px solid #787a79 !important; border-radius: 0 !important;
  color: #f4f4ef !important; font: 15px Inter, Arial, sans-serif !important; padding: 15px 16px !important;
}
.newsletter-form button, .newsletter-form input[type="submit"], .issue-panel .wp-block-jetpack-subscriptions button {
  background: #f4f4ef !important; border: 0 !important; border-radius: 0 !important; color: #292a2d !important;
  cursor: pointer; font: 400 11px/1 "IBM Plex Mono", monospace !important; letter-spacing: .8px;
  padding: 17px 29px !important; text-transform: uppercase;
}
.issue-panel { min-height: 0; padding-bottom: 123px; }
.issue-panel h1 { font-size: 46px; letter-spacing: -2px; line-height: 1.1; margin: 32px 0 12px; }
.post-date { color: #afafaa; font: 11px "IBM Plex Mono", monospace; letter-spacing: .6px; margin: 0 0 48px; }
.post-content { color: #d0d0cb; font-size: 16px; line-height: 1.9; max-width: 720px; }
.post-content h2 { font-size: 28px; letter-spacing: -1px; margin: 56px 0 16px; }
.post-content h3 { font-size: 20px; line-height: 1.3; margin: 36px 0 8px; }
.post-content a { border-bottom: 1px solid #787a79; }
.post-content a:hover { color: #fff; border-bottom-color: #f4f4ef; }
.post-content hr { border: 0; border-top: 1px solid #46474a; margin: 48px 0; }
@media (max-width: 650px) {
  .newsletter > p { font-size: 2vw; line-height: 1.8; margin-bottom: 5vw; }
  .issue-panel h1 { font-size: 30px; }
  .post-content { font-size: 15px; }
}
/* Remove the empty space below Contact now that Newsletter follows it */
.contact { min-height: 0; padding-bottom: 0; }