/* ==========================================================================
   Ecosse PAT Testing
   Custom identity layered over Bootstrap 5. Mobile first.
   ========================================================================== */

:root {
  --green-900: #0d2a1d;
  --green-800: #123722;
  --green-700: #1b4d31;
  --green-600: #24633f;
  --gold:      #c8a04a;
  --gold-soft: #e0c07a;
  --paper:     #f7f5f0;
  --paper-2:   #efece4;
  --white:     #ffffff;
  --ink:       #191c18;
  --muted:     #57604f;
  --line:      #dad6c9;
  --line-dark: rgba(255, 255, 255, .16);

  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;

  --container-pad: 1.25rem;
  --radius: 3px;
  --transition: 160ms ease;
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */

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

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.005em;
  margin: 0 0 .6rem;
}

p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

a { color: var(--green-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--green-900); }

img { max-width: 100%; height: auto; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.container { padding-left: var(--container-pad); padding-right: var(--container-pad); }

@media (min-width: 1400px) {
  .container { max-width: 1240px; }
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--gold);
  color: var(--green-900);
  padding: .75rem 1.25rem;
  font-weight: 600;
}
.skip-link:focus { left: 0; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.btn-ecosse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .8rem 1.6rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .98rem;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--transition), color var(--transition), border-color var(--transition);
}

.btn-ecosse--gold {
  background: var(--gold);
  color: var(--green-900);
}
.btn-ecosse--gold:hover { background: var(--gold-soft); color: var(--green-900); }

.btn-ecosse--green {
  background: var(--green-800);
  color: #fff;
}
.btn-ecosse--green:hover { background: var(--green-600); color: #fff; }

.btn-ecosse--ghost {
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  background: transparent;
}
.btn-ecosse--ghost:hover { border-color: var(--gold); color: var(--gold-soft); }

.btn-ecosse--phone {
  background: var(--gold);
  color: var(--green-900);
  padding: .6rem 1.1rem;
  white-space: nowrap;
}
.btn-ecosse--phone:hover { background: var(--gold-soft); color: var(--green-900); }

/* --------------------------------------------------------------------------
   Header and navigation
   -------------------------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--green-900);
  border-bottom: 1px solid var(--line-dark);
}

.header-strip {
  display: none;
  background: rgba(0, 0, 0, .25);
  font-size: .82rem;
  padding: .45rem 0;
  color: rgba(255, 255, 255, .72);
}
.header-strip a { color: rgba(255, 255, 255, .72); text-decoration: none; }
.header-strip a:hover { color: var(--gold-soft); }

@media (min-width: 992px) { .header-strip { display: block; } }

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  color: var(--gold);
}
.brand__logo { display: block; width: 52px; height: 52px; }

@media (min-width: 992px) {
  .brand__logo { width: 62px; height: 62px; }
}
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--gold);
}
.brand__sub {
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .78);
  margin-top: .18rem;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: var(--radius);
  color: #fff;
  padding: .55rem .85rem;
  font-weight: 600;
  font-size: .9rem;
  cursor: pointer;
}
.nav-toggle__bars { display: inline-flex; flex-direction: column; gap: 4px; width: 18px; }
.nav-toggle__bars span {
  display: block;
  height: 2px;
  background: var(--gold);
  transition: transform var(--transition), opacity var(--transition);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.primary-nav {
  display: none;
  width: 100%;
  padding: .5rem 0 1.25rem;
  border-top: 1px solid var(--line-dark);
}
.primary-nav.is-open { display: block; }

.primary-nav__list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.primary-nav__list li + li { border-top: 1px solid var(--line-dark); }
.primary-nav__list a {
  display: block;
  padding: .85rem .1rem;
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  font-weight: 500;
}
.primary-nav__list a:hover { color: var(--gold-soft); }

@media (min-width: 992px) {
  .nav-toggle { display: none; }
  .primary-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: auto;
    padding: 0;
    border-top: 0;
  }
  .primary-nav__list {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    margin: 0;
  }
  .primary-nav__list li + li { border-top: 0; }
  .primary-nav__list a {
    padding: 0;
    font-size: .95rem;
    position: relative;
  }
  .primary-nav__list a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition);
  }
  .primary-nav__list a:hover::after,
  .primary-nav__list a:focus-visible::after { transform: scaleX(1); }
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */

.section { padding: 3.25rem 0; }
.section--light { background: var(--paper); }
.section--tint { background: var(--paper-2); }
.section--dark { background: var(--green-900); color: rgba(255, 255, 255, .88); }

@media (min-width: 768px) { .section { padding: 4.5rem 0; } }
@media (min-width: 1200px) { .section { padding: 5.5rem 0; } }

.section-head { max-width: 46rem; margin-bottom: 2rem; }

.section-title {
  font-size: clamp(1.9rem, 5vw, 2.75rem);
  text-transform: uppercase;
  letter-spacing: .01em;
  color: var(--green-900);
  padding-bottom: .6rem;
  border-bottom: 3px solid var(--gold);
  display: inline-block;
  margin-bottom: 1.1rem;
}
.section-title--light { color: #fff; }

.section-intro {
  max-width: 44rem;
  color: var(--muted);
  font-size: 1.05rem;
}
.section-intro--light { color: rgba(255, 255, 255, .78); }

.script-line {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-style: italic;
  color: var(--gold-soft);
  margin-top: 1.75rem;
}
.script-line--small { font-size: 1.25rem; margin-top: 2rem; }

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

.hero {
  background:
    linear-gradient(180deg, rgba(13, 42, 29, .94), rgba(13, 42, 29, .99)),
    var(--green-900);
  color: #fff;
  padding: 3rem 0 3.5rem;
  border-bottom: 4px solid var(--gold);
}

@media (min-width: 992px) { .hero { padding: 5rem 0 5.5rem; } }

.hero__eyebrow {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
  color: var(--gold);
  margin-bottom: .5rem;
}

.hero__title {
  font-size: clamp(2.2rem, 8vw, 4.1rem);
  text-transform: uppercase;
  color: #fff;
  max-width: 16ch;
  margin-bottom: 1.1rem;
}

.hero__lead {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, .82);
  max-width: 52ch;
  margin-bottom: 1.75rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 2rem;
}

.hero__points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1.4rem;
  margin: 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--line-dark);
  font-size: .92rem;
  color: rgba(255, 255, 255, .72);
}
.hero__points li { position: relative; padding-left: 1.05rem; }
.hero__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  background: var(--gold);
}

