@font-face {
  font-family: "CR Georgia";
  src: url("../fonts/Georgia.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "CR Ebrima";
  src: url("../fonts/Ebrima.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "CR Coptic";
  src: url("../fonts/Coptic.otf") format("opentype");
  font-display: swap;
}

:root {
  --page-bg: #efe7d8;
  --surface: rgba(255, 250, 242, 0.78);
  --surface-strong: #f7f0e3;
  --surface-deep: #ede2cf;
  --header-blue: #2f4360;
  --season-red: #751515;
  --ink-strong: #21324a;
  --ink: #2f4360;
  --body: #41372e;
  --muted: #6c6359;
  --accent-gold: #ab8454;
  --accent-green: #5d7258;
  --line: rgba(47, 67, 96, 0.16);
  --shadow: 0 18px 42px rgba(46, 36, 22, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    var(--page-bg);
  color: var(--body);
  font-family: "CR Ebrima", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  background: rgba(28, 47, 76, 0.92);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 10px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #f4ecdf;
  font-family: "CR Georgia", Georgia, serif;
  font-size: 1.16rem;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 8px;
  line-height: 1.1;
  color: rgba(245, 237, 225, 0.88);
  transition: background-color 160ms ease, color 160ms ease;
}

.site-nav__link:hover,
.site-nav__link.is-active {
  background: rgba(245, 237, 225, 0.14);
  color: #ffffff;
}

.site-nav__link--cta {
  background: rgba(244, 236, 223, 0.94);
  color: var(--header-blue);
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(12, 21, 37, 0.18);
}

.site-nav__link--cta:hover,
.site-nav__link--cta.is-active {
  background: #ffffff;
  color: var(--header-blue);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(17, 28, 46, 0.08), rgba(17, 28, 46, 0)),
    var(--page-bg);
}

.hero__texture {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(47, 67, 96, 0.14), rgba(47, 67, 96, 0.04)),
    url("../images/menu-background.jpg") repeat;
  opacity: 0.82;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
  padding: 86px 0 54px;
}

.hero__inner--archive {
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: 46px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-gold);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.story-card h3,
.library-panel h3,
.release-spotlight__heading h3,
.release-card h3,
.platform-link strong,
.archive-entry__header h3,
.archive-teaser h2 {
  margin: 0;
  font-family: "CR Georgia", Georgia, serif;
  line-height: 1.1;
}

.hero h1 {
  color: var(--ink-strong);
  font-size: clamp(2.35rem, 4vw, 4rem);
  max-width: 13ch;
}

.hero__lede,
.section-heading p,
.archive-entry__meta,
.loading-note {
  color: rgba(247, 241, 232, 0.92);
}

.hero__lede {
  color: var(--ink);
  max-width: 640px;
  margin: 18px 0 0;
  font-size: 1.06rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
}

.button--primary {
  background: #f4ecdf;
  color: var(--ink-strong);
}

.button--secondary {
  border-color: var(--ink-strong);
  background: var(--ink-strong);
  color: #ffffff;
}

.hero__media {
  position: relative;
  min-height: 440px;
}

.hero__logo-mark {
  position: absolute;
  top: 4%;
  right: 5%;
  width: clamp(160px, 28vw, 260px);
  opacity: 0.18;
}

.hero__screen {
  position: absolute;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 44px rgba(8, 12, 22, 0.26);
}

.hero__screen--portrait {
  left: 4%;
  bottom: 2%;
  width: min(290px, 42vw);
}

.hero__screen--landscape {
  right: 0;
  top: 10%;
  width: min(520px, 62vw);
}

.metrics-band {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(47, 67, 96, 0.08);
  background: rgba(255, 251, 244, 0.56);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 18px 0;
}

.metric {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.metric strong {
  display: block;
  color: var(--ink-strong);
  font-family: "CR Georgia", Georgia, serif;
  font-size: 1.7rem;
}

.metric span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.section {
  padding: 68px 0;
}

.section--paper {
  background: rgba(255, 251, 244, 0.48);
}

.section--library {
  background:
    linear-gradient(180deg, rgba(171, 132, 84, 0.08), rgba(171, 132, 84, 0)),
    #ede2cf;
}

.section--release {
  background:
    linear-gradient(180deg, rgba(117, 21, 21, 0.08), rgba(117, 21, 21, 0)),
    #f4eee2;
}

.section--platforms {
  background:
    linear-gradient(180deg, rgba(93, 114, 88, 0.09), rgba(93, 114, 88, 0)),
    #f1e5d1;
}

.section--archive-teaser {
  background: rgba(255, 251, 244, 0.56);
}

.feature-layout,
.archive-teaser {
  display: grid;
  gap: 28px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 18px;
}

.section-heading h2,
.archive-teaser h2 {
  color: var(--ink-strong);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.section-heading p,
.archive-teaser p {
  margin: 14px 0 0;
  color: var(--muted);
}

.story-grid,
.platform-grid,
.release-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.story-card,
.library-panel,
.platform-link,
.release-spotlight,
.archive-entry {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.story-card,
.library-panel,
.platform-link {
  padding: 20px;
}

.story-card h3,
.library-panel h3,
.platform-link strong,
.release-spotlight__heading h3,
.archive-entry__header h3 {
  color: var(--ink);
  font-size: 1.2rem;
}

.story-card p,
.platform-link span {
  margin: 10px 0 0;
  color: var(--body);
}

.library-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 18px;
}

.library-panel {
  background:
    linear-gradient(180deg, rgba(248, 241, 231, 0.94), rgba(248, 241, 231, 0.9)),
    url("../images/book_theme_background.jpg") repeat,
    var(--surface-strong);
}

.library-panel h3,
.library-panel p,
.library-panel li,
.icon-tile span {
  color: var(--ink);
  text-shadow: none;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.icon-tile {
  text-align: center;
}

.icon-tile img {
  width: 100%;
  max-width: 112px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(29, 22, 15, 0.14);
}

.icon-tile span {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-family: "CR Georgia", Georgia, serif;
  font-size: 1.02rem;
}

.content-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.content-list li {
  position: relative;
  padding: 0 0 0 18px;
}

.content-list li + li {
  margin-top: 12px;
}

.content-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-gold);
}

.dynamic-release-root {
  display: grid;
  gap: 18px;
}

.loading-note {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
}

.release-spotlight {
  overflow: hidden;
}

.release-spotlight__heading {
  padding: 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(47, 67, 96, 0.04);
}

.release-spotlight__heading p,
.archive-entry__meta p {
  margin: 8px 0 0;
  color: var(--muted);
}

.release-spotlight__body {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.release-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.44);
}

.release-card p {
  margin: 10px 0 0;
}

.release-notes-block {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(117, 21, 21, 0.04);
}

.release-notes-block h4 {
  margin: 0;
  color: var(--ink);
  font-family: "CR Georgia", Georgia, serif;
  font-size: 1.08rem;
}

.release-notes-block ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.release-notes-block li + li {
  margin-top: 8px;
}

.archive-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.archive-summary .metric {
  background: rgba(255, 255, 255, 0.56);
}

.archive-entry + .archive-entry {
  margin-top: 18px;
}

.archive-entry__header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 20px 0;
}

