/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles --- css/author.css
   ========================================================================== */
	
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

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

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


/* ====== Smart Bottom Nav ====== */

.bottom-nav-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;

	/*
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	*/

	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	background-color: rgba(255, 255, 255, 0.1); /* or 0.2–0.3 for stronger effect */
	background-color: rgba(0,0,0,0.8);
/*
	background-color: rgba(247,217,188,0.75);
	background-color: #cc0e2a;
	background-color: rgba(204,14,42,0.75);
*/
/*	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
/*	border-radius: 35px;*/

	transform: translateY(100%); 
	transition: transform 0.2s ease-in-out;
}

.bottom-nav-container.show {
	transform: translateY(0); /* Slide up to show */
}

.bottom-nav {
	padding: 0% 4% 0% 4%;
}

/* ====== Smart Nav Bottom Inside ====== */

.grid-container-smart-nav-bottom-inside {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 0px;
	padding-top: 10px;
	max-width: 1400px;
	margin: 0 auto;
	grid-template-areas:
  "prev1 desc1 next1";
/*	background-color: rgba(240,255,0,0.26);*/
}

.smart-prev1 { grid-area: prev1; 
	
}
/*
.smart-desc1 { grid-area: desc1; 
	padding-top: 10px;
	text-align: center;
}
*/
.smart-desc1 {
  grid-area: desc1;
  display: flex;
  align-items: center;   /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
  padding-bottom: 13px;
}
.smart-next1 { grid-area: next1;
	line-height: 0px;
	text-align: right;
}

/* ========= CCC ========= */

@media (max-width: 734px) {
.smart-desc1 { grid-area: desc1;
	line-height: 24px
}
}


/* ====== Smart Navigation Buttons ====== */

.arrow-smart-button {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  padding: 0;

/*
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
*/
}

.arrow-smart-button {
  background-color: rgba(255, 255, 255, 0.0);
}

/* ====== Directional Backgrounds ====== */

.arrow-smart-button.prev {
  background-image: url("../img/arrow-left.87.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-smart-button.next {
  background-image: url("../img/arrow-right.87.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ====== Hover Effects ====== */

.arrow-smart-button.prev:hover {
  transform: translateX(-5px);
}

.arrow-smart-button.next:hover {
  transform: translateX(5px);
}



/* ====== badge + enlarge ====== */

.badge {
    font-family: "Inter-Regular", sans-serif;
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 6px 17px 8px 16px;
    color: #FFF;
    background: rgba(0,0,0,0.65);
    line-height: 1;
    transition: opacity 100ms linear;
    font-size: 18px;
    font-weight: normal;
    opacity: 0; /* Start hidden */
		border-radius: 25px;
		
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
/*
background-color: rgba(255, 255, 255, 0.1); 
background-color: rgba(247,217,188,0.75);
*/
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.badge:hover {
    opacity: 1; /* Show on hover #DA2C43 */
}

/* ====== badge-dark ====== */

.badge-dark { 
	color: black;
	background-color: rgba(204,204,204,0.80);
}
				 
@media (max-width: 600px) {
.badge {
	display: none;
	position: absolute;
	bottom: 6px;
	left: 6px;
	padding: 6px;
	color: #FFF;
	background: rgba(0,0,0,0.65);
	line-height: 1;
	transition: opacity 100ms linear;
	font-size: 16px;
	font-weight: normal;
	opacity: 0; /* Start hidden */
}

.badge:hover {
	opacity: 1; /* Show on hover */
}
}

.fit-picture {
  object-fit: cover;
}

img {
	display: block;
}

/* pswp caption */

b { 
  font-weight: bold;
}

/* ====== additional formatting ====== */

.title1-h1-small {
  font-family: "BebasKai", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffb906;
/*	color: rgba(245,245,245,0.9);*/
/*	color: #4ade80;*/ 
	color: #f87171; 
  font-size: 38px;
	line-height: 40px;
  letter-spacing: 1px;
  display: block;
}

.element-123-bg-color {
	color: #131315;
  display: inline-block;
  background-color: #A6A6A6;
/*	background-color: #b0b0b0;*/
  padding: 4px 8px 4px 8px;
}

@media (max-width: 590px) {
	
.marginBottom20px {
	margin-bottom: 20px;
}

}

.copy-area-right-side {
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	color: #e8eaed;
	color: #ccc;
	color: #b0b0b0;
}

.a-line-break {
  height: 40px;
  max-width: 100%;
  border-top: 1px solid #373737;
}

/* ====== about process ====== */

.process-steps {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .step {
      margin-bottom: 1rem;
      padding-left: 0.75rem;
      border-left: 4px solid transparent;
    }

    .step span {
      font-weight: 600;
      letter-spacing: 0.5px;
      margin-right: 0.5em;
      display: inline-block;
    }

    /* Color-coded steps */
    .incept  { border-color: #6EC1E4; color: #6EC1E4; }
    .spark   { border-color: #F7A541; color: #F7A541; }
    .tune    { border-color: #C084FC; color: #C084FC; }
    .build   { border-color: #4ADE80; color: #4ADE80; }
    .launch  { border-color: #F87171; color: #F87171; }

/* ====== rationale highlighted fonts ====== */

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.color-this-AAA { 
	color: #ffb906;
	color: #8D8D8D;
	color: rgba(245,245,245,0.65);
}

.orange-two {
	color: #131315;
	color: #B8B8BE;
	padding: 1px 4px;
	background-color: rgba(0,216,255,0.4);
/*	display: block;*/
/*	border-bottom: 4px dotted blue;*/
}

.NASA-RED {
	color: #aa111d;
}

/* ============ COLORS ============ */ 
/*
#f15854
#4d4d4d
#5da5da
#decf3f
#b276b2
#faa43a
#aa111d NASA RED
*/

/* ====== creative right lines ====== */

.creative-services-list-one {
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
	color: #e8eaed;
	position: relative;	
/*	background-color: rgba(46,184,191,0.53); */
}

ul.TT {
	margin-top: 0px;
	margin-bottom: 60px;
  margin-left: 0px;
	margin-right: 0px;
}

li.TT {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #b276b2;
}

.didThis-container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; 
  gap: 8px; 
  padding-left: 20px;
  background-color: rgba(250,235,215,0.00);
}

.didthis {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #e8eaed;
  padding: 4px 16px;
  margin: 4px 2px;
  text-align: center;
  display: flex; 
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap; 
}

.didthis1 {
  border: 1px solid rgb(252, 143, 55);
}

.didthis2 {
  border: 1px solid rgb(247, 66, 223);
}

.didthis3 {
  border: 1px solid rgb(75, 248, 94);
}

.didthis4 {
  border: 1px solid rgb(249, 33, 40);
}

.didthis5 {
  border: 1px solid rgb(230, 249, 77);
}
.didthis6 {
  border: 1px solid rgb(40, 196, 250);
}
.didthis1, .didthis2, .didthis3, .didthis4, .didthis5, .didthis6 {
  background-color: black;
  color: #F5F5F5;
}

/* ======== typography ======== */

.title1-h1 {
	display: block;
	font-size: 48px;
	font-weight: 400;
	line-height: 48px;
	padding-top: 3px;
}	
.title1-h2 {
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	padding-right: 8%;
}
.title1-h3 {
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	padding-top: 17px;
	color: #b0b0b0;
	color: #999999;
/*
	color: rgba(247,217,188,0.75);
	color: rgba(211,187,243,0.7);
	color: #E88387;
	color: #EFB5D1;
*/
}

.description-area {
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	padding-top: 20px;
	padding-right: 8%;
}



