/* LYNAY Labs marketing site — ported from the design handoff prototype.
   Values map 1:1 to the inline styles in "LYNAY Labs Site v2.dc.html". */

:root {
  --ink: #0C0B09;          /* page / dark band background */
  --card-dark: #12110E;    /* card on dark */
  --ink-dark: #080808;     /* ink / dark card on white band */
  --text: #F3F1E9;         /* text on dark */
  --muted: #A9A597;        /* muted on dark */
  --faint: #7d7a6e;        /* faint on dark */
  --card-white: #F7F5EC;   /* card on white band */
  --muted-white: #5C594E;  /* muted on white */
  --longform-white: #3E3B31;
  --faint-white: #8A8678;
  --yellow: #F2C230;
  --yellow-hover: #FFD65C;
  --gold: #685008;         /* accent on white — never brand yellow, for contrast */
  --error: #e06c4f;

  --border-dark: rgba(243, 241, 233, .08);
  --border-white: rgba(23, 18, 4, .08);
  --border-yellow: rgba(242, 194, 48, .3);
}

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

html, body {
  margin: 0;
  padding: 0;
  background: var(--ink);
  color: var(--text);
  font-family: 'Instrument Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--yellow); text-decoration: none; cursor: pointer; }
a:hover { color: var(--yellow-hover); }
input::placeholder { color: var(--faint); }
::selection { background: var(--yellow); color: var(--ink-dark); }

h1, h2, h3 { font-family: 'Space Grotesk', system-ui, sans-serif; margin: 0; }
p { margin: 0; text-wrap: pretty; }
em { font-style: italic; }

.page {
  min-height: 100vh;
  background: var(--ink);
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.container--narrow { max-width: 900px; }
.container--article { max-width: 840px; }

/* ---------- Bands ---------- */

.band-white {
  background: #FFFFFF;
  color: var(--ink-dark);
}
.band-white .eyebrow { color: var(--gold); }
.band-white p { color: var(--muted-white); }

.band-gold {
  background: var(--card-white);
  color: var(--ink-dark);
}

/* ---------- Announcement bar ---------- */

.announcement {
  background: var(--yellow);
  color: var(--ink-dark);
  text-align: center;
  padding: 9px 20px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .01em;
}
.announcement a { color: var(--ink-dark); text-decoration: underline; }
.announcement a:hover { color: var(--ink-dark); }

/* ---------- Header ---------- */

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(12, 11, 9, .85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(243, 241, 233, .07);
}
.header__inner {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.brand:hover { color: var(--text); }
.brand__mark {
  width: 26px;
  height: 26px;
  background: var(--yellow);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.brand__mark::after {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--ink);
  border-radius: 2px;
}
.brand__word {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .02em;
  color: var(--text);
}
.brand__word span { color: var(--muted); font-weight: 500; }
.brand__logo { height: 48px;}
.brand__logo.small { height: 32px;}

.nav { display: flex; align-items: center; gap: 6px; }
.nav__link {
  padding: 8px 14px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}
.nav__link:hover { color: var(--text); }
.nav__link.is-active { color: var(--yellow); }
.nav__link.is-active:hover { color: var(--yellow); }
.nav .pill--primary { margin-left: 10px; padding: 10px 20px; font-size: 14px; }

/* ---------- Pills / buttons ---------- */

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  font-family: inherit;
  white-space: nowrap;
}
.pill--primary {
  padding: 14px 26px;
  background: var(--yellow);
  color: var(--ink-dark);
}
.pill--primary:hover { background: var(--yellow-hover); color: var(--ink-dark); }
.pill--outline {
  padding: 14px 26px;
  border-color: rgba(243, 241, 233, .22);
  color: var(--text);
}
.pill--outline:hover { border-color: rgba(242, 194, 48, .6); color: var(--text); }
.pill--outline-yellow {
  padding: 12px 22px;
  font-size: 14px;
  border-color: rgba(242, 194, 48, .5);
  color: var(--yellow);
}
.pill--outline-yellow:hover { background: rgba(242, 194, 48, .1); color: var(--yellow); }

/* ---------- Shared type ---------- */

.eyebrow {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--yellow);
}
.eyebrow--pill {
  align-self: flex-start;
  border: 1px solid rgba(242, 194, 48, .35);
  border-radius: 99px;
  padding: 6px 14px;
}

.h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.01em;
  text-wrap: pretty;
}
.lede { font-size: 16.5px; line-height: 1.7; color: var(--muted); }
.band-white .lede { color: var(--muted-white); }

