@font-face {
    font-family: 'SFCondensed';
    font-style: normal;
    font-weight: 607;
    src: local('.SF UI Text Condensed'), url('/fonts/SFUITextCondensed-Semibold.woff') format('woff');
}

body {
  padding: 0;
  margin: 0;
  
  color: #15151E;
  background: #F7F4F1;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, sans-serif;  
}

h1 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-variation-settings: "wght" 500, "wdth" 130;
  text-transform: uppercase;
  
  margin: 0; padding: 0;
}

h2, h3, h4, h5 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "SFCondensed", sans-serif;
  text-transform: uppercase;
  
  margin: 0; padding: 0;
}

h2 {
  font-variation-settings: "wght" 600, "wdth" 52;
}

h3, h4, h5 {
  font-variation-settings: "wght" 400, "wdth" 52;
}

p {
  margin: 0; padding: 0;
}

a {
  color: #FF4F00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.with_arrow {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "SFCondensed", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 52;
  text-transform: uppercase;
  color: #15151E;
}

a.with_arrow:hover {
  text-decoration: none;
}

a.with_arrow.down_forward::before, a.with_arrow.down_back::before {
  content: '';
  background: url("/img/down_forward_arrow.svg") no-repeat;
  background-size: 12px 18px;

  padding-right: 15px;
  display: inline;
}

a.with_arrow.down_back::before {
  background-image: url("/img/down_back_arrow.svg");
}

a.with_arrow.back::before {
  content: '';
  background: url("/img/back_arrow.svg") no-repeat;
  background-size: 11px 19px;

  padding-right: 15px;
  display: inline;
}

a.with_arrow.highlight:hover {
  background: #FFD400;
  text-decoration: none;
  border-radius: 2px;
  padding: 7px;
  margin: -7px;
}

a.with_arrow.highlight.gold:hover {
  background: #93804C;
  color: #F7F4F1;
}

a.with_arrow.highlight.gold:hover:before {
  filter: invert(100%);
}

ul {
  margin: 0; padding: 0;
  list-style: none;
}

ul li {
  padding: 7px 0 7px 0;
}

ul > li:before {
  content: "";
  width: 14px;
  height: 12px;
  display: inline-block;
  background: url("/img/forward_arrow.svg") no-repeat;
  background-size: 9px 12px;
  margin-left: -14px;
}

span.callout {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "SFCondensed", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 52;
  text-transform: uppercase;
  font-size: 1.1em;
}

span.callout:after {
  content: '';
  width: 18px;
  height: 13px;
  display: inline-block;
  background: url("/img/forward_arrow.svg") no-repeat right;
  background-size: 13px 13px;
}

.hipsta_white {
  color: #F7F4F1;
}

.hipsta_black {
  color: #15151E;
}

.hipsta_gold {
  color: #93804C;
}

img.hovercolor {
  filter: saturate(0);
  transition: filter, 0.5s;
  transition: scale, 0.5s;
}

img.hovercolor:hover {
  filter: none;
  transform: scale(1.05);
}

div.with_shadow {
  filter: drop-shadow(0px 1px 1px rgb(0 0 0 / 0.4));
}

div.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

#drake { /* smooth and vintage simultaneously */  
}

.navigation, .sub_navigation {
  display: flex;
  flex-direction: row;
  
  gap: 18px;
  padding: 7px;
  
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "SFCondensed", sans-serif;
  font-variation-settings: "wght" 600, "wdth" 52;
  text-transform: uppercase;
}

.navigation .link {
  padding: 7px 0 7px 0;
}

.sub_navigation .link {
  padding-bottom: 3px;
}

.sub_navigation .link a:hover, .sub_navigation .link a.selected {
  border-bottom: 2px solid #15151E;
}

.navigation a, .sub_navigation a {
  text-decoration: none;
  color: inherit;
}

.sub_navigation {
  font-variation-settings: "wght" 400, "wdth" 52;
  font-size: 0.85em;
  
  justify-content: flex-end;
  
  margin-top: -3px;
  padding: 0 4px 7px 0;
}

#half_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#half_flex {
  display: flex;
  flex-direction: row;
  gap: 49px;
}

#max_grid {
  display: grid;
  grid-template-columns: 80px auto;
}

#no_hero {
  position: fixed;
  width: 80px;
  height: 100vh;
  background: #15151E;
}