.archive-entry__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.archive-entry__meta span {
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(47, 67, 96, 0.08);
  color: var(--ink);
}


.archive-entry__body {
  padding: 18px 20px 20px;
}

.archive-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.archive-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.archive-card h4 {
  margin: 0;
  color: var(--ink);
  font-family: "CR Georgia", Georgia, serif;
  font-size: 1.06rem;
}

.archive-card p {
  margin: 10px 0 0;
}

.archive-notes {
  margin: 16px 0 0;
  padding-left: 20px;
}

.archive-notes li + li {
  margin-top: 8px;
}

.platform-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, max-content));
  justify-content: space-between;
}

.platform-link {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 16px 18px;
  text-align: center;
}

.platform-link__badge {
  display: block;
  width: auto;
  max-width: 180px;
  height: 54px;
  object-fit: contain;
}

.platform-link__app-icon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(12, 21, 37, 0.14);
}

.platform-link__badge--google-play {
  max-width: 196px;
  height: 60px;
}

.archive-teaser {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.feature-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-page-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.feature-page-card__media {
  padding: 16px 16px 0;
}

.feature-page-card__frame {
  overflow: hidden;
  border: 1px solid rgba(47, 67, 96, 0.12);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.92);
  padding: 4px;
}

.feature-page-card__frame img {
  width: 100%;
  height: auto;
  max-height: 460px;
  margin: 0 auto;
  object-fit: contain;
}

