@charset "UTF-8";
.casestudy .flex *, #previous article .screenshot *, section.apps article .tags *, .layout *, .casestudy .flex, #previous article .screenshot, section.apps article .tags, .layout {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex-shrink: 0;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.casestudy .flex strong, #previous article .screenshot strong, section.apps article .tags strong, .layout strong, .casestudy .flex em, #previous article .screenshot em, section.apps article .tags em, .layout em, .casestudy .flex span, #previous article .screenshot span, section.apps article .tags span, .layout span, .casestudy .flex a, #previous article .screenshot a, section.apps article .tags a, .layout a, .casestudy .flex b, #previous article .screenshot b, section.apps article .tags b, .layout b, .casestudy .flex i, #previous article .screenshot i, section.apps article .tags i, .layout i, .casestudy .flex code, #previous article .screenshot code, section.apps article .tags code, .layout code, .casestudy .flex strike, #previous article .screenshot strike, section.apps article .tags strike, .layout strike {
	display: contents;
}

.casestudy .flex strike, #previous article .screenshot strike, section.apps article .tags strike, .layout strike {
	text-decoration: line-through;
}

.casestudy .flex li, #previous article .screenshot li, section.apps article .tags li, .layout li {
	display: list-item;
	margin-left: 20px;
}

.casestudy .flex head, #previous article .screenshot head, section.apps article .tags head, .layout head, .casestudy .flex link, #previous article .screenshot link, section.apps article .tags link, .layout link, .casestudy .flex meta, #previous article .screenshot meta, section.apps article .tags meta, .layout meta, .casestudy .flex script, #previous article .screenshot script, section.apps article .tags script, .layout script, .casestudy .flex style, #previous article .screenshot style, section.apps article .tags style, .layout style, .casestudy .flex title, #previous article .screenshot title, section.apps article .tags title, .layout title {
	display: none;
}

