@font-face {
  font-family: "Cinzel Decorative";
  src: url("assets/fonts/CinzelDecorative-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "EB Garamond";
  src: url("assets/fonts/EBGaramond-wght.ttf") format("truetype");
  font-weight: 400 800;
}

@font-face {
  font-family: "Cormorant SC";
  src: url("assets/fonts/CormorantSC-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Eagle Lake";
  src: url("assets/fonts/EagleLake-Regular.ttf") format("truetype");
  font-weight: 400;
}

:root {
  --ink: #24150e;
  --ink-soft: #513827;
  --vellum: #fbf3e4;
  --vellum-deep: #efe0c4;
  --paper: #fffaf0;
  --line: #d8c39b;
  --gold: #b87918;
  --gold-dark: #7a4c11;
  --blue: #214f7f;
  --green: #496a43;
  --red: #96382c;
  --shadow: rgba(54, 31, 15, 0.16);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(239, 224, 196, 0.62)),
    var(--vellum);
  color: var(--ink);
  font-family: "EB Garamond", Georgia, serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 30;
  transform: translateY(-150%);
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  padding: 0.7rem 0.9rem;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(167, 123, 53, 0.3);
  background: rgba(255, 250, 240, 0.88);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  font-family: "Eagle Lake", Georgia, serif;
  font-size: clamp(1.22rem, 2vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
}

.brand img {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(167, 123, 53, 0.42);
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(36, 21, 14, 0.12);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 2vw, 1.35rem);
  color: var(--ink-soft);
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 0.94rem;
}

.site-nav a {
  border-bottom: 2px solid transparent;
  padding-block: 0.25rem;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-bottom-color: var(--gold);
  color: var(--gold-dark);
}

.hero {
  position: relative;
  display: grid;
  min-height: 84svh;
  align-items: center;
  overflow: hidden;
  padding: 7.4rem clamp(1.2rem, 6vw, 5rem) clamp(4rem, 7vw, 6rem);
  background: #9ea78f;
  isolation: isolate;
}

.hero::before {
  content: none;
}

.hero-media {
  display: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 52%;
  filter: brightness(1.18) saturate(0.9);
}

.hero-copy {
  width: min(700px, 100%);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold-dark);
  font-family: "Cormorant SC", Georgia, serif;
  font-size: clamp(0.88rem, 1.4vw, 1.04rem);
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-copy > .eyebrow {
  margin-bottom: clamp(1.35rem, 2.2vw, 1.85rem);
}

.eyebrow.dark {
  color: var(--blue);
}

h1 {
  margin: 0;
  color: var(--ink);
  font-family: "Eagle Lake", Georgia, serif;
  font-size: clamp(3.4rem, 8vw, 6.7rem);
  font-weight: 400;
  line-height: 1.05;
  overflow-wrap: normal;
  white-space: nowrap;
}

.lede {
  max-width: 42rem;
  margin: 1.35rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0.86rem 1.12rem;
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  border: 1px solid #70430d;
  background: #8a5616;
  color: #fff8ea;
  box-shadow: 0 12px 28px rgba(122, 76, 17, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #70430d;
}

.button-secondary {
  border: 1px solid rgba(122, 76, 17, 0.46);
  background: rgba(255, 250, 240, 0.78);
  color: var(--ink);
}

.launch-note {
  margin: 0.85rem 0 0;
  color: #4f3516;
  font-size: 1rem;
}

.section {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.app-showcase {
  scroll-margin-top: 6.5rem;
  border-block: 1px solid rgba(167, 123, 53, 0.26);
  background: #f3e8d4;
}

.app-intro {
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
  border-bottom: 1px solid rgba(122, 76, 17, 0.26);
  text-align: center;
}

.app-intro h2 {
  font-size: clamp(2.6rem, 3.6vw, 3.6rem);
  white-space: nowrap;
}

.app-intro > p {
  max-width: 50rem;
  margin: 1.5rem auto 0;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Cinzel Decorative", Georgia, serif;
  font-size: clamp(2.3rem, 5.4vw, 4.8rem);
  line-height: 0.98;
}

.app-intro p,
.story-copy > p:last-child,
.support-copy p,
.discover-copy p {
  color: var(--ink-soft);
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  line-height: 1.54;
}

.support-panel,
.submission-form {
  border: 1px solid rgba(167, 123, 53, 0.34);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.86);
  box-shadow: 0 18px 44px var(--shadow);
}

.support-panel h3,
.submission-guidance h3 {
  margin: 0 0 0.65rem;
  color: var(--ink);
  font-family: "Cormorant SC", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.08;
}

.support-panel li,
.submission-guidance li {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.48;
}

.app-story {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.story-band {
  display: grid;
  grid-template-columns: minmax(20rem, 32fr) minmax(0, 68fr);
  height: auto;
  min-height: clamp(30rem, 48vw, 36rem);
  gap: 0;
  align-items: stretch;
  padding: 0;
  border-bottom: 6px solid rgba(255, 250, 240, 0.96);
}

.story-band-image-first {
  grid-template-columns: minmax(0, 59.5fr) minmax(20rem, 40.5fr);
}

.story-band-image-first .story-figure {
  grid-column: 1;
  grid-row: 1;
}

.story-band-image-first .story-copy {
  grid-column: 2;
  grid-row: 1;
  border-left: 1px solid rgba(122, 76, 17, 0.2);
  border-right: 0;
}

.story-copy {
  display: flex;
  width: 100%;
  max-width: none;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  justify-self: stretch;
  padding: clamp(2.25rem, 4.8vw, 4.5rem);
  border-right: 1px solid rgba(122, 76, 17, 0.2);
}

.story-copy .eyebrow {
  margin-bottom: 0;
}

.story-ornament {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  margin-top: 1rem;
  color: rgba(184, 121, 24, 0.72);
}

.story-ornament::before,
.story-ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
}

.story-ornament > span {
  display: block;
  min-width: 1.35rem;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1rem;
  text-align: center;
}

.story-copy h3 {
  margin: 1.45rem 0 0;
  color: var(--ink);
  font-family: "Cinzel Decorative", Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.04;
}

.story-copy h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  background: rgba(184, 121, 24, 0.56);
}

.story-copy > p:last-child {
  margin: 1.3rem 0 0;
}

.story-figure {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  align-self: stretch;
  overflow: hidden;
  margin: 0;
  background: rgba(232, 216, 187, 0.72);
}

.story-figure > img,
.story-shot-crop {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.story-figure > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.story-shot-crop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: none;
}

.story-shot-crop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.story-shot-crop-ipad-landscape {
  aspect-ratio: auto;
}

.story-shot-crop-ipad-portrait {
  width: 100%;
  aspect-ratio: auto;
}

.story-shot-crop-iphone {
  width: 100%;
  aspect-ratio: auto;
  max-height: none;
}

.story-shot-crop-iphone img {
  object-position: center 54%;
}

.support-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: clamp(1.8rem, 5vw, 4rem);
  align-items: center;
  padding-block: clamp(3.5rem, 7vw, 5.25rem);
}

