/* ==========================================================================
   Alpine Media Technology - Consolidated Styles
   Firebase-ready: No Webflow dependencies
   ========================================================================== */

/* --- Reset / Normalize --- */
*, *::before, *::after { box-sizing: border-box; }
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; height: 100%; scroll-behavior: smooth; }
body { margin: 0; min-height: 100%; background-color: #fff; }
article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; }
a { background-color: transparent; }
b, strong { font-weight: bold; }
img { border: 0; max-width: 100%; vertical-align: middle; display: inline-block; }
svg:not(:root) { overflow: hidden; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }

/* --- CSS Variables --- */
:root {
  --quiltt-navy: #161845;
  --alpine-blue: #195de5;
  --campushub-navy: #2b4165;
  --hoam-teal: #0b6f8e;
}

/* --- Base Typography --- */
body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 { margin-top: 20px; margin-bottom: 10px; font-size: 24px; font-weight: bold; line-height: 30px; }
h4 { margin-top: 10px; margin-bottom: 10px; font-size: 18px; font-weight: bold; line-height: 24px; }

p {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

a { text-decoration: none; }
label { display: block; margin-bottom: 5px; font-weight: bold; }

/* --- Form Elements --- */
.w-input, .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.w-input::placeholder { color: #999; }
textarea.w-input { height: auto; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: #fff;
  border: 0;
  line-height: inherit;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

/* --- Layout Helpers --- */
.w-clearfix::after { content: " "; display: table; clear: both; }
.w-inline-block { max-width: 100%; display: inline-block; }
.w-row { margin-left: -10px; margin-right: -10px; }
.w-row::before, .w-row::after { content: " "; display: table; }
.w-row::after { clear: both; }
.w-col { position: relative; float: left; width: 100%; min-height: 1px; padding-left: 10px; padding-right: 10px; }
.w-col-4 { width: 33.3333%; }
.w-col-8 { width: 66.6667%; }

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

/* --- Navigation --- */
.container--home { margin: 0; }

.hover-nav {
  background-color: #fff;
  width: 260px;
  height: 84px;
  margin-top: 64px;
  margin-right: 64px;
  padding: 10px;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  box-shadow: 10px 0 40px #0000001a;
}

.nav-item {
  float: right;
  color: #000;
  background-color: transparent;
  justify-content: space-around;
  align-items: center;
  padding: 17px 10px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  text-decoration: none;
}

.nav-item:hover,
.nav-item:focus {
  text-decoration: underline;
}

.nav-item.hidden { display: none; }

.text-block {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.nav-logo {
  float: right;
  color: transparent;
  background-color: transparent;
  justify-content: space-around;
  align-items: center;
  padding: 17px 20px;
  font-size: 20px;
  display: flex;
}

.image-4 { cursor: pointer; }

/* --- Header Bar --- */
.header-bar {
  background-color: #000;
  height: 40px;
}

/* --- Homepage Grid --- */
.grid--primary {
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 0;
}

/* --- Homepage: AMT Intro --- */
.logobox--amt {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.box--intro {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
}

.p__intro {
  max-width: 680px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.image-2 { max-width: 300px; }
.image-3 { width: 30%; }

/* --- Product Sections --- */
.logobox--alpine {
  background-color: var(--alpine-blue);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.descriptionbox--alpine {
  background-color: #195de51a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  min-height: 100vh;
}

.h2--alpine { color: #1348b2; font-weight: 500; }

.logobox--hoam {
  background-color: var(--hoam-teal);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.descriptionbox--hoam {
  background-color: #0b6f8e1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  min-height: 100vh;
}

.h2--hoam { color: #085066; font-weight: 500; }

.logobox--quiltt {
  background-color: var(--quiltt-navy);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.descriptionbox--quiltt {
  background-color: #1618451a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  min-height: 100vh;
}

.h2-quiltt { color: var(--quiltt-navy); font-weight: 500; }

.logobox--campushub {
  background-color: var(--campushub-navy);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.descriptionbox--campushub {
  background-color: #2b41651a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  min-height: 100vh;
}

.h2-campushub { color: var(--campushub-navy); font-weight: 500; }

/* --- Product Text --- */
.p__desc { max-width: 460px; }

.p--large { color: #1348b2e6; font-size: 18px; line-height: 26px; }
.p--large.alpine { color: #1348b2; }
.p--large.quiltt { color: #161845cc; }
.p--large.hoam { color: #085066; }
.p--large.campushub { color: var(--campushub-navy); }

.p--quickfact {
  color: #1348b2;
  text-align: left;
  background-color: #195de50d;
  border-radius: 8px;
  margin-top: 25px;
  padding: 16px 20px 16px 16px;
  font-size: 16px;
  line-height: 22px;
}

.p--quickfact.quiltt { color: #161845e6; background-color: #1618450d; }
.p--quickfact.hoam { color: #085066; }
.p--quickfact.campushub { color: #2b4165f0; background-color: #1618450d; }

.source-link {
  color: var(--alpine-blue);
  background-color: transparent;
  font-size: 11px;
  text-decoration: underline;
}

.source-link.quiltt { color: #16184599; font-size: 10px; }
.source-link.hoam { color: #0b6f8ecc; }

/* --- Buttons --- */
.btn {
  background-color: var(--alpine-blue);
  color: #fff;
  border: 0;
  border-radius: 4px;
  align-self: flex-start;
  margin-top: 0;
  padding: 12px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.btn.btn--hoam { background-color: #085066; margin-top: 24px; }
.btn.btn--hoam:hover { background-color: #063c4c; }
.btn.btn--alpine { background-color: #1348b2; margin-top: 24px; }
.btn.btn--alpine:hover { background-color: #113e99; }
.btn.btn--quiltt { background-color: var(--quiltt-navy); margin-top: 24px; }
.btn.btn--quiltt:hover { background-color: #101233; }
.btn.btn--campushub { background-color: var(--campushub-navy); margin-top: 24px; }
.btn.btn--campushub:hover { background-color: #101233; }
.btn.contact { margin-top: 20px; }

/* --- Show More Link --- */
.link--show-more {
  color: var(--quiltt-navy);
  background-color: transparent;
  font-style: italic;
  position: absolute;
  bottom: 60px;
}

.link-highlight {
  color: #07402d;
  background-color: #19e5a133;
}

.text-span { font-weight: 600; }

/* --- Page Layout --- */
.primary-heading {
  margin-top: 217px;
  margin-left: 78px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.primary-heading.team {
  max-width: 800px;
  margin-top: 250px;
  margin-left: 0;
  position: relative;
}

.page-width-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* --- About Page: Timeline --- */
.div-block { margin-top: 96px; }
.div-block-6 { margin-top: 140px; }

.heading-secondary {
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.history { margin-top: 32px; }

.timeline-row {
  display: flex;
  align-items: stretch;
  min-height: 0;
}

.timeline-marker {
  width: 100px;
  flex-shrink: 0;
  position: relative;
  padding-top: 2px;
}

.timeline-marker .date {
  position: relative;
  z-index: 1;
}

/* Vertical line runs down the center of the marker column */
.timeline-marker.line-solid::before,
.timeline-marker.line-dashed::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 24px;
  bottom: 0;
  width: 0;
}

.timeline-marker.line-solid::before {
  border-left: 2px solid #aaa;
}

.timeline-marker.line-dashed::before {
  border-left: 2px dashed #aaa;
}

.date {
  color: #7a7a7a;
  text-align: center;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  white-space: nowrap;
}

.timeline-content {
  flex: 1;
  padding-left: 24px;
  padding-bottom: 24px;
}

.timeline-content p {
  margin-top: 0;
  margin-bottom: 16px;
}

.timeline-content p:last-child {
  margin-bottom: 0;
}

.section {
  border-top: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 40px;
  display: flex;
}

/* --- Team Grid --- */
.grid {
  grid-column-gap: 90px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.team-member-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 325px;
}

.team-member-name {
  color: #000;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.team-member { color: #000; background-color: transparent; }

.team-member-role {
  color: #4b4b4b;
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.team-member-name-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.linkedin-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: color 0.2s ease;
  color: #333;
}

.linkedin-icon:hover {
  color: #0A66C2;
}

.team-member-info {
  display: flex;
  flex-direction: column;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
  font-family: Lato, sans-serif;
  display: flex;
}

.collection-list {
  grid-column-gap: 90px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 60px;
  display: grid;
}

.arrow {
  align-self: center;
  margin-right: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  display: none;
}

.link-block {
  color: #000;
  background-color: transparent;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link-block:hover { color: var(--alpine-blue); }

/* --- Contact Page --- */
.contact-section {
  border: 1px solid #eee;
  justify-content: space-between;
  margin-top: 140px;
  margin-bottom: 80px;
  padding: 24px;
  display: flex;
}

.form {
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: flex-start;
  width: 50%;
  max-width: 450px;
  display: flex;
}

.form-description {
  width: 50%;
  padding-top: 20px;
}

.contact-form {
  flex: 1;
  display: block;
}

.text-block-2 {
  margin-top: 23px;
  padding-right: 43px;
  line-height: 24px;
}

.field-label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.captcha { margin-top: 20px; }
.form-field { border-radius: 2px; max-width: 450px; }
.success-message { background-color: #f7f7f7; }

.profile-avatar-image {
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.profile-avatar { margin-left: -18px; display: block; }
.avatar-set { margin-left: 0; margin-bottom: 24px; display: flex; align-items: center; }

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

/* --- Footer --- */
.p--footer {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
  display: flex;
}

.link--footer {
  color: #333;
  background-color: transparent;
  align-self: flex-start;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
}

.link--footer:hover { color: var(--alpine-blue); }
.link--footer.hidden { display: block; }

.p--footer__link {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  display: flex;
}

.links--footer {
  flex: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
}

.footer-extra {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.veteran-badge {
  margin-top: 40px;
  margin-right: 20px;
  display: block;
}

/* --- Privacy / Subscription Pages --- */
.text-block-3 { margin-bottom: 80px; }

/* --- 401 Page --- */
.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-5 { color: transparent; width: 20px; }
.div-block-5 { z-index: 100; width: 340px; }

/* ==========================================================================
   Grid Node Placements (Homepage)
   ========================================================================== */
#w-node-logobox-amt {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-box-intro {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#alpine {
  grid-area: span 3 / span 3 / span 3 / span 3;
  align-self: stretch;
}

#w-node-desc-alpine {
  grid-area: span 3 / span 3 / span 3 / span 3;
  place-self: stretch;
}

#hoam {
  grid-area: span 3 / span 3 / span 3 / span 3;
  align-self: stretch;
}

#w-node-desc-hoam {
  grid-area: span 3 / span 3 / span 3 / span 3;
  place-self: stretch;
}

#quiltt {
  grid-area: span 3 / span 3 / span 3 / span 3;
  align-self: stretch;
}

#w-node-desc-quiltt {
  grid-area: span 3 / span 3 / span 3 / span 3;
  place-self: stretch;
}

#campushub {
  grid-area: span 3 / span 3 / span 3 / span 3;
  align-self: stretch;
}

#w-node-desc-campushub {
  grid-area: span 3 / span 3 / span 3 / span 3;
  place-self: stretch;
}

#w-node-footer {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

/* ==========================================================================
   Responsive: Tablet (max-width: 991px)
   ========================================================================== */
@media screen and (max-width: 991px) {
  .logobox--amt { min-height: 30vh; }
  .grid--primary { grid-auto-flow: row; }

  .box--intro {
    flex-direction: column;
    justify-content: center;
    min-height: 70vh;
    padding-left: 80px;
    padding-right: 80px;
  }

  .p__intro { max-width: 800px; font-size: 20px; line-height: 30px; }
  .image-2 { margin: 40px; }

  .logobox--quiltt,
  .logobox--hoam,
  .logobox--alpine,
  .logobox--campushub { min-height: 60vh; }

  .descriptionbox--quiltt,
  .descriptionbox--hoam,
  .descriptionbox--alpine,
  .descriptionbox--campushub { min-height: auto; }

  .p--footer {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 10px;
  }

  .p--footer__link { display: flex; }
  .links--footer { margin-left: 0; }

  .hover-nav { margin-top: 10px; margin-right: 10px; }
  .primary-heading.team { margin-top: 220px; }
  .page-width-container { margin-left: 40px; margin-right: 40px; }

  .team-member-photo {
    background-position: 50% 0;
    background-size: cover;
    min-height: 325px;
  }

  .collection-list { grid-column-gap: 48px; grid-template-columns: 1fr 1fr; }
  .contact-section { margin-top: 100px; }
  .section { display: block; }
  .footer-extra { flex-direction: row; position: static; }
}

/* ==========================================================================
   Responsive: Mobile Landscape (max-width: 767px)
   ========================================================================== */
@media screen and (max-width: 767px) {
  /* Single-column grid layout */
  .grid--primary {
    grid-template-columns: 1fr;
  }

  #w-node-logobox-amt,
  #w-node-box-intro,
  #alpine, #w-node-desc-alpine,
  #hoam, #w-node-desc-hoam,
  #quiltt, #w-node-desc-quiltt,
  #campushub, #w-node-desc-campushub,
  #w-node-footer {
    grid-area: auto;
  }

  /* Nav: full-width top bar, not fixed overlay */
  .hover-nav {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }

  .nav-logo { padding: 8px 12px 8px 0; }
  .nav-item { padding: 8px 12px; font-size: 16px; }

  /* AMT logo + intro sections */
  .logobox--amt { min-height: 50vh; margin-top: 0; }
  .box--intro { min-height: auto; padding: 40px 24px; }
  .image-2 { max-width: 70%; }
  .p__intro { font-size: 18px; line-height: 28px; }

  /* Product logo sections */
  .logobox--quiltt,
  .logobox--hoam,
  .logobox--alpine,
  .logobox--campushub { min-height: 50vh; }

  /* Product description sections */
  .descriptionbox--quiltt,
  .descriptionbox--hoam,
  .descriptionbox--alpine,
  .descriptionbox--campushub {
    min-height: auto;
    padding: 40px 24px;
  }

  .p--large.alpine,
  .p--large.quiltt,
  .p--large.hoam,
  .p--large.campushub {
    font-size: 16px;
    line-height: 24px;
  }

  .p__desc { max-width: 100%; }

  .p--footer { align-self: flex-start; margin-top: 20px; margin-bottom: 40px; }

  .link--show-more,
  .link--show-more.w--current { display: none; }

  .primary-heading.team { margin-top: 100px; font-size: 32px; line-height: 40px; }
  .div-block { margin-top: 60px; }
  .collection-list { grid-template-columns: 1fr 1fr; }
  .contact-section { flex-direction: column; align-items: flex-start; }
  .timeline-marker { display: none; }
  .timeline-row { grid-template-columns: 1fr; }
  .timeline-content { padding-left: 0; }
  .section { display: block; }
  .div-block-4 { z-index: auto; }
  .div-block-5 { z-index: 100; width: 100%; }
  .footer-extra { flex-direction: column; }
  .veteran-badge { align-self: flex-start; }
  .form { flex: 0 auto; width: 100%; }
  .form-description { width: 100%; }
  .text-block-2 { margin-top: 20px; margin-bottom: 20px; }
}

/* ==========================================================================
   Responsive: Mobile Portrait (max-width: 479px)
   ========================================================================== */
@media screen and (max-width: 479px) {
  .p__intro { font-size: 16px; line-height: 26px; }
  .p--footer { margin-left: 20px; padding-left: 0; font-size: 12px; }
  .links--footer { margin-left: 20px; }
  .nav-item { font-size: 14px; }
  .page-width-container { margin: 20px; }
  .team-member-photo { min-height: 280px; }
  .collection-list { grid-template-columns: 1fr; }
  .primary-heading.team { margin-top: 80px; font-size: 28px; line-height: 36px; }

  .logobox--quiltt,
  .logobox--hoam,
  .logobox--alpine,
  .logobox--campushub { min-height: 40vh; }

  .contact-section {
    border-style: none;
    margin-top: 60px;
    padding: 0;
  }

  .section { grid-template-columns: 1fr; }
  .footer-extra { flex-direction: column; }
  .veteran-badge { align-self: flex-start; margin-left: 20px; }

  .form {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .contact-form { flex: 1; display: block; }
}