* {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: system-ui, 'SF Pro Text', 'SF UI Text', 'Lato', 'Helvetica Neue', Arial, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-size: 16px;
	color: #333;
	background: linear-gradient(to bottom, #f8f8fa 0%, #fafafc 100%) fixed #f6f6f6;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: #08f;
}

.clear {
	display: block;
	clear: both;
}

a.back {
	position: absolute;
	top: 20px;
	left: -15px;
	line-height: 42px;
	font-weight: 600;
	padding: 0px 17px 0px 15px;
	border-radius: 21px;
	color: #08f;
	  /*#f6f6f6;*/
	background: rgba(0, 0, 0, 0);
	opacity: .64;
	transition: all 0.24s;
	z-index: 10000;
}

@media screen and (max-width: 1023px) {
	a.back {
		left: 0;
	}
}

a.back:hover {
	background: #08f;
	color: white;
	opacity: 1;
}

body.letterhead {
	max-width: 620px;
	width: 100%;
	margin: 100px auto;
	padding: 20px;
}

body.letterhead h3, body.letterhead p, body.letterhead ul {
	margin-bottom: 25px;
}

body.letterhead h3 {
	font-size: 24px;
	line-height: 30px;
}

body.letterhead ul {
	padding-left: 17px;
}

body.letterhead hr {
	border: none;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
	margin: 50px 0;
}

/* page */
/* article big */

.casestudy .flex article.image p, .casestudy .flex article.image h2, .casestudy .flex article.image h3, .casestudy .flex article.image h4, .casestudy .flex, section h2, header, .container {
	max-width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width: 1023px) {
	.casestudy .flex article.image p, .casestudy .flex article.image h2, .casestudy .flex article.image h3, .casestudy .flex article.image h4, .casestudy .flex, section h2, header, .container {
		max-width: 640px;
		padding: 0 20px;
	}
}
@media screen and (max-width: 1023px) {
	section.apps article .screenshot, section.apps article .content {
		width: auto;
		max-width: 640px;
		float: none !important;
		margin: 0 auto !important;
	}
}

a {
	color: #08f;
}

p, li {
	line-height: 28px;
	font-size: 17px;
}

@media screen and (max-width: 540px) {
	p, li {
		font-size: 15px;
		line-height: 24px;
	}
}
li {
	list-style-type: square;
}

/* !• ——— header */

header {
	/*text-align: center;*/
	height: 360px;
	width: 100%;
	top: 0;
	z-index: 50;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

header .top {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0;
	transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
}

header .layout {
	height: 100%;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 32px;
}

@media screen and (max-width: 540px) {
	header .layout {
		flex-direction: column;
		align-content: flex-start;
		justify-content: center;
		gap: 24px;
	}
}
    header .layout .title {
	/*max-width: 80%;*/
}

header .layout .title p {
	font-size: 22px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 1023px) {
	header .layout .title p {
		font-size: 17px;
		line-height: 24px;
	}
	
	header .layout .title p span {
		/*display: block;*/
	}
}
    header .layout .tools {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: flex-end;
	flex-direction: row;
	gap: 16px;
}

@media screen and (max-width: 540px) {
	header .layout .tools {
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
	}
}
      header .layout .tools a {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	gap: 7px;
	padding: 15px;
	border-radius: 15px;
	box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.02);
	background: white;
    /* rgba($linkColor, 0.0);*/
	opacity: 1;
	transition: transform 0.32s, box-shadow 0.32s;
}

@media screen and (max-width: 540px) {
	header .layout .tools a {
		flex-direction: row;
		align-items: center;
		gap: 10px;
		padding: 9px 15px 11px 15px;
		box-shadow: none;
		width: calc(50% - 10px);
	}
}
        header .layout .tools a svg path {
	fill: #08f;
	transition: all 0.32s;
}

header .layout .tools a span {
	display: flex;
}

header .layout .tools a span.text {
	gap: 6px;
}

@media screen and (max-width: 1023px) {
	header .layout .tools a span.text {
		/*flex-direction: row;*/
        /*align-items: baseline;*/
	}
}
          header .layout .tools a span.primary {
	font-size: 17px;
	font-weight: 600;
}

header .layout .tools a span.secondary {
	margin-top: -5px;
	font-size: 11px;
	font-weight: 400;
}

@media screen and (max-width: 1023px) {
	header .layout .tools a span.secondary {
		/*font-size: $sizeBody2;*/
	}
}
        header .layout .tools a:hover {
	background: #08f;
	color: white;
	text-shadow: 0 0 24px rgba(255, 255, 255, 0);
	box-shadow: 0 0px 3px rgba(255, 255, 255, 0.3), 0 12px 32px rgba(0, 136, 255, 0.3);
	transform: scale(1.04);
}

header .layout .tools a:hover svg path {
	fill: white;
}

header .layout .tools a.mail svg {
	margin: 2px 0;
}

header h1, header h2 {
	font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 600;
	font-size: 64px;
	line-height: 84px;
	letter-spacing: -1px;
}

@media screen and (max-width: 1023px) {
	header h1, header h2 {
		font-size: 46px;
		line-height: 52px;
	}
}
  header h1 {
	color: rgba(0, 0, 0, 0.84);
}

h2 {
	color: rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 1023px) {
	h2 {
		display: block;
	      /*&::before {
				content: "";
				margin: 0;
			}*/
	}
}
/* !• ——— somewhat shared */

section h2 {
	font-weight: 600;
	font-size: 22px;
	margin: 16px auto;
	color: #333;
}

section h2 a {
	float: right;
}

section article.whatsnew {
	/* not used */
	background: rgba(255, 255, 255, 0.7);
	padding: 12px 20px;
	margin-bottom: 96px;
	border-radius: 8px;
	display: inline-block;
	font-weight: 500;
	box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.04);
}

section article.whatsnew h3, section article.whatsnew p {
	display: inline-block;
}

@media screen and (max-width: 540px) {
	section article.whatsnew {
		margin: 0 -20px;
	}
	
	section article.whatsnew p {
		display: block;
		margin-top: 8px;
	}
}
  section article.whatsnew h3 {
	background: rgba(0, 0, 0, 0.05);
	padding: 4px 8px;
	margin: -4px 8px -4px -8px;
	border-radius: 4px;
	font-size: 17px;
}

@media screen and (max-width: 540px) {
	section article.whatsnew h3 {
		margin-top: 0;
	}
}
article h3 {
	font-weight: 600;
}

article p.short {
	color: rgba(0, 0, 0, 0.45);
}

article .screenshot {
	z-index: 10;
	text-align: center;
	transition: transform 0.42s;
}