.support-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.6rem, 4vw, 2.5rem);
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.95), rgba(239, 226, 195, 0.72));
  box-shadow: 0 14px 32px rgba(54, 31, 15, 0.09);
}

.support-panel::before {
  position: absolute;
  inset: 0.45rem;
  border: 1px solid rgba(167, 123, 53, 0.25);
  content: "";
  pointer-events: none;
}

.compatibility-kicker {
  margin: 0 0 1rem;
  color: var(--gold-dark);
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.compatibility-device {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(122, 76, 17, 0.22);
}

.compatibility-device span {
  color: var(--ink);
  font-family: "Eagle Lake", Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
}

.compatibility-device strong {
  color: var(--ink-soft);
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  font-weight: 500;
}

.discover-section {
  display: grid;
  grid-template-areas:
    "art copy"
    "art form";
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem) clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 6.5rem) clamp(1rem, 5vw, 4rem);
  background: #9ea78f;
  color: var(--ink);
}

.discover-art {
  grid-area: art;
  overflow: hidden;
  width: min(100%, 34rem);
  justify-self: center;
  border: 1px solid rgba(73, 106, 67, 0.24);
  border-radius: 10px;
  background: #f8efd9;
  box-shadow: 0 24px 60px rgba(58, 67, 38, 0.15);
}

.discover-art img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.discover-copy {
  grid-area: copy;
}

.discover-copy .eyebrow {
  color: var(--blue);
}

.discover-copy h2 {
  color: var(--ink);
  font-size: clamp(2.5rem, 4.5vw, 4.25rem);
}

.discover-copy p:not(.eyebrow) {
  max-width: 43rem;
  color: var(--ink-soft);
  font-size: clamp(1.22rem, 1.8vw, 1.45rem);
  line-height: 1.55;
}

.submission-form {
  grid-area: form;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  padding: 0;
}

.form-row,
.submission-guidance {
  display: grid;
  align-content: start;
  grid-auto-rows: max-content;
  gap: 0.45rem;
}