#hero_spacer, #hero, #hero_background, #hero_message, video#hero_video {
  width: 100vh;
  height:100vh;
  min-width: 280px;
  max-width: 700px;
}

#hero_spacer.metadata, #hero.metadata, #hero.metadata #hero_background, #hero.metadata #hero_message {
  width: 40vw;
  min-width: 400px;
}

#hero_spacer.metadata, #hero.metadata {
  background-color: #F7F4F1;
}

#max_grid #hero_spacer {
  height: 100vh;
}

#hero.metadata h1 {
  font-size: 1.55em;
}

#hero {
  background: no-repeat center center;
  background-size: cover;
  position: fixed;
  z-index: 100;
}

#hero.passport {
  background-image: url('/img/passport_pattern@2x.png');
  background-size: 20px 20px;
  background-repeat: repeat;
}

.label:before {
  content: '';
  padding-right: 18px;
  display: inline;
}

.label.home:before {
  background: url("/img/home_icon.svg") no-repeat;
  background-size: 16px 21px;
}

.label.calendar:before {
  background: url("/img/calendar_icon.svg") no-repeat;
  background-size: 15px 21px;
}

#the_dot { 
  position: absolute;
  z-index: 1000;
  top: 50vh;
  right: -42px;
  width: 84px;
  height: 84px;
  margin-top: -42px;
  
  filter: drop-shadow(0px 1px 1px rgb(0 0 0 / 0.4));
}

#the_dot img {
  width: 80px;
  height: 80px;
}

img.profile_pic {
  clip-path: circle(48%);
}

.pfp_stack {
  display: flex;
  flex-direction: row;
  gap: 0px;
  padding: 14px;
}

.pfp_stack .stack_item {
  margin-right: -14px;
}

.pfp_stack img {
  width: 60px;
  height: auto;
}

#the_dot.large {
  right: -48px;
  width: 96px;
  height: 96px;
  margin-top: -48px;
}

#the_dot.large img {
  width: 94px;
  height: 94px;
}

#hero_background {
  position: fixed;
  z-index: -1000;
}

#hero_message {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#hero_message .logotype {
  margin: -10px;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}

#hero_message .logotype img {
  width: 144px;
  height: 30px;
  
}

#hero_message.hipsta_black .logotype:not(:hover) {
  filter: brightness(0);
}

#hero_message.hipsta_gold .logotype:not(:hover), #hero_message.hipsta_gold h1.mobile_title:before {
  filter: brightness(0) saturate(100%) invert(50%) sepia(58%) saturate(306%) hue-rotate(6deg) brightness(90%) contrast(88%);
}

#hero_message .logotype:hover img {
  filter: brightness(0);
}

#hero_message .logotype:hover {
  background-color: #FFD400;
}

#hero_header {
  padding: 28px;
  display: flex;
  flex-direction: row;
}

#hero_content {
  padding: 28px;
}

#hero_content h3 b {
  font-variation-settings: "wght" 600, "wdth" 52;
}

#hero_content p {
  padding: 4px 35px 14px 0;
}

#hero_content .info_row {
  display: flex;
  flex-direction: row;
  gap: 21px;
  padding-top: 4px;
}

video#hero_video {
  object-fit: cover;
  position: fixed;
  z-index: -10;
}

#hero_footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  
  padding: 28px;
  padding-bottom: 7px;
}

#hero_footer.bottom_gradient {
  background: linear-gradient(to top, #000000AA, transparent);
}

#hero_footer .call_to_action {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#hero_qr {
  background: #F7F4F1;
  border-radius: 2px;
  width: 100px;
  height: 100px;
  padding: 14px;
  
  filter: drop-shadow(0px 1px 1px rgb(0 0 0 / 0.4));
}

#hero_footer .call_to_action .tagline {  
  padding: 0 14px 0 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#hero_footer .navigation.footer {
  grid-column: 1 / span 3;
  grid-row: 2 / 2;
  padding-bottom: 21px;
}

#hero_footer .navigation.footer a {
  color: inherit;
  padding-bottom: 3px;
}

#hero_footer .navigation.footer a.highlight {
  padding-bottom: 7px;
}

.navigation.footer a:hover, .navigation.footer a.selected {
  border-bottom: 4px solid #F7F4F1;
}

.navigation.footer a.highlight:hover {
  border-bottom: none;
}