.feature-page-card__copy {
  padding: 16px 18px 18px;
}

.feature-page-card__copy h3 {
  color: var(--ink);
  font-size: 1.45rem;
}

.feature-page-card__copy p {
  margin: 12px 0 0;
  color: var(--body);
}

.feature-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 18px;
  margin-bottom: 22px;
}

.feature-intro__panel,
.feature-intro__summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.feature-intro__panel {
  padding: 22px;
}

.feature-intro__summary {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(248, 241, 231, 0.94), rgba(248, 241, 231, 0.9)),
    url("../images/book_theme_background.jpg") repeat,
    var(--surface-strong);
}

.feature-intro__summary ul {
  margin: 0;
  padding-left: 18px;
}

.feature-intro__summary li + li {
  margin-top: 8px;
}

.support-form {
  display: grid;
  gap: 34px;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(47, 67, 96, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.9), rgba(255, 250, 242, 0.76)),
    var(--surface);
  box-shadow: 0 14px 34px rgba(46, 36, 22, 0.1);
  color: var(--body);
  font-family: "CR Ebrima", "Segoe UI", Arial, sans-serif;
}

.support-form__heading h2 {
  margin: 0;
  color: var(--ink-strong);
  font-family: "CR Georgia", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.03;
}

.support-form__heading p:last-child {
  margin: 14px 0 0;
  max-width: 720px;
  color: var(--body);
  font-size: 1.02rem;
  line-height: 1.6;
}

.support-form__section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.support-form__section legend {
  margin: 0 0 18px;
  padding: 0;
  color: var(--ink-strong);
  font-family: "CR Ebrima", "Segoe UI", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}

.support-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 12px;
}

.support-form .field {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
}

.support-form .field--full {
  grid-column: 1 / -1;
}

.support-form .field--medium {
  max-width: 420px;
}

.support-form .field span {
  color: var(--ink-strong);
  font-size: 0.9rem;
  font-weight: 800;
}

.support-form .field strong {
  color: var(--season-red);
}

.support-form .field input,
.support-form .field select,
.support-form .field textarea {
  width: 100%;
  border: 1px solid rgba(47, 67, 96, 0.24);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.82);
  color: var(--body);
  font-family: "CR Ebrima", "Segoe UI", Arial, sans-serif;
  font-size: 0.95rem;
  box-shadow: none;
}

.support-form .field input,
.support-form .field select {
  min-height: 35px;
  padding: 10px 12px;
}

.support-form .field select {
  appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink-strong) 50%),
    linear-gradient(135deg, var(--ink-strong) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

.support-form .field textarea {
  min-height: 180px;
  padding: 12px;
  resize: vertical;
}

.support-form .field input::placeholder {
  color: rgba(65, 55, 46, 0.42);
}

.support-form .field input:focus,
.support-form .field select:focus,
.support-form .field textarea:focus {
  outline: 2px solid rgba(223, 85, 41, 0.25);
  border-color: var(--accent-gold);
}

.support-form .field small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.support-form .field input[type="file"] {
  padding: 0;
  border: 0;
  background: transparent;
}

.support-attachments-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-attachments-list:empty {
  display: none;
}

.support-attachments-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 560px;
  padding: 8px 10px;
  border: 1px solid rgba(47, 67, 96, 0.16);
  background: rgba(255, 255, 255, 0.58);
}

