html, body { height: 100%; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  line-height: 1.8;
  background: linear-gradient(180deg, #f2efff 0%, #fff4c7 55%, #f2efff 100%);
  background-attachment: scroll;
}

.intro, .about, .feedback, .hint-wrap { padding: 28px 6vw; }

.intro { text-align: center; }

.title-chip {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.45em 0.9em;
  border-radius: 12px;
  font-weight: 700;
  font-size: clamp(2rem, 12vw, 3.2rem);
  letter-spacing: -0.01em;
  box-shadow: 0 6px 24px rgba(0,0,0,.22);
}

.column {
  width: 92vw;
  max-width: 80ch;
  margin: 0 auto;
}

.about p {
  margin: 0 0 1.4em;
  font-size: clamp(1.15rem, 4.6vw, 1.6rem);
  line-height: 1.9;
}

.feedback {
  border-top: 1px solid rgba(0,0,0,.1);
  margin-top: 2.2rem;
}

.feedback .column p {
  font-size: clamp(1.1rem, 4.2vw, 1.5rem);
  line-height: 1.85;
}

.cta { display: flex; justify-content: center; margin-top: 1rem; }

.feedback-link {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.7em 1.4em;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
}

.feedback-link:hover { background: #222; }

.embed-wrap {
  width: 100%;
  background: #000;
  overflow: hidden;
  margin-top: 2rem;
  position: relative;
  padding-top: 133.333%;
}

.embed-wrap iframe {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.hint {
  text-align: center;
  color: #444;
  font-size: 0.95rem;
  margin-top: 0.8rem;
  opacity: 0.9;
}

kbd {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 4px;
  padding: 0 .35em;
  background: rgba(255,255,255,.6);
  font-size: .95rem;
}

@media (min-width: 600px) {
  .intro, .about, .feedback, .hint-wrap { padding: 48px 7vw; }
  .title-chip { font-size: clamp(2.4rem, 8vw, 4rem); }
  .about p { font-size: clamp(1.35rem, 3.2vw, 1.9rem); }
  .feedback .column p { font-size: clamp(1.25rem, 2.8vw, 1.7rem); }
}

@media (min-width: 768px) {
  body { background-attachment: fixed; }
  .intro, .about, .feedback, .hint-wrap { padding: 72px 8vw; }
  .title-chip { font-size: clamp(3rem, 7vw, 5rem); }
  .embed-wrap { padding-top: 56.25%; }
  .hint { font-size: 1.1rem; }
  .feedback-link { font-size: 1.2rem; padding: 0.8em 1.6em; }
}

@media (min-width: 1200px) {
  .intro, .about, .feedback, .hint-wrap { padding: 100px 10vw; }
  .title-chip { font-size: clamp(3.5rem, 6vw, 6rem); }
  .about p { font-size: clamp(1.6rem, 2.6vw, 2.4rem); }
  .feedback .column p { font-size: clamp(1.4rem, 2.2vw, 2.1rem); }
  .hint { font-size: 1.2rem; }
}

.intro, .about, .feedback, .hint-wrap { padding: 28px 6vw; }

.title-chip{
  display: inline-flex;
  align-items: center;
  gap: .4em;
  box-sizing: border-box;
  max-width: 100%; 
  padding: .4em .8em;
  background: #000;
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  font-size: clamp(1.9rem, 8vw, 3rem);
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;   
  text-overflow: clip;
  margin-inline: auto;
}


.sprout {
  font-size: 0.9em; 
  flex-shrink: 0;  
}

.column { width: 92vw; max-width: 40ch; margin: 0 auto; }
.about p { font-size: 1.15rem; line-height: 1.75; }
.feedback .column p { font-size: 1.05rem; line-height: 1.7; }

@media (max-width: 360px) {
  .sprout { display: none; }
}

@media (max-width: 480px) {
  .title-chip {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
    padding: 0.35em 0.7em;
    max-width: 92vw;
  }
}

@media (min-width: 600px) {
  .intro, .about, .feedback, .hint-wrap { padding: 44px 7vw; }
  .title-chip { font-size: 3rem; }
  .column { max-width: 56ch; }
  .about p { font-size: 1.35rem; line-height: 1.8; }
  .feedback .column p { font-size: 1.2rem; line-height: 1.75; }
}

@media (min-width: 900px) {
  .intro, .about, .feedback, .hint-wrap { padding: 68px 8vw; }
  .title-chip { font-size: 4rem; }
  .column { max-width: 68ch; }
  .about p { font-size: 1.6rem; line-height: 1.85; }
  .feedback .column p { font-size: 1.35rem; }
}

@media (min-width: 1200px) {
  .intro, .about, .feedback, .hint-wrap { padding: 96px 10vw; }
  .title-chip { font-size: 5rem; }
  .column { max-width: 80ch; }
  .about p { font-size: 1.9rem; line-height: 1.9; }
  .feedback .column p { font-size: 1.6rem; }
}

.intro { text-align: center; }
.intro h1 { margin: 0; }



.title-chip .sprout{
  font-size: 1.1em;
  flex: 0 0 auto;
}

@supports (padding: max(0px)) {
  .intro{
    padding-left: max(6vw, env(safe-area-inset-left));
    padding-right: max(6vw, env(safe-area-inset-right));
  }
}



hr[role="separator"] {
  border: none;
  border-top: 3px dashed #666;
  width: 60%;
  margin: 5rem auto;
  opacity: 0.8;
}

@media (min-width: 900px) {
  hr[role="separator"] {
    width: 40%;
    border-top-width: 4px;
    margin: 6rem auto;
  }
}

@media print {
  hr[role="separator"] {
    page-break-after: always;
    border: none;
    margin: 0;
  }
}

.about h2 {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.4em 0.9em;
  border-radius: 12px;
  font-weight: 700;
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 4rem 0 2rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.about h2 + p {
  margin-top: 1.5rem;
}

.about img,
.column img {
  display: block;
  margin: 2rem auto;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.about figure,
.column figure {
  margin: 2.5rem auto;
  text-align: center;
  max-width: 100%;
}

.column figure.full-width,
.column img.full-width {
  width: calc(100% + 16vw);
  margin-left: -8vw;
  margin-right: -8vw;
}

.column img,
.about img {
  display: block;
  margin: 2rem auto;       /* centres the image */
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0,0,0,.12);
}

.column figure,
.about figure {
  margin: 2.5rem auto;
  text-align: center;
  max-width: 100%;
}

.column img.full-width {
  width: calc(100% + 16vw);
  margin-left: -8vw;
  margin-right: -8vw;
}

.zine-image {
  position: relative;
  margin: 3rem auto;
  text-align: center;
  width: calc(100% + 16vw);
  margin-left: -8vw;
  margin-right: -8vw;
}

.zine-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