#hero_message.hipsta_black #hero_footer .navigation.footer a {
  border-color:  #15151E;
}

.navigation.footer .copyright {
  padding: 7px;
  font-variation-settings: "wght" 400, "wdth" 52;
}

#main_content {
  flex-grow: 1;
  
  display: flex;
  flex-direction: column;
  padding: 21px 49px 70px 70px;
  min-width: 280px;
  max-width: 460px;
}

#main_content.large {
  max-width: 800px;
}

#main_content.xlarge {
  max-width: 1000px;
}

#main_content .navigation {
  justify-content: flex-end;
  border-bottom: 1px solid #15151E;
}

#main_content .navigation.footer {
  justify-content: flex-start;
  border-top: 1px solid #15151E;
  border-bottom: none;
  margin-top: 42px;
}

#main_content .navigation a.selected, #main_content .navigation a:hover {
  border-top: 4px solid #15151E;
}

#main_content .navigation .link.download_app {
  padding: 7px;
  margin: 0 -7px 0 -7px;
}

#main_content .navigation .link.download_app a:hover, #main_content .navigation .logo a:hover {
  border-top: none;
}

#main_content .navigation .link.membership a {
  color: #93804C;
}

#main_content .navigation .link.membership a.selected, #main_content .navigation .link.membership a:hover {
  border-top-color: #93804C;
}

#main_content .standard_formatting h2 {
  margin: 21px 0 7px 0;
}

#main_content .standard_formatting h3 {
  margin: 14px 0 7px 0;
}

#main_content .standard_formatting p {
  padding: 7px 0 7px 0;
  line-height: 1.35em;
}

#main_content .standard_formatting p a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #FFD400;
  font-weight: 500;
}

#main_content .standard_formatting p a:hover {
  border-color: #15151E;
}

#main_content .standard_formatting p a.with_arrow {
  border-bottom: none;
}

#main_content .standard_formatting ul {
  padding: 7px 0 7px 0;
}

#main_content .standard_formatting ul.indented {
  margin-left: 21px;
}

#main_content .standard_formatting > *:first-child {
  margin-top: 56px;
}

#main_content .iphone_call_to_action {
  display: none;
  
}

#main_content .iphone_call_to_action .button {
  background: #15151E;
  display: inline-block;
  padding: 10px 14px 10px 14px;
  border-radius: 28px;
  margin: 14px 0 14px 0;
}

#main_content .iphone_call_to_action .button a {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "SFCondensed", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 52;
  text-transform: uppercase;
  color: #F7F4F1;
  text-decoration: none;
}

#main_content .nine_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  column-gap: 14px;
  row-gap: 14px;
}

#main_content .four_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 14px;
  row-gap: 14px;
}

#main_content .nine_grid figure {
  margin: 0;
}

#main_content .nine_grid img, #main_content .four_grid img, #main_content .photos_feed img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background-color: #ccc;
  filter: drop-shadow(0px 1px 1px rgb(0 0 0 / 0.4));
}

#main_content .nine_grid.large {
  padding-top: 21px; 
  padding-bottom: 35px;
}

#main_content .nine_grid.large {
  column-gap: 28px;
  row-gap: 28px;
}

.nine_grid .metadata {
  display: grid;
  grid-template-columns: 21px auto;
  column-gap: 4px;
  padding-top: 10px;
  padding-bottom: 4px;
}

.nine_grid .metadata .pfp {
  margin-top: -4px;
  margin-left: -4px;
  width: auto;
  height: auto;
}

.nine_grid .metadata .caption {
  display: inline-block;
  overflow: hidden;
  word-wrap: break-word;
  mask-image: linear-gradient(90deg, #000 80%, transparent 90%);
  font-size: 0.8em;
  height: 16px;
}

#main_content .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

#half_grid.paging {
  scroll-snap-type: y mandatory;
  max-height: 100vh;
  overflow-y: scroll;
}

#half_grid.paging #main_content {
  padding-bottom: 0;
  padding-top: 0;
}

#half_grid.paging .page_container {
  scroll-snap-align: start;
  height: 100vh;
}

#half_grid.paging .page {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  
  height: 100vh;
}

div.page_down_button {
  font-size: 48px;
  display: flex;
  place-content: center;
  width: 60px;
}

div.page_down_button a {
  color: inherit;
  text-decoration: none;
}