article .screenshot:hover {
	transform: scale(1.03);
}

article .date {
	color: rgba(0, 0, 0, 0.5);
	display: block;
	font-size: 13px;
	font-weight: 500;
}

article .links a {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 26px;
	vertical-align: middle;
	border-radius: 8px;
	transition: all 0.32s;
}

#previous article .links a {
	height: 32px;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid transparent;
	background: rgba(0, 136, 255, 0.05);
	margin-right: 8px;
}

#previous article .links a:hover, #previous article .links a:active {
	border-width: 16px;
	line-height: 0px;
	border-color: #08f;
	background: #08f;
	color: white;
	padding: 0 6px;
}

/* !• ——— corporate */

@media screen and (max-width: 1023px) {
	section.corporate h2 {
		padding: 0;
	}
}

section.corporate p {
	font-size: 15px;
	line-height: 24px;
}

section.corporate p.disclosure {
	top: -16px;
	color: rgba(0, 0, 0, 0.45);
}

section.corporate .layout {
	flex-direction: row;
	gap: 30px;
	padding-bottom: 75px;
}

@media screen and (max-width: 1023px) {
	section.corporate .layout {
		flex-direction: column;
		gap: 15px;
	}
}
  section.corporate .layout article {
	width: calc(33% - 17px);
	margin: 0;
	padding: 15px 20px 15px 64px;
	border-radius: 15px;
	background-color: white;
	background-position: 18px 16px;
	background-repeat: no-repeat;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 1023px) {
	section.corporate .layout article {
		width: 100%;
		box-shadow: none;
	}
}
    section.corporate .layout article p {
	font-size: 15px;
	line-height: 22px;
	margin-top: 2px;
}

section.corporate .layout article.google {
	background-image: url("../img/GOOG.svg");
}

section.corporate .layout article.fb {
	background-image: url("../img/FB.svg");
	z-index: 2;
}

section.corporate .layout article.apple {
	background-image: url("../img/AAPL.svg");
	background-position: 18px 14px;
	z-index: 3;
}

/* !• ——— apps */

section.apps {
	margin-bottom: 60px;
}

section.apps article {
	width: 100%;
	transition: all 0.32s;
	margin-bottom: 0;
	height: 580px;
	padding: 72px 0;
	clear: both;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 1023px) {
	section.apps article {
		height: auto;
		margin: 0 0;
		overflow: hidden;
		padding: 60px 0 42px;
		background: linear-gradient(to bottom, white 0%, #f6f6f6 100%);
		box-shadow: 0px -4px 24px rgba(0, 0, 0, 0.02);
	}
}
    section.apps article .content {
	padding: 36px 0 0;
}

section.apps article .content > * {
	margin-bottom: 16px;
}

section.apps article h3 {
	height: 60px;
	margin-bottom: 12px;
	line-height: 60px;
	padding-left: 75px;
	overflow: hidden;
	font-size: 32px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 60px 60px;
	color: #333;
	transition: all 0.25s;
}

@media screen and (max-width: 1023px) {
	section.apps article h3 {
		margin-bottom: 12px;
	}
}
      @media screen and (max-width: 380px) {
	section.apps article h3 {
		padding-left: 72px;
		font-size: 30px;
	}
}
    section.apps article a h3:hover {
	color: #08f;
}

section.apps article p {
	max-width: 460px;
}

section.apps article p.short {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	margin: 0 0 8px;
}

section.apps article .screenshot {
	float: right;
	margin-left: 42px;
	width: calc(50% - 21px);
	height: 100%;
	overflow: hidden;
	text-align: left;
}

@media screen and (max-width: 1023px) {
	section.apps article .screenshot {
		width: 100%;
		height: auto;
	}
}
      section.apps article .screenshot img {
	width: auto;
	height: 420px;
}

@media screen and (max-width: 1023px) {
	section.apps article .screenshot img {
		width: 100%;
		height: auto;
	}
}
    section.apps article .tags {
	flex-direction: row;
	gap: 4px;
}

section.apps article .tags .tag {
	/*display: inline-block;*/
	display: flex;
	padding: 0 8px;
	margin-right: 4px;
	margin-bottom: 4px;
	line-height: 24px;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	color: rgba(0, 0, 0, 0.45);
	background: rgba(0, 0, 0, 0.04);
	border-radius: 8px;
}

section.apps article .links {
	margin-top: -10px;
}

section.apps article .links a {
	padding: 9px 12px;
	margin: 6px 4px 2px 0;
	line-height: 20px;
	text-align: left;
	background: rgba(0, 136, 255, 0.05);
}

section.apps article .links a:hover {
	background: rgba(0, 136, 255, 0.16);
}

section.apps article .links a::first-child {
	margin-left: 0;
}

section.apps article .links a::last-child {
	margin-right: 0;
}

section.apps article .links a.primary {
	background: #08f;
	color: white;
	opacity: 1;
}

section.apps article .links a.primary:hover {
	background: #08f;
	color: white;
	text-shadow: 0 0 24px rgba(255, 255, 255, 0);
}

section.apps article:nth-child(odd) .screenshot {
	float: left;
}

section.apps article:nth-child(odd) .screenshot {
	margin-left: 0;
	margin-right: 42px;
	text-align: right;
}

section.apps article:nth-child(odd) .content {
	float: right;
}

#postcards h3 {
	background-image: url(../img/icon-postcards.png);
}