.section-head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 760px;
}
.section-head--assurance { gap: 14px; max-width: 700px; }
.section-head--centred {
  align-items: center;
  text-align: center;
  gap: 14px;
  max-width: none;
}

.link-arrow { font-size: 15px; font-weight: 600; color: var(--yellow); }
.link-arrow:hover { color: var(--yellow-hover); }
.band-white .link-arrow { color: var(--gold); }
.band-white .link-arrow:hover { color: var(--ink-dark); }

.strong-dark { color: var(--text); font-weight: 600; }
.band-white .strong-light { color: var(--ink-dark); font-weight: 600; }
.text-emphasis { color: var(--ink-dark); font-weight: 500; }

/* ---------- Icons ---------- */

.risk-icon { color: var(--error); }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.hero__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(242, 194, 48, .10), transparent 60%),
    radial-gradient(700px 400px at 10% 110%, rgba(242, 194, 48, .05), transparent 60%);
}
.hero__glow--centred {
  background: radial-gradient(800px 400px at 50% -20%, rgba(242, 194, 48, .10), transparent 60%);
}
.hero__line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
}
.hero__line--1 { left: 58%; background: linear-gradient(180deg, transparent, rgba(242, 194, 48, .25), transparent); }
.hero__line--2 { left: 72%; background: linear-gradient(180deg, transparent, rgba(243, 241, 233, .10), transparent); }
.hero__line--3 { left: 88%; background: linear-gradient(180deg, transparent, rgba(243, 241, 233, .07), transparent); }