.hero__panel {
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--line-dark);
  border-left: 4px solid var(--gold);
  padding: 1.75rem;
}

.hero__panel-logo {
  display: block;
  width: 118px;
  height: auto;
  margin-bottom: 1.1rem;
}

.hero__panel-title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1.15;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.25rem;
}

.hero__panel-list { margin: 0 0 1.25rem; }
.hero__panel-list > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .6rem 0;
  border-top: 1px solid var(--line-dark);
}
.hero__panel-list dt { font-weight: 400; color: rgba(255, 255, 255, .62); font-size: .92rem; }
.hero__panel-list dd { margin: 0; font-weight: 600; color: #fff; font-size: .95rem; }

.hero__panel-foot {
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}

/* --------------------------------------------------------------------------
   Sectors
   -------------------------------------------------------------------------- */

.sector-grid {
  list-style: none;
  margin: 2.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.sector {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--green-800);
  padding: 1.5rem 1.35rem 1.6rem;
  transition: border-top-color var(--transition), box-shadow var(--transition);
}

.sector:hover {
  border-top-color: var(--gold);
  box-shadow: 0 2px 12px rgba(13, 42, 29, .07);
}

.sector__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 1rem;
  color: var(--green-700);
  background: var(--paper-2);
  border: 1px solid var(--line);
}

.sector__title {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: var(--green-900);
  margin-bottom: .3rem;
}

.sector__text {
  color: var(--muted);
  margin: 0;
  font-size: .96rem;
}

/* Optional photo slot. Add <img class="sector__image"> above the icon and
   drop a file into assets/images to use real photography. */
.sector__image {
  display: block;
  width: calc(100% + 2.7rem);
  height: 150px;
  object-fit: cover;
  margin: -1.5rem -1.35rem 1.25rem;
}

@media (min-width: 768px) {
  .sector-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
}

@media (min-width: 1200px) {
  .sector-grid { grid-template-columns: repeat(3, 1fr); }
}