#cuantofalta h3 {
	background-image: url(../img/icon-cuantofalta.png);
}

#doppi h3 {
	background-image: url(../img/icon-doppi.png);
}

#cromi h3 {
	background-image: url(../img/icon-cromi.png);
}

#fork h3 {
	background-image: url(../img/icon-fork.png);
}

section.apps article:hover .links a:active {
	background: rgba(0, 137, 255, 0.12);
}

/* !• ——— previous projects */

@media screen and (max-width: 1023px) {
	#previous {
		margin: 0 auto;
	}
}

#previous article {
	width: calc(33% - 22px);
	float: left;
	margin: 0 32px 0 0;
	padding: 12px 0 60px;
	font-size: 15px;
	height: 542px;
}

#previous article:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 1023px) {
	#previous article {
		width: calc(50% - 16px);
		margin-right: 32px;
	}
	
	#previous article:nth-child(3n) {
		margin-right: 32px;
	}
	
	#previous article:nth-child(2n) {
		margin-right: 0;
	}
}
  @media screen and (max-width: 540px) {
	#previous article {
		width: 100%;
		margin: 0 0 60px;
		padding: 0 0;
		height: auto;
	}
	
	#previous article .links a:hover, #previous article .links a:active {
		padding: 0;
	}
}
  #previous article h3 {
	font-size: 24px;
	padding-top: 0;
	margin-bottom: 8px;
}

#previous article p.short {
	font-size: 17px;
	margin-bottom: 6px;
}

#previous article .screenshot {
	height: 152px;
	overflow: hidden;
	z-index: 0;
	margin-bottom: 24px;
	border-radius: 8px;
}

#previous article .screenshot.ohseven {
	justify-content: center;
}

#previous article .screenshot a {
	display: block;
}

#previous article .screenshot a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	border-radius: 4px;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
}

#previous article .screenshot img {
	display: block;
	width: 100%;
	height: auto;
}

#previous article .platform {
	float: right;
	display: inline-block;
	width: auto;
	top: 2px;
	left: 0;
	margin-left: 10px;
	padding: 0 6px;
	color: #08c;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
	background: rgba(0, 136, 204, 0.06);
}

#previous article .platform.web {
	color: #00994d;
	background: rgba(0, 153, 77, 0.06);
}

#previous article .date {
	margin-top: 12px;
}

#previous article .tags {
	display: none;
}

#previous article .tags .tag {
	line-height: 24px;
}

#previous article .links {
	/*text-align: center;*/
	margin: 24px 0 0;
	width: 100%;
}

/* !• ——— gallery */

#gallery {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	display: none;
	opacity: 0;
	text-align: center;
	z-index: 100;
}

#gallery img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

/* !• ——— case studies */

.casestudy .mobileonly {
	display: none;
}

@media screen and (max-width: 1023px) {
	.casestudy .mobileonly {
		display: flex;
	}
}
.casestudy .desktoponly {
	display: flex;
}