.support-attachments-list span {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--body);
  font-size: 0.86rem;
  font-weight: 400;
}

.support-attachments-list button {
  cursor: pointer;
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: var(--season-red);
  font-family: "CR Ebrima", "Segoe UI", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
}

.support-form__note {
  margin: 0;
  color: var(--body);
  line-height: 1.6;
}

.support-form__note--important {
  padding: 0;
  border-left: 0;
  background: transparent;
  color: var(--body);
}

.support-form__note--important strong {
  color: var(--ink-strong);
}

.support-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.support-form__actions .button {
  cursor: pointer;
  min-width: 80px;
  min-height: 36px;
  border: 0;
  border-radius: 3px;
  background: var(--season-red);
  color: #fff;
  font-family: "CR Ebrima", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}

.support-form__actions .button[disabled] {
  cursor: wait;
  opacity: 0.7;
}

.support-form__status {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.support-form__name-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.support-form__status.is-error {
  color: var(--season-red);
}

.support-form__status.is-success {
  color: var(--accent-green);
}

.support-form__trap,
.is-hidden {
  display: none;
}

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

.site-footer {
  background: #23344c;
  color: rgba(244, 236, 223, 0.88);
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 0 34px;
}

.site-footer__title {
  margin: 0 0 6px;
  color: #ffffff;
  font-family: "CR Georgia", Georgia, serif;
  font-size: 1.1rem;
}

.site-footer__text {
  margin: 0;
  max-width: 520px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.site-footer__links .site-nav__link {
  color: rgba(245, 237, 225, 0.88);
}

.site-footer__links .site-nav__link--cta,
.site-footer__links .site-nav__link--cta:hover,
.site-footer__links .site-nav__link--cta.is-active {
  color: var(--header-blue);
}

@media (max-width: 1100px) {
  .hero__inner,
  .library-showcase,
  .platform-grid,
  .metrics-grid,
  .archive-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__inner {
    align-items: start;
  }

  .hero__media {
    min-height: 360px;
  }

  .story-grid,
  .platform-grid,
  .release-card-grid,
  .archive-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .site-header__inner,
  .site-footer__inner,
  .archive-entry__header,
  .archive-teaser {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__inner,
  .library-showcase,
  .feature-intro,
  .metrics-grid,
  .story-grid,
  .platform-grid,
  .feature-page-grid,
  .release-card-grid,
  .archive-card-grid,
  .archive-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-nav,
  .site-footer__links {
    justify-content: flex-start;
  }

  .hero__inner {
    padding: 78px 0 44px;
  }

  .hero__media {
    min-height: 300px;
  }

  .hero__screen--portrait {
    left: 0;
    width: min(240px, 48vw);
  }

  .hero__screen--landscape {
    width: min(420px, 78vw);
  }

  .icon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .support-form__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .section {
    padding: 56px 0;
  }

  .platform-link__badge {
    max-width: 168px;
    height: 50px;
  }

}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 20px, 1180px);
  }

  .brand span {
    font-size: 1.04rem;
  }

  .site-nav__link,
  .archive-entry__meta span {
    font-size: 0.9rem;
  }

  .hero__media {
    min-height: 248px;
  }

  .hero__screen--portrait {
    width: 44vw;
    min-width: 146px;
  }

  .hero__screen--landscape {
    width: 72vw;
  }

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

  .support-form {
    padding: 18px;
  }

  .support-form__section {
    padding: 0;
  }

  .support-form__name-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .support-form__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .support-form__actions .button {
    width: 100%;
  }

  .button-row {
    gap: 10px;
  }
}