.submission-form .file-row {
  width: min(100%, 34rem);
  justify-self: start;
}

.form-row-full,
.submission-guidance,
.form-button {
  grid-column: 1 / -1;
}

.submission-form label {
  color: var(--gold-dark);
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 1.34rem;
}

label span,
.file-row small,
.anonymous-option small {
  color: var(--ink-soft);
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 400;
}

.field-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.12rem;
  line-height: 1.4;
}

.field-note-private {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.2rem;
  padding: 0;
}

.field-note-private strong {
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--blue);
  color: #fffaf0;
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.33rem 0.56rem;
}

.field-note-private span {
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.25;
}

.credit-row,
.email-row {
  gap: 0.3rem;
}

.credit-row label,
.email-row label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.12rem;
  letter-spacing: 0.03em;
}

.credit-row label .optional-tag {
  border: 1px solid rgba(122, 76, 17, 0.35);
  border-radius: 999px;
  color: var(--gold-dark);
  font: 600 0.7rem/1 "Cormorant SC", Georgia, serif;
  letter-spacing: 0.08em;
  padding: 0.24rem 0.45rem;
  text-transform: uppercase;
}

.credit-row input,
.email-row input {
  border: 0;
  border-bottom: 2px solid rgba(122, 76, 17, 0.48);
  border-radius: 0;
  background: rgba(255, 253, 248, 0.42);
  box-shadow: none;
  font-size: 1.08rem;
  padding: 0.7rem 0.55rem 0.58rem;
}

.credit-row input::placeholder,
.email-row input::placeholder {
  color: rgba(81, 56, 39, 0.54);
}

.credit-row input:focus,
.email-row input:focus {
  border-bottom-color: var(--blue);
  background: rgba(255, 253, 248, 0.7);
  outline: 0;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(167, 123, 53, 0.42);
  border-radius: 7px;
  background: #fffdf8;
  color: var(--ink);
  font: 1.18rem/1.35 "EB Garamond", Georgia, serif;
  padding: 0.78rem 0.85rem;
}

textarea {
  resize: vertical;
}

input[type="file"] {
  padding: 0.4rem;
}

input[type="file"]::file-selector-button {
  margin-right: 0.8rem;
  border: 1px solid rgba(122, 76, 17, 0.48);
  border-radius: 5px;
  background: var(--vellum-deep);
  color: var(--ink);
  cursor: pointer;
  font: 600 1.08rem/1 "Cormorant SC", Georgia, serif;
  padding: 0.72rem 0.9rem;
}

input:focus,
textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(33, 79, 127, 0.18);
}

.submission-guidance {
  border-top: 1px solid rgba(167, 123, 53, 0.24);
  margin-top: 0.2rem;
  padding-top: 1rem;
}

.anonymous-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: visible;
  width: min(100%, 32rem);
  aspect-ratio: 1942 / 809;
  justify-self: center;
  border: 0;
  border-radius: 0;
  background: url("assets/images/banner-standard-charcoal-v1.png") center / 100% 100% no-repeat;
  color: #fff8e9;
  cursor: pointer;
  height: 100%;
  min-height: 0;
  padding: 2.7rem 4rem 2.15rem 6.2rem;
  clip-path: none;
  filter: none;
}

.anonymous-option input {
  position: absolute;
  top: 50%;
  right: 2.35rem;
  width: 1.35rem;
  height: 1.35rem;
  margin: 0;
  transform: translateY(-50%);
  accent-color: var(--green);
}

.anonymous-option span {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
  transform: translateY(-0.3rem);
}

.anonymous-option strong {
  color: #fff7df;
  font-size: clamp(1.28rem, 2vw, 1.55rem);
  line-height: 1.02;
}

.anonymous-option .callout-kicker {
  color: #e8c978 !important;
}

.anonymous-option small:not(.callout-kicker) {
  color: rgba(255, 248, 233, 0.82);
  font-size: 1rem;
  line-height: 1.12;
}

.submission-note {
  position: relative;
  display: grid;
  align-content: center;
  gap: 0.12rem;
  overflow: visible;
  width: min(100%, 32rem);
  aspect-ratio: 1942 / 809;
  justify-self: center;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: url("assets/images/banner-standard-parchment-v1.png") center / 100% 100% no-repeat;
  padding: 2.7rem 3.2rem 2.15rem 6.2rem;
  clip-path: none;
  filter: none;
}

.submission-note .callout-copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
  transform: translateY(-0.3rem);
}