@media screen and (max-width: 1023px) {
	.casestudy .desktoponly {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.casestudy header .layout {
		gap: 24px;
	}
}

.casestudy header .title h1 {
	padding-left: 75px;
	background-position: left 13px;
	background-repeat: no-repeat;
	background-size: 60px 60px;
}

.casestudy header .title h1.doppi {
	background-image: url(../img/icon-doppi@2x.png);
}

.casestudy header .title h1.cromi {
	background-image: url(../img/icon-cromi@2x.png);
}

.casestudy header .title h1.cf {
	background-image: url(../img/icon-cuantofalta@2x.png);
}

@media screen and (max-width: 1023px) {
	.casestudy header .title h1 {
		background-position: left 1px;
		line-height: 64px;
		height: 64px;
		margin-bottom: 8px;
	}
}
.casestudy header aside {
	text-align: right;
	justify-content: flex-end;
	width: 30%;
}

@media screen and (max-width: 1023px) {
	.casestudy header aside {
		text-align: left;
		width: 100%;
		padding: 8px 0 0;
	}
}
  .casestudy header aside p {
	color: rgba(0, 0, 0, 0.45);
	line-height: 28px;
	font-size: 15px;
	font-weight: 500;
}

@media screen and (max-width: 1023px) {
	.casestudy header aside p {
		line-height: 24px;
		font-size: 13px;
	}
}
.casestudy img, .casestudy video {
	width: 100%;
	height: auto;
}

.casestudy h2 {
	font-size: 34px;
	color: black;
}

.casestudy h3 {
	font-size: 24px;
	font-weight: 500;
	color: black;
	  /*$textSecondaryColor;*/
}

.casestudy strong {
	font-weight: 600;
}

.casestudy .flex {
	flex-direction: row;
}

.casestudy .flex section {
	width: 60%;
}

.casestudy .flex section.full {
	width: 100%;
}

@media screen and (max-width: 1023px) {
	.casestudy .flex section {
		width: 100%;
	}
}
    .casestudy .flex section.moveup {
	margin-top: -240px;
}

.casestudy .flex small {
	font-size: 13px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.45);
}

.casestudy .flex h4 {
	color: rgba(0, 0, 0, 0.45);
	margin-bottom: 12px;
}

.casestudy .flex aside {
	width: 30%;
	margin-left: 10%;
	align-items: flex-start;
}

@media screen and (max-width: 1023px) {
	.casestudy .flex aside {
		width: 70%;
		margin-left: 0;
		margin-bottom: 32px;
	}
}
    .casestudy .flex aside * {
	margin-bottom: 12px;
}

.casestudy .flex aside > img:first-child {
	margin-top: 40px;
}

.casestudy .flex aside p {
	font-size: 15px;
	line-height: 24px;
	opacity: 0.75;
	transition: all 0.2s;
}

.casestudy .flex aside:hover p {
	opacity: 1;
}

.casestudy .flex aside img {
	max-height: 420px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.casestudy .flex aside p + img {
	margin: 16px 0 12px;
}

.casestudy .flex aside small {
	margin-bottom: 44px;
}

.casestudy .flex aside video {
	-webkit-mask-image: url(/work/css/phonemask.svg);
	mask-image: url(/work/css/phonemask.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.casestudy .flex aside div > video {
	margin-top: 32px;
}

.casestudy .flex aside .doppi video {
	margin-top: -40px;
}

.casestudy .flex aside.moveup {
	margin-top: -320px;
}

@media screen and (max-width: 1023px) {
	.casestudy .flex aside.moveup {
		margin-top: 0;
	}
}
  .casestudy .flex article {
	margin-bottom: 44px;
}

@media screen and (max-width: 1023px) {
	.casestudy .flex article {
		margin-bottom: 40px;
	}
}
    .casestudy .flex article > * {
	margin-bottom: 16px;
}

.casestudy .flex article h2, .casestudy .flex article h3 {
	margin-bottom: 12px;
}

.casestudy .flex article h2 + img, .casestudy .flex article h3 + img {
	margin: 16px 0 0;
}

.casestudy .flex article p + h3, .casestudy .flex article p + h4 {
	margin-top: 24px;
}

.casestudy .flex article li {
	margin-bottom: 8px;
}

.casestudy .flex article.image {
	width: calc(100vw - 80px);
	max-width: none;
	margin-left: calc(-50vw + 50% + 40px);
}

.casestudy .flex article.image p, .casestudy .flex article.image h2, .casestudy .flex article.image h3, .casestudy .flex article.image h4 {
	width: 100%;
	padding-right: 20%;
	margin-bottom: 12px;
}

@media screen and (max-width: 1023px) {
	.casestudy .flex article.image {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		overflow-x: scroll;
		padding: 0 8px;
	}
	
	.casestudy .flex article.image img {
		width: 160%;
	}
}
    @media screen and (max-width: 1023px) and (max-width: 540px) {
	.casestudy .flex article.image img {
		width: 320%;
	}
}
    .casestudy .flex article.note {
	/*padding-left: 24px;*/
	margin-top: 370px;
    /*background: rgba(0, 0, 0, 0.04);
				border-radius: 16px;
				padding: 24px 32px;
				margin: 12px -32px 48px;
				
				p {
					margin-bottom: 0;
				}*/
}

@media screen and (max-width: 1023px) {
	.casestudy .flex article.note {
		margin-top: 0;
	}
}
.casestudy.cromi {
	background: url(../cromi/img/bg.png) repeat;
}

/* !• ——— bottom of page */

section.text {
	font-size: 17px;
	text-align: center;
	  /* 	border-top: 1px solid rgba(0,0,0,.05); */
	margin-top: 0px;
}

section.text h2 {
	margin-bottom: 12px;
	display: none;
}

section.text p {
	/* 	font-style: italic; */
	color: rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
}

#what {
	display: none;
}

#who {
	padding: 42px 20px 84px;
}

#who > * {
	font-size: 17px;
	font-weight: 600;
}