.hero__inner {
  position: relative;
  padding-top: 96px;
  padding-bottom: 104px;
  display: flex;
  gap: 64px;
  align-items: center;
}
.hero__copy {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.hero__title {
  font-size: 56px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -.02em;
  text-wrap: pretty;
}
.hero__title em { color: var(--yellow); }
.hero__lede {
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 560px;
}
.hero__actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.hero__aside {
  flex: .85;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 300px;
}

/* Centred hero used on the two inner pages */
.hero__inner--centred {
  position: relative;
  padding-top: 88px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  text-align: center;
}
.hero__inner--centred .eyebrow--pill { align-self: center; }
.hero__title--believe { font-size: 50px; line-height: 1.08; }
.hero__title--build { font-size: 46px; line-height: 1.1; }
.hero__lede--centred {
  font-size: 17.5px;
  line-height: 1.7;
  color: var(--muted);
}

/* Manifesto hero card */
.doc-card {
  background: linear-gradient(160deg, #1A1812, var(--card-dark));
  border: 1px solid var(--border-yellow);
  border-radius: 18px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
}
.doc-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.doc-card__eyebrow {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--yellow);
}
.doc-card__badge {
  font-size: 11px;
  color: var(--ink-dark);
  background: var(--yellow);
  border-radius: 99px;
  padding: 3px 10px;
  font-weight: 700;
  white-space: nowrap;
}
.doc-card__title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.doc-card__body { font-size: 14px; line-height: 1.6; color: var(--muted); }
.doc-card__link { align-self: flex-start; font-size: 14px; font-weight: 600; }

.proof-card {
  background: var(--card-dark);
  border: 1px solid var(--border-dark);
  border-radius: 18px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.proof-card__tile {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(242, 194, 48, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.proof-card__body { font-size: 13.5px; line-height: 1.5; color: var(--muted); }

/* ---------- Sections & grids ---------- */

.section {
  padding-top: 104px;
  padding-bottom: 104px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.section--tension { padding-top: 96px; padding-bottom: 96px; }
.section--assurance { gap: 32px; }
.section--infull {
  padding-top: 104px;
  padding-bottom: 96px;
  gap: 18px;
}
.section--plan { gap: 40px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.grid-editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

/* Risk cards on the white band */
.card-white {
  background: var(--card-white);
  border: 1px solid var(--border-white);
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card-white__title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.card-white__body { font-size: 14.5px; line-height: 1.6; color: var(--muted-white); }

.closing {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.closing p { font-size: 16.5px; line-height: 1.7; color: var(--ink-dark); font-weight: 500; }

/* Numbered feature cards on dark */
.feature-card {
  background: linear-gradient(170deg, #16150F, var(--card-dark));
  border: 1px solid rgba(242, 194, 48, .2);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.feature-card__tile {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: rgba(242, 194, 48, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.feature-card__title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}
.feature-card__body { font-size: 14.5px; line-height: 1.6; color: var(--muted); }

/* "The guide" card */
.guide-card {
  background: var(--card-white);
  border: 1px solid var(--border-white);
  border-radius: 18px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.guide-card .eyebrow { color: var(--faint-white); }
.guide-card__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  text-wrap: pretty;
}
.guide-card p { font-size: 15.5px; line-height: 1.75; color: var(--muted-white); }

/* Numbered step cards */
.step-card {
  background: var(--card-dark);
  border: 1px solid var(--border-dark);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.step-card__num {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--yellow);
}
.step-card__title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 19px;
  font-weight: 600;
}
.step-card__body { font-size: 14.5px; line-height: 1.6; color: var(--muted); }

.centre-action { display: flex; justify-content: center; }
.centre-action .pill--primary { padding: 14px 28px; }

/* Pledge cards */
.pledge-card {
  background: var(--card-white);
  border: 1px solid var(--border-white);
  border-radius: 14px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pledge-card__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
}
.pledge-card__body {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-dark);
  font-weight: 500;
}

/* "In full" long-form paragraph */
.h2--infull { font-size: 30px; line-height: 1.2; font-weight: 700; }
.longform { font-size: 15.5px; line-height: 1.8; color: var(--muted); }

/* ---------- Manifesto (What We Believe) ---------- */

.manifesto-section { padding-top: 80px; padding-bottom: 80px; }
.manifesto {
  background: #fff;
  border: 1px solid var(--border-white);
  border-radius: 20px;
  padding: 52px 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.manifesto p {
  font-size: 16.5px;
  line-height: 1.85;
  color: var(--longform-white);
}
.manifesto p.is-lead { font-weight: 500; }
/* Sized to its content by site.js, from a height the manifesto site posts to us. */
.manifesto__frame {
  display: block;
  width: 100%;
  height: 100vh; /* fallback until the first height message arrives */
  border: 0;
  border-radius: 12px;
  overflow: hidden;
}
.manifesto__frame.is-sized { height: auto; }
.pullquote {
  padding: 32px 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}
.pullquote__glyph {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 40px;
  line-height: .6;
  color: var(--gold);
  font-weight: 700;
}
.pullquote p {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--ink-dark);
  max-width: 560px;
}

.section--word {
  padding-top: 88px;
  padding-bottom: 96px;
  gap: 28px;
}
.section--word .section-head { gap: 12px; }
.h2--word { font-size: 32px; }
.section--word .lede { font-size: 16px; }

.check-row {
  background: var(--card-dark);
  border: 1px solid rgba(243, 241, 233, .09);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.check-row__mark { color: var(--yellow); font-weight: 700; font-size: 16px; }
.check-row__text { font-size: 15px; color: var(--text); font-weight: 500; }

/* ---------- What We're Building ---------- */

.section--open {
  padding-top: 80px;
  padding-bottom: 96px;
  gap: 32px;
}
.section--open .section-head { gap: 14px; max-width: 640px; }
.h2--open { font-size: 34px; }
.link-inline { color: var(--gold); font-style: italic; }
.link-inline:hover { color: var(--ink-dark); }

.workbench {
  background: var(--ink-dark);
  border: 1px solid rgba(242, 194, 48, .35);
  border-radius: 18px;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--text);
}
.workbench__status { display: flex; align-items: center; gap: 10px; }
.workbench__dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--yellow);
  box-shadow: 0 0 12px rgba(242, 194, 48, .8);
}
.workbench__tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--yellow);
}
.workbench__title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.workbench p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 560px;
}
.workbench .pill { align-self: flex-start; margin-top: 6px; }

/* ---------- Newsletter block ---------- */

.newsletter-wrap { background: var(--ink); }
.newsletter {
  padding-top: 64px;
  padding-bottom: 40px;
  width: 100%;
}
.newsletter__shell {
  background: var(--yellow);
  border-radius: 26px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 16px;
}
.newsletter__copy {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}
.newsletter__tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(23, 18, 4, .75);
}
.newsletter__title {
  font-size: 34px;
  line-height: 1.12;
  font-weight: 700;
  color: var(--ink-dark);
  text-wrap: pretty;
}
.newsletter__body {
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(23, 18, 4, 1);
}
.newsletter__panel {
  background: var(--card-dark);
  border-radius: 16px;
  padding: 34px 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}
.benefits { display: flex; flex-direction: column; gap: 12px; }
.benefit { display: flex; gap: 12px; align-items: flex-start; }
.benefit__mark { color: var(--yellow); font-weight: 700; font-size: 15px; line-height: 1.5; }
.benefit__text { font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.benefit__text strong { color: var(--text); font-weight: 600; }

.subscribe { display: flex; flex-direction: column; gap: 10px; }
.subscribe__row { display: flex; gap: 10px; }
.subscribe__input {
  flex: 1;
  min-width: 0;
  background: var(--ink);
  border: 1px solid rgba(243, 241, 233, .15);
  border-radius: 99px;
  padding: 13px 20px;
  font-size: 14.5px;
  color: var(--text);
  outline: none;
  font-family: 'Instrument Sans', system-ui, sans-serif;
}
.subscribe__input.has-error { border-color: var(--error); }
.subscribe__submit { padding: 13px 22px; font-size: 14px; }
.subscribe__micro { font-size: 12.5px; color: var(--muted); }

.subscribe-success {
  background: rgba(242, 194, 48, .12);
  border: 1px solid rgba(242, 194, 48, .4);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.subscribe-success__mark { color: var(--yellow); font-weight: 700; font-size: 16px; }
.subscribe-success__text { font-size: 14.5px; color: var(--text); font-weight: 500; }

/* ---------- Footer ---------- */

.footer {
  border-top: 1px solid rgba(243, 241, 233, .07);
  background: var(--ink);
}
.footer__inner {
  padding-top: 44px;
  padding-bottom: 44px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
.footer__about {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 380px;
}
.footer__brand { display: flex; align-items: center; gap: 10px; }
.footer__mark {
  width: 22px;
  height: 22px;
  background: var(--yellow);
  border-radius: 6px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer__mark::after {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--ink);
  border-radius: 2px;
}
.footer__word {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.footer__word span { color: var(--muted); font-weight: 500; }
.footer__about p { font-size: 14px; line-height: 1.6; color: var(--muted); }
.footer__copyright { font-size: 13px; color: var(--faint); }
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.footer__nav a { font-size: 14px; color: var(--muted); }
.footer__nav a:hover { color: var(--yellow); }

/* ---------- Responsive ---------- */

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

@media (max-width: 768px) {
  .container { padding-left: 20px; padding-right: 20px; }

  .header__inner { height: auto; padding-top: 12px; padding-bottom: 12px; flex-wrap: wrap; gap: 10px; }
  .nav { gap: 2px; width: 100%; justify-content: space-between; }
  .nav__link { padding: 6px 6px; font-size: 13px; }
  .nav .pill--primary { margin-left: 0; padding: 8px 14px; font-size: 13px; }

  .hero__inner { flex-direction: column; align-items: stretch; gap: 40px; padding-top: 64px; padding-bottom: 72px; }
  .hero__aside { min-width: 0; }
  .hero__title { font-size: 38px; }
  .hero__title--believe { font-size: 34px; }
  .hero__title--build { font-size: 32px; }
  .hero__lede { font-size: 16.5px; }
  .hero__line { display: none; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .pill { width: 100%; }

  .section,
  .section--tension,
  .section--infull,
  .section--word,
  .section--open,
  .manifesto-section { padding: 64px 8px; }

  .grid-3,
  .grid-4,
  .grid-2,
  .grid-editorial { grid-template-columns: 1fr; gap: 14px; }
  .grid-editorial { gap: 40px; }

  .h2 { font-size: 28px; }
  .h2--open, .h2--word, .h2--infull { font-size: 26px; }

  .manifesto { padding: 0; }
  .workbench { padding: 28px 24px; }
  .workbench .pill { width: 100%; }

  .newsletter__shell { grid-template-columns: 1fr; }
  .newsletter__copy { padding: 24px 20px 8px; }
  .newsletter__title { font-size: 28px; }
  .newsletter__panel { padding: 24px 20px; }
  .subscribe__row { flex-direction: column; }
  .subscribe__submit { width: 100%; }

  .centre-action .pill--primary { width: 100%; }
}