/* --------------------------------------------------------------------------
   Check list
   -------------------------------------------------------------------------- */

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.check-list li {
  position: relative;
  padding: .7rem 0 .7rem 2rem;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, .9);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

@media (min-width: 576px) {
  .check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.5rem;
  }
}

/* --------------------------------------------------------------------------
   Pricing
   -------------------------------------------------------------------------- */

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
}

.price-table caption {
  caption-side: top;
  font-family: var(--font-display);
  font-size: 1.3rem;
  text-transform: uppercase;
  color: var(--green-900);
  padding: 0 0 .6rem;
  text-align: left;
}

.price-table th,
.price-table td {
  padding: .85rem 1rem;
  border-bottom: 1px solid var(--line);
  font-size: .98rem;
  vertical-align: middle;
}

.price-table th {
  font-weight: 500;
  color: var(--ink);
  text-align: left;
}

.price-table td {
  text-align: right;
  font-weight: 700;
  color: var(--green-800);
  white-space: nowrap;
}

.price-table tr:last-child th,
.price-table tr:last-child td { border-bottom: 0; }

.price-table--feature {
  background: var(--green-900);
  border-color: var(--green-900);
}
.price-table--feature th,
.price-table--feature td { border-bottom-color: var(--line-dark); }
.price-table--feature th { color: rgba(255, 255, 255, .88); }
.price-table--feature td { color: var(--gold); }

.price-note {
  margin-top: .9rem;
  font-size: .9rem;
  color: var(--muted);
  font-style: italic;
}

/* --------------------------------------------------------------------------
   Reasons
   -------------------------------------------------------------------------- */

.reason-list { margin: 0; }

.reason {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}
.reason:first-child { border-top: 1px solid var(--line); }

.reason dt {
  font-family: var(--font-display);
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--green-900);
  letter-spacing: .01em;
}
.reason dd {
  margin: .15rem 0 0;
  color: var(--muted);
  font-size: .98rem;
}

/* --------------------------------------------------------------------------
   Benefits
   -------------------------------------------------------------------------- */

.benefit-grid {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.75rem;
}

.benefit { padding-left: 1.1rem; border-left: 2px solid var(--gold); }
.benefit__icon { display: inline-flex; color: var(--green-700); margin-bottom: .5rem; }
.benefit__title {
  font-size: 1.15rem;
  text-transform: uppercase;
  color: var(--green-900);
  margin-bottom: .25rem;
}
.benefit__text { color: var(--muted); font-size: .95rem; margin: 0; }

@media (min-width: 576px) { .benefit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .benefit-grid { grid-template-columns: repeat(5, 1fr); gap: 2rem; } }

/* --------------------------------------------------------------------------
   Contact
   -------------------------------------------------------------------------- */