#who .layout {
	align-content: center;
	justify-content: space-around;
	flex-direction: row;
}

@media screen and (max-width: 1023px) {
	#who .layout {
		flex-direction: column;
	}
}
  #who a {
	display: inline-block;
	padding: 8px 0;
}

footer {
	background: rgba(0, 0, 0, 0.025);
	padding: 52px 0 54px;
	margin: 0 auto;
	font-weight: 500;
	font-size: 15px;
}

@media screen and (max-width: 1023px) {
	footer {
		padding: 52px 5%;
	}
}
  @media screen and (max-width: 380px) {
	footer {
		text-align: center;
	}
}
  footer .layout {
	flex-direction: row;
	justify-content: space-between;
}

@media screen and (max-width: 540px) {
	footer .layout {
		flex-direction: column;
		gap: 35px;
		align-content: center;
	}
}
    footer .layout a {
	display: flex;
	margin-bottom: 20px;
}

footer .layout .col {
	flex-direction: column;
}

footer .layout .col h3 {
	font-size: 36px;
	letter-spacing: -1px;
	font-weight: 600;
}

footer .layout .col h4 {
	color: rgba(0, 0, 0, 0.45);
	font-weight: 600;
	margin-top: 2px;
}

@media screen and (max-width: 1023px) {
	footer .layout .col {
		width: calc(50% - 15px);
	}
}
      @media screen and (max-width: 540px) {
	footer .layout .col {
		width: 100%;
	}
}
    footer .layout .doubleCol {
	flex-direction: row;
	width: 66%;
	gap: 20px;
}

footer .layout .doubleCol .col {
	width: calc(50% - 10px);
}

@media screen and (max-width: 1023px) {
	footer .layout .doubleCol .col {
		width: 100%;
	}
}
      @media screen and (max-width: 1023px) {
	footer .layout .doubleCol {
		flex-direction: column;
		width: calc(50% - 15px);
		padding-top: 20px;
	}
}
      @media screen and (max-width: 540px) {
	footer .layout .doubleCol {
		width: 100%;
		padding-top: 0;
	}
}
  footer:before {
	content: "";
	display: block;
	clear: both;
}

/* !• ——— retina support */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#fbnews h3 {
		background-image: url(../img/icon-fbnews@2x.png);
	}
	
	#doppi h3 {
		background-image: url(../img/icon-doppi@2x.png);
	}
	
	#cromi h3 {
		background-image: url(../img/icon-cromi@2x.png);
	}
	
	#fork h3 {
		background-image: url(../img/icon-fork@2x.png);
	}
	
	#postcards h3 {
		background-image: url(../img/icon-postcards@2x.png);
	}
	
	#cuantofalta h3 {
		background-image: url(../img/icon-cuantofalta@2x.png);
	}
}