div.page_down_button:hover {
  background: #FFD400;
}

div.page_down_button.small {
  font-size: 28px;
  width: 40px;
  height: 40px;
  height: 36px;
  padding-top: 4px;
}

div.spacer {
  flex-grow: 5;
}

#hamburgler {
  display: none;
}

h1.mobile_title {
  display: none;
  font-size: 1.6em;
  padding-bottom: 21px;
}

h1.mobile_title:before {
  content: "";
  background: url("/img/curvy_arrow.svg") no-repeat;
  background-size: 25px 30px;
  padding-right: 34px;
  display: inline;
}

.hipsta_white h1.mobile_title:before {
  filter: brightness(100);
}

.only_desktop {
  display: inherit;
}

.only_iphone {
  display: none;
}

@media only screen and (max-width: 1100px) {
  #the_dot { 
    right: -30px;
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  
  #the_dot img {
    width: 60px;
    height: 60px;
  }
  
  #main_content {
    padding: 14px 21px 14px 35px;
  }
  
  #main_content h1 {
    font-size: 1.65em;
  }
}

@media only screen and (max-width: 680px) {
  .only_desktop {
    display: none !important;
  }
  
  .only_iphone {
    display: inherit !important;
  }
  
  h1.mobile_title {
    display: block;
  }
  
  #hamburgler {
    display: block;
    position: fixed;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    z-index: 1500;
    
    background: url("/img/ham_icon.svg"), #FFD400;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    
    cursor: pointer;
  }
  
  #hamburgler.expanded {
    background: url("/img/x_icon.svg"), #FFD400;
    background-repeat: no-repeat;
    background-position: top 7px right 7px;
    background-size: 36px 36px;
        
    width: inherit;
    height: inherit;
    right: 14px;
    padding: 21px;
  }
  
  #hamburgler .menu_content {
    display: none;
  }
  
  #hamburgler.expanded .menu_content {
    display: block;
  }
  
  #hamburgler li {
    margin: 0, height: 0;
    list-style: none;
    padding-bottom: 14px;
  }
  
  #hamburgler li a {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "SFCondensed", sans-serif;
    font-variation-settings: "wght" 700, "wdth" 52;
    font-size: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
    
    color: #15151E;
  }
  
  #hamburgler li.download_app {
    padding: 14px 0 28px 0;
  }
  
  #hamburgler li.download_app a.with_arrow.down_forward:before {
    background-size: 20px 29px;
    padding-left: 10px;
  } 
  
  #the_dot {
    display: none;
  }
  
  #hero {
    position: relative;
    width: 100vw;
    height: 100vw;
  }
  
  #no_hero {
    display: none;
  }
  
  video#hero_video, #hero_background {
    position: absolute;
    width: 100vw;
    height: 100vw;
  }
  
  #hero.metadata {
    width: 100vw;
    min-width: unset;
    height: auto;
  }
  
  #hero_message {
    width: 100vw;
    height: 100vw;
  }
  
  #hero_qr {
    display: none;
  }
  
  #hero_footer .navigation {
    display: none;
  }
  
  #hero_footer .call_to_action .tagline {
    padding: 0 35px 14px 0;
    font-size: 0.85em;
  }
  
  #hero_spacer {
    display: none;
  }
  
  #half_grid, #half_flex {
    display: flex;
    flex-direction: column;
  }
  
  #main_content .navigation {
    display: none;
  }
  
  #main_content {
    padding: 28px;
  }
  
  #main_content.large {
    min-width: unset;
  }
  
  #main_content .iphone_call_to_action {
    display: unset;
  }
  
  #main_content .nine_grid.large {
    column-gap: 7px;
    row-gap: 7px;
  }
  
  .nine_grid .metadata {
    display: none;
  }
  
  #half_grid.paging {
    scroll-snap-type: none;
    max-height: auto;
    overflow-y: unset;
  }
  
  #half_grid.paging .page_container {
    height: auto;
    padding: 70px 0 70px 0;
  }

  #half_grid.paging .page {
    height: auto;
  }
  
  #max_grid {
    display: block;
  }
  
  img.hovercolor {
    filter: none;
  }
}

@media only screen and (min-width: 1400px) {
	#hero_spacer, #hero, #hero_background, #hero_message, video#hero_video {
		max-width: 1400px;
	}
}