.contact-details {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
.contact-details li {
  padding: .9rem 0;
  border-top: 1px solid var(--line-dark);
}
.contact-details__label {
  display: block;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  margin-bottom: .2rem;
}
.contact-details__value {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
}
a.contact-details__value:hover { color: var(--gold-soft); }

.quote-form {
  background: var(--paper);
  border-top: 4px solid var(--gold);
  padding: 1.5rem;
  color: var(--ink);
}
@media (min-width: 768px) { .quote-form { padding: 2rem; } }

.form-label-ecosse {
  display: block;
  font-size: .88rem;
  font-weight: 600;
  color: var(--green-900);
  margin-bottom: .35rem;
}

.form-control-ecosse {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: .7rem .85rem;
  font-size: 1rem;
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}
.form-control-ecosse:focus {
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(27, 77, 49, .15);
  background: var(--white);
  color: var(--ink);
}
.form-control-ecosse[aria-invalid="true"] { border-color: #a3271f; }

.form-error {
  margin: .35rem 0 0;
  font-size: .85rem;
  color: #a3271f;
  font-weight: 500;
}

.form-status {
  margin-bottom: 1.25rem;
  padding: .85rem 1rem;
  font-weight: 500;
  border-left: 3px solid var(--green-700);
  background: #e9f0e9;
}
.form-status--error {
  border-left-color: #a3271f;
  background: #fbeceb;
}

.form-trap {
  margin: 0;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-form__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: .5rem;
}
.quote-form__privacy {
  margin: 0;
  font-size: .85rem;
  color: var(--muted);
}

.btn-ecosse[disabled] { opacity: .65; cursor: progress; }

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

.newsletter {
  background: var(--gold);
  color: var(--green-900);
  padding: 2.5rem 0;
}

@media (min-width: 992px) { .newsletter { padding: 3rem 0; } }

.newsletter__title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  text-transform: uppercase;
  color: var(--green-900);
  margin-bottom: .4rem;
}

.newsletter__text {
  margin: 0;
  color: rgba(13, 42, 29, .78);
  max-width: 46ch;
  font-size: .98rem;
}

.newsletter__form .form-label-ecosse--light { color: var(--green-900); }

.newsletter__row {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.newsletter__row .form-control-ecosse {
  flex: 1 1 15rem;
  border-color: rgba(13, 42, 29, .35);
}
.newsletter__row .btn-ecosse {
  background: var(--green-900);
  color: var(--gold);
  flex: 0 0 auto;
}
.newsletter__row .btn-ecosse:hover { background: var(--green-700); color: #fff; }

.newsletter__note {
  margin: .7rem 0 0;
  font-size: .9rem;
  font-weight: 600;
}
.newsletter__note--ok { color: var(--green-900); }
.newsletter__note--error { color: #7a1f18; }

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

.site-footer {
  background: #0a1f16;
  color: rgba(255, 255, 255, .7);
  padding: 3rem 0 1.5rem;
  font-size: .95rem;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--gold);
  margin-bottom: .5rem;
}

.footer-note { color: rgba(255, 255, 255, .6); max-width: 34ch; }

.footer-heading {
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  margin-bottom: .9rem;
  font-family: var(--font-body);
  font-weight: 600;
}

.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { padding: .3rem 0; }
.footer-list a { color: rgba(255, 255, 255, .78); text-decoration: none; }
.footer-list a:hover { color: var(--gold-soft); }
.footer-list--contact li { padding: .45rem 0; }

.footer-base {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-dark);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .5rem;
  font-size: .85rem;
  color: rgba(255, 255, 255, .5);
}
.footer-base p { margin: 0; }

/* --------------------------------------------------------------------------
   Areas we cover
   -------------------------------------------------------------------------- */

.areas__title {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: var(--green-900);
  margin: 0 0 .75rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--gold);
}

.areas__list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 1.5rem;
}

.areas__list li {
  break-inside: avoid;
  padding: .28rem 0 .28rem 1.1rem;
  position: relative;
  font-size: .95rem;
  color: var(--muted);
}

.areas__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: var(--gold);
}

@media (max-width: 575.98px) {
  .areas__list { columns: 1; }
}

/* --------------------------------------------------------------------------
   FAQs
   -------------------------------------------------------------------------- */

.faq-list {
  max-width: 52rem;
  margin: 0 auto;
}

.faq {
  border-bottom: 1px solid var(--line);
}

.faq__q {
  cursor: pointer;
  list-style: none;
  padding: 1.05rem 2.5rem 1.05rem 0;
  position: relative;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--green-900);
}

.faq__q::-webkit-details-marker { display: none; }

.faq__q::after {
  content: "";
  position: absolute;
  right: .55rem;
  top: 50%;
  width: .6rem;
  height: .6rem;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .2s ease;
}

.faq[open] .faq__q::after { transform: translateY(-30%) rotate(-135deg); }

.faq__q:hover,
.faq__q:focus-visible { color: var(--green-600); }

.faq__a {
  padding: 0 2.5rem 1.15rem 0;
}

.faq__a p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   Form status messages
   -------------------------------------------------------------------------- */

/* Clear the sticky header, and leave a little breathing room above. */
#quote-status,
#news-status {
  scroll-margin-top: 7rem;
  outline: none;
}

/* The jump to the message is instant, so fade it in to draw the eye
   instead. No layout movement, so nothing shifts under the cursor. */
@keyframes status-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.form-status,
.newsletter__note--ok,
.newsletter__note--error {
  animation: status-in .45s ease-out both;
}

@media (prefers-reduced-motion: reduce) {
  .form-status,
  .newsletter__note--ok,
  .newsletter__note--error { animation: none; }
}