.submission-note strong {
  color: var(--gold-dark);
  font-family: "Cormorant SC", Georgia, serif;
  font-size: clamp(1.28rem, 2vw, 1.5rem);
  line-height: 1.05;
}

.callout-kicker {
  color: var(--blue) !important;
  font-family: "Cormorant SC", Georgia, serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.callout-medallion {
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 3.35rem;
  height: 3.35rem;
  z-index: 1;
  transform: translateY(-50%);
  border: 4px double #c69a43;
  border-radius: 50%;
  background: var(--vellum-deep);
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(42, 28, 16, 0.22);
}

.callout-medallion-scribe {
  object-position: center;
}

.callout-medallion-quill {
  object-position: center;
}

.submission-note p {
  margin: 0.18rem 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.15;
}

@media (min-width: 701px) {
  .anonymous-option,
  .submission-note {
    overflow: hidden;
    padding-top: 3.15rem;
    padding-bottom: 1.7rem;
    padding-left: 6.15rem;
  }

  .anonymous-option {
    padding-right: 4.25rem;
  }

  .submission-note {
    padding-right: 2.55rem;
  }

  .anonymous-option input {
    top: 59%;
    right: 2.65rem;
  }

  .anonymous-option span,
  .submission-note .callout-copy {
    transform: translateY(0.2rem);
  }

  .anonymous-option strong,
  .submission-note strong {
    font-family: "Cormorant SC", Georgia, serif;
    font-size: clamp(1.28rem, 2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.02;
  }

  .callout-medallion {
    top: 59%;
    left: 2.65rem;
    width: 3rem;
    height: 3rem;
  }

  .submission-note .callout-copy {
    width: 100%;
    justify-items: center;
    text-align: center;
  }

  .submission-note p {
    width: 100%;
    margin-top: 0.3rem;
    text-align: center;
  }
}

.submission-status {
  grid-column: 1 / -1;
  min-height: 1.4rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.submission-guidance ol {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.25rem;
}

.form-button {
  width: 100%;
  cursor: pointer;
  min-height: 4.15rem;
  font-family: "Eagle Lake", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  letter-spacing: 0.015em;
  justify-self: stretch;
}

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

@media (min-width: 621px) {
  .submission-form .form-button {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
}

.download-section {
  display: flex;
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.download-section h2 {
  max-width: 760px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  border-top: 1px solid rgba(167, 123, 53, 0.28);
  color: var(--ink-soft);
}

.footer-wordmark {
  color: var(--ink);
  font-family: "Eagle Lake", Georgia, serif;
  font-size: 1.3rem;
}

.footer-copyright {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.05rem;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 0.75rem;
  }

  .site-nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero {
    min-height: 86svh;
    padding-top: 9.4rem;
  }

  .hero::before {
    content: none;
  }

  .app-intro,
  .story-band,
  .story-band-image-first,
  .support-section {
    grid-template-columns: 1fr;
  }

  .discover-section {
    grid-template-areas:
      "copy"
      "art"
      "form";
    grid-template-columns: 1fr;
  }

  .discover-art {
    width: min(100%, 30rem);
  }

  .app-intro h2 {
    white-space: normal;
  }

  .story-copy {
    max-width: none;
    justify-self: start;
    padding: clamp(2.4rem, 8vw, 4rem) max(1.25rem, 7vw);
    border-right: 0;
    border-left: 0;
  }

  .story-band,
  .story-band-image-first {
    height: auto;
    min-height: auto;
    gap: 0;
    padding: 0;
  }

  .story-band-image-first .story-copy,
  .story-band-image-first .story-figure {
    grid-column: auto;
    grid-row: auto;
  }

  .story-figure {
    height: clamp(20rem, 68vw, 30rem);
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .site-nav {
    font-size: 0.86rem;
  }

  .hero-actions,
  .download-section {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .download-section .button,
  .form-button {
    width: 100%;
  }

  h1 {
    font-size: clamp(2.5rem, 14vw, 4.7rem);
  }

  .section {
    width: min(100% - 1.25rem, var(--max));
  }

  .story-band {
    height: auto;
    min-height: auto;
    gap: 0;
    padding: 0;
  }

  .story-copy h3 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

}

@media (max-width: 700px) {
  .submission-form {
    grid-template-columns: 1fr;
  }

  .anonymous-option {
    padding: 2.55rem 3.4rem 2rem 6.2rem;
  }

  .submission-note {
    padding: 2.55rem 2.6rem 2rem 6.2rem;
  }
}
